DocScrutinizer05 changed the topic of #neo900 to: http://neo900.org | conversations are logged to http://infobot.rikers.org/%23neo900/ and http://irclog.whitequark.org/neo900 | 2013-11-04 - the day our fundraiser reached its goal | 2014-05-01 360 devices 75k€| 0712 183 ~30k | 0810 300 ~49k | 0914 346 ~56k
<DocScrutinizer05> huh?
<DocScrutinizer05> I dunno if *you* are mad, for whatever reason. I'm not
<kerio> me neither! :3
<kerio> ok admittedly you're spending your own money to make an open omap3 smartphone in 2015
<kerio> so you are mad
<kerio> as in insane
<DocScrutinizer05> seems yu should not switch between booze and IRC
<kerio> rofl
<kerio> you know what the worst part is?
<kerio> i don't even drink
<DocScrutinizer05> all *I* said was: "-o ro" should have semantics of the current "-o ro,noload"
<DocScrutinizer05> and to recover full option set, get a new "-o ro,load" for semantics of current "-o ro"
<DocScrutinizer05> IOW switch default from load to noload
<DocScrutinizer05> when ro is given
<DocScrutinizer05> since that's what I and prolly a lot of others would expect
<DocScrutinizer05> actually I dunno what for you'd need the ro,load option. When the volume gets mounted ro, who would care for journal spoolout?
<DocScrutinizer05> I don't think the device cannot get mounted without journal spoolout
<DocScrutinizer05> they call it playback, but that's not exactly what it's all about, since it not just plays back journal but also writes the stuff to 'normal' filesystem on disk. This I call spoolout
<DocScrutinizer05> I'm pretty sure the fs driver can read data from journal of a (maybe ro mounted) volume just as if they were already spooled out
<DocScrutinizer05> otherwise you couldn't read back blocks from that volume until journal got spooled. That's not what happens in real life afaik. Journal could take minutes until there's some idle time to spool
<DocScrutinizer05> during that time the fs is "dirty" but you still can read *all* data from it
<DocScrutinizer05> the driver knows when there's an entry in journal and will use that instead of plain disk fs data for reads
<bencoh> I think reiserfs does not return until logs have been replayed
<bencoh> dunno about ext*
<DocScrutinizer05> o.O
<DocScrutinizer05> not return from what? a write()? that wouldn't make much sense at all
<bencoh> no, from mount
<bencoh> I'm not sure though, it's just a faint memory
<DocScrutinizer05> well, obviously - without -o noload - ext3/4 does same
<bencoh> (from when my news spool crashed)
sixwheeledbeast^ has joined #neo900
<DocScrutinizer05> but during normal operation there are extended periods (like, dozens of seconds) during which journal is filled and fs dirty. And still you can read all data. So when the driver can do this during normal operation, why wouldn't it be able to do same after -o ro,noload ?
<DocScrutinizer05> basically, to "recover" on mount -o ro.noload, it just would need to "playback" old journal, but not write the blocks to disk but instead to a new virtual journal it keeps e.g. in RAM
<DocScrutinizer05> actually it always has such "virtual journal" I guess
<bencoh> it doesnt have to be "virtual"
<bencoh> it is the journal :)
<bencoh> just loaded in ram
<DocScrutinizer05> sure, you could build it on another volume too
<bencoh> and yeah I get your point
<bencoh> dunno why they decided otherwise
<DocScrutinizer05> they didn't
<DocScrutinizer05> aiui they simply picked a very mad default
<bencoh> looks like they did at least for mount ro without noload
<bencoh> yeah
nox- has quit [*.net *.split]
sixwheeledbeast has quit [*.net *.split]
<DocScrutinizer05> :-)
<DocScrutinizer05> me learn: don't trust "-o ro", check twice, in case you wanna make sure your valuable disk doesn't get changed at all
<DocScrutinizer05> e.g. for forensics, or disaster recovery
<DocScrutinizer05> *ideally* you'd trow that switch in that cable to the "lock" position and thus cut the write_enable signal, but hey, I guess that's too old style and doesn't work anymore nowadays (if it *ever* works like this for ATA and beyond)
<DocScrutinizer05> worked*
* DocScrutinizer05 had such switch in his Amiga floppy disk
* DocScrutinizer05 also had a two color LED in that floppy, to show read and write access in different color
<bencoh> 00:43 < bencoh> kerio: lvm snapshots :)
<DocScrutinizer05> useless for forensics
<bencoh> for forensics I dd
<DocScrutinizer05> unless it already been a lvm volume
<bencoh> but yeah I was talking about lvm volumes
<bencoh> I hardly use bare fs
<DocScrutinizer05> sure, usually you dd. If you want to play safe and not just "have a quick peek what's up"
<kerio> it's not like you are allowed to really touch the actual hard drive beyond a very safe one-pass read
<kerio> in forensics
<kerio> like, the less you do with the evidence, the better
<DocScrutinizer05> exactly
<bencoh> but why ? evidence tampering is t
<bencoh> fun* !
<DocScrutinizer05> I'd feel like the jackass when that dang automounter mounts the volume, and even my safety measure udev <bus> -o ro would fail to stop writing to the drive
<kerio> hahaha
<bencoh> DocScrutinizer05: think about systemd
<kerio> yeah, automounter can go fuck itself
<bencoh> what will you do then :>
<DocScrutinizer05> see bencoh
<kerio> how do you prevent any write on os x, i wonder
<bencoh> kerio: you dont
<kerio> i think you can't, yeah
<kerio> well ok maybe you stop the automounter then you connect the disk and then you mount read only carefully?
<bencoh> I think it'll still do stuff in your back
<kerio> the only sensible option is a linux box i think
<bencoh> or a bsd
<DocScrutinizer05> oooh systemd, lemme pastebin some real fun for you
<kerio> that's cheating
<DocScrutinizer05> http://privatepaste.com/c65902628c fun with systemd, right?
<bencoh> neo900, zypper ?
<bencoh> what is tthat ? :)
<kerio> what's taht
<bencoh> but yeah, doomed :)
<DocScrutinizer05> a pretty silly update of some 45 packages on a server. none of the pkgs to update looked particularly suspicious
<kerio> DocScrutinizer05: just restart systemd
<kerio> ez
<DocScrutinizer05> LOL yeah
<DocScrutinizer05> >:-(
<bencoh> or burn it with fire
<DocScrutinizer05> I would, if devua was already ready for primetime
<DocScrutinizer05> devuan actually
<bencoh> I'm still using wheezy
<DocScrutinizer05> that's a RM system
<DocScrutinizer05> RPM
<DocScrutinizer05> centos, fedora, suse, sth like that
<kerio> but apt has super cow powers
<DocScrutinizer05> can it do zypper ps? ;-P
<DocScrutinizer05> tbh I guess that zypper ps tells shite
<DocScrutinizer05> I definitely haven't updated all the lib*.so listed there
<bencoh> lsof | grep DEL
<bencoh> err, lsof -n |grep DEL
<bencoh> unless you need to grab another beer
<DocScrutinizer05> no more left over :-/
<DocScrutinizer05> gonna give the box a shutdown -r now
<DocScrutinizer05> it drops ssh sessions every 2 or 3 hours too
<kerio> sounds like a healthy system
<DocScrutinizer05> :-/
<bencoh> 01:53 < bencoh> or burn it with fire
<bencoh> :p
<DocScrutinizer05> >>Uptime: 177 days(!), 17:56:50<<
<DocScrutinizer05> ein boot tut gut
<DocScrutinizer05> oh great, rain on top of snow
<DocScrutinizer05> ~weather eddn
<infobot> Nuernberg, Germany; (EDDN) 49-30N 011-03E 318M; last updated: 2015.01.01 0050 UTC; Dew Point: 33 F (1 C); Pressure (altimeter): 30.56 in. Hg (1035 hPa); Relative Humidity: 100%; Visibility: less than 1 mile; Weather: 33 F (1 C); Wind: from the SW (230 degrees) at 2 MPH (2 KT)
<DocScrutinizer05> 50s til boot
<DocScrutinizer05> k, time for a shower. Start the new year ;-) o/
NIN101_ has quit [Quit: No Ping reply in 180 seconds.]
NIN101 has joined #neo900
obsed has quit [Ping timeout: 245 seconds]
<DocScrutinizer05> wpwrak: happy new year! ((joergscope)) do you know if somebody has already identified and dissected the Rigol OS?
<wpwrak> DocScrutinizer05: one minute to go :)
<DocScrutinizer05> time dilatation
<wpwrak> (scope) not sure if anyone went so deep. maybe ask on eevblog. would be very nice indeed to have a reprogrammable scope :)
<DocScrutinizer05> yup! :-9
<DocScrutinizer05> :-) even
<wpwrak> now it counts. thanks ! :)
<DocScrutinizer05> nmap wasn't too sure about OS guess
<wpwrak> wow. exactly at 00:00 the sirens of fire trucks started. seems that someone just couldn't wait to make a mess :)
<DocScrutinizer05> or it's the firebrigade's way to celebrate new year
<wpwrak> i don't think it's their most happy day of the year :)
<DocScrutinizer05> prolly some wino smoked a cracker and threw the cigar. that "gag" happens each new year
<wpwrak> at xmas (when we also have fireworks), an illuminated globe (with candle inside) landed on a factory and burned it to the ground. i'm sure the firefighters enjoyed that little extra celebration :)
<DocScrutinizer05> ooh, the fine asian style hot air balloons, that prolly once got invented to set enemy armies on fire?
<wpwrak> must be something like that, yes. and they work really well. there's some major damage from the critters every year.
<DocScrutinizer05> which again makes me wonder if a mix of 2 parts H2 and one part O2 would be lighter than air
<DocScrutinizer05> I guess using acetylene or methane wouldn't work
* DocScrutinizer05 makes a mental note for next year's mini war hour
sparetire_ has quit [Quit: sparetire_]
<DocScrutinizer05> I'm pretty sure those hot air fire balloons are completely totally outlawed here
<wpwrak> they may be forbidden here, too. but who cares :)
<DocScrutinizer05> well, here people are simply too lazy to build such delicate stuff
<DocScrutinizer05> ;-)
<DocScrutinizer05> since no shop sells those things, they are never seen anywhere
<wpwrak> in my area they seem to be sensible enough to not use the stuff either. none of the critter to see in the surrounding area.
<DocScrutinizer05> people who want illegal "good" stuff import Polish or Czech crackers and destroy phone booths and bus waiting sheds
<DocScrutinizer05> the hardcore subdivion builds their own bombs
<wpwrak> nice :)
<DocScrutinizer05> division*
<DocScrutinizer05> crackers with metal power component in the gun powder are outlawed. I wonder why ;-)
<DocScrutinizer05> powder*
<DocScrutinizer05> http://www.feuerwerksparadies.de/epages/62081559.sf/de_DE/?ObjectPath=/Shops/62081559/Categories/Metallpulver/%22Aluminiumpulver%20X-Ray%20%22%22Flash%20Defense%E2%84%A2%22%22%22
<DocScrutinizer05> or rather the Mg powder :-) http://www.feuerwerksparadies.de/epages/62081559.sf/de_DE/?ObjectPath=/Shops/62081559/Products/%22Magnesiumpulver%20Special%20Pyro%E2%84%A2%20500g%22
lexik|m has quit [Quit: Connection closed for inactivity]
Pali has joined #neo900
paulk-collins has joined #neo900
<kerio> crackers with METAL POWER \m/
paulk-collins has quit [Ping timeout: 244 seconds]
SexbotWithExtraO has joined #neo900
SexbotWithExtraO has quit [Client Quit]
SexbotWithExtraO has joined #neo900
<SexbotWithExtraO> Botty new year infobot ;
SexbotWithExtraO has left #neo900 [#neo900]
Openbot has joined #neo900
<Openbot> Lovely new year folks
<Openbot> reSearching for scopes i found anal scope guess what -that thing is horrible
<Openbot> Pure evil :p
<Openbot> Endoscope much better imo
* Openbot considers that scope perfect for the old farting guy to experiment up_on the new year ;
<Openbot> New year new hopes neoteam )
<Openbot> Oscilscope is a complex thing
Openbot has quit [Ping timeout: 240 seconds]
Openbot has joined #neo900
<Openbot> The stupid part - they lit up a little hay on one hole of the tree as it was windy and cold and minuts later the tree was in flames cracking sounds falling branches and smoke all over !
Openbot has quit [Ping timeout: 264 seconds]
arcean has joined #neo900
jonwil has joined #neo900
lexik|m has joined #neo900
SylvieLorxu has joined #neo900
jonwil has quit [Quit: ChatZilla 0.9.91.1 [SeaMonkey 2.31/20141202220728]]
<wpwrak> DocScrutinizer05: did i mention the fiery globes ? well, seems that they scored again: http://www.lanacion.com.ar/1756766-otra-vez-un-globo-pirotecnico-causo-un-incendio-y-destruyo-una-casa
<wpwrak> and it seems that they're still allowed
mvaenskae has joined #neo900
sparetire_ has joined #neo900
infobot has quit [Ping timeout: 240 seconds]
<DocScrutinizer05> ae-0.centurylink.nycmny01.us.bb.gin.ntt.net and /or dcp-brdr-04.inet.qwest.net down again. Poor NY
<DocScrutinizer05> wpwrak: ((still allowed)) you got weird laws that allow fire attacks from above and expect that house owners take care against such attack
<DocScrutinizer05> here in ancient city downtown (timber-framed houses) not even regular fireworks are allowed
<DocScrutinizer05> but floss balls with oil or alcohol or gasoline coming down burning from above, that's madness to tolerate
<DocScrutinizer05> heck, here we even got thatched roofs every now and then
<DocScrutinizer05> funny enough I think those globes origin from China where I've been told they have paper houses
<DocScrutinizer05> but I guess that's obsolete info
<DocScrutinizer05> and possibly also incorrect
<DocScrutinizer05> ((Poor NY)) maybe rather Salt LaKe City? 67-41-234-42.slkc.qwest.net
<DocScrutinizer05> only a 2200 Miles apart from each other, so GeoIP can err ;-P
<DocScrutinizer05> anyway Tim must have a rather "local" new year
* DocScrutinizer05 ponders Tim to move server to a decent Hetzner box
lexik|m has quit [Quit: Connection closed for inactivity]
paulk-collins has joined #neo900
<wpwrak> DocScrutinizer05: yes, seems that we get to blame the chinese for it: http://en.wikipedia.org/wiki/Sky_lantern
<DocScrutinizer05> hah, seems it's illegal in .ar too
<DocScrutinizer05> and it's illegal in .de, thought as much even while I didn't know. Would have been a miracle if they hadn't outlawed it or massively restricted and covered by regulations
<mvaenskae> DocScrutinizer05: i believe there was a fire in the past 10 years in germany which outlawed them iirc
<mvaenskae> DocScrutinizer05: https://de.wikipedia.org/wiki/Kong-Ming-Laterne#Deutschland <-- sauce
<DocScrutinizer05> :-) ta
<DocScrutinizer05> I wish qwest.net would finally fix their stuff
paulk-collins has quit [Quit: Quitte]
<DocScrutinizer05> seems they heard me :-)
infobot has joined #neo900
<DocScrutinizer05> ~+uptime
<infobot> - Uptime for infobot -
<infobot> Now: 4m 26s running infobot 1.5.4 (SVN) -- linux
<infobot> 1: 59d 8h 41m 19s running infobot 1.5.4 (SVN) -- linux, ended Sun Nov 14 18:39:57 2010
<infobot> 2: 57d 3h 9m 23s running infobot 1.5.4 (SVN) -- linux, ended Fri Jun 26 20:39:27 2009
<infobot> 3: 36d 20h 47m 14s running infobot 1.5.4 (SVN) -- linux, ended Tue Aug 4 17:38:59 2009
<DocScrutinizer05> thanks infobot
<infobot> no problem, DocScrutinizer05
<DocScrutinizer05> http://www.arndt-last.de/index.php?option=com_content&view=article&id=161&Itemid=38 this guy is awesome, not for the balloons but for the "origami" stuff
<DocScrutinizer05> ohmy, I prolly cheered too early, qwest.net still has lots of packet loss
maxxim has joined #neo900
<kerio> tcp packet loss is to be expected
<kerio> with big throughput
<DocScrutinizer05> I know
<DocScrutinizer05> but not 10%, when the throughput is not expected to exceed 1% of available bw
<kerio> *your* bandwidth, sure
<kerio> what about the target's bandwidth?
<DocScrutinizer05> no, target bw, i'm not an idiot
<DocScrutinizer05> I even installed and configured some ethernet networks, back when it was cheapernet still, which had *real* bandwith/collision issues
<DocScrutinizer05> 10base2, ya know? ;-)
<kerio> ethernet still has collision issues if you're using a hub, doesn't it
<kerio> i mean, nobody uses a hub anymore
<kerio> but still :>
<kerio> i think the first ethernet i ever used was 100baseT
<DocScrutinizer05> anyway, seems to stabilize: 12. rikers.org 0.4% 941 204.4 625.6 198.2 2866. 616.2
<DocScrutinizer05> I guess it's damn hard to *get* a hub nowadays, which is a sort of a pity for network admins who want to snoop traffic for diagnostic purposes
<DocScrutinizer05> I think some 8 or so years ago, german c't mag had subscription incentive of a hub they dug up somewhere
<kerio> don't most "sophisticated" switches/routers have a mode where every packet is sent to a specific interface?
<kerio> also arp poisoning
<DocScrutinizer05> yeah, there are ways to do stuff with switch, but they are way less straight forward and convenient than with a hub, and usually need a managed switch
<DocScrutinizer05> not ideal for solid testing not tampered with by some element that rewrites packet headers
<kerio> to be completely fair
<kerio> to do that kind of testing you should probably use a computer with two ethernet cards
<DocScrutinizer05> that's the standard approach noawadays, with obvious downsides
maxxim has quit [Quit: Page closed]
<kerio> DocScrutinizer05: you know what's the thing that makes me the most sad
<kerio> os x has no way to pair up wifi and ethernet
<DocScrutinizer05> really nasty: you can't find true hubs since idiots call their switches "hub": http://www.ebay.com/bhp/ethernet-hub
<kerio> "hub -switch" returns a bike wheel as the first result
<DocScrutinizer05> prolly as good as it gets
<DocScrutinizer05> oops sorry for that link
<kerio> aren't ethernet hubs actually just made of wires
<kerio> like, you can chain ethernet cables together in a way that actually makes a hub
<Oksana> Well, truly intelligent hub would make sure that packets do not collide with each other? Like trains if you join the tracks together?
<DocScrutinizer05> no, a hub is active. It's not "just made of wires"
<Oksana> I do not know difference between "hub", "modem", "router", though...
<Oksana> Or, do not remember. Should go to sleep, actually.
<kerio> ooh this is what i was thinking of
<DocScrutinizer05> massive violation of termination specs
<DocScrutinizer05> the baseT cables still are transmission lines
<DocScrutinizer05> in base2 (and base5) you had terminators which where plugs with integrated termination resistor which you placed on the end points of your line. In baseT those termination resistors moved into PHY of the NIC
<DocScrutinizer05> thus such passive networking tap is maybe a nice quick-n-dirty hack but for sure not suited for proper diagnostics. Odds are it just introduces the transmission errors you observe with it
<kerio> lol
<DocScrutinizer05> ((THAT is what you get)) found another offer for EN-104: 222USD ;-P
<DocScrutinizer05> you see it's real professional instrumentation, with real professional prices ;-)
<DocScrutinizer05> now ponder you could sell 20 or 30 of those per month. Buy at USD 13.-, sell at USD 222.-
<wpwrak> and those networks were real buses. so if one terminator was missing, dozens of stations were in trouble :)
<DocScrutinizer05> I wonder if there are 30 idiots per month to be found on this planet
<kerio> rofl
lexik|m has joined #neo900
<DocScrutinizer05> a cheap NIC with termination cut out (using a pair of cutter pliers) - *that* would make a proper busines model. Particularly when you add a nice tag to the NIC: "Gigabit Network Analysis"
<DocScrutinizer05> could easily sell such cards for several 100 dollars
<DocScrutinizer05> ~+status
<infobot> Since Thu Jan 1 17:33:28 2015, there have been 0 modifications, 0 questions, 0 dunnos, 0 morons and 2 commands. I have been awake for 1h 11m 40s this session, and currently reference 119369 factoids. I'm using about 79384 kB of memory. With 0 active forks. Process time user/system 9.77/0.26 child 0.01/0.01
Sicelo_ is now known as Sicelo
Sicelo has quit [Changing host]
Sicelo has joined #neo900
<vakkov> DocScrutinizer05: did they rework them beagleboards? btw i bought a cheap n900 with the "all telephony functions disabled" problem and fixed it by rehating the rapuyama and gazoo. i now want to backup the mtd and rework it
<DocScrutinizer05> vakkov: no news from BB's.
<DocScrutinizer05> rework?
<vakkov> i meant change the nand with the n9 one
<DocScrutinizer05> ooooooh!
<DocScrutinizer05> where do you lve?
<DocScrutinizer05> live even
<vakkov> london; but i'm in sofia right now
<DocScrutinizer05> hmm, maybe both a possible destination for a letter with a chip?
<vakkov> why do you ask? i have a dead n9 board (in case you want to send me a chip)
<vakkov> can't i use the n9 one? it can be rewritten by a cold flash, right?
<DocScrutinizer05> unmounting them chips from their PoP position is prone to damage them. For sure more than using a fresh sealed chip
<vakkov> btw, i don't have a reworking station @ london
<DocScrutinizer05> anyway, I could ask Nikolaus to pack a 1GB PoP into an envelope and send it to you per airmail
<DocScrutinizer05> (or 2)
<vakkov> the guys here (at sofia) removed many PoPs to fix some water damaged phones. but sill - they have more experience with chips than me
<DocScrutinizer05> the least thing I could do for you :-9
<vakkov> okay, that would be great!
<DocScrutinizer05> please send your mail addr to contact@
che1 has joined #neo900
<mvaenskae> hm, i should find some time the next weeks and setup the n900 again
<mvaenskae> and maybe procure a broken one somewhere to have a case for my upcoming neo900 :) but i am no friend of paypal D:
<mvaenskae> DocScrutinizer05: not sure how your stance on ebay is but maybe check this out, still today http://www.ebay.de/itm/Nokia-N900-groses-Ersatzteillager-/321626344165?pt=DE_Handy_s&hash=item4ae26c8ae5
<mvaenskae> does anyone know if there exist n900 devices with simlocks?
<mvaenskae> will be back later
<DocScrutinizer05> mvaenskae: (ebay) interesting
mvaenskae has quit [Ping timeout: 272 seconds]
<DocScrutinizer05> simlock: yes exists
<jake42> DocScrutinizer05: he is gone
<DocScrutinizer05> seen
<jake42> :-)
* DocScrutinizer05 too, for the long pending shower and food
<kerio> DocScrutinizer05: it takes so fucking much to drain the n900 battery at 170mA :(
<bencoh> well ... 8h :)
<kerio> i should've enabled boost mode as well
<kerio> but meh
<kerio> i wonder if the wallcharger would complain
<DocScrutinizer05> hmm?
<kerio> it's connected to the wallcharger
<DocScrutinizer05> so why would it discharge? you're a lousy story teller
<DocScrutinizer05> if I had to guess I'd say you're trying to calibrate bq27200 with my calibrate script
<DocScrutinizer05> in this case why would wallcharger complain - not to mention I couldn't figure a way how the wallcharger could do so at all
<DocScrutinizer05> the only way it could "complain" is by owverload shutdown
<kerio> ofc i'm using the script
<DocScrutinizer05> and re calibrating: it *needs* to get done at reasonably "slow" discharge rate, or it will be off a lot due to internal series resistance of LiIon cell "pretending" the cell was empty (at end voltage) while actually the cell itself still holds sufficient energy for hours and hours of _normal_ operation
<kerio> but i only disabled charging
<kerio> i'm discharging it at a stable 170mA, it'll give me a lower total capacity
<kerio> i reckon it's better to underestimate the battery rather than to overestimate it
<DocScrutinizer05> depends
<DocScrutinizer05> actually no, nothing depends on battery capacity estimation really
<DocScrutinizer05> it's exclusively needed for display
<DocScrutinizer05> even system shutdown is not based on capacity estimation but only on voltage of cell
<DocScrutinizer05> iirc iPhone for example shows everything >50% as "full"
<DocScrutinizer05> depends on user expectations more than on anything else
<DocScrutinizer05> since users seem to consider a "4 of 8 bars" already one step beyond doom, commercial products show any battery capacity decay only when real capacity is *significantly* lower than 3/4, often 1/2
<DocScrutinizer05> even a lot of fuel gauges in cars do same
SylvieLorxu has quit [Remote host closed the connection]
<kerio> DocScrutinizer05: yeah yeah, i meant battery underestimation *for me*
SylvieLorxu has joined #neo900
arcean_ has joined #neo900
Pali has quit [Ping timeout: 265 seconds]
chainsawbike_ has joined #neo900
SylvieLorxu_ has joined #neo900
arcean has quit [Ping timeout: 256 seconds]
SylvieLorxu has quit [Ping timeout: 256 seconds]
chainsawbike has quit [Ping timeout: 256 seconds]
chainsawbike_ is now known as chainsawbike
SylvieLorxu_ is now known as SylvieLorxu
pigeons has quit [Ping timeout: 250 seconds]
pigeons has joined #neo900
pigeons is now known as Guest61644
DocScrutinizer05 has quit [Read error: Connection reset by peer]
DocScrutinizer05 has joined #neo900
Guest61644 is now known as pigeons
che1 has quit [Ping timeout: 240 seconds]
<Oksana> Moin. ((hoverboard...dress up)) Weird.
<DocScrutinizer05> moin
<DocScrutinizer05> I still wonder why we need a General Assembly establishing a pseudo "community" that every random group of rogue people is free to hijack
<DocScrutinizer05> it's a blunt coup d'etat occupying and annecting the maemo community and the assets it owns
<DocScrutinizer05> s/annecting/annex/
<DocScrutinizer05> people who gave donation to HiFo are not supposed to have to get member of any e.V. to execute their legitimate right to decide what's going to happen with those
<DocScrutinizer05> at the time the donations were done, such right been established via council and the community electorate voting the members of council
<DocScrutinizer05> no matter how many community members actually can get bothered to become member of e.V. - the e.V. members will never become a valid maemo community, since there's only one such community and that is the one consisting of maemo.org account holders
<Oksana> Yes, but the legalities probably require personal info (full name, and such). Rather than force all *.maemo.org members to provide their personal data (which would cause lots of resistance), they create GA as active-members front for legalities.
arcean_ has quit [Quit: Application terminated!]
<DocScrutinizer05> what sort of "democracy" is THAT?
<Oksana> It would have been even funnier, had the two Councils not merged by now. Imagine: *.maemo.org members electing two Councils, GA electing one Board, Board executing rulings of two Councils and one GA...
<DocScrutinizer05> what damn two councils??
<Oksana> Maemo Council and Hildon Foundation Council. They merged a year or two ago, remember?..
<DocScrutinizer05> errr nooooo
lexik has joined #neo900
<DocScrutinizer05> it was just me who promised to do that when running for his 2nd(?) council term
<DocScrutinizer05> and I did, since I usually do what I promise
<DocScrutinizer05> actually there never really been two councils, that been an artifact from brainless interpretation of HiFo bylaws, ba a patent lawyer
<DocScrutinizer05> by*
<DocScrutinizer05> actually the guys who *wrote* the HiFo bylaws always meeant HiFo council == Maemo Council == The One Council. From very beginning of HiFo
<DocScrutinizer05> the patent lawyer said "that's not the words in the bylaws"
<Oksana> :-) Even funnier than I remembered it.
<DocScrutinizer05> ...and insisted in separate votes for a HiFo council
<DocScrutinizer05> now we got another bright guy who invented not only a e.V council but already a complete e.V community
<DocScrutinizer05> by invention of the e.V council he thinks he abolished The One Council
<DocScrutinizer05> by invention of GA aka e.V. community he thinks he can substitute The Maemo Community
<DocScrutinizer05> I completely lack to see the legitimation for all that mess
<Oksana> I hope that he learnt from the past, and e.V. council is specifically equal to The One Council.
<DocScrutinizer05> not really since said guy seems to think the e.V bylaws replace the maemo council rules
<Oksana> And I can see how some legal requirements (we need to be sure that the voters are real people!) may have forced e.V. to have "General Assembly" as a subset of The Maemo Community.
* Oksana going to compare e.V. Council bylaws against Maemo Council bylaws
<wpwrak> it's quite fascinating if you think that this whole ecosystem of politrollicians basically relies on us to feed them ;-) i mean, without neo900, all that's left of maemo are whatever trace amounts if it live on in sailfish, and the rotting remains of nokia, right ?
<DocScrutinizer05> nobody needs that damn e.V to start with. How is maemo community interested or involved about the legal requirements of such e.V then?
<bencoh> wpwrak: eww we're not dead yet :p