paulk-collins has quit [Remote host closed the connection]
Humpelstilzchen has quit [Ping timeout: 258 seconds]
Defiant has joined #neo900
jefrite has quit [Quit: client exited: brb fixing connection problem]
Airwave has quit [Ping timeout: 246 seconds]
Airwave has joined #neo900
jonsger has joined #neo900
jonsger has quit [Ping timeout: 264 seconds]
DocScrutinizer05 has quit [Remote host closed the connection]
DocScrutinizer05 has joined #neo900
DocScrutinizer05 has quit [Disconnected by services]
DocScrutinizer05 has joined #neo900
lobito has joined #neo900
lobito has quit [Changing host]
lobito has joined #neo900
<freemangordon> wpwrak: interrupt capable != wake-up capable :) . The point is - if iox chip is put in some kind of low-power mode, is it possible for a gpio to wake-up it?
<DocScrutinizer05> yes
<DocScrutinizer05> the IOX chips have no low power mode I'd know of
<DocScrutinizer05> they get powered by VIO_18 which is supposed to be steady as long as the device isn't powered down
<DocScrutinizer05> and they have one wkae-capable IRQ line
<DocScrutinizer05> wake*
<freemangordon> hmm, how that is going to affect the power usage?
<DocScrutinizer05> to wake up CPU when an interrupt event pending
<freemangordon> yes, i know what interrupt line is :)
<DocScrutinizer05> this is how N900 works
<freemangordon> DocScrutinizer05: does it?
<DocScrutinizer05> I just meant to make clear the IRQ line is from chip to CPU
<DocScrutinizer05> yes
<DocScrutinizer05> even when CPU is in suspend, obviously all IO need power still
<freemangordon> in what regard? all the chips I played with their drivers have some kind of "sleep" or "low-power" mode
<DocScrutinizer05> otherwise you would have uindefined floating signal levels all over the system
<DocScrutinizer05> I don't understand the question
<freemangordon> let me try to rephrase...
<DocScrutinizer05> the iox chips have no significant power requirements by themselves
<DocScrutinizer05> they are fully static
<freemangordon> yep, that is what I meant
<DocScrutinizer05> at least afaik
<freemangordon> what are the power requirements of those iox chips
<DocScrutinizer05> I can't recall off top of my head
<DocScrutinizer05> <1mA I guess
<DocScrutinizer05> <<1mA even
<freemangordon> I didn't see that info in the document wpwrak posted
<DocScrutinizer05> :-D
<DocScrutinizer05> wpwrak: ^^^
<DocScrutinizer05> freemangordon: goot catch
<DocScrutinizer05> good*
<freemangordon> the other thing that is missing is kernel support for those chips
<freemangordon> looking at N900 schematics, only 2 out of 18 gpios of twl4030 are used
<freemangordon> DocScrutinizer05: wpwrak: ^^^
<DocScrutinizer05> yes, thanks
<DocScrutinizer05> kernel support is a nobrainer basically
<DocScrutinizer05> *even I* could write the driver
<DocScrutinizer05> ;-)
<freemangordon> DocScrutinizer05: ever discussed using twl4030 instead of iox chip?
<DocScrutinizer05> TCA9539 for example rates Icc between 0.4 and <8micro(1)A
<DocScrutinizer05> for LOWER we save all the pins on B2B with dedicated iox chip
<DocScrutinizer05> for UPPER we won't use any iox most likely, since we have enough GPIO and if not, we use the TWL4030 GPIO too
<DocScrutinizer05> micro(!)A that is
<DocScrutinizer05> oops 40µA
<freemangordon> hmm, so the point is to reduce the number of needed signals going between the boards. makes sense then
<DocScrutinizer05> 11µA for 1.95V though
<DocScrutinizer05> yep
<freemangordon> ok, then it shouldn;t affect life on battery by much, if at all
<DocScrutinizer05> in Proto_v2 we will use way more iox since we don't have a real CPU, neither a TWL4030 (BB-xM emu brainboard)
<DocScrutinizer05> so on LOWER we use the 'standard' iox we already have, on UPPER we emulate all SoC/TWL GPIO by iox
<freemangordon> DocScrutinizer05: in the meanwhile https://lkml.org/lkml/2016/6/18/233
<DocScrutinizer05> :-)
<DocScrutinizer05> I really wish we had HSI instead SSI
<DocScrutinizer05> though... :-/ Modem doesn't support either
<freemangordon> but, but, 3630 *has* hsi afaik
<DocScrutinizer05> USB is a PITA
<DocScrutinizer05> no, 3630 has SSI afaik
<DocScrutinizer05> the slow version
<freemangordon> no, it is hsi
<DocScrutinizer05> o.O
* freemangordon checks
<DocScrutinizer05> not that it really matters, we have no modem using either
<DocScrutinizer05> so we need to use friggin USB, not even inter-chip-USB
<freemangordon> why not serial interface?
<DocScrutinizer05> Cinterion/Gemalto goota be nuts for using USB instead of anything proper
<DocScrutinizer05> Serial is too slow
<DocScrutinizer05> UART that is
lobito has quit [Ping timeout: 264 seconds]
<DocScrutinizer05> we use both in Neo900
<freemangordon> how fast do we need it to be?
<DocScrutinizer05> well, see LTE
<freemangordon> ah
<DocScrutinizer05> 50Mb/s? 100?
<freemangordon> yeah
<DocScrutinizer05> fast LTE makes little sense when the bottleneck to SoC is throttling it to UMTS speeds anyway
<freemangordon> :nod:
<freemangordon> we will have fun times when trying to optimize power usage :)
<DocScrutinizer05> otoh idle UART (or H/S-SI for that) is conveniently humble on power consumption
<DocScrutinizer05> yeah
<DocScrutinizer05> USB is both a power hog, and terribly lazy/slow on resume from suspend
<freemangordon> DocScrutinizer05: what about using mcbsp?
<DocScrutinizer05> so we'll have to define a system config parameter $restart-USB-threshold (unit bits per second)
<DocScrutinizer05> the modem chip has no McBSP either
<freemangordon> with some kind of a companion chip converting UART to mcbsp
<DocScrutinizer05> hmmm, dunno, possibly even the modem's UART is too slow
<freemangordon> is modem capable of high-speed transfers over its serial interface?
<DocScrutinizer05> ^^^
<freemangordon> I gues it worths checking
<freemangordon> or even USB<->McBSP
<DocScrutinizer05> now that doesn't make any sense at all
<freemangordon> the point is that there will be no need to keep USB bus out of sleep
<freemangordon> from the SoC side
<DocScrutinizer05> that doesn't really help much
<DocScrutinizer05> we still need to suspend it to save power
<freemangordon> sure, but there will be no need to wake-up USB when there is data from the modem
<DocScrutinizer05> hmm right
<DocScrutinizer05> err
<DocScrutinizer05> really?
<DocScrutinizer05> the modem needs to resume USB anyway
<DocScrutinizer05> unless the modem uses some IRQ and/or UART for the data
<freemangordon> imagine: [modem usb]<->[some-kind-of-exotic-chip]<->[mcbsp]
<DocScrutinizer05> yes, so what about the modem<->exotic bus?
<DocScrutinizer05> it's USB
<freemangordon> yes, but you'll need to wake-up only modem side USB
<DocScrutinizer05> so?
<freemangordon> so the SoC side USB remains in sleep
<DocScrutinizer05> yes, obviously
<freemangordon> wouldn;t that reduce power usage?
<DocScrutinizer05> err, not really since the USB still needs to resume, or will stay actibve and eat power
<freemangordon> which USB?
<DocScrutinizer05> even the modem eats lots of power with active USB
<freemangordon> from the modem?
<freemangordon> aah
<freemangordon> well, I guess it anyways eats lots of power :)
<DocScrutinizer05> npo
<DocScrutinizer05> no
<DocScrutinizer05> in standby it eats <3mA iirc
<freemangordon> when active I meant.
<DocScrutinizer05> that's why USB doesn't matter in that situation
<DocScrutinizer05> it's the transfer from idle to active that sucks
<DocScrutinizer05> since it's supposedly slow
<DocScrutinizer05> if we can'T suspend uSB at all, we get ENUM time for lag, and that would *really* suck, it's several seconds
<freemangordon> yeah
<DocScrutinizer05> luckily we got not-all-that-slow UART as backup
<DocScrutinizer05> switching from UART to USB can happen on the fly
<freemangordon> DocScrutinizer05: does modem usb support the so-called "remote wake-up"?
<DocScrutinizer05> so any data transfer starts immediately, and after $restart-USB-threshold kicks in and USB got resumed (or even enumerated), the possible datarate jumps up from maybe 5Mb/s to 50Mb/s
<DocScrutinizer05> (remote wake-up) when it supports suspend (yet unclear for LTE modem), then definitely it also will support resume
<DocScrutinizer05> aka remote wake-up
<DocScrutinizer05> but we also have dedicated single-wire IRQ path for such resume
<freemangordon> to the modem?
<DocScrutinizer05> from the modem, yes
<freemangordon> ah, from the modem
<freemangordon> ok
<DocScrutinizer05> iirc the whole suspend crap with USB is done via VBUS
<DocScrutinizer05> so when host (re-)supplies VBUS, the modem's USB should come up anyway
<DocScrutinizer05> the probelm iirc was that OMAP side doesn't know how to resume USB-host when peripheral resumes by applying VBUS, since that's not anything normal for a USB-host to detect externally applied VBUS
<DocScrutinizer05> but when we stay in control of resuming USB anyway, we also don't need that
<freemangordon> DocScrutinizer05: well, if the way "to" suspend modem USB is by removing VBUS, then it won;t follow the normal suspend/resume USB functionality
<DocScrutinizer05> since then it's CPU to decide when to resume
<freemangordon> is modem connected to a dedicated USB interface?
<DocScrutinizer05> yes
<freemangordon> then why removing VBUS instead of doing normal USB suspend/resume?
<DocScrutinizer05> sorry, I right now have no clue what's "the normal USB suspend"
<DocScrutinizer05> we discussed that for GTA04 already, several years ago
<DocScrutinizer05> I forgot the details
<freemangordon> see http://www.usbmadesimple.co.uk/ums_3.htm, dunno if everything there is correct, but sounds legit
<DocScrutinizer05> could you give a summary?
<freemangordon> there is, see the link ^^^
<DocScrutinizer05> sorry, tl;dr
<DocScrutinizer05> I just know that OMAP doesn't support suspending the USB core and the ULPI and PHY, since there's no wkae line from PHY to SoC
<freemangordon> just search for "suspend" on that page
<DocScrutinizer05> rather, it doesn't support resume
<DocScrutinizer05> afaik
<freemangordon> hm
<DocScrutinizer05> or better: iirc
<freemangordon> from 3730 TRM: "Supports suspend/resume and remote wakeup"
<DocScrutinizer05> whatever, our hw will provide sufficient alternative ways to deal with that
<freemangordon> well, "36xx" TRM
<DocScrutinizer05> great! then only pint missing is: does LTE modem actually support suspend/resume?
<DocScrutinizer05> point*
<freemangordon> it should, if it is USB certified :)
<DocScrutinizer05> and: is the power consumption actually low enough during suspend?
<freemangordon> "A suspended device may draw no more than 0.5 mA from Vbus."
<DocScrutinizer05> meh, the modem doesn't draw power from VBUS at all
<DocScrutinizer05> it has its own power supply
<freemangordon> "If a device is configured for high power (up to 500 mA), and has its remote wakeup feature enabled, it is allowed to draw up to 2.5mA during suspend."
<freemangordon> both currents look ok to me
<DocScrutinizer05> and in LTE modem TRM, the Vcc power consumption for USB suspend is missing
<freemangordon> link?
<DocScrutinizer05> check the block diagram
<DocScrutinizer05> resp FAQ
<DocScrutinizer05> FFS we still don't have any proper links in there
<freemangordon> can't find any datasheet there
<DocScrutinizer05> 5.6 Power Supply Ratings
<freemangordon> hmm, it seems the modem is full-speed device, not high-speed
<DocScrutinizer05> wut?
<freemangordon> "PLS8-E supports a USB 2.0 High Speed (480Mbit/s) device interface that is Full Speed (12Mbit/s) compliant."
<DocScrutinizer05> compliant, yes
<freemangordon> "The USB host is responsible for supplying the VUSB_IN line. This line is for voltage detection only. "
<freemangordon> so no power usage on USB
<freemangordon> on VBUS
<DocScrutinizer05> toldya
<freemangordon> great
<DocScrutinizer05> not great, irrelevant
<DocScrutinizer05> >>Icc @ IDLE (USB disconnected) || IDLE (USB active)<< *no* USB-suspended
<freemangordon> anyway, /me gtg
<freemangordon> bye
<DocScrutinizer05> it's *supposed to be* a lack of documentation only
<DocScrutinizer05> cya
<DocScrutinizer05> the latter looks like they didn't complete thet tests, it doesn't even mention voicecall
<DocScrutinizer05> the tests*
<DocScrutinizer05> http://www.gemalto.com/brochures-site/download-site/Documents/M2M_ALS3_datasheet.pdf allegedly same footprint like PLS8, also regarding second UUIC/SIM interface
<enyc> oooooooooooooooh things happening
<DocScrutinizer05> well, Gemalto seems to have nuked their complete document download store one again :-(
Venemo has joined #neo900
freemangordon_ has joined #neo900
<DocScrutinizer05> I'm also pretty sure I once had a working account on http://www.gemalto.com/m2m/where-to-buy/extranet - seems to have been nuked as well
<DocScrutinizer05> nevermind, found the 'technical documentation' (aka TRM download)
<DocScrutinizer05> and WOW! http://wstaw.org/m/2016/06/23/plasma-desktopFW2277.png Version1.000c
<DocScrutinizer05> *of course* this "knowledge base" 'technical documentation' has not a single paper about ALS3
<DocScrutinizer05> wpwrak: ^^
ashneo76 has quit [Quit: ZNC - http://znc.in]
Kabouik_ has joined #neo900
freemangordon has quit [Ping timeout: 244 seconds]
freemangordon has joined #neo900
<DocScrutinizer05> re http://www.seapraha.cz/download/pls8-e_hd_v01000a_tcm216-155302.pdf vs v01000c as of 6 months later: the differences are basically irrelevant, they added one picture of termal convection for SMT soldering, and changed the footer from "confidential/preliminary" to "confidential/released"
freemangordon_ has quit [Quit: Leaving.]
freemangordon_ has joined #neo900
dcases has joined #neo900
dcases has quit [Client Quit]
jonsger has joined #neo900
keel has joined #neo900
keel has quit [Client Quit]
JRHaigh has quit [Remote host closed the connection]
Kabouik has quit [Ping timeout: 244 seconds]
Kabouik has joined #neo900
JRHaigh has joined #neo900
<wpwrak> (standby current) the XRA1201 has max 1 uA at 1.8 V. 50 uA is I2C is active.
<wpwrak> (AHS3/ALS3) what's the role of these modules related to our project ?
<DocScrutinizer05> gooxd question
<DocScrutinizer05> to me it almost looks like A is the new P
<DocScrutinizer05> and 3=8
<DocScrutinizer05> same formfactor, similar specs...
<DocScrutinizer05> very interesting are the band specs for ALS3, which are like "NEMEA, NORAM, dunnowhat"
<DocScrutinizer05> it sucks that no decent specs at all are available for the A*S3 sweries
<DocScrutinizer05> not even size is easy to find out
<DocScrutinizer05> bartolomjei is funny, pointing at ALS3 when somebody asks about the pinout of PLS8 (re dual SIM)
Kabouik_ has quit [Read error: Connection reset by peer]
<DocScrutinizer05> well, given the EU regulations according to which *each* new car in EU needs built-in WWAN for emergency cals etc, I can see how Gemalto is doing a slight focus shift for their products ;-)
<DocScrutinizer05> from "10% of all trucks (for fleet management)" towards "every car sold in EU"
<DocScrutinizer05> the pathetic docs availability is just one fallout of that focus shift I guess
<DocScrutinizer05> I'm pretty sure their complete documentation team is busy preparing whitepapers and TRMs for VW, Opel, Mercedes, younameit
<enyc> hrrm today is the UK in/out of EU referendum
<DocScrutinizer05> yes, please leave us alone! ;-)
<enyc> DocScrutinizer05: err what?
<DocScrutinizer05> EU doesn't need politicians like Maggy
<enyc> he hehehehehe
<enyc> is there any consideration of writing a review//statement on the neo900 blog, whats' now expected in terms of engineer for proto v2 pcb etc etc?
<DocScrutinizer05> please elaborate
<DocScrutinizer05> Bartłomiej is the name
gsdfgsdfsg has joined #neo900
gsdfgsdfsg has quit [Client Quit]
<enyc> DocScrutinizer05: e.g. progress rleview, what is happening about engineer to make protov2 etc etc ...
<enyc> DocScrutinizer05: you said something in IRC at least about pyra feedback being useful for neo900
<enyc> DocScrutinizer05: its' been a while since post on neo900.org ...
<Arch-TK> I wonder if the UK leaving the EU would affect the cost of me (a person living in the UK) buying a Neo900
<Arch-TK> Also, DocScrutinizer05: What do you think about the mandatory "put wwan in every car" ?
<Arch-TK> I think it sounds a lot like: "We want to be able to know where every car is at any time, and you get automatic calls when you crash."
<Arch-TK> It sounds like this "ECall" is being implemented by some private company which also begs the question: Why another mandatory black-box technology which nobody can audit?
<enyc> Arch-TK: we need EU legislation on requring open source auditable such things????
<Arch-TK> yes, but it seems that influencing what legislations are proposed is difficult, the only thing "we" can do is influence who we put in the EU parliament to vote for/against the legislations.
<Arch-TK> certainly an EU legislation like that would be a major step forward.
<Arch-TK> If the main focus of these things is "saving people's lives" that's great, but it would not be difficult to at the same time respond to the issue of privacy by simply making legislations to ensure all implementations are publicly auditable.
<Arch-TK> But that wont happen because companies can make money out of competing on how quickly and how well they can save your life.
<Arch-TK> they don't want to be forced to open their implementations because then their "magic life saving sauce" will get out
<Arch-TK> and therefore there's always going to be that pressure on the EU not to do such things.
mrcaaattt has joined #neo900
<DocScrutinizer05> nope. This is public: https://en.wikipedia.org/wiki/ECall#Concept
<DocScrutinizer05> there's basically little to audit in the whole thing
<Xiaoman> You could argue anybody going against opening up technology for that life saving purpose, so as to get the best quality possible, is actually harming people
<DocScrutinizer05> the call is to 112 which is public emergency dispatch number, and the protocol obviously is so open that even Russia jumped in with a 100% compatible system
<Arch-TK> right, the protocol and the concept, but what about the implementation?
<Arch-TK> Wouldn't it be easy to back door such things?
<DocScrutinizer05> it's a normal phone
<wpwrak> Arch-TK: as i understand it, even the people of the UK show the EUrocrats the middle finger, it'll take several years until such a separation would actually have to be implemented.
<Arch-TK> so there's no new backdoor potential that people aren't already aware of?
<DocScrutinizer05> of course it's as bad as all wireless connected to the car's databus
<wpwrak> Arch-TK: so i think nothing changes for your Neo900 :)
<Arch-TK> cool
<Arch-TK> I need to accumulate some money, add more to my downpayment and also increase it so I can change to purchasing the neo900 (not just NeoN)
<DocScrutinizer05> effects of brexit are expected to be immediate
<Arch-TK> Well, I'm really curious what really would happen in case of a brexit.
<wpwrak> btw, the parliament (that you elect) has very little power. it's the commission (that they appoint) that takes the decisions.
<DocScrutinizer05> first, the GBP goes down
<Arch-TK> hmm... maybe I should convert my savings to EU or bitcoin or something.
<DocScrutinizer05> seems several of your fellow residents already did during the last daqys
<DocScrutinizer05> according to TV news there were queues at banks
<wpwrak> i'd expect the EUR to suffer a lot more. and that in turn will boost the GBP. see what happened with CHF when the EUR tanked. switzerland had to adopt exchange restrictions argentina-style to halt the stampede. (in this case, towards the CHF)
<DocScrutinizer05> LOL nope
<Arch-TK> and in the case of no exit, what do you think would happen to the EU vs GBP?
mrcaaattt has quit [Ping timeout: 260 seconds]
<Arch-TK> EUR*
<DocScrutinizer05> not much
<Arch-TK> Hmm... Maybe I should move all my savings to bitcoin overnight
<wpwrak> EUR slightly up, i guess. for a bit, until the next trouble.
<Arch-TK> bitcoin is unlikely to crash overnight
<Arch-TK> I bet coinbase has some idiotic restrictions against doing things overnight though...
<DocScrutinizer05> why would the EUR suffer from a brexit?
<wpwrak> i wouldn't expect any major medium-term changes. brexit or no, people will wake up tomorrow, see that the sun still rises in the east, go about their work, and soon normality will set in
<DocScrutinizer05> and how would that help the GBP?
<wpwrak> but it would be a very welcome message for brussels. tell them that that clever plan for optimizing away democracy isn't going to work.
<DocScrutinizer05> wpwrak: again incorrect. At work they will notice uncertainty about what will be their order book in 2 years from now
<wpwrak> EUR will suffer because a major contributor is leaving EU. weak EUR -> money flows to a stronger currency. GBP seems convenient then. (and the swiss will probably get a little nervous, again :)
<DocScrutinizer05> and yes, EU economy will suffer as well, but way less than GB economy will suffer
<DocScrutinizer05> major contributor?
<DocScrutinizer05> GB is a major annoyance
<wpwrak> a lot in the UK is finances and such. if they even cared about streamlining with the EU, they'd have adopted the EUR long ago. so i don't think they're particularly worried.
<DocScrutinizer05> and though GB pays more than they get back (just like germany, only a faction of what germany does), GB negotiated a 66% payback of all their payments to EU
<wpwrak> and in any case, look a switzerland. no EU, no EUR. yet it's not exactly a nation-wide slum, is it ? ;-)
<DocScrutinizer05> haha, ask london bankers if they're not worried
<DocScrutinizer05> and swizerland is absolutely irrelevant here
<wpwrak> also, changing regulations mean that a lot of people get to charge their clients more ;-)
<DocScrutinizer05> huh?
<DocScrutinizer05> London is EU's and worldwide money hotspot. When GB leaves EU, London isn't EU either, so many companies will reconsider where to have their office
<DocScrutinizer05> no surpirse you hardly get any pro-brexit notion in London banker's community
<end1> furthermore scotland is likely to leave UK
<DocScrutinizer05> exactly
<DocScrutinizer05> :-)
<wpwrak> end1: yes, that would be the fun part ;-)
<end1> wpwrak: at least not for the rest of the UK
<Arch-TK> certainly the whole thing would be interesting
<wpwrak> end1: also for the signal that would sent to the other "independence" movements
<Arch-TK> Might not be in the best spectator position, being an EU national living in the UK, but it certainly would be interesting to see the effects of a brexit.
<end1> independent North Ireland and Wales will be funny
<end1> but not for england
<end1> as scotland and the others will join the EU
<end1> and englands economy is likely to be crushed
<Arch-TK> crush!!!
<DocScrutinizer05> analysts anyway expect immediate impact on the GBP, and a economic cutdown in the range of 5 to 10% (iirc) during the next 2 years (which happens to be exactly the timespan England has to implement the exit)
<wpwrak> DocScrutinizer05: the bankers favour governments they can influence. of course they're pro-EU, with its two-level representative "democracy".
<DocScrutinizer05> yayaya
<end1> democracy isn't always good
<end1> when hitler was elected, most germans voted for him
<DocScrutinizer05> they favor good business over uncertainty and economic decay, that's why
<end1> same with many dictators
<end1> guess erdogan was elected too ;)
<DocScrutinizer05> he was
jonsger has quit [Ping timeout: 260 seconds]
<end1> but idc
<end1> if they want to see destruction, they will
<wpwrak> end1: yeah, democracy has its flaws. especially bad in the representative form. that's what i favour direct democracy. if the government starts doing crazy things, the people can immediately stop it.
<end1> that's not working either
<end1> the problem is
<end1> people can be influenced by charismatic people / politicians
<end1> the mass of the people is stupid
<end1> if not all
<wpwrak> end1: but EU has two layers of representation: first national (which you elect), and then they appoint the commission. so, as a voter, you have basically no control over that.
<end1> wpwrak: i know
<end1> the system is bad
<end1> still, leaving it would destroy things
<DocScrutinizer05> that doesn't mean destructing it will make stuff better
<wpwrak> end1: yes, as an austrian living in argentina, i'm quite aware of populism, first from the history books, then for the last decade from daily life :)
<DocScrutinizer05> wpwrak: you got something wrong there. EU parliament is directly elected
<DocScrutinizer05> so no 2 levels of representation
<DocScrutinizer05> I agree however that you as voter have little to no control
<wpwrak> i think the fears about a brexit are greatly exaggerated. it's not as if they'd move to a different galaxy. there'll be bilateral contacts that regulate all the important points. again, look at switzerland. there aren't a lot of obstacles between EU and CH. the main thing is immigration. but for business it's pretty smooth.
<DocScrutinizer05> and that's a very recent concern and movement to transfer more competence to the EU parliament and away from commission
<DocScrutinizer05> *shrug*
<DocScrutinizer05> I don't care
<wpwrak> DocScrutinizer05: yes, but the parliament has no power. they can voice their disapproval or make suggestions, but that's about it. if the commission doesn't like their ideas, it can just ignore them.
<wpwrak> DocScrutinizer05: but the structure is very clever
<DocScrutinizer05> likewise the parliament can ignore the commission's law proposals
<wpwrak> (recent concern) well, let's see how that goes
<DocScrutinizer05> and before GB wil have bilateral regulations they first drop out of all the EU vs foreign contracts
<wpwrak> (brexit) in any case, it's hard to convince people to make a change. so i'd be a bit surprised if the brexit actually happens. also, in that ~2 years transition period, there would be opportunities to revert it.
<DocScrutinizer05> im/export EU<->GB suddenly is undefined and sibject to get very problemstic, and the uncertainty about that particular subject already hass *massive* impact on GB's economy
<DocScrutinizer05> has*
<DocScrutinizer05> no revert
<wpwrak> DocScrutinizer05: nothing would change the day after the brexit is decided. again, there's a transition period, with plenty of time to settle such things.
<DocScrutinizer05> when brexit gets decided, GB IS and will STAY out of EU
<DocScrutinizer05> again, such transition period is exactly 2 years and impact of uncertainty is immediate and massive
<hellekin> I'm for UK GTFO. They were *never* fully part of the EU. I campaigned and voted against the Euro Zone in 1992 for the reason UK had so many exceptions.
<DocScrutinizer05> nobody will order any big thing behind the frontier when they don't know if they can import it in 2 years
<DocScrutinizer05> hellekin: ack
<wpwrak> DocScrutinizer05: nobody will order something from china because there's too much uncertainty, given that it's not in the EU ;-)
<DocScrutinizer05> indeed
<DocScrutinizer05> I'm still happy I have to physically travel to china to import a 500 devices without getting raped
<DocScrutinizer05> seems that's been my point
<DocScrutinizer05> thanks
<wpwrak> at what time are results expected ?
<DocScrutinizer05> btw when you think I'm talking outa my rear end: I'm just quoting experts
<hellekin> lol
<wpwrak> what could possibly go wrong there ;-)
<Arch-TK> wpwrak: 4am
<wpwrak> wow. that's late.
<DocScrutinizer05> yeah, what could prolly go wrong with you having a better idea
<Arch-TK> something preliminary at 00:30 or something
<DocScrutinizer05> after all you see the stuff from a distance that brings clear vision
<wpwrak> so, 10 hours to wait. let's see what happens :)
<Arch-TK> well, telegraph says between 4am and 7am
<DocScrutinizer05> you won't see results much earlier than now+16h
<DocScrutinizer05> yeah, in the morning
<DocScrutinizer05> since supposedly it's very 50/50 undecided and thus will take until last few 1000 ballots are counted
<DocScrutinizer05> might be surprisingly clear and thus early results though. Nobody knows for sure
<DocScrutinizer05> all statistics and polls were terribly wrong during the last few elections in GB
<DocScrutinizer05> so nobody gives a damn about what those prophets say
<DocScrutinizer05> wisdom of the masses says brexit will fail. 70+% think it will
<DocScrutinizer05> or wait, was that still one too few indirection? was the correct best-results question "what do you estimate *others would guess* what the result will be"?
<DocScrutinizer05> anyway average of last three polls was "55% contra brexit". poll for "do you think brexit will succeed" was ~70+% that it will fail
Pablo666 has joined #neo900
<wpwrak> "who many people do you think would say that others do not believe the brexit will fail ?"
<DocScrutinizer05> then the crystal ball querying started and they evaluate how much the weather today may have impact on the results (pro brexit due to many young people and the less fanatic EU friendly not going to vote)
<DocScrutinizer05> sounds about correct, particularly when normalized as "how many people would say that others do believe the brexit will fail ?"
<DocScrutinizer05> ooh nixe plenking effect, ?" is on new line
<DocScrutinizer05> nice*
paulk-collins has joined #neo900
<DocScrutinizer05> TV news just claim an expected 15% loss of GBP vs EUR. EUR will also suffer, but less
<DocScrutinizer05> on the bright side: Erdogan threatens to have a referendum "just like UK" if the EU-mebership negotioations should get canceled
<DocScrutinizer05> reminds me on Seehofer threatening to order home The berlin CSU politicians
<DocScrutinizer05> YESSSS! Please do!
jonsger has joined #neo900
Venemo has quit [Quit: Communi 3.5.0 - http://communi.github.com]
Kabouik_ has joined #neo900
xman has joined #neo900
mrcaaatt1 has joined #neo900
jonsger has quit [Ping timeout: 260 seconds]
<hellekin> Erdogan is a criminal and his racist country shouldn't be allowed to join the EU.
jefrite has joined #neo900
<end1> >racist country
<end1> wtf.
<end1> so you do think a majority of turks is racist?
jonsger has joined #neo900
<DocScrutinizer05> I'd say this is no sane assumption
lobito has joined #neo900
Pali has joined #neo900
<wpwrak> hellekin: you frenchmen could simply elect the Le Pen clan. they would balance erdogan nicely :-)
mrcaaatt1 has quit [Ping timeout: 276 seconds]
<hellekin> wpwrak: honestly I was hoping for lepen to be elected instead of sarko. See #AnarchistsForTrump for the rationale ;)
<wpwrak> you mean in the "make the situation so unbearable that people will revolt" sense ? tricky :)
SylvieLorxu has joined #neo900
lobito has quit [Quit: Leaving.]
freemangordon has quit [Read error: No route to host]
freemangordon has joined #neo900
paulk-collins has quit [Quit: Leaving]
louisdk has joined #neo900
<DocScrutinizer05> seems doesn't work with Orban, neither with PISS
<DocScrutinizer05> and in Netherlands we also have a really terrible sucker hoping to get elected, no?
<pigeons> wow is that the real acronym?
<DocScrutinizer05> I zhink so, yes ;-P
<DocScrutinizer05> think*
<pigeons> hm :P
<DocScrutinizer05> hmm PIS maybe
<DocScrutinizer05> Prawo i Sprawiedliwość, PiS
<DocScrutinizer05> http://pis.org.pl/
<DocScrutinizer05> btw maybe don't visit that website, it still loads
Kabouik_ has quit [Ping timeout: 244 seconds]
Pablo666 has quit [Ping timeout: 244 seconds]
Kabouik has quit [Remote host closed the connection]
lobito has joined #neo900
lobito has quit [Changing host]
lobito has joined #neo900
louisdk has quit [Ping timeout: 244 seconds]
louisdk has joined #neo900
louisdk has quit [Remote host closed the connection]
paulk-aldrin has joined #neo900
Airwave has quit [*.net *.split]
mordac has quit [*.net *.split]
webmeister has quit [*.net *.split]
ChoHag has quit [*.net *.split]
x29a has quit [*.net *.split]
sparetire has quit [*.net *.split]
Linkandzelda has quit [*.net *.split]
ChoHag has joined #neo900
sparetire has joined #neo900
Linkandzelda has joined #neo900
Linkandzelda has joined #neo900
Linkandzelda has quit [Changing host]
Airwave has joined #neo900
mordac has joined #neo900
webmeister_ has joined #neo900
jefrite has quit [Quit: client exited: brb fixing connection problem]
x29a has joined #neo900
jefrite has joined #neo900
SylvieLorxu has quit [Quit: ZNC - http://znc.in]
paulk-aldrin has quit [Remote host closed the connection]
Kero has quit [Quit: brb]
Kero has joined #neo900
Kero has quit [Client Quit]
Kero has joined #neo900
danielronde has quit [Read error: Connection timed out]
danielronde has joined #neo900
danielronde has quit [Read error: Connection timed out]
danielronde has joined #neo900
Pali has quit [Remote host closed the connection]
danielronde has quit [Read error: Connection timed out]
danielronde has joined #neo900
danielronde has quit [Read error: Connection timed out]
danielronde has joined #neo900
<chomwitt1> DocScrutinizer05: thanks . i looked at neo.org/git but it seems that there are no drivers there.
jonsger has quit [Ping timeout: 260 seconds]
ashneo76 has joined #neo900
danielronde has quit [Read error: Connection timed out]
danielronde has joined #neo900