<wolfspraul> for the --order parameter in schhist, are those file names or KiCad strings for the schematic pages?
<wpwrak> hmm, good question ...
<wolfspraul> no problem I check it
<wolfspraul> for the order of pages, I propose to start with the overview page xue-rnc
<wolfspraul> after that the 2 fpga pages, port0/2, then 1/3
<wolfspraul> I wouldn't want to rip those 2 fpga pages apart
<wpwrak> file names without extension (i think :)
<wpwrak> yup, start with overview is good
<wolfspraul> then ddr, then 'non volatile memories'
<wolfspraul> or maybe the psu first right after the fpga, or even before the fpga?
<wpwrak> before everything sounds nice, considering how often it is accessed
<wolfspraul> I think fpga first (both pages), then ddr, then nvram, then psu, then usb/ethernet/expansion, finally sensor and sensor_psu
<wolfspraul> ok, psu first then
<wolfspraul> then we do this:
<wolfspraul> overview, psu, fpga1, fpga2, nvram, ddr, ethernet, usb, expansion, sensor_psu, sensor
<wolfspraul> I will insert this strange dbg_prg after the psu for now, it will probably be deleted later anyway
<wpwrak> yeah :)
<qi-bot> [commit] Wolfgang Spraul: testing schhist heuristics p1: expantion.sch renamed to epansion.sch http://qi-hw.com/p/xue/38a326e
<wolfspraul> I'll do this slowly, and see how schhist reacts (I started a clean run, so need to wait a little)
<wolfspraul> wpwrak: should we name the ddr page ddr or sdram? or ddr-sdram?
<wolfspraul> I'm leaning towards sdram, but maybe 'ddr' is more eye-popping.
<wpwrak> ram ? ;-)
<wolfspraul> well we have nvram already
<wolfspraul> non volatile
<wpwrak> dunno
<wolfspraul> so another one 'sdram' (synchronous) seems ok
<wpwrak> but there's no nvRAM :)
<wolfspraul> ddr is still sdram
<wpwrak> there's a lot of flash, though :)
<wolfspraul> no objections against sdram?
<wpwrak> sure, no problem
<wolfspraul> fine I'll name that one flash then
<wolfspraul> you are right that non volatile random access memory is wrong in the first place
<wolfspraul> so flash, sdram
<wolfspraul> right now it's called 'non volatile memories', I introduced the 'ra' inaccuracy
<wpwrak> tsk tsk :)
<wolfspraul> should I shorten ethernet to just eth?
<wolfspraul> yeah unless there are complaints I'll do that...
<wpwrak> i like short names :) ether also works
<wpwrak> afk for a bit - dinner
<qi-bot> [commit] Wolfgang Spraul: USB.sch -> usb.sch http://qi-hw.com/p/xue/e819459
<qi-bot> [commit] Wolfgang Spraul: NV_MEMORIES.sch -> flash.sch http://qi-hw.com/p/xue/ccaece9
<qi-bot> [commit] Wolfgang Spraul: PSU.sch -> psu.sch http://qi-hw.com/p/xue/68f0425
<qi-bot> [commit] Wolfgang Spraul: DRAM.sch -> sdram.sch http://qi-hw.com/p/xue/eb9b37b
<wolfspraul> ether is good, thx
<wolfspraul> but I will change sensor to cmos_image_sensor, it's better than cis because cis is not widely known
<wolfspraul> enjoy dinner
<wpwrak> camera ?
<wolfspraul> cis is correct
<wolfspraul> but not widely known
<wolfspraul> you want camera?
<wpwrak> camera would be intuitibvely clear even if a little incorrect
<wolfspraul> camera is also nice
<wolfspraul> yes I agree
<wolfspraul> that's more important here
<wolfspraul> nobody will know cis
<wolfspraul> and cmos_image_sensor is too complicated
<wolfspraul> good idea, thx!
<wolfspraul> poor schhist
<wolfspraul> when you are back there will be a bloodbath
<qi-bot> [commit] Wolfgang Spraul: eth_phy.sch -> ether.sch http://qi-hw.com/p/xue/1bae64c
<qi-bot> [commit] Wolfgang Spraul: sensor.sch -> camera.sch http://qi-hw.com/p/xue/1e72d66
<qi-bot> [commit] Wolfgang Spraul: sensor_psu.sch -> camera_psu.sch http://qi-hw.com/p/xue/2e024d4
<qi-bot> [commit] Wolfgang Spraul: DBG_PRG.sch -> dbg_prg.sch http://qi-hw.com/p/xue/9804276
<qi-bot> [commit] Wolfgang Spraul: FPGA_0_2_PROG.sch -> fpga1.sch http://qi-hw.com/p/xue/655edaf
<qi-bot> [commit] Wolfgang Spraul: FPGA_1_3.sch -> fpga2.sch http://qi-hw.com/p/xue/4e0ed9a
<qi-bot> [commit] Wolfgang Spraul: removed 4 generated and temporary/local files http://qi-hw.com/p/xue/82891cc
<qi-bot> [commit] Wolfgang Spraul: renamed 'DDR Banks' string to sdram http://qi-hw.com/p/xue/44837ea
<wpwrak> so far, so good :)
<wolfspraul> no the last one is not good
<wolfspraul> I renamed the string of sdram.sch, the string from xue-rnc.sch
<wolfspraul> I changed it from "DDR Banks" to "sdram"
<wolfspraul> the history now shows a deletion and creation of a new page
<wpwrak> yup. it currently tracks one both not both names. that's what i meant when i said that it'll break in one way or another.
<wolfspraul> hmm. why does it care about the string name at all? since it follows .sch file renames, that should be enough, no?
<wolfspraul> there's a -f switch to do just that :-)
<wpwrak> if i recall right, xue had some file renaming in the past, that's why the heuristics are like they are
<wpwrak> let's see what happens with -f :) if my memory is correct, some other problem should then pop up :)
<wolfspraul> I think the -f documentation is wrong, it says 'identify sheets by their file name, not the sheet name'
<wolfspraul> but reading the sources I think it's the other way round
<wolfspraul> ah wait, no, I'm confused
<wpwrak> ah yes. it's what goes into the title
<wpwrak> i added it for one of the student projects, which had some ugly semi-binary stuff in the name
<wpwrak> (some temporary name kicad assigns by default, i guess)
<wolfspraul> hmm
<wolfspraul> I added -f but I suspect we now get some other breakage
<wolfspraul> because when the project was still called CHIE they probably did not use proper git mv to rename the files
<wolfspraul> but instead they deleted and readded them under new names.
<wpwrak> i think this is the same for git
<wpwrak> its rename detection is based on looking for new files that are similar to deleted files :)
<wolfspraul> git will record a rename/move
<wolfspraul> maybe it has that in addition somewhere, but I'm pretty sure it has genuine support for move/rename
<wpwrak> i think it doesn't record it but tries hard to report a delete/add pair as a rename :)
<wolfspraul> strange, I am still confused in schhist2web
<wolfspraul> -f says "identify sheets by their file name"
<wolfspraul> default is false
<wolfspraul> when -f is set it becomes true
<wpwrak> did you run with -f ?
<wolfspraul> in line 265, it says elif $use_sch_name && ... subschname2file ...
<wolfspraul> so if use_sch_name is true, it calls subschname2file
<wolfspraul> subschname2file will look for F0 (the name string), so it's the one that goes from a string name to a file name
<wolfspraul> I'm misreading something somewhere
<wolfspraul> before I ran without -f. -f was only used for SIE_CEIMTUN
<wolfspraul> now I'm rerunning with -f just to see how it looks
<wolfspraul> meanwhile I'm reading the script trying to understand what it is doing
<wolfspraul> maybe we only need to introduce an else case in 276
<wolfspraul> line 276
<wpwrak> hmm .. lemme think ...
<wpwrak> let's see what -f yields. i'm not entirely sure anymore about what failure mode to expect
<wpwrak> it may pass, but use "ugly" names
<wpwrak> but maybe there's something else i'm not thinking of at the moment
<wolfspraul> am I misunderstanding -f ?
<wolfspraul> the documentation and what I read in the script do not match
<wolfspraul> maybe I misunderstand the syntax somewhere?
<wolfspraul> && continues when the left side is true
<wolfspraul> if it is false, it aborts. right?
<wolfspraul> so if -f is set, it will go to the subsch2name script, which uses the string name to lookup the file name
<wolfspraul> but the -f docu says 'identifies by their file name'?
<wolfspraul> introducing an else case in 276 is probably a good idea, no reason to give up there
<wolfspraul> but let's see...
<wpwrak> it takes the "string name" to get the file name. then it continues working with the file name
<wpwrak> before it used the "string name" to identify the sheet
<wolfspraul> yes
<wolfspraul> but the -f documentation says the opposite
<wolfspraul> "identify sheets by their file name, not the sheet name"
<wolfspraul> don't you think it's "identify sheets by their sheet name, not the file name"?
<wolfspraul> actually it looks like "identify sheets by their sheet name, if file name not found"
<wolfspraul> because this only kicks in when the file name is not found, if I see correctly
<wolfspraul> if this is true, there should be no reason to not make -f the default
<wpwrak> the first check is for the root sheet
<wpwrak> the root sheet is special
<wpwrak> for the others, we come from the .ps files. kicad uses the "string name" for the .ps files, not the .sch file's name
<wpwrak> (not my idea ;-)
<wolfspraul> ah
<wolfspraul> I will make the two the same, once we can avoid schhist breaking down...
<wolfspraul> so the file name is the sheet name, at this place
<wpwrak> sheet name = foo.sch or the thingy inside foo.sch ?
<wpwrak> let's say we have foo.sch which calls itself (inside) "bar"
<wpwrak> how we get some project-bar.ps ("project" is the basename of the top-level sheet, project.sch)
<wpwrak> then we check if foo.sch happens to be project.sch
<wpwrak> err, sorry
<wpwrak> we check if "bar" happens to be "project"
<wpwrak> if it is, then we're looking at the top-level sheet. we track top-level sheets elsewhere, so we already know we're good (else we wouldn't have made it this far)
<wpwrak> now, if -f isn't set, we just use "bar"
<wpwrak> otherwise, we dig a little deeper - and try to obtain the real file name, in this case foo.sch
<wpwrak> now, through all this, we're at some point in the project's history
<wpwrak> with the name foo.sch, we have something git can relate to. so we ask it for the latest name of this file, considering all the renames that may have happened since. this is what gitwhoareyounow does.
<wpwrak> finally, we use "foo" or any "foo-today" git may have found as our name of the sheet
<wolfspraul> phew
<wolfspraul> good thing this is logged for eternity
<wolfspraul> if I need to go back in there I will paste it as comments, still waiting for -f results
<wolfspraul> wpwrak: wow nice!
<wolfspraul> congratulations!
<wolfspraul> -f is magic :-)
<wpwrak> whee ! :)
<wpwrak> now that the names are "nice", it looks quite decent
<wolfspraul> ok I will continue to fix the strings, hopefully that won't break schhist again
<wolfspraul> maybe -f should be the default? well, for now we are good...
<wpwrak> maybe do it all in one commit, to avoid this long string of changes in the history
<wpwrak> if the file names are useful (which they are now), -f is good
<qi-bot> [commit] Wolfgang Spraul: fixed FPGA GIOS -> expansion string http://qi-hw.com/p/xue/a1bc1f4
<qi-bot> [commit] Wolfgang Spraul: fixed Image Sensor -> camera string http://qi-hw.com/p/xue/431332d
<qi-bot> [commit] Wolfgang Spraul: fixed Snesor PSU -> camera_psu string http://qi-hw.com/p/xue/cc12688
<qi-bot> [commit] Wolfgang Spraul: fixed fpga1 string http://qi-hw.com/p/xue/26d165e
<qi-bot> [commit] Wolfgang Spraul: fixed fpga2 string http://qi-hw.com/p/xue/cfa9305
<qi-bot> [commit] Wolfgang Spraul: fixed dbg_prg string http://qi-hw.com/p/xue/c6dbc8e
<qi-bot> [commit] Wolfgang Spraul: fixed psu string http://qi-hw.com/p/xue/965f69e
<qi-bot> [commit] Wolfgang Spraul: fixed flash string http://qi-hw.com/p/xue/077c29d
<wolfspraul> sorry read your '1 commit' thing too late
<wolfspraul> who knows, separate commits can be helpful one day
<wolfspraul> I am thinking about renaming xue-rnc to 'overview' but still hesitating a bit :-)
<wpwrak> xue.sch ? :)
<wpwrak> (separate commits) each will generate a line in the graphical history. so now you have to page down a looong way :)
<wolfspraul> even those?
<wolfspraul> the ones before did, not sure about those
<wolfspraul> ah yes, you are right
<wolfspraul> oh well
<wpwrak> both names appear in the top-level sheet, so each triggers a diff line
<wolfspraul> I can go in, delete the history, and redo it all in 1 commit
<wolfspraul> it seems schhist should be able to handle that, so maybe I try...
<wpwrak> ;-))
<wpwrak> yes, rewriting history would compact them
<wolfspraul> I did a git rebase and squashed it all into 1 commit locally. can I just git push this now?
<wpwrak> i think git will auto-create a merge commit between the current history and your rebase
<wpwrak> not sure which path schhist will travel
<wpwrak> there must be a wait to push a rebase without the merge commit (after all, that's what andy did at openmoko), but i don't know how.
<wpwrak> of course, rebases in published history are considered anti-social anyway ;-)
<wpwrak> ah, now the whole gang shows up :)
<qi-bot> [commit] Wolfgang Spraul: renaming schematics pages http://qi-hw.com/p/xue/5dd9abe
<wolfspraul> yes but I don't think anybody but you had any of those commits pulled, so let's see
<wolfspraul> i'm rerunning schhist again now
<wolfspraul> this is a pretty hardcore commit now though, I hope we haven't made things worse
<wolfspraul> it looked good before except for the 2 pages at the top
<wpwrak> i didn't pull them either :)
<wpwrak> let's see what the history looks like now ..
<wpwrak> ah yes, single commit. nice.
<wolfspraul> wpwrak: you mentioned Makefiles the other day (in the Xue tree)
<wolfspraul> which ones did you have in mind?
<wolfspraul> I'll just start doing them to speed things up
<wolfspraul> I see another 4 cache files I will delete
<wolfspraul> and I think the .net is the generated netlist which we can also delete
<wolfspraul> then we have xue-rnc.cmp, not sure about that one but it looks generated too
<wpwrak> keep .cmp
<wolfspraul> hey, roh blogged about the next round of Milkymist One case work... https://m21.hyte.de/blog/mmone-case
<wpwrak> that's semi-generated. you get it when you associate the components with cvpcb
<wolfspraul> ok understood
<wolfspraul> but .net can go?
<wpwrak> .net can go
<wpwrak> .cmp may or may not be redundant. but in any case, if it's not there, something (pcbnew, i think) will complain all the time
<wolfspraul> and the 4 cache files too, unless they accidentally moved original data in there (which I saw before, hope it's not the case here)
<wolfspraul> sure we can cleanup slowly
<wolfspraul> hmm
<wpwrak> (".cmp may or may not") what i mean is that it can be 100% redundant (if you set all the footprints in the schematics), but it can also contain original date (if the schematics don't have all the details or if you manually override them). so it's not generally safe to delete .cmp files.
<wolfspraul> the .sch files all list LIBS:xue-rnc-cache
<wolfspraul> should I remove that line from the .sch files? (together with the -cache file)
<wpwrak> i think this LIBS line is just some output that isn't of much use anyway
<wpwrak> i wouldn't bother :)
<wolfspraul> yeah, a LIBS:-cache entry is in mmone-jtag-serial cable too
<wolfspraul> ok so I just delete the cach files from the repository first
<wpwrak> it's just spam :)
<wolfspraul> that should be safe, and if not we need to rescue the original data from them
<qi-bot> [commit] Werner Almesberger: bin/purge: revert KiCad .pro files in which only the timestamp changed http://qi-hw.com/p/wernermisc/9a3f873
<wpwrak> speaking of spam, you may like this one :)
<wolfspraul> yeah horrible
<wolfspraul> timestamp inside a file, bah
<wpwrak> yeah, kill the caches
<wolfspraul> I hope KiCad improves, steady and fast and powerful
<wolfspraul> :-)
<wpwrak> (mm1 case) looks nice ! the top/bottom plates look a bit large, though. not sure how this comes across in real life.
<qi-bot> [commit] Wolfgang Spraul: deleted backup, cache and generated files from repository http://qi-hw.com/p/xue/933c558
<wolfspraul> I think that's mostly from the shadows
<wpwrak> ah, could be
<wolfspraul> how about Makefiles?
<wolfspraul> which ones did you have in mind?
<wpwrak> makefile .. things like "make dsv", "make sch", "make brd"
<wpwrak> automate longish invocations
<wolfspraul> what does make dsv do?
<wolfspraul> make dsv C1
<wpwrak> make dsv  ->  dsv setup BOOKSHELF
<wolfspraul> make sch = eeschema top_schematics.sch
<wpwrak> yup
<wolfspraul> ok so we start with a simple Makefile in the root dir
<wpwrak> i would put one in root and one in kicad/xue-rnc/
<wolfspraul> I'll start in root
<wpwrak> also for the .fpd files, a makefile would be handy (pick any of mine; modules/Makefile)
<wolfspraul> definitely
<wolfspraul> ouch, maybe I should not have deleted the cache files :-)
<wolfspraul> original stuff has creeped into them
<wpwrak> then find out what it was and make sure it gets found the proper way :)
<wpwrak> nice. schdiff even tells you want went wrong ;-)
<wolfspraul> first I used my new drug
<wolfspraul> made the commit disappear from public history
<wolfspraul> :-)
<wolfspraul> I suspected something like that already, had the same issue in mmone-jtag-serial-cable.
<wolfspraul> the KiCad UI seems to easily make people put original stuff into cache files. nice.
<wolfspraul> I'll disect it...
<wpwrak> (new drug) ;-)
<wpwrak> IMHO, the whole kicad workflowis not very friendly to revision control and shared projects
<qi-bot> [commit] Wolfgang Spraul: removed backup files and generated netlist http://qi-hw.com/p/xue/90179e0
<qi-bot> [commit] Wolfgang Spraul: removed two cache files http://qi-hw.com/p/xue/493444a
<qi-bot> [commit] Wolfgang Spraul: added simple Makefile http://qi-hw.com/p/xue/8a5aeea
<qi-bot> [commit] Wolfgang Spraul: reordered schematics pages http://qi-hw.com/p/xue/67098a2
<qi-bot> [commit] Wolfgang Spraul: rescued two components from cache library http://qi-hw.com/p/xue/547954e
<qi-bot> [commit] Wolfgang Spraul: added brd target http://qi-hw.com/p/xue/6e6644b
<zrafa> hey.. i have a newbie wiki question
<zrafa> how can I create a new wiki page? .. i am checking the menues at qi-hardware.com.. but i do not know how to create a new page
<wolfspraul> just search for it, then there should be a create option
<wolfspraul> do you see that?
<zrafa> ah.. let me try
<zrafa> yes, I see
<zrafa> wolfspraul: thanks a lot :)
<kristianpaul> hmm qi-...com is not loading..
<kristianpaul> ah works now :)
<kristianpaul> RRLP blog entry from Harald Welte blog plus commets from Dieter Spaar, are really helfull :)
<wolfspraul> kristianpaul: you saw the nice m1 case already :-)
<wolfspraul> (different subject)
<wolfspraul> the pieces are coming together, great!
<wolfspraul> this will be properly licensed and published of course, with process documentation and all...
<qi-bot> [commit] Wolfgang Spraul: minor file cleanup (permissions, name, local files) http://qi-hw.com/p/xue/12e7b3e
<kristianpaul> wolfspraul: (M1 case) yes, looks apropiated for a VJ Station :)
<kristianpaul> ccc is great event indeed :D
<lekernel> kristianpaul: are you going to the ccc in the end?
<kristianpaul> lekernel: nope (no enougt funds)
<kristianpaul> but i'm buying a M1 soon :)
<lekernel> kristianpaul: btw your in Colombia, right? do you know distributors who might be interested there?
<wolfspraul> he
<wolfspraul> :-)
<wolfspraul> maybe kristian paul will be our distributor
<lekernel> yeah, that's an option too
<lekernel> my question didn't exclude him as distributor :)
<qi-bot> [commit] Xiangfu Liu: add 127.0.0.1 BenNanoNote to hosts file http://qi-hw.com/p/openwrt-xburst/170c1c4
<kyak> xiangfu: btw, i've given you a link some time ago, but i've ping timeouted :) http://qt-apps.org/content/show.php/kinyin?content=95926
<kyak> might be interesting for you and easy to port, too
<xiangfu> kyak: yes. thanks. I already start a little. not commit yet.
<kyak> how does chinese input work with latin keyboard?
<kyak> is there some corrsepondence between chinese symbols and latin letters?
<xiangfu> kyak: sorry. what's the meaning of "corrsepondence ... "
<kyak> sorry, i mean that latin characters are somehow mapped into chinese
<kyak> how do you remember that?
<xiangfu> kyak: I know to kind of chinese input. one is  base on "pronounce". another is base on the "the write of chinese character"
<xiangfu> I know two.  [s/to/two]
<kyak> i can understand the "pronounce". How does the "write of chinese character" work?
<xiangfu> kyak: like `}(ni hao) split to [»]  [] and [s] [P], chinese is  assemble by base small module. so easy latin mapped to several "base modules"
<xiangfu> s/easy/each/
<kyak> xiangfu: ah!i see now
<kyak> so typing in chinese is more like typing sms on cell phone
<kyak> without T9 :)
<xiangfu> kyak: so } --> [s] [P] -->  v b . when we type [vb], we will get a } :)
<kyak> so these "base modules" cover all possible variants?
<xiangfu> kyak: there are some duplicates, it will come up wait for you select.
<kyak> xiangfu: do you personally type a lot in CHinese?
<qi-bot> [commit] David Kühling: fix DNS timeout problem when applications resolve the FQDN http://qi-hw.com/p/openwrt-xburst/13c25db
<qi-bot> [commit] David Kühling: Merge branch 'master' of projects.qi-hardware.com:openwrt-xburst http://qi-hw.com/p/openwrt-xburst/5f96353
<xiangfu> kyak: yes. type a lot .
<kyak> do you type fast? :)
<xiangfu> kyak: I don't use pinyin. I use the other way.
<xiangfu> kyak: I practice a lot when I was in school . :)
<kyak> cool :) which one do you use?
<xiangfu> kyak: I use this one : http://en.wikipedia.org/wiki/Wubi_method
<kyak> it looks like you are not choosing an easy way :)
<xiangfu> kyak: when I start to learn type, the easy way is not easy in fact, but now. those input method can remember what you type. so it's a little intelligent.
<xiangfu> kyak: I think for now no one will try to study the WUBI.
<kyak> there are online web pages to try wubi :) pretty funny
<xiangfu> kyak: you know "Chinese" ??
<xiangfu> kyak: I mean you understand the "Chinese" ? then maybe we can talk in Chinese :)
<kyak> no-no :)
<kyak> xiangfu: i was just wondering how it works
<kyak> now i understand more or less
<xiangfu> kyak: ok.
<qi-bot> [commit] Xiangfu Liu: new pakcage: http://qi-hw.com/p/openwrt-packages/2d8f0d6
<xiangfu> kyak: time for sleep. see you.
<wpwrak> hee haw ! 35% HCl solution + 28% peroxide solution. now i know why they use peroxide as rocket fuel ;-)
<wpwrak> *whoosh* and the board it etched. takes something like a minute ;-)
<wpwrak> s/it/is/
<lekernel> hehe, that's one of the things my mother had to suffer the sight of :)
<wpwrak> suffer ? did you etch away the kitchen by accident ? :)
<lekernel> that and my lifter experiment that sparked and caught fire... hahaha
<lekernel> no, but it did smell chlorine and nasty chemicals until I put that outside
<wpwrak> "lifter" = mission to mars ?
<wpwrak> oddly, there's no chloride smell. i just reused some etchant from yesterday, added the peroxide to make it reactive again (HCl+H2O2 gets stale very quickly. there's supposedly a more stable state further down that process, but it doesn't sound as much fun as the initial mix)
<lekernel> doesn't it get green?
<wpwrak> (ionocraft) nice ! didn't know that ion propulsion was practical at the bottom of earth's gravity well
<wpwrak> yup, it gets green. that
<wpwrak> 's the copper
<lekernel> mh. mine was green right away because of the dissolved chlorine gas
<lekernel> (or, at least, I guess so)
<lekernel> wpwrak: not sure how practical that is; the device cannot lift its own power supply
<wpwrak> that would be quite a lot of gas
<lekernel> it's pretty inefficient too, it was using like 20W power to fly a few grams
<wpwrak> i wouldn't have expected it to be able to even lift itself :)
<wpwrak> well, add a H2O2-based first stage plus a solar panel and you're ready to conquer the stars ;-)
<wpwrak> hmm, about 3 minutes total etching time. still not bad at all.
<qi-bot> [commit] David Kühling: undo hosts file fix.  Xiangfu was quicker and did it better :) http://qi-hw.com/p/openwrt-xburst/2792c8b
<kristianpaul> (well, add a H2O2-based first stage plus a solar panel and you're ready to conquer the stars ;-) )  Yes !!
<kristianpaul> wejp: actually for lunar goolgle price i'm have good feelins with this team https://www.arcaspace.com/
<kristianpaul> ahh you're talking a about rocket based first stage?
<kristianpaul> H202 >> rockoon
<kristianpaul> wejp: sorry i meant wpwrak
<kristianpaul> :)
<wejp> heh, no problem ;)
<wpwrak> (h2o2 -> rocket) yes
<wpwrak> (arcaspace) oh, with a balloon to the moon ? tres jules verne ;-)
<qwebirc61468> SE
<qwebirc61468> hola?
<qwebirc61468> alguien habla español
<qwebirc61468> D:
<qwebirc61468> hola
<kristianpaul> qwebirc61468: hola
<qwebirc61468> :D
<qwebirc61468> de donde es?
<kristianpaul> Colombia
<kristianpaul> vos?
<qwebirc61468> de chile amigo :)
<kristianpaul> Bievenido :)
<andres-calderon> hola
<qwebirc61468> hola
<kristianpaul> oe
<qwebirc61468> di?
<kristianpaul> qwebirc61468: tienes un nanonote?
<qwebirc61468> quiero tener el nanonote por eso ingrese aqui
<qwebirc61468> D:
<qwebirc61468> como cambio el  nombre
<qwebirc61468> se usa algun comando
<qwebirc61468> .
<kristianpaul> /nick nombre
<qwebirc61468> ok
<qwebirc61468> lo supuse
<kristianpaul> si el espacio incial :)
<kristianpaul> ok :)
<seplveda> ahi si
<seplveda> que edad tienen?
<kristianpaul> la justa para escribir en irc ;-))
<seplveda> en la empresa
<seplveda> o son usuarios ?
<kristianpaul> usuario
<seplveda> aah ok
<seplveda> pensé que eran ejecutivos
<seplveda> xD
<kristianpaul> jeje
<kristianpaul> creo  andres-calderon si :)
<seplveda> necesito importar este producto
<kristianpaul> tiene tarjeta credito?
<seplveda> aqui a chile no llega y venderlo seria el boom
<seplveda> xD
<seplveda> obviamente se puede comprar por internet
<seplveda> pero no quiero 1
<kristianpaul> 10?
<kristianpaul> 1000?
<seplveda> quizas
<kristianpaul> 10000? :D
<seplveda> xD
<seplveda> e^100
<seplveda> xD
<seplveda> lo chilenos somos soñadores
<kristianpaul> 10 es una buena forma de empezar seplveda
<kristianpaul> ya veo .)
<seplveda> :)
<seplveda> igual me gustaria utilizar el producto
<kristianpaul> https://sharism.cc/shop/contact_us.php <-- si quieres mas info comercial
<kristianpaul> sharism es el fabricante de los nanonotes
<seplveda> como ve paree que es chino
<seplveda> que tal el producto kristianpaul
<kristianpaul> <3 su nanonote
<seplveda> posees otro notebook ?
<seplveda> que no puedes hacer en él ?
<kristianpaul> notebook si, que no puedo hacer... buena pregunta
<kristianpaul> yo solo queria esuchar musica y un dicionario, y pegarle mi gps lo de mas fue bievenido :)
<kristianpaul> diccionario*
<seplveda> interesante
<seplveda> yo en cambio necesito programa en distintos lenguajes  y utilizar softwares matematicos
<seplveda> crees que soporte ese uso?
<seplveda> programar*
<kristianpaul> tu pregunta es muy amplia
<kristianpaul> lastimosamente no he usado sofware matematico,
<kristianpaul> se de otros proyectos usando fftw
<kristianpaul> lenguages puedes usar C, lua, python..
<kristianpaul> el nanonote actualmente cuenta con sofware de openart y jlime(open emdebbed) alli puedes tener mas info de que esofware esta disponible con detalle
<seplveda> claro, por programas matematicos wolfram
<seplveda> <3 phyton
<zrafa> some docs coming : http://en.qi-hardware.com/wiki/Jlime
<kristianpaul> zrafa: thos can be re-used with the last oe (muffiman) ?
<zrafa> kristianpaul: nope. I think that I already said which is the difference of jlime at qi.. and jlime :)
<kristianpaul> yes yes
<kristianpaul> (bad memory)
<zrafa> patented
<kristianpaul> oh yes thats bad
<zrafa> jlime uses OE and :)
<zrafa> kristianpaul: hey.. how is the life ?
<kristianpaul> zrafa: good :)
<kristianpaul> you?
<zrafa> great
<zrafa> very well as well
<kristianpaul> zrafa: this jlime you pointed, are you plannin to document how was built?
<kristianpaul> I saw same docs for free of patent owrt used in nanonote as well :)
<wpwrak> (jlime docs) great !!
<zrafa> kristianpaul: how was built: nah... that is old I would say.. and I think that users do not want to build the same stuff which is already built :P.. But let me give you a chance.. I know you like how qi works with development.. and you have asked me several times about how to built the same muffinman version already built. So If you really needs that I can write.. WARNING: I will write the current OE docs explaining which exact commit I used from OE git a
<zrafa> how I added the extra applications
<kristianpaul> zrafa: well i know how build muffiman, you help on that, i just was talking about documentation in qi wiki :)
<zrafa> kristianpaul: ah.. did I? :P.. I am old and forget
<kristianpaul> i hope OE have good layers ;)
<kristianpaul> zrafa: yes you did
<zrafa> kristianpaul: well, I do not have a lot of free time to write that :(
<zrafa> sorry
<kristianpaul> np
<kristianpaul> but
<zrafa> I would prefer to write the stuff users still needs
<kristianpaul> i'm afraik as that is missing the image will get old as time pass..
<kristianpaul> sure
<kristianpaul> i understand and end user is very important :)
<zrafa> kristianpaul: what is old? :)
<kristianpaul> just ignore me :p
<zrafa> kristianpaul: I do not think that it will get old
<kristianpaul> zrafa: why?
<zrafa> kristianpaul: two things:
<wpwrak> zrafa: if there's a specific timestamp, revision, or such, that identifies the upstream revision, that may be useful to mention. (but i doubt there a single identifier, or is there ?)
<kristianpaul> wpwrak: is some webpage i cant mention because i dont have a layer ;-)
<kristianpaul> s/is/it is
<wpwrak> layer ?
<kristianpaul> some text files, very usefull :)
<kristianpaul> s/layer/lawyer
<wpwrak> ah :_
<kristianpaul> my fauly english sorry :)
<kristianpaul> faulty*
<zrafa> kristianpaul: 1- what does old mean?.. if you mean "packages" will get old and newer versions will come then it will get old completely. You will need to build a new repository completely. But I think that a sane and good repositoy like jlime has would be useful for a couple of years.. ANd 2-
<zrafa> kristianpaul: 2- This jlime version for qi also brings a bootstrap version,
<zrafa> which,
<kristianpaul> oh bootstrap sounds good
<zrafa> you can use for building your own version from scratch (if you mean about old like you would like to see another GUI or way)
<zrafa> you just take bootstrap and install on that the packages you want to have the GUI you want, etc
<wpwrak> zrafa: (couple of years) hmm, probably not. we have to make sure things are easy to keep up to date. basically automate what you did manually. qpkg tries to go in that direction - i just have to finish it ;-)
<kristianpaul> wpwrak: (qpkg) great !
<kristianpaul> i really want to move OE based free of patent distro fr my nanonote, but i'm afraid automate building for long term
<zrafa> wpwrak: I think that we are talking about many things.. What is exactly "getting old"?.. all gets old..
<kristianpaul> zrafa: okay lets replace get old to follow upstream :)
<kristianpaul> s/to/with
<zrafa> kristianpaul: well, I am not going to work with OE and free of patents stuff.. no time for that. In fact, I already said that I am not the best fan of OE.. so if I do something.. I will try to have a repository of packages.. just that. I will not use OE to build rootfs, or similar kind of weird things. I like OE for the repo it builds
<kristianpaul> zrafa: (best fan of OE) ohh wow i you're, i missed that backlog :)
<zrafa> kristianpaul: follow upstream is really hard. Jlime is not working with "free of patents" versions
<kristianpaul> s/i/i tought*
<zrafa> kristianpaul: nah.. I worked with OE because I like how easy you can build a nice repository for embedded devices. No more
<zrafa> kristianpaul: and I used it because JLime uses it.. if jlime devs likes Conectiva Linux I will use (still if it is dead) :D
<zrafa> wpwrak: I would like to have the few tools around jlime really useful for all (like qpkg, or the theora player, or the wikireader, etc).. But that is different with maintain documentation for development/OE built repositories/rootfs OE building documentation up to date
<wpwrak> zrafa: (get old) i mean that things need updating from time to time. so it's best to have a process that makes this painless.
<kristianpaul> zrafa: wikireader :) sure go ahead !
<wpwrak> zrafa: my idea is that you could just flag problem packages as undesirable and then qpkg could tell you which packages can no longer be installed. or it could generate a list of packages that can, depending on what you're after.
<zrafa> wpwrak: yes, you are right.. BUt we need to convice more people to help :).. Currently JLime has around 7, 8 devs.. for 4 or 5 platforms/devices.. Just me was trying to have something to use on qi/resellers.. SO when I work on that, jlime lose onde dev, because other devs are not trying to work with this kind of stuff
<wpwrak> zrafa: or maybe add some dependencies into upstream (OE or "full jlime", whichever works best) and tell qpkg to knock out some dependency and generate the resulting list of available packages.
<zrafa> wpwrak: wait...
<wpwrak> zrafa: you need to do a bit more propaganda :-) the problem is not unique to qi-hw.
<zrafa> wpwrak: how would qpkg relate with OE full jlime?.. It was clear that versions for qi/resellers should not include links to complete repositories, still if tha package manager will not install problematic packages.
<zrafa> tha=the
<wpwrak> zrafa: my idea is that you basically take some upstream package set, add your extra wishes, and let qpkg produce a subset of the upstream
<zrafa> ah.. nice.. I see now
<wpwrak> zrafa: the subset would be self-contained, like the one you've produced manually so far
<wpwrak> zrafa: the form in which those extra wishes would appear is open to debate. once the infrastructure for resolving dependencies is there, it's relatively easy to do other things with it.
<wpwrak> zrafa: qpkg can already solve many installation dependencies. what it doesn't do yet is handle cases where you need some complicated backtracking and it doesn't sort its output by dependency
<wpwrak> (both need the same underlying algorithm - alas not an easy one. will take me a few days to figure out)
<wpwrak> zrafa: this regression test illustrates the problem qpkg can't handle yet: http://projects.qi-hardware.com/index.php/p/wernermisc/source/tree/master/qpkg/test/bug-adding
<wpwrak> zrafa: it basically marks packages a being about to be installed, but then finds out that it can't do this, and when trying some alternative, it doesn't take into account that the packages it considered for installation weren't
<wpwrak> zrafa: not sure if this is constellation is very likely in real life, but it's something that can be expressed, so i better handle it
<zrafa> wpwrak: I need a while to understann all you wrote :)
<wpwrak> it's a little bit complicated :)
<wpwrak> lunch time :)
<zrafa> haha :D
<kristianpaul> zrafa: what do you use your nanonote for?
<kristianpaul> Btw i wonder if decemenber in argentina is as noissy as in here :S
<zrafa> kristianpaul: no much use these days.. I like it to play music files, wikireader when traveling.. and games
<wpwrak> kristianpaul: you mean december in general ? :)
<kristianpaul> wpwrak: yes
<wpwrak> naw, pretty normal. except for the 24th and a few small test runs before and after
<kristianpaul> damn my neighboors noise is goint to kill me
<kristianpaul> he "small test runs"
<zrafa> kristianpaul: your neighboors do many parites?
<zrafa> parties
<wpwrak> (we have fireworks on the 24th. military grade :)
<kristianpaul> noise
<kristianpaul> parties are 24 and 31 i guess
<zrafa> kristianpaul: which kind of noise?
<wpwrak> in fact, i'll get some armament tomorrow :)
<kristianpaul> hihg volume music (bad electronic, and musica de cantina, repetida ;))
<kristianpaul> reggueton :S also
<kristianpaul> argg
<wpwrak> so strike back. which movie was that .. apocalypse now ? where they played wagner from the helicopters
<kristianpaul> no idea, i'm not good with holliwood-like movies :-)
<zrafa> kristianpaul: wpwrak : when I was working few days in Caracas.. my company rented an apartment.. well all the nights the neighbors houses were doing parties listening reggeton music and laugh all the time the whole night
<zrafa> well all=well, all
<zrafa> kristianpaul: so that sounds similar like you are suffering there :)
<kristianpaul> caracas .ve ?
<zrafa> yes
<kristianpaul> oh yes they are party makers before born :)
<zrafa> wpwrak: do you remember how we installed toolchain and set the proper links for reporitories? :) .. I need the doc of that for the last link here : http://en.qi-hardware.com/wiki/Jlime
<zrafa> "Jlime Toolchain Documentation"
<wpwrak> i really ought to visit .ve some day ;-)
<kristianpaul> ah travel is so relaxing :)
<kristianpaul> brb i'll try Fedora and milkymist devel env on it
<wpwrak> zrafa: (repo link) hmm, i think you had some file for me to download
<wpwrak> zrafa: i think my notes are on the dead disk. but the discussion ought to be in the irc log
<wpwrak> (*somewhere* in there :)
<zrafa> wpwrak: we can put that link at "Jlime Toolchain Documentation" wiki page ;-)))
<zrafa> something like "all is explained at http://en.qi-hardware.com/irclogs/index.html"
<zrafa> :D
<wpwrak> ;-)))
<wolfspraul> andres-calderon: hi good morning!
<wolfspraul> I started to cleanup the xue file a little, here's my rough plan now...
<wolfspraul> see what werner thinks about renaming kicad/library to kicad/components
<wolfspraul> we are using 'components' in other kicad projects, maybe that's a good name to standardize on, and the rename should be safe
<wolfspraul> then, create a new directory kicad/camera, and move the camera and camera_psu sheets there, removing them from kicad/xue-rnc
<wolfspraul> automate the creation of the module files from fped files in kicad/modules
<andres-calderon> wolfspraul: Hi
<wolfspraul> hi, good to see you!
<wolfspraul> I'm starting a little cleanup, lots more to come. please give me feedback if something is wrong.
<andres-calderon> wolfspraul, the standardization is good.
<wolfspraul> andres-calderon: are you OK with those things I am listing?
<wolfspraul> also create new kicad/camera directory, move camera there (daughterboard), etc.
<andres-calderon> nice
<wolfspraul> well we have tons more. if you can join please do so.
<wolfspraul> I will favor speed over accuracy now.
<wolfspraul> so I may introduce new bugs
<wolfspraul> but if we don't speed up, the project will never be manufactured
<wolfspraul> andres-calderon: also I noticed there where little scripts 'clean' committed.
<wolfspraul> I will delete them, and add proper .gitignore files.
<wolfspraul> there is a file docs/xue-bom.ods (I renamed it from a much longer name)
<wolfspraul> I think I want to delete it, it only has a few URLs for memory chips, and even those are just web pages not pdfs
<wolfspraul> when I'm done with all these things, I will probably start looking into the schematics ERC errors
<andres-calderon> I'm  selecting  the BOM of the Xué's PSU (again..),  This time based on DigiKey availability
<wolfspraul> ah, before that I will remove the AVR, FAN and ft2232
<wolfspraul> andres-calderon: is it ok that I delete docs/xue-bom.ods ?
<wolfspraul> then I will slowly start with boomification, first with an empty bom/ directory and a little Makefile structure, filling in more later
<wolfspraul> in sim/verilog/micron, we have 2 .zip files committed
<wolfspraul> maybe as a first step I will unpack them and commit what's inside instead
<andres-calderon> Tomorrow I will fix the ERC errors and warnings.
<wpwrak> yes ! 2nd try works much better :)
<wolfspraul> andres-calderon: do you see anything wrong with what I've posted?
<andres-calderon> wpwrak: I will be more conservative.
<wolfspraul> I am currently working in a mode of "when I don't hear anything, that means silent approval"
<andres-calderon> wolfspraul: not yet.
<wpwrak> wolfspraul: (library -> components) it would be consistent with my use, but i don't have a strong opinion on it. kicad terminology may change a little anyway, as these things get rearranged.
<wolfspraul> yes I know, but let's go for consistency at least right now
<wolfspraul> (good action on KiCad btw, nice to see the progress there...)
<andres-calderon> wolfspraul: From now I am full time in the Xué project.
<wolfspraul> (distributed library management system...)
<wolfspraul> great!
<wolfspraul> andres-calderon: what about those 2 zip files?
<wolfspraul> I will first unpack them, peel the onion as werner says
<wpwrak> andres-calderon: (2nd try) ah, that was about my little ben-wpan board ;-) yesterday, i had a very frustrating day with a board that doesn't work for some obscure reason. today i made a new one and it seems to work.
<wolfspraul> andres-calderon: also, in the root xue/ directory there is now a Makefile that will make some things easier
<wolfspraul> you can do 'make sch' or 'make brd'
<wolfspraul> I will add more
<andres-calderon> Are micron files (IBIS files), used in to automatic kicad component generation
<andres-calderon> IBIS files can be read by the  ibis2kc.py script (http://projects.qi-hardware.com/index.php/p/xue/source/tree/master/emqbit-utilities/kicad/ibis2kc.py)
<wolfspraul> andres-calderon: my removal of avr, fan, 2232, camera, camera_psu may well create more bugs/ERC errors in the schematics
<wolfspraul> but I will first remove and move things, then look at the details.
<wolfspraul> just explaining my approach. before you do anything, don't forget 'git pull' :-)
<wolfspraul> wpwrak: for directory name, once we commit dxf files for mechanical/case work, what would you call the subfolder?
<wolfspraul> case? mechanical? both not very good
<wolfspraul> mech?
<wpwrak> i call them "cam", but this may be a bit confusing in this context :)
<andres-calderon> may be "case" directory  into  a "mechanical" directory
<qi-bot> [commit] Wolfgang Spraul: unzipped 2 files http://qi-hw.com/p/xue/29e7ced
<wolfspraul> and what does 'cam' stand for? I'm not sure I like it even outside of xue...
<wpwrak> wolfspraul: andres mentioned that he wanted the FANxxx for optimizing the fpga's (usually very high) power consumption
<wpwrak> Computer Aided Manufacturing. basically CNC and stuff.
<wolfspraul> andres-calderon: let's make xue as simple as possible. have you used FANxxx before for this purpose?
<wolfspraul> I would strongly argue for removing them, not on technical facts but looking at our manpower, risk that it won't work or backfire, manufacturing complexity, etc.
<wpwrak> (this uses the tools i developed in the last days, to let me automate more of the pcb making)
<andres-calderon> wpwrak, wolfspraul:  I've been converted. I think that simplicity is the name of the game.
<wpwrak> hehe ;-)
<wolfspraul> good
<wpwrak> andres-calderon: maybe keep the series/sense resistor but make them 0R. that way, you can remove them and insert a current meter/probe in the lab.
<qi-bot> [commit] Wolfgang Spraul: removed xue-bom.ods which only had a few web links for memory chips http://qi-hw.com/p/xue/c0089b7
<andres-calderon> I will discard the  onboard measurement of energy. Maybe add  a set of test points (plus 0 ohms resistors)
<qi-bot> [commit] Wolfgang Spraul: renamed kicad/library to kicad/components for consistency http://qi-hw.com/p/xue/99067ec
<wolfspraul> let's see whether schhist survives that
<wolfspraul> we have a few empty .dcm files in kicad/components, unless there is a reason against it I would propose to delete them
<wolfspraul> andres-calderon: from 12 .fpd files in kicad/modules, 11 are machine generated
<wolfspraul> what is the plan with that now? where will future edits be made?
<andres-calderon> wolfspraul: I'll make a makefile
<wolfspraul> to create the .fpd ?
<wolfspraul> or to go from .fpd to .mod?
<wolfspraul> we have 22 empty .mdc in kicad/modules, if it's safe to delete them I will probably delete them
<wolfspraul> (I'll wait until Werner is back he knows KiCad best...)
<andres-calderon> I will review the makefiles of the GTA02 core project
<wolfspraul> that's quite old by now, I suggest ben-wpan
<andres-calderon> wolfspraul, ok
<wolfspraul> andres-calderon: how were the .fpd generated?
<wolfspraul> was it a one-time concversion, and future edits will be made in .fpd, or will the source stay the source for edits
<wolfspraul> right now they say "don't edit"
<wolfspraul> ah no, they don't say that :-)
<wolfspraul> but they say "MACHINE GENERATED"
<andres-calderon> with the FPED editor
<wolfspraul> they were created with the fped editor?
<wolfspraul> I'm wondering about the 'MACHINE GENERATED' comment
<kristianpaul> Hello i'm back now from Fedora (MIlkymist dev mainlly reason) :)
<kristianpaul> Lets see how it goes
<wolfspraul> Fedora has SELinux enabled by default, right?
<kristianpaul> dont know
<wolfspraul> never worked with that before, had to get used to a few bumps
<kristianpaul> ah yes i got some auto-bugs pop ups from SELinux..
<wolfspraul> yeah. first time for me, I was always happy that it passed me, but now I guess it's time :-)
<wolfspraul> wpwrak: there you are :-)
<wpwrak> troublesome connection
<kristianpaul> hmm this is because xilinx installer, tricky
<wolfspraul> how do you feel about deleting empty .dcm and .mdc files?
<wolfspraul> when fped creates a .mod file out of a .fpd file, does it also create the .mdc file?
<qi-bot> [commit] Andres Calderon: kicad modules makefile has been added http://qi-hw.com/p/xue/c49a037
<qi-bot> [commit] Andres Calderon: Merge branch 'master' of projects.qi-hardware.com:xue http://qi-hw.com/p/xue/be6e03b
<wpwrak> no, it doesn't generate the.mdc file. so you'll get a complaint from cvpcb
<kristianpaul> setenforce 0
<wolfspraul> if there are complaints, that means we should leave empty .mdc and .dcm files?
<wolfspraul> maybe the .dcm can be deleted?
<wpwrak> a marketing question: should atusb have a full-sized USB connector, like here http://downloads.qi-hardware.com/people/werner/tmp/nemesis.jpg
<wolfspraul> the alternative would probably be micro-usb right away, and those platforms are normally so closed that it will be very hard to get atusb to work
<wpwrak> (the general shape would be that of the first one)
<wpwrak> no micro-usb :)
<wolfspraul> there are very few devices that have a mini-usb host receptor
<wolfspraul> like the Neo FreeRunner :-)
<wpwrak> micro-usb is for idbg. let's not confuse things ;-)
<wolfspraul> I am thinking from the other side - what to plug it into...
<wolfspraul> for the full-size, it will be notebooks, netbooks, maybe open tablets
<wpwrak> it's basicallly either pc directly or via cable
<wolfspraul> for mini-usb, I doubt many devices exist at all
<wpwrak> with cable
<wolfspraul> for micro-usb, a lot of devices exist with usb-on-the-go, but they will be too closed to have fun with atusb
<wolfspraul> sure cable is another option
<wpwrak> pro: can find better placement. contra: if you can't get rid of the cable
<wpwrak> there are also full-sized USB cables, but they're not so easy to find
<andres-calderon> wolfspraul:  I already deleted the mod. files (and has been a makefile based in the ben-wpan modules makefile)
<wpwrak> (digi-key has them, though ;-)
<wolfspraul> andres-calderon: I saw it, great
<wolfspraul> when you committed, did you see the merge commit?
<wolfspraul> there is a way to avoid that, I think before you push your commits, you do a 'git fetch origin' and then 'git rebase origin/master'
<andres-calderon> wolfspraul: I dont know anything about the  mdc files. They are used when the module is added to the design...
<wolfspraul> sure don't worry those are tiny details
<andres-calderon> wolfspraul: just, pull -> add  -> commit -> push
<wolfspraul> wpwrak: I'm ok with 'cam' right now for mechanical stuff
<wolfspraul> I don't need it urgently anyway, but it's a good first step
<wpwrak> so .. full-size usb A plug or mini-usb B receptacle ? :)
<kristianpaul> wpwrak: full-size i think
<kristianpaul> still more universal for usb adapters
<wpwrak> any other votes ?
<wolfspraul> full-size
<wpwrak> seems that we have an unanimous vote :)
<wpwrak> now i have to figure out why my full-sized usb resets all the time ...
<kristianpaul> not reset in mini-usb?
<wpwrak> the design i made in august, with mini-usb has no usb problems. (the rf side is a disaster, though)
<wpwrak> the new one, with full-sized USB, has big troubles staying up. not sure why - the usb circuit is basically the same as in "cntr" and very similar to the old atusb, idbg, etc.
<wpwrak> so there's still a bit of a mystery
<qi-bot> [commit] Wolfgang Spraul: deleted empty .dcm files http://qi-hw.com/p/xue/a3b6d36
<wpwrak> anyway, time for me to go to bed. have to get up early tomorrow.
<kristianpaul> have good sleep
<kristianpaul> getting fun setting up fedora
<wpwrak> thanks ! have fun ! ;-)
<kristianpaul> hey fedora fits very well to our free-of-patent world :)