#qi-hardware IRC log for Monday, 2011-02-14

wpwrakkristianpaul: http://downloads.qi-hardware.com/people/werner/tmp/teaser0.png http://downloads.qi-hardware.com/people/werner/tmp/teaser1.png http://downloads.qi-hardware.com/people/werner/tmp/teaser2.png http://downloads.qi-hardware.com/people/werner/tmp/teaser3.png00:11
kristianpaulwpwrak: teaser3 is done in your scope as well???00:12
wpwrakkristianpaul: with the data from the scope00:13
kristianpaulhow how !!00:13
kristianpaullooks amazing clever00:13
wpwraklemme check in the scripts ...00:14
kristianpaulwhat is your scope brand?, i dint dig yet what remote programing or data acquisition can i do witht the tektronics00:17
wpwraki have a rigol ds1102cd00:17
wpwrakkristianpaul: stores up to 1 MSa. or in this case (two channels) 512 kSa of each channel. unfortunately, your has much less memory. yours is a lot better for analog signals, though.00:24
kristianpaulhmm00:26
kristianpauli', close to port sump to my avnet board so that will help just in case i need _just_ logic analizer thing00:27
wpwrakkristianpaul: what was your model again ?00:30
kristianpaulwpwrak: TDS3012B, no digital Channels tought00:31
wpwrak10 kSa memory ... should be enough for a single USB packet if you have sufficiently stable timing of the trigger00:33
wpwrakthe digital channels on the rigol don't work very well. i think i'd rather have more analog channels.00:34
wpwrakof course, if you have something like MMC/SD to debug, then you're thankful for the digital channels. even if they have problems. (the problem with the rigol are that there are lots of glitches on the digital channels. you need to post-process them before they make much sense.)00:36
qi-bot[commit] Lars-Peter Clausen: Restore sdio fix for the spectec wlan card http://qi-hw.com/p/openwrt-xburst/fdcac1701:33
xiangfularsc: thanks. (sorry for lose this patch)01:37
larscno problem01:37
Action: kristianpaul hapylly testing his avnet sump logic analizer01:39
qi-bot[commit] Werner Almesberger: atusb/fw3/an/: USB debugging scripts http://qi-hw.com/p/ben-wpan/f4d299d02:02
wpwrakkristianpaul: here are my secrets weapons: http://projects.qi-hardware.com/index.php/p/ben-wpan/source/tree/master/atusb/fw3/an02:03
kristianpaulwpwrak: zprobe is from scope?02:09
wpwrakzprobe: http://projects.qi-hardware.com/index.php/p/wernermisc/source/tree/master/zprobe02:12
kristianpaulah misc02:12
kristianpauli dont have that02:12
kristianpaulwait02:12
Action: wpwrak hates atmel's convention of expressing register bits in C by their position, not their mask. something like three days wasted chasing an addr | ADDEN vs. addr | 1 << ADDEN :-(((02:32
zrafawpwrak: I was hunting a but without success the last 3 days. So if you had some succes then you should be happy02:44
zrafaI am not :(02:44
wpwrak:) seems that my little stack works now. it even accepted the transmission of a 64+ bytes packet, which is what blow the freakusb stack apart02:45
wpwrak(didn't check if it actually sent anything, though ;-)02:46
wpwraks/blow/blew/02:47
qi-bot[commit] Werner Almesberger: atusb/fw3/: adaptation of the f32xbase USB stack http://qi-hw.com/p/ben-wpan/da6677b02:49
wpwrakzrafa: maybe you should try to debug usb. then you'd have your bug killed within 3 days, too ;-)02:51
wpwrakyeah, transmission is good, too02:54
zrafawpwrak: (works now) nice ;)02:56
wpwrakone bug left, though. kernel complains that device descriptor read/64, error -71 (on the next try, it succeeds)02:56
kristianpaulwee !02:59
kristianpaulwpwrak: http://downloads.qi-hardware.com/people/kristianpaul/sump.png03:00
kristianpaulguess what it is ;)03:00
kristianpaulargg the png was not fully exported03:00
larsckristianpaul: what program is that?03:00
wpwrakkristianpaul: what hardware is that ?03:01
kristianpaullarsc: http://www.lxtreme.nl/ols/03:01
kristianpaulwpwrak: sige evb > avnet (with sump bitstrem) > ols > png03:01
wpwrakand what would avnet be ?03:03
kristianpauloh sorry, avnet spartan 3e board03:03
kristianpaulwpwrak: http://ur1.ca/2jlp603:03
wpwrakaha ! :)03:04
wpwrakthat leads to the customer login ;-)03:04
kristianpaulah?03:04
wpwrakanyway, i can imagine what it is03:04
wpwrakwhat's the sample rate ? how many samples can you store ? and is there any compression ?03:05
kristianpaulno idea03:05
kristianpaulI just got it work some minutes ago, let me check03:05
kristianpaulhttp://www.xilinx.com/products/devkits/aes_sp3a_eval400_avnet.htm03:05
kristianpaul256KSamples memory03:06
wpwrakoh, that's a cheap board. nice.03:06
kristianpaulyes, it was my first touch with milkymist in hw03:07
kristianpaulok, i got a 61.2 us sample03:08
kristianpaulspeed is fixed to 11520003:08
kristianpaulcompression i guess not03:09
wpwrakso that's 256 kSamples that took 61.2 us ?03:09
wpwrakthat would be a sample rate of ~ 4 GSa/s03:11
kristianpauls/us/ns03:11
kristianpaulhmm03:12
kristianpaulno, i'm cofused03:12
wpwrakthat on the other hand would be a meager 16 MSa/s03:12
kristianpaulsump.org/projects/analyzer/ <- more ingo03:12
kristianpaulinFo03:13
kristianpauli still reading i think steve|m1 can quote something later, i new with this project03:13
wpwrak(compression) that's something the fpga could implement. instead of storing fixed-clock samples, only store a sample when something has changed. in addition, store the number of non-changes since the last sample03:14
wpwrak200 MHz sounds better :)03:14
kristianpaulnice it export data to text file03:16
kristianpaul 100Msps captures up to 50MHz waveforms on 32 channels03:17
kristianpaulhmm i can get 8 channels with 24K sample depth03:17
wpwrakmaybe your board's characteristics differ from the DO-SPAR3-DK03:18
kristianpaulstill spartan3, but yes03:19
steve|myou could port it to the SIE :P03:19
wpwrakthe DO-SPAR3-DK seems to have SRAM while the AES-SP3A-EVAL400-G doesn't03:20
kristianpaulyou should go sleep :)03:20
wpwrakso you'd be limited to 368640 memory bits, if digi-key's spec summary is to be trusted03:21
wpwrakyup. xilinx say 360 kbits03:21
wpwrak(block RAM)03:22
kristianpaulsteve|m: may be, if jlime can run the osl,03:22
kristianpaulbut no time now, i got my dummy logic analizer, i'm happy03:22
kristianpaulsteve|m: you have a sie?03:23
wpwrakit has tons of flash, though. so you could use that ;-)))03:23
kristianpaulyeah thats true03:24
steve|mkristianpaul: nope, but that would actually be a cool toy.. I like the idea of having the power of a fpga wired to a cpu03:26
steve|mis there a planned second run?03:26
wpwrakto analyze USB, you'd need about 50 MSa/s. so that should be within the range of the board's capabilities03:27
kristianpauli dont think so... but who knows, but i'm sure if you ask some of the carlos studet may sell one03:27
kristianpaulwpwrak: i cant usb now, as i lack buffer for 5v input..03:27
steve|misn't USB 3.3V signal level?03:28
steve|mthe OLS has a buffer :P03:28
kristianpaulah is 3.3V?03:29
kristianpaulheh03:29
larscxilinx is now actually bulding a fpga with an arm core the same chip03:29
wpwrakwith an intelligent trigger, you could just find the "start" bit and then immediately sample the packet. well, if you do intelligent clock recovery, you can just sample at the USB clock, 12 MSa/s03:29
wpwrakUSB D+/D- are 3.3 V03:29
kristianpaulgood :-)03:30
kristianpaullarsc: spartan7?03:31
larscuhm, don't know exactly03:31
larscbut they resently submitted support for it to lkml03:32
wpwrakwith 360 kbits of RAM, you could thus record about 22 kB of USB data or ~350 max-sized packets. that's already a reasonable analyzer03:32
kristianpaulI wonder if the whole on-chip ram is implemented..03:35
kristianpaulwell, i'm off, read you later03:35
qi-bot[commit] Werner Almesberger: atusb: slightly adjusted some component values for easier sourcing http://qi-hw.com/p/ben-wpan/138a1be05:15
qi-bot[commit] Werner Almesberger: atusb.brd: update and silk screen cleanup http://qi-hw.com/p/ben-wpan/fa9926605:15
tuxbrainhi all channel.08:20
tuxbrainwpwrak wolfspraul what you think on the last UBB mail with the price list, and preorder aproach time to announce on list?08:22
kyakwhen i do make -j2 in openwrt build root, does it actually build a package in two threads or it builds two packages concurrently?08:40
xMffit compiles multiple packages concurrently each with a single thread08:41
xMffwe cannot pass down -j by default as many packages are simply not safe to compile multithreaded08:41
xMfftrunk has black- & whitelisting for that and an additional feature to enable parallel build within packages08:41
kyaksure, i just noticed an interesting thing08:41
kyakaccording to make -j2 output, qt4 is already built (i.e. i see that next pacakges started to build)08:42
Action: Jay7 right now trying to benchmark OE with different bitbake threads/make threads numbers08:42
kyakbut in ps i can see that it is still building qt408:43
Jay7kyak: grep PARALLEL_MAKE recipes/* in OE may show you recipes that have -j disabled :)08:43
Jay7so, you may just use our results :)08:43
xMffkyak: maybe host vs target build of qt408:44
kyakJay7: yes, there is NOPARALLEL or something like this in openwrt, too08:44
kyakxMff: the output is currently at "keymouse" package08:45
kyaki see this: "make[3] -C /home/bas/build/openwrt-packages/keymouse compile"08:45
xMffI never messed with qt4 but afaik it is compiled for the host since qmake (?) is needed for other stuff08:45
kyakand "make[3] -C feeds/packages/Xorg/lib/qt4 compile" is two lines above08:45
kyakseems like finished, two other packages were built after that08:46
xMff*shrug* :)08:46
kyak:)08:46
kyaki'm just wondering if -j2 can mess up things badly08:46
kyaki didn't really try it before08:46
wolfspraultuxbrain: you know me. preorder = fail.08:47
kyakthough i benchmarked, too - it takes around 30% faster08:47
wolfspraulif you totally have to do it, then try to limit the preorders to few large preorders, not many small ones.08:47
xMffusually not, some time ago it used to fail in random places but nothing thata repeated make couldn't fix08:47
wolfspraulthat way the communication overhead in case of unforeseen issues (read: always) stays managable08:47
xMffso it at least does not result in catastrophic miscompilations08:47
kyakok :)08:48
xMffmost issues are missing inter-package dependencies that are never spotted with a single threaded make08:48
xMffthough some people invested quite some (cpu) time to iron those out08:49
kyakwould be good to have an auto build bot, like in some linux distros.. It would build a package (each package, or every new/updated package) in a separate environment (minimal build). It would reveal missing dependencies and help find other errors, too08:52
xMffwe have a buildbot farm but it is working single threaded atm08:52
xMffI use it to keep track of broken packages08:53
xMffhttp://buildbot.openwrt.org:8010/broken_packages/08:53
kyakcool!08:54
kyakqt4 is broken in xburst :)08:54
xMffthere are false positives08:55
kyakerrors depend however greatly on build host (for example, i've been failing to build ruby for a long time because i have openssl-1.0.0) or other settings - like, usage of locale in uClibc or like different variants of iconv08:55
xMffbah.., 3M buildlog for qt4... everything about this thing is big08:55
kyakyup, qt4 is huge.. might be the longest package to compile08:56
kyakhm, vim also builds fine.. what's the reason for these false positives?08:57
xMff"make[#]: *** [...] Error ..."08:58
xMffits basically an rgrep over the buildlogs08:59
xMffthe build itself runs with IGNORE_ERRORS=m so broken stuff is just skipped08:59
xMffI have to go to wrok for once... bbl09:00
kyaksee you later09:00
wolfspraullarsc: about those fpga+arm cores. yes, that is not surprising and there is a whole wave of those types of chips going through the fpga landscape.09:17
wolfspraulI have 2 thoughts on this right now:09:17
wolfspraul1) some of those chips are priced very high, because everybody is testing how much value they create, and for whom, and who is in a stronger position, the FPGA side or the ARM/Power side.09:18
wolfspraulso if the chip is 90 USD or more, that's a big thing to consider09:18
wolfspraulalso volumes are low, and right now it's just a test (there have been similar Power/fpga combos for a while already, and supported in Linux, but very expensive)09:18
wolfspraul2) I am very pragmatic on all this. If we compare a 'pure' FPGA solution running a free instruction set to a combo, we should pick whatever leads to an actually working powerful product faster.09:19
wolfspraulIn any case I will only look at the free part of the solution, and try to achieve continuity there. So a solution like Milkymist SoC is more promising and flexible. But if a chip turns up with a great ARM core, and the core and overall system integration is easily targetable with free software tools, I would not hesitate to use it. Of course to advance the state of the free stuff still :-)09:20
wolfspraulhope this is not too vague. I keep an eye on the combos, but I feel very good with the Spartan-6 path of Milkymist and Milkymist One right now.09:21
qi-bot[commit] Adam Wang: High speed bug fixed by Yanjun Luo: http://qi-hw.com/p/m1/f24e49609:22
qi-bot[commit] kyak: supertux: don't install backup images http://qi-hw.com/p/openwrt-packages/d89a29e09:52
wpwraktuxbrain: replied by mail11:18
wpwraktuxbrain: regarding the preorders, they do indeed seem to add just unnecessary overhead. the money on the table would be EUR 450, which doesn't appear all that much.11:20
wpwraktuxbrain: preorders would make more sense if you were planning to make 1000+ units right away, and need firm commitments for that. this in turn would only matter if your pcb fab would charge you extra for 500 now and 500 later, as opposed to 500 now. that's often not the case.11:22
wpwrakerr, s/to 500 now/to 1000 now/11:22
tuxbrainok I will take in consideation that non-preorder aproach... (me crossing my fingers and put tap in the ears to not hear Victor complains about money....)11:24
wpwraktuxbrain: it would make sense to do 500 units no matter what sales projection you have. (well, unless it's 0 ;-) even if someone wanted to buy a few million pieces, you'd still want to have a "small" first run to see if things are alright, before committing to more.11:26
kuribasThere are sites where you can order cheap pcb's for self designed open source hardware.  Are there places where you can have smd chips soldered on the board, or even build the whole product?11:35
kuribasWithout a huge investment?11:36
wpwrakkuribas: if you had omitted the second message, i could have suggested some ;-))11:40
wpwrakkuribas: well, it all depends on what "huge" means to you. for the pcb, is a fixed setup cost of about USD 500 a lot ? not sure what the setup cost for SMT would be. probably at least USD 1000.11:41
wpwrakviric: you sound as if sourcing wasn't already a story co-autored by kafka, de sade, and dante ;-)11:43
qi-bot[commit] kyak: terminus-font: initial port http://qi-hw.com/p/openwrt-packages/a14421b11:46
kuribaswpwrak: I guess that's very reasonable, but for me personally it would be a lot.  There was a page from seeedstudio where you could make 10 pcb's for only 50¬ without startup cost, if you make the design open source.11:46
kuribasMaybe it's better if I started working on my smd skills :-)11:47
kuribassmd soldering skills I mean.11:47
kuribasWhen I look at the projects on sparkfun and similar sites, they are mostly build on arduino and robotics.  There is very little pro audio.11:48
viricwpwrak: uh? What is it about? :)11:48
viricwpwrak: I don't understand "sourcing"11:49
virichm I got disconnected11:49
viricwpwrak: what is that 'sourcing' about? I don't understand :)11:49
wpwrakviric: sourcing is the process of selecting and acquiring the components you need for production11:50
viricahh11:50
wpwrakviric: well, the selection could be considered apart. but in practice, the two are intimately connectd11:50
viricsure11:51
wpwrakkuribas: (10 PCBs for 50 EUR) sounds like a great deal ! there are also places like batchpcb, which have low cost. (but limited technology and long turn-around times)11:51
viricWell, I would not like to know that the Ben Nanonote pieces are produced in factories with a 'high score' on violating human rights :)11:51
viricor things like forbidding unions and things like that11:52
wpwrakviric: then you probably shouldn't try to find out ;-) i wouldn't expect any particular atrocities, but you never know11:52
wpwrakviric: hmm, in some places of the world, disallowing unions sounds like a most excellent idea11:53
wpwrakviric: (that is, if you can, because there they're pretty much equivalent to the mafia)11:53
kuribaswpwrak: It does.  I wonder if the same exists for smd soldering.  The problem is that the adc and controller I need are smd.  If I would sell a kit, I'd probably make a mess trying to solder those components ...11:53
wpwrakkuribas: smd is often easier to solder than through-hole. what packages are you talking about for the larger chips ? ssop/tsop/sioc/etc. are trivial. qfn is quite doable if you don't need the center pad to be 100% reliable. bga and friends would be difficult for manual soldering.11:55
viricwpwrak: that sounds like a usual neoliberal excuse :)11:56
kuribaslet's see11:56
wpwrakviric: i would think less of the intelligence of the neoliberals if they wouldn't use such glaring examples of abuse of power for their agenda, too :)11:57
viricwpwrak: they seem to work11:57
viricwpwrak: On doubt, on contradictory reports from the workers union and the company owners, I go on trusting the workers .)11:58
viric:)11:58
wpwrakviric: oh, sure they work. they even make their employees earn a lot. e.g., a truck driver in argentina earns more than a pretty much anyone with a phd. the whole transportation system is also horribly inefficient, dangerous, and environmentally hostile.11:59
kuribaswpwrak: pcm1803 is 20 pin ssop, at19sam7 is qfn or lqfn.12:00
wpwrakviric: let alone unreliable. dangerous = argentina has one of the highest if not the highest rates of road deaths. and in a lot, trucks are involved.12:00
viricwpwrak: here, phd students rarely try to do any collective effort to negotiate their working conditions, too12:01
wpwrakviric: of course, whenever the idea of replacing long-distance transportation with, say, trains comes up, the trucker union start pressuring.12:01
viricwpwrak: it has become "trendy" not to do any collective effort to negotiate anything. And it's also trendy to untrust the unions, and their intentions of getting good working conditions for their members.12:02
viricwpwrak: ah, sure, this also happens here12:02
wpwrakkuribas: the arm may be a bit difficult. the ssop is no problem.12:02
kuribaswpwrak: Do you use any special equipment for soldering smd?  A solder iron with temperature control?12:03
viricwpwrak: what did the union of executioners do in Argentina, when they saw their jobs on peril? :)12:05
wpwrakviric: i would rather look for the flaws in the political system. this kind of unions is quite anti-democratic yet wields power comparable to that of the government. doesn't this make you worry a little ?12:06
viricwpwrak: the political system is biased towards the creditors of the political parties12:06
wpwrakviric: executioners ? huh, attack some islands ? :)12:07
wpwrakviric: there you have your problem12:07
viricwpwrak: and the first priority of the political class is to perpetuate the political class :)12:07
viric(lunch!)12:07
wpwrakkuribas: yup. a decent soldering iron, flux, and thin solder12:07
viricwpwrak: I know the problem. But those situations have to come into light. And when there is the option to buy one product or another, we have our vote when choosing12:08
wpwrakviric: for affecting working conditions, you're at the wrong place here. nothing sharism could do would have even the slightest effect.12:08
wpwrakviric: so it would purely be to make you feel righteous, but you'd lie to yourself if you thought you had improved anything12:09
wpwrakviric: if you want to make an impact, find the big buyers, analyze their sources, and then build public pressure if you find anything there12:10
wpwrakviric: if you can make apple, htc, samsung, nokia, sony, etc., impose requirements on their suppliers, then you have a chance of this to have an effect12:10
wpwrakviric: but small companies don't matter. lots of vendors wouldn't even talk to small operations like sharism because their volume is insignificant.12:12
wpwrakviric: small companies basically take the crumbs of what the big ones had. so you really have to aim for the big ones. or become big yourself :)12:15
wolfspraultuxbrain: be careful about 'no preorder'. you may very well end up with a lot of boards.12:28
wolfspraulmy point was more subtle12:28
wolfspraulon one hand preorders are good, they tie people into the project early12:28
wolfspraulmake them prepay 50%! not 100%, not 0%12:29
wolfspraulon the other hand preorders cause communication and admin overhead that is often overlooked. that is the more so true the more innovative/new/risky a project is.12:29
wolfspraulbecause - if something unexpected happens (no need to give an example, you know the list is infinite), then you need to communicate that back to all preorderers12:29
wolfsprauland you need to give them reaction options a) b) c)12:30
wolfspraulyou need to collect feedback12:30
wolfsprauletc. etc.12:30
wolfspraulit's terrible12:30
wpwrakwolfspraul: naw, make them prepay 100%. we're talking about quite trivial amounts.12:30
wolfspraulso you should go for preorders, but you need to deal with at most 5 people or so12:30
wolfspraulwpwrak: I think large preorders are ideal, because of communication overhead as described.12:30
wolfspraulthat's a good mix between putting the risk on multiple shoulders, while keeping everybody fully informed12:31
wpwrakwolfspraul: don't you think the first run should be small anyway ? 500, maximum 1000 units. see if anything goes bad.12:31
wolfspraulso if tuxbrain would have 4 people he knows will take 100 each, that's ideal12:31
wolfspraul100 for himself12:31
wolfspraulyes sure12:31
wpwrakwolfspraul: yup. that sounds reasonable.12:31
wolfspraulI just share my preorder experience.12:31
wolfspraulit can be good, it can backfire.12:32
wolfspraulso my advice is: 1) deal only with a small number of large preorderers, let's say 5-10. 2) make them prepay 50%, that will keep everybody honest and committed.12:32
wpwrakwolfspraul: if preorders are really necessary, i wouldn't split them. not on such small values and with business partners who largely know each other.12:32
wolfspraulif you can satisfy those two requirements, that's much better than taking the entire risk yourself12:32
wpwraki mean, it's not like sending a few kbucks to Happy No-Name Electronics and Rice Trading Ltd., Æ„â—Q12:38
wpwrakor Mugu Intl. Enterprises, South Cammer, Nigeria ;-)12:45
wpwrak(jtag) heh, so close ;-)12:47
wolfspraulkristianpaul: Adam said you fixed your jtag-serial high-speed problem already?13:09
wolfspraulcool, Adam uploaded really nice rework instructions. with those pictures I think even I could try :-)13:12
wolfspraulhttp://en.qi-hardware.com/wiki/JTAG_Serial_Cable_run_1_for_Milkymist_One#Bugs,_Steps_of_Rework_and_Improvements13:12
viricwpwrak: well, among certain public, having some good labels about good procedures and decisions can result in benefits13:34
viriceven for the company13:34
viricwpwrak: I'm not trying to accuse qi of anything :) I just wondered, if part of the 'all free' politics went further in chosing vendors13:36
wolfspraulviric: I'm all with you. the deeper the knowledge the better, right?13:37
wolfspraulyes, I would like to know about social standards at component and part vendors.13:37
wpwrakviric: i think general egalitarian principles certainly resonate well with the general objectives13:37
wolfspraulbut we have to be realistic. collecting this kind of data, especially if it should be accurate, is terribly hard and time consuming work.13:38
wolfspraulthe only way I can see this happen is if it's some kind of wiki-style collective process.13:38
wolfspraulwikivendors.org13:38
wolfspraula global initiative to collect all sorts of data points about every company on the planet :-)13:38
wolfspraulnicely meta-tagged, searchable, updated by 100,000 volunteers, by insiders of the companies (ideally in an official function and not as whistleblowers), and so on13:39
wolfspraulplease don't expect that the tiny Qi outfit can make any serious headway there.13:39
wolfspraulI try my best, with the few working hours I have each day.13:39
wolfspraulI like sourcemap.org, for example. at least it's a project that seems to point in the right direction.13:40
wpwrakwolfspraul: correctly assessing social standards may be pretty hard. at least if you want to go beyond just western imperialism :) (like demand that chinese factory worker gets the equivalent of an average US meal ;-)13:40
wolfspraulactually I believe it is totally doable13:40
wolfspraulthe world is not as black and white as we sometimes make it13:40
wolfspraulbut collecting the data on a timely basis, and keeping it accurate - it can only happen as a big collective project13:41
wolfspraulno one vendor can do it13:41
wolfspraulI don't like the buy a product if I would know they put some 12-year old to work.13:41
wolfsprauldefinitely not13:41
wpwrakwolfspraul: doable yes. but much harder than just collecting some statistics. you probably need to spend months on analyzing each location. establish local sources. validate them. and so on.13:42
wolfspraulwe need to pull out this kind of information. but then it's not the core mission of Qi, at best we can join some other projects working in that direction.13:42
wolfsprauloh sure. that's what I'm saying.13:42
viricwolfspraul: I'm a subscriber to some people that investigate how production works. Every two month they analise some kind of production. Some moths ago they investigated the mobile phone producer.13:42
wolfspraulit needs to be a huge collective project.13:42
virics13:42
viricwolfspraul: of course they analised only major brands13:43
wolfspraulthat sounds good. I am 'investigating' dozens of factories for years :-)13:43
wolfspraulthere are many worthwhile things one could improve there.13:43
wolfspraulsoldering exhaust fumes for example13:43
wolfspraulreally bad sometimes!13:43
Action: wpwrak coughs13:44
wolfsprauldumping chemical waste into the next river13:44
wolfspraulexcessive over-hours (80hr/week)13:44
wolfspraulI have never seen child-labor, in China that is really rare and definitely not happening in the core technology industry.13:44
wpwrakbah, lavish spare time :)13:44
viricexactly13:44
wolfspraulmaybe it's more common in south-east asia or non-tech industries.13:44
viricthat sourcemap looks good. I did not know it.13:45
wolfspraulyeah13:45
wolfspraulI like it too.13:45
wolfspraulbut so far my participation hasn't evolved beyond 'I like it' :-)13:45
wolfspraulback to reality...13:45
viric:)13:45
viricYou mean "keeping on ignoring reality" :)13:46
viric(temporarily)13:46
wolfspraulno back to the reality of how hard it is to collect this kind of data13:46
viricsure13:47
viric"How easy it is to get the information" is one of the score measures, for companies.13:47
wolfspraulactually many people would like to participate13:47
wolfspraulI wouldn't worry about that.13:47
wolfspraulalso on the vendors side13:47
wolfspraulin fact you could easily differentiate and label between participating and non-participating vendors13:47
viricexactly13:47
wolfspraulwhere 'participation' is defined by certain standards, like response times, dedicated contact, etc.13:48
wolfspraulbut it's still a huge amoutn of work13:48
wolfsprauland then you need enough critical mass13:48
wolfspraul(as always for new things)13:48
wolfspraulI cannot do much, except 'liking' sourcemap.org13:48
viricI was not requiring anything like that to the few qi workers. I simply had hope that in the ben nanonote world it would be easier to find people with such worries; easier than in the Macintosh world :)13:48
wolfsprauloh totally13:49
wolfspraulI am with you.13:49
wolfsprauland we try to document vendors13:49
wolfspraulbut even then each vendor is still a big black box.13:49
viricClear.13:49
viricwe had a good documentary here... "programmed obsolescence"13:50
viricthere was a good part about http://www.greenpeace.org/international/en/news/features/poisoning-the-poor-electroni/13:51
viric(and of course, a lot about designing the devices to last short)13:54
viric(is 'last short' the opposite of 'last long'?)13:54
wolfspraulunfortunately there are strong economic incentives for short product cycles13:54
wolfspraulshort product cycles drive up volume, and the higher volume drives down unit prices13:54
wolfspraulthat makes a strong recycling program all the more important, and one needs to say that Apple (the little I know about recycling) is leading there as well, basically they are trying to get every owner of say an iPad to always come back to a store if it's broken, and return it there)13:55
wolfspraulI read about a program Apple has where if you bring your old broken iPad to the store, they give you a new one for 99 USD? I think the types of defects that would quality were listed.13:56
wolfspraulanyway this leads in the right direction, products should return the same path they came from, because that's where the most knowledge about the products is located13:57
wolfspraulor alternatively products should be released with full and deep documenation, then it doesn't matter in which hands they end up eventually, those people can always easily (that's the point) look it up13:58
wolfspraulwe are far from those noble goals right now, including Ben NanoNote or Milkymist One...13:58
wolfspraulI can relate to that ghana video, there's a lot of such places and the health situation of neighboring villages is the least concern of the owners of such places. so a brand manufacturer has the reponsibility to keep its products away from such irresponsible people.14:00
wolfsprauleasier said than done though14:00
wolfspraulin China you regularly read news of a thousand kids suddenly loosing their teeth in some village, because some dubious factory in or around the village did some dubious thing that poisoned drinking water. not good.14:01
wpwrakwolfspraul: what happens with the people responsible for this ? nothing ?14:02
wolfspraulto be fair these companies are real bottom feeders and if you buy products from any brand company, they will by far stay away from such outfits.14:02
wolfspraulno, if the news comes out they will be punished severely.14:03
wolfsprauljust keep in mind they are totally uneducated14:03
wolfspraulso the punishment hits them like a lightning14:03
wpwrakgood. so there's at least an incentive14:03
wolfspraulthey have no clue what they did, or why the kids lost their teeth14:03
wolfspraulnot really14:03
viricwolfspraul: I know quite well about the 'economic incentives'.14:03
wolfspraulthey are far too uneducated to anticipate the punishment14:03
wpwrak(uneducated) hmm, i see14:03
viricwolfspraul: optimising for economics (meaning positive balance in the company accounting) does not match optimising many other things that end up becoming "irrelevant" or "annoying" to the optimisation, like even respecting human rights :)14:04
wolfspraulwell, I think it's also a good thing.14:05
wolfspraula low unit price is also important to make the product affordable.14:05
wolfspraulin hardware high volume helps bring down unit costs.14:05
wolfspraulso if you design for short product cycles, you just fulfill a requirement of your own industry.14:05
wolfspraulthe question is what happens with the returned products.14:05
wolfspraulif they are properly handled, what should be bad about it?14:06
wolfspraulmaybe there are theoretical limits to how perfect recycling can be? don't know14:06
wolfspraulassuming it can be perfect, I have no problem to 'throw away' my phone every month, if that means a phone just costs 5 USD :-) (throw away = fully recycled)14:06
wolfspraulsomeone would need to find out what's possible14:07
wolfspraulI always wnated to manufacture something out of used ICs, just never had the guts/time/money to try...14:07
wolfspraulprobably it would end in disaster :-)14:07
wpwrakviric: i think a healthy egoism is a good thing. that's a motivation i find perfectly credible and easy to understand :)14:07
wpwrakviric: the difficulty lies in making sure people understand what's best for them14:08
wolfspraultotally agree14:09
viricwpwrak: there should be some people doing the 'reminding'. I think all the current situation goes on only because of ignorance.14:17
viricand people expect to get a computing device for $100 only because they have seen devices at that price, ignoring anything behind.14:18
wpwrakviric: (ignorance) i don't think that's all. sometimes, you also need some concentration of consequences. like laws that are enforced.14:18
viricI don't think the problem is about telling the people what's best for them. It's only about keeping people aware.14:18
viricwpwrak: it's part of the things to be aware of14:18
viricwolfspraul: 'recycling' does not play a good role in the optimisation equations for companies, as long as waste can be thrown to "bought dictatorships offshore".14:20
wolfspraulI don't think it's that bad, really.14:20
wolfspraulgood companies work hard to improve this14:20
wolfspraulotherwise our world would be a crazy place already14:20
viricwolfspraul: it's crazy in some places, not crazy on some others.14:20
wolfspraulthe cases we are talking about are rare cases, and 90% or more of good companies work against this.14:20
wpwrakviric: plus, you need to have enough to lose to prevent you from taking crazy risks. that's why i see the most important factors for a decent society in a "middle class" plus a fair and functional legal system. remove any of these, and things fall apart.14:20
wolfspraulthe internet can definitely make everybody jump forward on this subject14:21
wolfspraulwikivendors.org14:21
wolfspraulthink about how primitive things like ISO 9001 or 14001 are in comparison.14:21
wolfspraulit's a joke14:21
wolfsprauljust some formal procedures14:21
wolfspraulbut those things are installed and working, so fine14:22
wolfspraulthe internet and ideas like wiki/collaborative editing will allow us to bring this to a whole new level14:22
wolfspraulso let's just start! :-)14:22
viricwell, there are projects where to collaborate. We are not the first on this14:22
wolfspraulwe (the consumers) are far more than a few producers, especially the even fewer bad/greedy/irresponsible producers14:22
wolfspraulit will be very easy to single them out, once an effective way of collaboration has been established14:23
wolfspraulyeah perfect, then just do it. and share the links of good projects here.14:23
viricAs with many other things, it's the internet against the broadcast media14:23
viricAs far as I find anything, I'll let know here as always :)14:25
viricof course I thought it was more productive writing here than writing a letter to Apple or Nokia :)14:25
wolfsprauldon't underestimate those guys. give them the benefit of the doubt at least.14:26
wolfspraulthey may have very responsive people working on this.14:26
wolfspraulfrom Apple in particular I can tell you they are going into their supply chain several levels deep.14:27
virichm I've heard some different reports14:27
wolfspraulApple sends Apple employees to remote places (suppliers of suppliers), where no other foreigner ever has been seen, except people from Apple and crazy Qi people14:27
viricbut Apple for sure is not the worst around14:28
wolfspraulI cannot vouch for such a huge conglomerate, but what I've personally seen they are really working hard on this.14:28
wolfspraulshare the links of web projects, that can really drive things forward here14:28
wolfspraullike sourcemap.org14:29
wolfspraulcalling it a day, quite late here... (will catch up later)14:29
wolfsprauln814:29
viric:) good night14:30
wpwrakwolfspraul: i guess when you arrive at the mountain village to survey the manufactory, and they greet you with "you apple ?" because you're the second westerner in recorded history who has set foot in this place, then that would be pretty a convincing argument that apple do get your of their way ;-)14:31
wolfspraulwell I had similar experiences like "you are the first foreigner since Apple in this factory"14:35
wolfspraulout now14:35
wpwrak(first foreigner) hehe :)14:36
qi-bot[commit] kyak: gmenu2x: updated to the latest git http://qi-hw.com/p/openwrt-packages/717ed8714:36
viricI know some 'foreigners visiting the offshore Indian factories'.... and some confident Indians told me how they rearrange everything just before every visit14:37
qi-bot[commit] kyak: gmenu2x: add supertux launcher http://qi-hw.com/p/gmenu2x/6dc9b3f14:37
wpwrakviric: yeah, there's that. with regards to potemkin ;-))14:39
viricthe ship?14:41
wpwrakviric: http://en.wikipedia.org/wiki/Potemkin_village14:41
viricahh14:42
viricwpwrak: Spain has the "Bienvenido Mr Marshall"14:42
virichttp://es.wikipedia.org/wiki/Bienvenido,_Mister_Marshall14:43
wpwraknice ;-)14:44
kyakwpwrak is showing some history knowledge here :)14:45
steve|min the GDR stuff like this was usual as well, even painting the grass green etc. ;)14:47
wpwrakkyak: the potemkin meme is pretty well-known in the germanic cultural area. i guess it impressed them ;)14:47
wpwraksteve|m: ;-))14:47
kyakbtw, it's not working anymore in Russia. The President is paying enexpected visits to airports/train stations, so they don't have a chance to prepare :)14:47
kyak(of course it's almost always working, i'm just kidding)14:47
kyakwpwrak: the years have passed, but they still remember :)14:48
virickyak: there was a conflict recently related to doctors...14:48
kyakyup, exactly14:49
virichow did it go?14:49
kyaki don't know, seems that everyone just forgot it14:49
viric:D14:50
kyakcouple of head doctors got fired14:50
viricnormal14:50
viricPutin or Medvedev visited a hospital, and all was shown as if all went well.14:50
kyakthe revolt doctor won't have a career14:50
kyakusual :)14:50
viricAnd then, a 'revolt doctor of the hospital' did a phone call to a TV show, and explained how bad all was there, that the nurses were doing the role as 'satisfied patients' in the visit, the salaries were unbearable, ...14:51
kyakfunny thing is, his last name is "Khrenov", which is similar to "Dick" or, maybe, "Bad"14:52
kyakDr. Dick he is14:52
viricI didn't know about two head doctors fired14:52
kyakyeah, i head it yesterday14:53
kyak*heard14:53
viricah14:55
Action: kyak is out14:56
qi-bot[commit] Werner Almesberger: atusb/fw3: renamed usb2/ to usb/ in move away from FreakUSB http://qi-hw.com/p/ben-wpan/57b908d15:06
qi-bot[commit] Werner Almesberger: atusb/fw3/: tighten compiler warnings http://qi-hw.com/p/ben-wpan/23f84bc15:06
qi-bot[commit] Werner Almesberger: atusb/fw3: added proper versioning http://qi-hw.com/p/ben-wpan/908e04c15:06
qi-bot[commit] Werner Almesberger: atusb/fw3: split USB driver into chip-specifc and general part http://qi-hw.com/p/ben-wpan/983d33015:06
qi-bot[commit] Werner Almesberger: atusb/fw2: removed FreakUSB-based firmware http://qi-hw.com/p/ben-wpan/96f0f2c15:08
qi-bot[commit] Werner Almesberger: atusb/fw3/: added copyright headers and title comments http://qi-hw.com/p/ben-wpan/f9f0d1615:57
qi-bot[commit] Werner Almesberger: fw3/: remove probably useless RF debug output code from board.c http://qi-hw.com/p/ben-wpan/10fb01415:57
qi-bot[commit] Werner Almesberger: atusb/fw2/usb/: clean up comments left over from C8051F326 http://qi-hw.com/p/ben-wpan/3bdc2da15:57
wpwrakrejon: hmm, don't you think just the physical appearance of then ben adds to its appeal ?17:25
wpwrakrejon: if yes, how could ron represent it, with his self-chosen procrastination ?17:25
viricthe sourcemap.org interface looks awful to me...18:50
viricit requires a supercomputer to handle all that javascript18:50
viricsome people are writing 'web pages', when they mean 'programs'.18:50
xMffand some just suck at javascript :)18:51
viricI can't distinguish18:55
xMffdoesn't matter in the end I guess ...18:56
qi-bot[commit] kyak: fbterm: install .fbtermrc (should fix long first start) http://qi-hw.com/p/openwrt-packages/f3d3e6619:06
rjeffrieswpwrak: You have mail.20:00
tuxbrainrjeffries:  hi20:00
rjeffriesoff to take wife out for Valentines brunch20:01
tuxbrainI'm calculating costs20:01
rjeffriesHo Tuxbrain20:01
tuxbrainok gentelman20:01
rjeffriesno problem and no hurry20:01
rjeffriesI am in review process before asking PCB fab house(s?) for quote20:01
rjeffriessine my main interest in me, myself, and I, if I can buy from you I will prolly not risk mt limited capital on this20:02
rjeffriess/mt/my20:02
tuxbrainI can advace you the price for 10 units will be 30 eur+shipping20:03
rjeffriesnack later must run nnow20:03
tuxbrainok20:03
rjeffriesnot a bad price20:03
kyakxMff: do you know how the dir is called where package building is started (something like *_DIR?). The problem is, $(FILES_DIR) is expanded to ./files, and when i cd $(PKG_BUILD_DIR), the $(FILES_DIR) is meaningless -\20:05
kyakso i plan to construct something like $(PACKAGE_SOURCE_DIR)/$(FILES_DIR) :) the problem is, there is no PACKAGE_SOURCE_DIR20:08
kyakof course, i could copy necessary files from $(FILES_DIR) to $(PKG_BUILD_DIR) (before i cd $(PKG_BUILD_DIR)) and use it from there..20:08
qi-bot[commit] kyak: supertux: update some images http://qi-hw.com/p/openwrt-packages/9b8ade420:16
kyakxMff: maybe it's ugly, but it does work :) -^20:16
Action: kyak off20:18
xMffkyak: $(TOPDIR)20:34
zamoxhello everyone !!!20:34
zamoxdoes anybody remember me from yesterday ??20:35
zamoxI was the one rising probably a common , and (by some) naive question of the posibility of making the nanonote bigger in pixels, and imminent consequence of ram (probably cpu) ...20:40
tuxbrainhi zamox20:40
tuxbrainyou have found some investor to do that? :P20:40
zamoxwell.... if you read the yesterday log... i mentioned that is out if my reach for now. I am in a difficult situation this spring (unemployed , no place to live, the usual stuff...). But i would like to know, (for the summer i hope) for how many zeroes should i look, or how many pieces should put this request in moving state ...20:45
Jay7cheapest way is do it yourself :)20:47
zamoxthat is out of the question... i do civil buiding services design for a living20:48
zamoxwell ?? nobody knows ? ....20:56
dvdkzamox: everybody knows but nobody wants to disappoint :)20:57
tuxbrainzamox: I don't want to discourage you but but asking for HW modifications, without knowledge to do a desing yourself or without money to invest in production is a no go. (BTW I'm was on the same situation like you , and I founded Tuxbrain) , really I don't want to be rude, mostly all here bring our best to make qi-harwarde posible, EE are doing desings and eschemas, some of us put some money and try to build a business arround it, some improves softw20:57
tuxbrainare, some improve documentation, some preaches the "goods" on copyleft hardware, some buy some devices, whatever help is welcome also of cours wishlist are welcome, but if you pretend than that wish become a reality, a lot of effort (applied knowledge+money) has to be spended.20:57
zamoxwell ... dissapointment is part of our lives .... :)20:58
tuxbrainand of course then someone(I mean thousands of people) has to buy what you have done with that effort, if not is a totally waste of time20:59
Jay7tuxbrain: btw, is hackable devices your project?21:00
tuxbrainnop21:00
tuxbrainI'm just a dude21:00
zamoxwell... i'v never demanded anything from anyone... just asking questions here ... i know some people with some companies ... i plan to make some presentations ... although the chances are small (2%) ... i think is worth the try ... so, again, what would be the sum, or how many pieces ? (and i don't want completly new hardware, i just thik there is a need for a bigger ben )21:06
Jay7sharp zaurus is a bigger ben..21:08
Jay7but not enough big and fast as well..21:08
Jay7and EOL'ed21:08
tuxbrainLetux 400 is quite more near to be a bigger ben21:08
zamoxit's about some basic rules of marketing... attracting new customers is a question of giving something back21:09
Action: Jay7 wish to have replacement board and screen to his Zaurus SL-C1000..21:09
zamoxJay7: EOL'd ? sry, i don't understand21:09
Jay7End Of Life21:10
zamoxi see ...21:10
zamoxwell is letux 400 os hardware ?21:12
zrafatuxbrain: you sounded like carlos C. :)21:13
zamoxtuxbrain: well... is letux 400 os hardware ?21:13
tuxbrainzamox: nop21:13
zamoxthan... is has no place in providing freedom for this hw type ...21:15
zamoximho, there is a need for a wider range of products that can be selled to other people than enthusiasts21:16
zamoxthis is a way to get clients... othewise , i don't think that there will be an investor knoking at the door pretty soon ...21:17
tuxbrainzamox: Is not copileft hardaware but uses almost same hardwer we use at ben, I have one, and I decide to not include it in our catalog, is bulky an slow (well is as fast as BNN) but for that size users expect a usual netbook performance and with BNN HW you will not achieve that... so I don't think is the way to reach that other people target.21:19
tuxbrainthe way to go is a cheap Sharp Netwalker... but sharp with a lot more resources than us, has not done it cheaper than 400¬ to final user, and for that price you also had a pretty decent netbook21:21
zamoxi'm talking copylefted hw only ... non-copylefted hw is already on the market21:21
tuxbrainof course, but that other audience you are searching for doesn't care about copyleft or not copyleft, it care about is useful for me and how much cost21:22
Jay7another thing I like to see is open Nokia N900 per $300-$40021:24
tuxbrainwhy if I'm not a developer, even know about  that leenuchs thing is should I buy this gadget if I can buy other thing more powerfull for same price21:24
tuxbrainand dear all open is not the way... the way is free (libre) , I'm start to be really piss off on people thing are similar things... (Jay7 no ofense please, mmm I think I need more caffeine or some sleep.... mmmm caffeine)21:27
Jay7tuxbrain: np :)21:27
Jay7yes, I mean free21:27
zamoxwell... that's what i was talking about yesterday ... The copyleft (both sw and hw) audience relies on principles and common help, development through participation, and not solely on feature/price ratios. But the main concept stands as the actual use of that particular piece of copylefted hw: the one that buys it, NEEDS to be able to use it somehow. I don't know if i made myself clear ....21:29
tuxbrainwpwrak: you lazy (fu&/%) genious... I'm wikifiying the UBB description / production tips you have posted on the list... I hate you ,an the way gmail decides to break the lines...21:31
methrilhi!!21:33
methrilhow are you doing?21:33
zamoxfor example: a person that does accounting , but also writes wikipedia articles and contributes translations to some projects, and uses gnu/linux at home, needs to have a bigger screen (a 10''), and office apps on the miniBen. He will probably not buy the nanoBen, but will buy the miniBen because he can actualy use it ...21:34
tuxbrainpersonally I think market is saturated of 10`` screen nettops, acer inspire One, asuss EEEPC, and there will be more ARM based cheap devices that can suply the needs you are pointing ... I really think NN form factor is what can make us different from the rest... sorry but I don't see much oportunity having such massive and strong competence on that range. but of course Is just an opinion.21:39
rohtuxbrain: what do you think about the 'inbetween' ?21:40
rohtuxbrain: like the sharp netwalker formfactor?21:40
tuxbrainnetwalker was small enough to really fit a pocket and enough muscle to piss off any movile phone so yes Netwalker form factor is pretty acceptable (mabe a little bit lighter should be better)21:41
tuxbrainbut the power of netwalker inside a NN form factor and copyleft in addition should be even better _P21:42
tuxbrain:P21:42
rohfor my taste the keyboard of the nn formfactor is 'too small'21:45
zamoxwell... i tried... it seems that either i'm not quite sane in my judjement, either is a matter of having the oportunistic chance to post exactly at the moment when peaople who have an opinion are payng attention ... thank you @tuxbrain for your answers ! and good night/day to everyone ! bye21:45
Action: Jay7 like formfactor of Nokia E70, Sharp Zaurus 'clamshells' (SL-C7x0, C-1000, C3x00) and Nokia N90021:46
zamoxbye21:48
Jay7but anyway I like NN..21:49
tuxbrainmmm I think I finally didn't discourage him but he don't like what I'm saying :P21:50
rohwell.. its not about discouraging people. its about giving them enough hard facts to 'weight' stuff.21:52
tuxbrainNetwalker keyboard is a fu%ing shit, not for his size, but I preffer NN keyboard even that small, lot more reliable21:52
rohall these things have different weights and swim higher and deeper in the water depending on how many people buy them21:52
tuxbrainthe best tiny keyboard I have found is the HP Jornada Handheld series21:53
rohhave a photo of it?21:53
tuxbrainsimply awesome, perfect size, perfect feel, reliable....21:53
rohhttp://commons.wikimedia.org/wiki/File:HP_Jornada_720.JPG ?21:54
rohlooks very typeable21:54
tuxbrainhttp://www.google.com/images?client=ubuntu&channel=fs&q=HP+Jornada+680&oe=utf-8&um=1&ie=UTF-8&source=og&sa=N&hl=es&tab=wi&biw=1920&bih=91121:54
tuxbrainI have done my University practice on C coding on the bus thanks to jlime and that little wonder :)21:55
zrafatuxbrain: i have not seen better keyboard so far21:56
zrafaon tiny devices21:56
Action: tuxbrain and zrafa are in love of that keyboard21:56
zrafayeah21:58
Jay7cool keyboard22:00
Jay7really22:00
Jay7I have heard some good words about psion's22:01
tuxbrainthe full the device(now) is bulky and very heavy , but such kb +3 times thiner an lighter device with Netwalker power+BNN freedom and price .... will be a sales killer :)22:02
Jay7tuxbrain: +1024 :)22:03
Jay7may be try to 'count' it?22:04
Jay7how much money we need to produce someting like22:04
tuxbrainin the range of millions dude22:05
tuxbrain$/¬22:05
Jay7yeah..22:07
Jay7why I have no some free millions?..22:07
tuxbrainand don't forget the time dude, sure a two or 3 year project , where you will not see any money income... and two years without you beloved millions in a market possesed by phone aproach is aloooot of time22:11
Jay7:)22:11
tuxbrainwhatever , let's stop dreaming and do some work, wprak I hate your verbosity... really,(continue editing the wikipage)22:13
rohone needs to be verbose to be precise.. especially in simple languages22:15
wpwraktuxbrain: (wiki) heh, so you noticed that i keep on avoiding that wiki thing ;-)22:15
wpwraktuxbrain: (zamox) he already got much of the same from me yesterday. if he keeps coming back, he may have the perseverance needed for this project :)22:15
tuxbrainhe22:15
tuxbrainwpwrak: (wiki) I hate you soooooo much....22:16
wpwraktuxbrain: (keyboards) hp make/made great keyboards. i loved the one of the hp100lx. the machine was a bit bigger than the ben. my first PDA, and the only one i actually found useful enough to carry around with me.22:17
wpwraktuxbrain: (wiki) don't hate - find a wiki that can be used without a web interface ;-)22:17
wpwrakJay7: (psion) i think it's overrated. it's not bad, but no comparison with the HP100LX. also, the overall mechanical quality of the psion (s5) is not great.22:19
tuxbrainthere is not git/svn module somewhat on wikimedia available ? I think I have heard something like that22:19
rohthere is stuff like ikiwiki22:19
wpwrakJay7: e.g. i kept the hp100lx in my pocket. for the s5, i bought a bulky hard plastic case, because i was just too afraid to break it.22:20
Jay7ah, ok22:20
Jay7I haven't touched psions even22:20
Jay7just heard some talks :)22:20
wpwrakJay7: the s5 was still cool. once i took it to OLS, and really enjoyed having a small AA-battery-powered device with lots of virtual consoles and a vi in each of them :)22:21
wpwrakJay7: of course, when i needed connectivity, i had to ask someone to lend me their laptop :)22:22
Jay7:)22:22
wpwrak(wiki) what i'd love to have is a wiki with 1) some "regular" revision control underneath (svn, git, etc.), and 2) an offline renderer. i think most of the pages i'd write would have a single author, and may be partially machine-generated. the present concept of wiki is about diametrically opposed to the workflow needed for this :-(22:26
wpwrakof course, mail works great ;-) "fire and forget" :)22:26
tuxbrainyou will repent of you words wpwrak when you see how pretty the info looks like in the wiki man,... (I have said that I hate you, isn't it?)22:28
wpwrak*grin*22:28
wpwraktuxbrain: ah, and the last link (edge.pdf) ought to be http://downloads.qi-hardware.com/people/werner/ubb/cleaniness.pdf22:54
tuxbrainyes, mister wpwrak22:58
wpwraktuxbrain: that was actually an admission of my mistake in the original mail, not a comment on your wiki page ;-) btw, where is it ?22:59
tuxbrainany other change in the (damn) page your (lazy barstard) magestuosity wish to be reflected in the already in curse UBB (f%$ing) page, sir?23:00
rohwhat di the colors mean?23:01
wpwrakyou really are into that hate/love thing, aren't you ? ;-))23:01
tuxbrainsave it now is a disaster... actully remasterizing the The anatomy of UBB part... once I ende up unmessing and adding pics, I will save it.23:03
tuxbrainwpwrak: no love, just hipocresy23:03
wpwraktuxbrain: with the web-based wiki, save often, or a browser crash may rob you of all your work :)23:03
Action: tuxbrain copy/paste often in a gedit window and save there.23:04
wpwrakheh, a new oscillator for usrp. it does 25 ppb (!) - and then adds gps to control that ;-)23:06
wpwrakand they have a new board that does 400 MHz to 4.4 GHz, full-duplex. finally !23:08
--- Tue Feb 15 201100:00

Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!