--- Log for 24.06.104 Server: anthony.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16p1 Started: 1 month and 9 days ago 00.06.30 *** Saving seen data "./dancer.seen" 00.16.32 Join Jt740 [0] (909510b8@ACBFF53B.ipt.aol.com) 00.16.49 # Hi 00.16.56 # why was tetris renamed to rockblox? 00.17.06 # potential legal problems 00.17.17 # ok 00.17.22 # i believe it was commented on in the cvs update 00.17.32 # hey, you're not gonna believe this, but Rockbox was mentioned in a computer magazine 00.17.45 # yes, it was on the mailing list 00.17.47 # I believe it! 00.18.01 # no mid, in an off-the-shelf computer mag 00.18.04 # quote: 00.18.06 # " Tetris is now Rockblox, to avoid trademark problems" 00.18.08 # if I had a scanner I would scan it and upload 00.18.19 # hmm 00.18.21 # which magazine? 00.18.27 # Personal Computer World 00.18.56 # that's what was on the mailing list 00.19.02 # ok 00.19.17 # no specific mention of Zagor or mikeholden though 00.19.25 # ah. 00.19.27 # just Rockbox 00.20.05 # according to the mag Rockbox "is still in early development" 00.21.08 # lol 00.21.11 # maybe avos they meant? 00.21.12 # like the new website updates though 00.21.20 Quit mecraw ("Trillian (http://www.ceruleanstudios.com)") 00.21.23 # like the graduated "daily builds" section, nice shade of blue 00.23.21 # my archos is well old now 00.24.58 Join dstar5 [0] (lee@IC103.library.oregonstate.edu) 00.25.03 # amiconn: nice work on the grayscale patch -- now lets use it for something! :) 00.25.15 # would be great for WPS use 00.25.20 # Big fat mega-commit ;) 00.27.02 # amiconn: does splitting the framework really reduce plugin size? I would have thought the linker would be smart enough to only include functions that were used. 00.27.22 Join Nibbler [0] (nibbler@port-212-202-73-96.dynamic.qsc.de) 00.27.40 # hardeep: Yes it does, because the linker isn't smart enough to get rid of unused functions. 00.28.22 # It reduces jpeg.rock by ~2.7 KB, mandelbrot.rock by ~3.5 KB, grayscale.rock by ~0.8 KB 00.28.42 # interesting 00.29.49 # As you see, even grayscale.rock doesn't use all functions, in spite of being the example for how to use the grayscale framework 00.34.36 # hmmm, there are some compiler and linker flags that are supposed to remove unused functions: -ffunction-sections and --gc-sections 00.36.03 Part arspy87 ("Leaving") 00.39.09 # hmmm. Nobody came up with these flags before, even when I asked if there is a method to get rid of unused functions 00.39.15 # Anyway, the splitting still has the advantage to make the grayscale lib more maintainable. 00.39.19 Quit dstar5 ("Leaving") 00.40.40 # it's mentioned here: http://gcc.gnu.org/ml/gcc-help/2003-08/msg00128.html 00.40.50 # i haven't actually used it myself 00.43.33 Join dstar5 [0] (lee@IC103.library.oregonstate.edu) 00.45.34 # * amiconn is trying to test that 00.48.53 # Hmm, the linker does complain about undefined memory regions... 00.49.58 Join RedBreva [0] (~jirc@host217-43-204-231.range217-43.btcentralplus.com) 00.53.32 Quit RedBreva (Client Quit) 00.54.11 # not sure. maybe the grayscale library also needs to be compiled differently? 00.55.54 # I tried to compile everything within "lib" with -ffunction-sections and to link the plugins with --gc-sections 00.56.57 # This doesn't work because compiling with -ffunction-sections produces one section per function (sic) that is not called .text (the default), but .text. 00.57.39 # you need to compile each rock with -ffunction-sections if i'm reading this correctly 00.57.40 # The linker script within "plugins" does only define a rule for the .text section, so obviously I have to define something like a wildcard rule 00.58.25 # The ml article obviously doesn't deal with the case of using a linker script 00.58.38 # yeah 01.03.54 Quit dstar5 (Read error: 54 (Connection reset by peer)) 01.04.33 Join dstar5 [0] (~lee@IC103.library.oregonstate.edu) 01.19.21 # hardeep: Now I found the method how to tell the linker the section-name wildcard and to garbage-collect 01.19.44 # But obviously the linker now treats _all_ functions as unused! :( 01.20.08 # heh 01.20.36 # I'm getting file format not recognized errors for the non-grayscale plugins. Maybe -Wl,--gc-sections isn't support for the sh1 01.21.31 Quit midk ("yo yo yo cya later YO YO YO wasa wasa!") 01.22.05 # It seems that it is supported, but look into the map files of non-grayscale plugins - no content in any section! 01.22.40 Quit Jt740 ("leafChat IRC client: http://www.leafdigital.com/Software/leafChat/") 01.23.32 # oh, laugh 01.25.45 # One step further.. it does now work for some plugins 01.26.39 # "Surround sections that should not be eliminated with KEEP()", i.e. KEEP(*(.entry)) 01.29.36 # It does not yet work for plugins which won't work for the current target - there is still no section in the .elf (there used to be .comment) 01.32.51 # hmmm, could we add a size check before doing the objcopy 01.43.59 Join ju [0] (ju_@ACD3B847.ipt.aol.com) 01.45.40 # hello everybody, i think with sub hours world wide, it is the light in usa? 01.46.11 # 1992 01.46.11 # 01.46.11 # Octopus 01.46.19 # ? 01.46.46 # http://www.cqf.info/forum/viewtopic.php?p=1624&sid=732c871d8f253dba16105dc5dbe43141#1624 01.47.53 # heh me not that good at math 01.47.56 # i am only 14 01.48.42 # i have a question:how ca i do to make a Mandelbrot like the plug in on my pc? 01.49.32 # ju: learn to print things in a window 01.49.39 # and then plug in that code ;) 01.50.40 # ho yes i don't forget 01.51.37 # what is the code? 01.51.41 # hardeep: Got it to work 01.52.28 # ju: http://rockbox.haxx.se/apps/plugins/mandelbrot.c 01.52.59 # fractals aree neat 01.54.41 # sorry what is aree neat?i m french 01.56.02 # umm fractals are like the siepinski triangle, and the mandelbrot set 01.56.24 # well 01.56.33 # http://math.rice.edu/~lanius/frac/ 01.56.44 # that is in english, but will explain it better :) 01.59.07 # i believe 01.59.19 # hardeep: This method yields plugins that are still a bit larger than with my split library, the only exception being grayscale.rock, which is 8 bytes smaller (and I know why) 02.00.23 # grayscale is fractal? 02.00.40 # ju: no 02.00.43 # i have to go see you all 02.01.28 Quit dstar5 ("Leaving") 02.02.17 # sorry but what is Galland in french? 02.02.35 # ho sorry i m in usa 02.05.42 # what more? 02.06.34 *** Saving seen data "./dancer.seen" 02.12.07 # i don t know like compile the plug in? 02.14.27 Quit ju () 02.18.50 Part amiconn 02.37.53 Quit AciD` (Read error: 110 (Connection timed out)) 04.02.21 Quit Nibbler (Read error: 54 (Connection reset by peer)) 04.06.37 *** Saving seen data "./dancer.seen" 04.40.37 Quit hardeep ("[BX] Amount of time you people were funny: --45 minutes -19 seconds") 05.11.40 Join thirdworld [0] (~huszcak@c-24-125-81-212.va.client2.attbi.com) 05.11.51 # my LCD still isn't working well 05.12.02 # not that it would heal itself 05.12.19 # but it only works when applying pressure to the wound 05.12.23 # if you know what i mean 05.17.09 # i think one of the chips is loose 05.17.52 # i've been led to believe this since when i apply pressure to where that chip is, the lcd starts to work again 05.18.10 # but by applying pressure to any other part of the circuit board does nothing 05.18.57 # now, from that point, do i just resolder the joints to make sure everything is making good contact? 05.20.18 # any ideas? 05.39.28 Quit c0utta{zZ} (anthony.freenode.net irc.freenode.net) 05.39.28 NSplit anthony.freenode.net irc.freenode.net 05.42.05 # laterz 05.44.19 Quit thirdworld () 05.46.11 Join Nibbler [0] (nibbler@port-212-202-73-96.dynamic.qsc.de) 05.47.41 NHeal anthony.freenode.net irc.freenode.net 05.47.41 NJoin c0utta{zZ} [0] (~c0utta@47.cust4.sa.dsl.ozemail.com.au) 06.06.40 *** Saving seen data "./dancer.seen" 06.28.02 Quit Zagor (anthony.freenode.net irc.freenode.net) 06.28.02 NSplit anthony.freenode.net irc.freenode.net 06.28.02 Quit midk|gone (anthony.freenode.net irc.freenode.net) 06.28.02 Quit tomMeditates (anthony.freenode.net irc.freenode.net) 06.28.02 Quit biomass (anthony.freenode.net irc.freenode.net) 06.28.02 Quit webmind (anthony.freenode.net irc.freenode.net) 06.28.02 Quit elinenbe (anthony.freenode.net irc.freenode.net) 06.28.02 Quit Ka_ (anthony.freenode.net irc.freenode.net) 06.28.02 Quit Hadaka (anthony.freenode.net irc.freenode.net) 06.28.03 Quit Nibbler (Read error: 54 (Connection reset by peer)) 06.29.02 NHeal anthony.freenode.net irc.freenode.net 06.29.02 NJoin elinenbe [0] (trilluser@207-237-224-177.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com) 06.29.02 NJoin Ka_ [0] (~tkirk@pcp04776551pcs.howard01.md.comcast.net) 06.29.02 NJoin webmind [0] (~cme2@217-195-236-172.dsl.esined.net) 06.29.02 NJoin biomass [0] (reaxion@80.179.0.82.forward.012.net.il) 06.29.02 NJoin Hadaka [0] (naked@naked.iki.fi) 06.29.02 NJoin tomMeditates [0] (~kaboofa@66.92.66.5) 06.29.02 NJoin Zagor [242] (~bjst@labb.contactor.se) 06.29.02 NJoin midk|gone [0] (~Zakk@c66-235-14-120.sea2.cablespeed.com) 06.30.24 Quit biomass (anthony.freenode.net irc.freenode.net) 06.30.24 Quit webmind (anthony.freenode.net irc.freenode.net) 06.30.24 Quit elinenbe (anthony.freenode.net irc.freenode.net) 06.32.18 Quit Hadaka (anthony.freenode.net irc.freenode.net) 06.32.18 Quit Ka_ (anthony.freenode.net irc.freenode.net) 06.32.50 NJoin elinenbe [0] (trilluser@207-237-224-177.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com) 06.32.50 NJoin webmind [0] (~cme2@217-195-236-172.dsl.esined.net) 06.32.50 NJoin biomass [0] (reaxion@80.179.0.82.forward.012.net.il) 06.40.47 Quit biomass (anthony.freenode.net irc.freenode.net) 06.40.47 Quit webmind (anthony.freenode.net irc.freenode.net) 06.40.47 Quit elinenbe (anthony.freenode.net irc.freenode.net) 06.43.20 NJoin elinenbe [0] (trilluser@207-237-224-177.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com) 06.43.20 NJoin webmind [0] (~cme2@217-195-236-172.dsl.esined.net) 06.43.20 NJoin biomass [0] (reaxion@80.179.0.82.forward.012.net.il) 06.49.19 NJoin Ka_ [0] (~tkirk@pcp04776551pcs.howard01.md.comcast.net) 06.49.19 NJoin Hadaka [0] (naked@naked.iki.fi) 06.55.00 Quit tomMeditates (anthony.freenode.net irc.freenode.net) 06.58.42 Join tomMeditates [0] (~kaboofa@66.92.66.5) 06.59.00 Quit Zagor (anthony.freenode.net irc.freenode.net) 06.59.00 NSplit anthony.freenode.net irc.freenode.net 06.59.00 Quit midk|gone (anthony.freenode.net irc.freenode.net) 07.00.22 NHeal anthony.freenode.net irc.freenode.net 07.00.22 NJoin Zagor [242] (~bjst@labb.contactor.se) 07.00.22 NJoin midk|gone [0] (~Zakk@c66-235-14-120.sea2.cablespeed.com) 07.22.05 Quit c0utta{zZ} (anthony.freenode.net irc.freenode.net) 07.22.05 NSplit anthony.freenode.net irc.freenode.net 07.32.08 NHeal anthony.freenode.net irc.freenode.net 07.32.08 NJoin c0utta{zZ} [0] (~c0utta@47.cust4.sa.dsl.ozemail.com.au) 07.32.27 Quit c0utta{zZ} (anthony.freenode.net irc.freenode.net) 07.33.30 NJoin c0utta{zZ} [0] (~c0utta@47.cust4.sa.dsl.ozemail.com.au) 08.04.35 Join Nibbler [0] (nibbler@port-212-202-73-96.dynamic.qsc.de) 08.06.44 *** Saving seen data "./dancer.seen" 08.37.54 Join hardeep [0] (1098@208.247.65.237) 08.42.26 Join stamps [0] (stamps@ppp220-72.lns1.cbr1.internode.on.net) 08.43.37 # hi! 08.44.09 # has anyone experienced 'request cannot be performed because of an I/O device error' when trying to copy to a jukebox 6000 from winxp? 08.47.33 Join midk [0] (Zakk@c-67-160-88-198.client.comcast.net) 08.51.59 Join LinusN [200] (~linus@labb.contactor.se) 08.53.35 # hi linusn 08.58.10 # yo yo yo 09.02.18 Join midknight2k3 [0] (~Zakk@c66-235-14-120.sea2.cablespeed.com) 09.02.18 Quit midk|gone (Read error: 104 (Connection reset by peer)) 09.02.18 Quit dwihno (Read error: 104 (Connection reset by peer)) 09.02.19 Join dwihno [0] (~dw@81.8.224.89) 09.17.26 # * Zagor stares at the cvs commit table 09.17.36 # *runs to look at the cvs commit table 09.22.06 # personally, I wouldn't have done that until a plugin needed it. 09.22.12 Join InternetBoy [0] (~Calen@0-1pool96-160.nas1.paducah1.ky.us.da.qwest.net) 09.22.38 # any mac users in here? 09.22.48 # * LinusN looks away 09.22.55 # whistling 09.23.06 # admit it linus, you have a mac in a corner! 09.23.21 # please don't tell anyone 09.23.36 # your secret is safe with me :) 09.23.44 # InternetBoy: i have a mac, but i have never connected my archos to it 09.23.55 # I hate macs but, I am trying to do a Hard Drive upgrade for someone 09.24.11 # and I can not get my Archos JukeBox Recorder working on it 09.24.15 # and you need to create a fat32 partition? 09.24.20 # nope 09.24.30 # has anyone had a 'request cannot be performed because of an I/O device error' when trying to copy to a jukebox 6000 from winxp? 09.24.32 # I can hookup my JukeBox MM fine 09.24.46 # stamps: i haven't 09.25.03 # Macs can R/W to NTFS and Fat16/32 09.25.04 # InternetBoy: which recorder model? 09.25.06 # stamps: i hardly ever used xp 09.25.16 # my jukebox is acting shady. :( 09.25.44 # have you tried connecting to another computer? 09.25.49 # so dose any one know why a JukeBox recorder would not work on os x 10.2.4 09.25.54 # InternetBoy: is it recorder 6k, 10 or 20? 09.26.10 # it doesn't power up unless it's connected to USB or a charger, along with intermittent copying errors. 09.26.24 # Zagor : not yet, no 09.26.31 # stamps: and you wonder why XP in particular has problems with that? 09.26.34 # its 10(but I put a brad new 40gb in it(all tough it dose not work with the stock 10gb hdd) 09.26.55 # InternetBoy: the rec10 probably has USB 1.1 09.27.00 # LinusN : i wasn't wondering if it was XP, i thought any information I supplied would help :) 09.27.03 # and needs a special ISD200 driver 09.27.08 # it works fine on my linux / windows computers 09.27.19 # stamps: i think your battery contacts are bad 09.27.21 # Recorder is usb 1.1(or 1.0) 09.27.27 # or perhaps the batteries themselves 09.27.40 # LinusN : interesting. same thing happens with 2 different sets of batteries. 09.27.55 # InternetBoy: linux has ISD200 drivers (thanks to Zagor) 09.28.09 # yup( 2.4+) 09.28.25 # the mac needs drivers but I installd em 09.28.50 # does it recognize the jukebox at all? 09.28.54 # nope 09.29.21 # which drivers did you install? 09.29.46 # the ones from archos.com for the recorder on 10.2 09.30.04 # the comp is os x 10.2.4 09.30.39 # man macs suck ass 09.30.53 # InternetBoy: those are probably just usb2.0 drivers 09.31.31 # thay look to be for USB 1.1 and for a few diff chip sets 09.33.30 # where? 09.33.53 # the installer says: for ATA and ATAPI support for the Cypress ISD725, ISD200, USD300 USB Bridge Chips 09.34.25 # ok, then it should work 09.34.26 # As well is SL11RIDE SL11_Combo FX and FX2 09.34.41 # how old is the driver? 09.35.34 # version 1.4 for OS X 10.2 (but the computer is 10.2.8) 09.35.50 # i know that the very latest ISDxxx drivers for Windows actually removed the support for ISD200 09.36.00 # thay have diff drivers for 10.1.3, 10.1.4 ext 09.36.50 # the driver is from 2002 09.37.01 # is it the same as this: http://www.macupdate.com/info.php/id/9196 09.37.06 Quit hardeep ("[BX] mIRCrap: JUST DON'T DO IT!") 09.39.14 # well nothing is comeing up when I pulg in the Jukebox but I will download it and try it 09.40.07 # InternetBoy: "nothing is coming" means what exactly? 09.40.21 # are you sure that the jukebox isn't detected at all? 09.40.44 # or does the mac refuse to pop up a disk just because the partition table is empty? 09.41.16 # I ran the mac disk program is it dose not show up 09.41.43 # Evan if I put a mac formated disk in the jukebox it will not show up 09.41.52 # ok 09.42.07 # * LinusN will try this at home some day... 09.43.00 # my JukeBox MM shows up fine(USB 1.1 fat32 formated disk) 09.43.40 # but its hard as shit to change out a hard drive on a jukebox mm 09.44.23 # the harddrive is not the problem if you can connect it to linux and/or windows 09.45.08 # nite 09.45.10 # nope 09.45.11 # i'm not sure the MM has the same usb chip as your recorder10 09.45.12 Quit midk ("yo yo yo cya later YO YO YO wasa wasa!") 09.45.29 # its diff 09.45.40 # you dont need drivers for the MM 09.47.40 # * LinusN is a novice mac user 09.48.02 # i only bought it for a s/w devlopment project 09.48.08 # * InternetBoy is a mac noob 09.48.22 # so i have developed software for it, but i have never really used it :-) 09.54.21 # * InternetBoy is off to more IRC servers 09.54.24 Quit InternetBoy ("Leaving") 10.00.21 Join [IDC]Dragon [0] (~idc-drago@pD9E3472E.dip.t-dialin.net) 10.00.51 # <[IDC]Dragon> Help, I'm a wiki illiterate. How do I create a document? 10.01.01 # [IDC]Dragon: did you get the function exclusion to work? 10.01.18 # <[IDC]Dragon> the what? 10.01.54 # [IDC]Dragon: ignore me, i'm silly 10.02.36 # <[IDC]Dragon> but I'd still be interested in how to create a wiki doc... 10.02.38 # note to self: amiconn is not [IDC]Dragon 10.02.45 # go to the topic 10.02.56 # and you will be asked to create it if it doesn't exist 10.03.21 # a wiki topic has upper case for each "word" in it 10.03.25 # <[IDC]Dragon> too simple to be intuitive 10.03.30 # we should document that, it's far from obvious 10.03.32 # for example MyTopic 10.03.42 # <[IDC]Dragon> yep, got it 10.04.08 # "someone" should document that :-) 10.06.48 *** Saving seen data "./dancer.seen" 10.08.10 # <[IDC]Dragon> thanks, cu later 10.08.14 Quit [IDC]Dragon () 10.14.03 # Hmm, how is the 'Recent CVS activity' list generated for the rockbox front page? I'd like to do the same on another CVS archive. 10.14.29 Quit c0utta{zZ} (Read error: 54 (Connection reset by peer)) 10.20.20 # a perl script that parses the cvs logs 10.22.51 # Is the script available in the CVS? 10.23.21 # no, but somewhere on bagders homepage i think: daniel.haxx.se 10.23.49 # (best ask bagder) 10.25.00 # http://daniel.haxx.se/projects/recentcvs/ 10.25.24 # Ahh, thank you! 10.26.06 # very nice indeed, my colleagues will enjoy it. 10.29.40 Join Bagder [241] (~dast@labb.contactor.se) 10.53.33 Join ju [0] (ju_@ACBB4D66.ipt.aol.com) 10.56.41 Join lImbus [0] (~manuel@kernel.cycos.net) 10.59.31 Join AciD [0] (~acid@longchamp44-1-82-67-133-87.fbx.proxad.net) 11.05.05 Part ju 11.05.39 Join ju [0] (ju_@ACBB4D66.ipt.aol.com) 11.05.52 Part ju 11.06.07 Join dd [0] (ju_@ACBB4D66.ipt.aol.com) 11.11.05 Quit AciD (Read error: 104 (Connection reset by peer)) 11.12.41 #
hello does rockbox is compatible with archos video serie? 11.12.46 # no 11.12.46 # no 11.13.17 # no 11.13.40 *** SPY: Authentication failed for Zagor 11.13.45 # no 11.14.44 # there is some fun stuff on avos.sf.net, but not a full firmware replacement 11.20.11 #
rockbox is a fool firmware replacement? 11.20.28 # You betcha! 11.34.54 #
Is there any french here because t hate english 11.40.46 #
what is the rockbox language code? 11.40.55 # Mainly C 11.41.04 # some SH-1 assembler for misc stuff 11.41.58 #
SH-1? 11.43.01 # The processor used in the archos units 11.43.39 # ARM core 11.44.28 #
And is there sometimes cataclysm in the code? 11.44.47 # cataclysm? 11.45.08 #
is the code contain sometimes bug? 11.45.14 # No, I'm a catholic ;) 11.45.27 # Well, the code is more bug free than the archos firmware imho 11.45.32 # But there are bugs, yes. 11.47.55 Join [IDC]Dragon [0] (~c2af7555@reladm.kharkov.net) 11.56.45 #
right now i remember 11.56.54 #
why i m here 11.57.32 #
how do yo log channel on the web? 11.59.14 #
or how do i put Mandelbrot on my pc? 11.59.49 #
because i v got the code under the eyes and i can t do anything 12.00.35 #
sorry? 12.04.11 #
i m downloading 6.15 version of mIRC 12.06.38 #
where is freenode IRC serveur? 12.06.50 *** Saving seen data "./dancer.seen" 12.13.03 Quit dd () 12.20.31 Join dd [0] (ju_@ACBB4D66.ipt.aol.com) 12.22.19 #
the network of rockbox is linux based on?or it s simply DNS? 12.22.48 # dd: the web server runs linux. there is no rockbox network. 12.23.50 Part dd 12.33.12 # dwihno: the sh-1 doesn't have an arm core. the sh-1 *is* the cpu core 12.49.17 Quit Nibbler (Read error: 54 (Connection reset by peer)) 13.00.58 Join BlueChip [0] (~bluechip@cpc3-colc1-3-0-cust61.colc.cable.ntl.com) 13.01.01 # 09:00 13.01.17 # sorry, wrong window 13.02.30 # <[IDC]Dragon> 13:02 here 13.03.34 # <[IDC]Dragon> LinusN, Zagor: r u listening? 13.04.34 # we're here 13.05.40 # <[IDC]Dragon> I'm considering to "brush up" the button code 13.05.58 # <[IDC]Dragon> I know you've been in disagreement, but still... 13.07.04 # <[IDC]Dragon> Thinking some more about it, we have the analogy to a race condition here 13.07.30 Join dd [0] (ju_@ACBB4D66.ipt.aol.com) 13.08.21 # <[IDC]Dragon> we know that with tough luck we can sample a transition as a button level, but ignore it 13.09.00 # if you do rejig the code, can you add an inkey$ function ;) 13.09.27 #
:) 13.10.03 # inkey$ ? 13.10.07 # <[IDC]Dragon> Jens suggested a "dead zone" between the button levels. That will make false readings more unlikely, but not eliminate the problem. 13.10.12 # [IDC]Dragon: we had a guy in here last night who could trigger this pretty easily. before committing anything, send it to him for testing 13.10.44 Join AciD [0] (~acid@longchamp44-1-82-67-133-87.fbx.proxad.net) 13.10.47 # <[IDC]Dragon> did he leave an email? 13.10.56 # yes, but I doubt we can find such a dead zone. linus had problems even drawing lines between buttons. i'm pushing him to publish his data in twiki 13.11.09 # [IDC]Dragon: yes, check last nights log 13.11.15 # <[IDC]Dragon> that would be very helpful, thanks 13.11.25 # <[IDC]Dragon> (the data) 13.12.10 #
the data is in the next room but where is before? 13.12.59 # <[IDC]Dragon> sound like quantum physics? 13.15.02 #
yes the arithmétix of euclide 13.22.40 #
the fithteen is good now? 13.22.57 # no sixteen 13.23.08 # * Bagder looks at dd 13.24.51 #
IS the mathématiques statisticts no good at all? 13.25.04 # Zagor: Ah. Me and CPU = big mess :D 13.25.05 #
or it s just for true? 13.25.11 # dd: what are you talking about? 13.25.14 # Zagor: I leave that to you guys, and I'll just do interface stuff. Deal? :) 13.25.21 # dwihno: deal :) 13.25.26 # * Bagder believes dd might be a crazy serial killer 13.26.05 # a glitch in the matrix 13.26.44 #
my pc is so late 13.26.55 #
how can i boost him? 13.27.09 # press the turbo button 13.27.30 #
ok i press 13.27.32 Quit dd () 13.27.50 # <[IDC]Dragon> who was that? 13.28.21 Join amiconn [0] (~jens@pD9E7E2AC.dip.t-dialin.net) 13.28.40 # i'm still not sure if it was "who" or "what" 13.28.44 # amiconn: did you get the function exclusion working? 13.28.51 # hi btw 13.28.53 # an AOL user, what can you expect? 13.29.01 # ah, that explains it 13.29.15 # <[IDC]Dragon> Hi Jens, I'm late in saying thanks for the voice file updates 13.31.44 # <[IDC]Dragon> amiconn: don't worry, LinusN asks that to everybody popping in here ;-) 13.33.15 # :-) 13.33.20 # i was about to ask dd 13.33.35 # but somehow he didn't seem to ave a lue 13.33.44 # have a clue 13.35.02 # * Bagder buys his clues on ebay 13.35.51 # I just wonder 13.36.01 # How come the old computers used to have turbo buttons? :) 13.36.05 # I mean, who would want a slow computer? 13.38.34 Join dd [0] (ju_@ACBB4D66.ipt.aol.com) 13.38.48 Quit dd (Client Quit) 13.38.59 Join dd [0] (ju_@ACBB4D66.ipt.aol.com) 13.39.22 #
where is turbo link? 13.39.28 # power consumption is approximately proportional to the speed of the processor squared ;) 13.40.39 # dd: http://127.0.0.1/warez 13.41.16 #
ho sorry i forgot to run opensource 13.41.54 # dd: what kind of drugs are you on? 13.42.29 #
where can i built the cheap server for my website? 13.42.44 # I bet dd is a bot 13.42.45 # dd: this channel is about rockbox 13.42.51 # at home? 13.43.13 Mode "#rockbox +o Zagor " by ChanServ (ChanServ@services.) 13.43.25 Mode "#rockbox +o logbot " by Zagor (~bjst@labb.contactor.se) 13.43.40 Mode "#rockbox -o Zagor " by Zagor (~bjst@labb.contactor.se) 13.43.57 #
Rockbox is the only firmware for Archos? 13.44.04 # no 13.44.26 # I think I recall one made by... eh, was it Archos? 13.44.44 #
you say that! 13.45.30 #
you ve got all the archos user firmware 13.46.18 #
is the donate been cheaper than the work? 13.47.33 # the donations have paid a few lunches... 13.47.41 # this is better than M-x psychoanalyze-pinhead ;-) 13.48.36 #
so it s been cheap 13.48.49 # rockbox is cheap, yes 13.48.57 # but worth every penny 13.49.00 #
it is only on the matrix? 13.49.48 #
you built a monsters economic budjet so:) 13.50.32 #
we can t do that because it s not true 13.51.07 #
programme are gearing our serveur and DNS no? 13.51.43 # someone put that bot out of it's embarrasing misery please - LOL 13.52.31 # dd: rockbox has nothing do to with dns or servers 13.53.45 #
Rockbox and the banque, where is the RIB where can i give? 13.53.50 # dd: this is the MP3 player rockbox, not the firewall rockbox 13.55.03 # "The RockBox [TM] is an off the shelf Dell computer with two network interfaces (NICs) that serves as a gateway/firewall that arbitrates access to a network." 13.55.19 # aha 13.55.19 #
so you picked up than a real firewall? 13.55.37 # still, dd doesn't read 13.55.38 # dd: this channel is about rockbox.haxx.se, not the firewall 13.57.55 #
where is the turbo link on my jukebox? 13.59.15 DBUG sent MODE #rockbox -o+b dd *!*ju_@*.ipt.aol.com 13.59.15 DBUG Sent KICK dd to server 13.59.16 Mode "#rockbox -o+b dd *!*ju_@*.ipt.aol.com " by logbot (~bjst@193.15.23.131) 13.59.16 Kick (#rockbox dd :Go search your needle in another haystack) by logbot!~bjst@193.15.23.131 13.59.42 # * Bagder sighs from relief 14.01.56 Quit LinusN (anthony.freenode.net irc.freenode.net) 14.01.56 NSplit anthony.freenode.net irc.freenode.net 14.01.56 Quit Hes (anthony.freenode.net irc.freenode.net) 14.01.56 Quit ze (anthony.freenode.net irc.freenode.net) 14.03.12 # <[IDC]Dragon> logbot kicked many people... 14.03.19 # hehe 14.03.48 # * Bagder bows before logot to be spared 14.03.52 # logbot 14.04.05 # <[IDC]Dragon> ;-) 14.04.28 # <[IDC]Dragon> so we're left in the matrix 14.05.48 NHeal anthony.freenode.net irc.freenode.net 14.05.48 NJoin LinusN [200] (~linus@labb.contactor.se) 14.05.48 NJoin ze [20] (psyco@adsl-67-123-40-187.dsl.lsan03.pacbell.net) 14.05.48 NJoin Hes [0] (~hessu@he.fi) 14.06.52 *** Saving seen data "./dancer.seen" 14.09.19 DBUG sent MODE #rockbox -b *!*ju_@*.ipt.aol.com 14.09.19 Mode "#rockbox -b *!*ju_@*.ipt.aol.com " by logbot (~bjst@193.15.23.131) 14.13.28 Join dd [0] (ju_@ACBB4D66.ipt.aol.com) 14.13.33 #
i m free 14.13.53 # go away please 14.14.20 #
ok i tried another 14.14.39 #
i help my dad to work 14.14.49 Quit dd (Client Quit) 14.16.10 # <[IDC]Dragon> LinusN: did you find your button survey? 14.17.31 # i have it in my PDA 14.17.58 # but i'll have to copy it at home, because i don't have my synch cable here 14.18.14 # <[IDC]Dragon> fine, thanks 14.33.19 Join Nibbler [0] (nibbler@port-212-202-73-96.dynamic.qsc.de) 14.50.50 Join silencer [0] (~silencer@dyn-213-36-11-185.ppp.tiscali.fr) 14.50.50 Quit Nibbler (Read error: 54 (Connection reset by peer)) 14.58.59 # LinusN: Sorry to answer your question rather late (was away) - I did the function exclusion working, but not completely.# 15.00.08 # *did get 15.11.56 # what is/was missing? 15.17.49 # The linker garbage collector didn't find _all_ unused functions, some of them were still included 15.21.23 Join [Anubis]|aktiv [0] (~catchMe@p508FEB63.dip.t-dialin.net) 15.21.37 Nick [Anubis]|aktiv is now known as BakaSenpai (~catchMe@p508FEB63.dip.t-dialin.net) 15.34.07 Quit [IDC]Dragon ("no fate but what we make") 15.36.38 Quit silencer ("Lost terminal") 15.41.19 Join mattzz [0] (~c2af7555@c160211.adsl.hansenet.de) 15.51.52 Quit BakaSenpai ("O_o o_o o_O o_o O_o o_o o_O o_o O_o o_o o_O o_o O_o o_o o_O o_o O_o o_o o_O o_o") 16.06.54 *** Saving seen data "./dancer.seen" 16.18.47 # amiconn: r u reading? 16.20.43 # yup 16.21.14 # how about adding a column for sound sample in VoiceFiles? 16.21.25 # in wav or mp3 format, only a small snippet 16.22.39 # Hmm. Maybe this is a good idea, and I can easily do that for my own contributions, but what about the other voice files? 16.23.05 # we could simply copy the first x kilobytes from the file 16.24.26 # that would work? Where is the header? 16.28.41 # oh, right. forgot that. 16.29.53 # OK, I added a column 16.32.39 Part LinusN 16.32.47 Nick mattzz is now known as mattzz|afk (~c2af7555@c160211.adsl.hansenet.de) 16.32.50 # Zagor: the voice files is not in pure mp3 format. Iirc there is a header, two tables, then the individual clips. Additionally the clips are already bitswapped 16.33.32 Join Nibbler [0] (nibbler@port-212-202-73-96.dynamic.qsc.de) 16.44.54 # amiconn: yeah. i wasn't thinking. 16.46.38 # well, I'll be away for the weekend. happy midsummer everyone. 16.46.39 # * Bagder gets some nice ATA -1 errors :-/ 16.46.54 Part Zagor 16.49.57 Join dd [0] (ju_@ACCE372B.ipt.aol.com) 16.50.09 #
floopy is the best 16.51.35 #
i remember duny on playstation 16.51.51 #
who is work on it? 16.52.13 #
and who is home? 16.55.13 #
and info on rockbox? 17.03.59 Join Jois [0] (~xxx@host164-238.pool81114.interbusiness.it) 17.04.40 Join mecraw [0] (~mecraw@69.2.235.2) 17.06.17 #
sorry? 17.06.24 Part Jois 17.07.09 #
do rockbox have a radio on winamp? 17.07.25 #
or it is a programme? 17.07.52 #
i bilieve them 17.08.21 #
whos is elinenbe? 17.10.09 #
programme or man tell me if rockbox have an winamp radio 17.11.34 #
i like handball, do you like him? 17.11.43 #
Tom hanks of course 17.12.17 #
yes we watch american film in france 17.12.42 Mode "#rockbox +o Bagder " by ChanServ (ChanServ@services.) 17.14.44 Nick dd is now known as bobill (ju_@ACCE372B.ipt.aol.com) 17.15.40 # rockbox player is it a ARM programme or simply based on C 17.15.56 Kick (#rockbox bobill :please stay away) by Bagder!~dast@labb.contactor.se 17.16.26 Join bobill [0] (ju_@ACCE372B.ipt.aol.com) 17.16.49 Nick bobill is now known as jus (ju_@ACCE372B.ipt.aol.com) 17.17.17 # Is freenod paid with donation 17.17.28 Mode "#rockbox +b *!*ju_@*.ipt.aol.com " by Bagder (~dast@labb.contactor.se) 17.17.35 Kick (#rockbox jus :bye) by Bagder!~dast@labb.contactor.se 17.17.40 Join pfavr [0] (pfavr@dyna218-088.nada.kth.se) 17.21.03 Part Bagder 17.35.18 Join Jois [0] (~xxx@host164-238.pool81114.interbusiness.it) 17.35.32 Part Jois 17.58.21 # BlueChip: are you in ? Am installing the DevKit v3 you send me these days. got a few notes: 17.58.33 # Can't find the /DEVKIT/Rockbox.pif 18.01.13 # furthermore /DEVKIT/home/rockbox/ is not created (there is only ./guest) 18.02.31 # I am user guest if I start bash --login or rockbox.bat 18.03.15 # The RockBox-DevKit_v30.txt says "7a. === Making a Simluator Build ===" (typo) 18.06.56 *** Saving seen data "./dancer.seen" 18.07.33 Quit mattzz|afk ("CGI:IRC (EOF)") 18.07.34 Join hardeep [0] (1098@208.247.65.237) 18.13.43 # but looks nice and works finde 18.13.46 # -d 18.29.42 Quit Nibbler (Read error: 54 (Connection reset by peer)) 18.29.54 Quit mecraw ("Trillian (http://www.ceruleanstudios.com)") 18.31.03 Join mecraw [0] (~mecraw@69.2.235.2) 18.43.14 # amiconn: Since you told me "emergency parks" on the hard disk should not be done too often, I wonder if we could display a small icon within statusbar to show if the harddisk is spinning. 19.07.40 # lImbus: For the emergency unload, see e.g. http://www.hitachigst.com/tech/techlib.nsf/techdocs/85256AB8006A31E587256A770052F2E4/$file/t60gh40gn_sp30.pdf , page 29 19.10.07 # If there is enough room in the status bar, it should be possible to put an icon there, but I doubt that the room is available 19.14.36 # amiconn: how much of a difference was there in size between splitting the lib into files and using the removal flags? 19.14.42 # i'm surprised there was any 19.15.57 # It differed between the plugins using the lib. There was none for grayscale.rock (except that it was 8 bytes smaller due to a change necessary for the splitting). 19.16.16 # how much did it differ for the plugins? 19.16.41 # Both mandelbrot.rock and jpeg.rock were a few hundred bytes larger than with the split library 19.17.26 # were the functions larger or were some extra functions included? 19.17.35 # Obviously the linker's garbage collector didn't find all unused functions (I looked at the .map files) 19.17.51 # strange... 19.18.19 # either way, a few hundred bytes doesn't sound like much for a cleaner setup 19.19.22 # Imho the split library is the cleaner setup (more maintainable, no single big chunk of code) 19.19.56 # bbl. 19.19.57 Join midk [0] (Zakk@c-67-160-88-198.client.comcast.net) 19.20.11 # i actually think the opposite, having a single file for individual files seems messy to me 19.20.20 # er individual functions 19.25.45 Quit pfavr ("ChatZilla 0.9.61 [Mozilla rv:1.7/20040622]") 19.52.36 Quit hardeep ("BitchX: the IRC client with hair on its balls") 20.06.58 *** Saving seen data "./dancer.seen" 20.13.52 Join Nibbler [0] (nibbler@port-212-202-73-96.dynamic.qsc.de) 20.15.28 Join hardeep [0] (1098@208.247.65.237) 21.43.27 Quit lImbus (Remote closed the connection) 21.50.21 Quit midk ("yo yo yo cya later YO YO YO wasa wasa!") 21.51.12 Join midk [0] (Zakk@c-67-160-88-198.client.comcast.net) 22.07.01 *** Saving seen data "./dancer.seen" 22.31.38 Join midk2k3 [0] (~Zakk@c66-235-14-120.sea2.cablespeed.com) 22.31.46 Quit midknight2k3 (Read error: 54 (Connection reset by peer)) 22.34.55 Join silencer [0] (~silencer@dyn-213-36-128-140.ppp.tiscali.fr) 22.44.42 Quit midk2k3 (anthony.freenode.net irc.freenode.net) 22.44.42 NSplit anthony.freenode.net irc.freenode.net 22.44.42 Quit dwihno (anthony.freenode.net irc.freenode.net) 22.44.42 Quit amiconn (anthony.freenode.net irc.freenode.net) 22.44.42 Quit AciD (anthony.freenode.net irc.freenode.net) 22.44.42 Quit BlueChip (anthony.freenode.net irc.freenode.net) 22.44.42 Quit stamps (anthony.freenode.net irc.freenode.net) 22.44.42 Quit tomMeditates (anthony.freenode.net irc.freenode.net) 22.47.43 NHeal anthony.freenode.net irc.freenode.net 22.47.43 NJoin amiconn [0] (~jens@pD9E7E2AC.dip.t-dialin.net) 22.47.43 NJoin AciD [0] (~acid@longchamp44-1-82-67-133-87.fbx.proxad.net) 22.47.43 NJoin BlueChip [0] (~bluechip@cpc3-colc1-3-0-cust61.colc.cable.ntl.com) 22.47.43 NJoin stamps [0] (stamps@ppp220-72.lns1.cbr1.internode.on.net) 22.47.43 NJoin tomMeditates [0] (~kaboofa@66.92.66.5) 22.48.19 NJoin midk2k3 [0] (~Zakk@c66-235-14-120.sea2.cablespeed.com) 22.48.19 NJoin dwihno [0] (~dw@81.8.224.89) 22.49.02 Mode "#rockbox -o logbot " by ChanServ (ChanServ@services.) 22.49.13 # lol 22.49.16 # AHAHAHAHAH 23.04.42 Join Strath [0] (~mike@dgvlwinas01pool0-a222.wi.tds.net) 23.06.12 Join Katz [0] (~jirc@bgp928042bgs.brghtn01.mi.comcast.net) 23.06.38 # hey 23.07.14 # could someone give me some info on a car adapter for my rec v2? 23.07.33 # yes? 23.07.42 # ok 23.07.55 # first off, i see there is a "car-adapter" mode in rockbox 23.07.58 # what exactly does this do? 23.08.12 # i cant seem to find any documentation on the topic 23.08.33 # when power is plugged, then unplugged or cut it pauses the song 23.08.52 # that all? 23.09.26 # when restored, back to play mode 23.09.26 # yes 23.10.00 # cool 23.10.12 # ok, i ordered a car adapter from newmp3technology 23.10.32 # they make car adapters that supposedly supply correct voltage to ajb's 23.10.42 # anyone tried these before? 23.12.47 # no 23.14.43 Quit Katz ("Leaving") 23.20.51 Quit midk ("just STOP it arspy") 23.29.16 Part amiconn 23.33.25 Quit silencer ("Lost terminal")