--- Log for 05.04.105 Server: orwell.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16 Started: 13 days and 8 hours ago 00.00.17 # His gfx lib will (hopefully) become obsolete in the not too far future. I intend to work on a unified gfx api and a number of optimisations. See http://www.rockbox.org/twiki/bin/view/Main/GraphicsAPI 00.00.37 # amiconn, any alpha blending planned? 00.00.48 # amiconn: I only read through your suggestion once, but it looked rather fine at that quick glance 00.01.25 # Camilo: No, since Linus wants the greyscale framebuffer in native format ;-/ 00.02.01 # why does that mean you cant alpha blend? 00.02.10 # weren't you talking about using an intermediate buffer anyway? 00.02.26 # Yes, for the grayscale library 00.02.39 # I'm not criticising - but I read the page from the POV of a potential H3xx GUI developer and nodded at all the future colour notes 00.02.50 # framebuffer needs to be native, i don't think there's much to say about it 00.02.54 # the only thing I thought was missing was maybe alpha blending 00.02.55 # we need all the iram we have 00.03.03 # This currently only exists for archos, and I can only even try this if I get my iriver... 00.03.55 # preglow: Imho the framebuffer doesn't need to be in iram 00.04.39 # It is not in iram on archos (although it would be possible to fit it, even within the 4 K iram of the SH1) 00.05.41 # >.< 00.05.42 # ! 00.06.04 # well, no, but is archos ram as slow as iriver ram? 00.06.14 # No it isn't 00.06.28 # darnit. 00.06.31 # my email server is down 00.06.35 # just when i wrote a nice email 00.06.41 # that i think i have completely right 00.06.46 # and that should solve all problems :x 00.07.12 # It's just only 16 bits wide (iram is 32 bits), and the first access to a new page (it's fast page mode DRAM) needs 2 additional wait states 00.09.44 # On the other side, the SH1 doesn't have any cache, so it makes sense to put time critical code into iram, for 2 reasons 00.11.36 # (1) 2 instructions fit within the 32 bit bus width. This allows for clever placement of 'mov' instructions so that the instruction fetch doesn't interfere with memory access (2) Having instructions in IRAM doesn't break page mode, so this is especially useful for memory intensive code 00.12.05 Quit mirak (Read error: 110 (Connection timed out)) 00.14.31 # oh god. 00.14.40 # our university computer staff is so incompetent 00.14.41 # x.x 00.15.09 # they lost our mail aliases, all email to our university is getting rejected 00.15.19 # on top of that, all email that you try to send from our university gets rejected too 00.15.19 # smooth operator 00.15.47 # yea, we have a partly students-partly payed-staff managed network 00.15.54 # obviously, the students part runs great. 00.16.01 # and the payed-staff always messes up 00.16.27 # anyways, i used our students-run emailserver, which works fine.. 00.17.05 # haha 00.17.09 # i've got my own mail server 00.17.14 # i've got my own everything, mainly 00.17.47 Join tvelocity [0] (~tony@ipa98.6.tellas.gr) 00.18.04 # *nods* 00.18.16 # i have a server that i can setup mail and dns on... if i wanted to. 00.18.20 # heh 00.18.27 # never really saw the need 00.18.32 # did it mainly for fun 00.18.35 # since the university emails everything to your university email 00.18.39 # and for hosting the domains of some friends 00.18.45 # and i'd have to get everything redirected for that 00.21.00 Join mirak [0] (~mirak@AAubervilliers-152-1-7-98.w82-121.abo.wanadoo.fr) 00.28.52 # how does rockbox choose to case directory names? 00.29.18 # i don't think we really make a choice, we just read the joliet / msdos filename back? 00.29.33 # well 00.29.33 # holiet is a cdrom standard... 00.29.33 # it's odd 00.29.36 # joliet sorry 00.29.37 # xD 00.29.38 # because some directories are upper case 00.29.41 # and some are lower case 00.29.41 # windows filenames 00.29.41 # whatever 00.29.47 # when they are all lower case 00.29.50 # Rick are you using linux? 00.29.59 # Camilo: sometimes, yes 00.30.09 # but I am talking about from the view of rockbox display 00.30.12 # when you are seeing the case inconsistencies, are you using linux? 00.30.13 # not a mounted drive 00.30.14 # The problem here isn't rockbox, but windows 00.30.21 # No, it is in the rockbox display 00.30.27 # amiconn: ah 00.30.30 # OK.. 00.30.31 # Yes, but the problem is windows 00.30.32 # how can I fix it? 00.30.45 # rename them in windows? 00.30.55 # in windows they are lowercase 00.30.58 # in rockbox they are uppercase 00.30.59 # Rick, from linux you can mount the drive with the options shortname=win95, then rename to your heart;s content 00.31.37 # are they shorter than 8 chars? 00.31.55 # yes 00.31.58 # If you enter a shortname (a name that fits in the 8.3 scheme, wihout disallowed characters) in all lowercase, Windows displays it that way, but only stores a FAT shortname, no corresponding VFAT longname 00.32.10 # does rockbox default to windows filenames or msdos filenames when its 8.3 ? 00.32.10 # ah 00.32.12 # However, FAT shortnames are always uppercase 00.32.16 # ah. 00.32.19 # that makes sense 00.32.54 # * Rick wonders if it would be easy to hack that 00.32.56 Join Naked [0] (naked@naked.iki.fi) 00.32.57 # Iirc there is a registry key to 'cure' that odd windows behaviour, but I don't remember which one 00.33.01 # ah 00.34.05 # Found it: http://www.annoyances.org/exec/show/article02-101 00.34.05 # linux defaults to showing those 8.3 in lower case, whilst writing them on the disk in the case originally given... not useful IMHO 00.35.22 # don't see an option for the first one 00.35.27 # oh wait 00.35.28 # that's win98 00.35.28 # Pure 8.3 filenames on FAT are always uppercase. However, there is nothing that would prevent a filesystem from adding a VFAT longname, even it isn't necessary because of the length 00.35.31 # * Rick slaps himself 00.36.30 # Rick: The problem exists with all 32 bit Windows versions 00.36.38 # ah 00.36.48 # well 00.36.50 # thanks for the tip 00.39.27 Quit Hadaka (Connection refused) 00.39.27 Nick Naked is now known as Hadaka (naked@naked.iki.fi) 00.40.51 Nick tvelocity is now known as tvelocity[away] (~tony@ipa98.6.tellas.gr) 00.44.24 # sometimes i feel stupidity should be illegal :/ 00.44.27 Join elinenbe [0] (trilluser@207-237-225-9.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com) 00.55.34 # i feel it should be fatal 00.55.56 # at least punishable 00.57.53 Join bagawk [0] (~Lee@bagawk.user) 00.59.37 Quit matsl (Remote closed the connection) 01.04.00 # good night 01.04.20 Part MoosCamaro 01.06.38 Quit elinenbe (" HydraIRC -> http://www.hydrairc.com <- The future of IRC") 01.30.13 Join Aison` [0] (~Aison@zux166-181.adsl.green.ch) 01.30.42 *** Saving seen data "./dancer.seen" 01.30.58 Join webguest73 [0] (~445d5a8f@labb.contactor.se) 01.31.26 Quit webguest73 (Client Quit) 01.32.04 Join Muntek [0] (~Muntek@adsl-68-93-90-143.dsl.hstntx.swbell.net) 01.32.59 Part Muntek 01.40.51 Quit bagawk ("Leaving") 01.42.02 Quit Aison ("( www.nnscript.de :: NoNameScript 3.72 :: www.XLhost.de )") 01.49.57 Part amiconn 02.08.49 Quit tvelocity[away] (Read error: 113 (No route to host)) 02.13.06 Quit preglow ("off") 02.13.53 Quit Camilo ("Chatzilla 0.9.67 [Mozilla rv:1.8b2/20050404]") 02.15.27 Quit Aison` ("Leaving") 02.53.50 Quit mecraw_ ("Trillian (http://www.ceruleanstudios.com") 03.15.54 Quit Sucka ("a bird in the bush is worth two in your house") 03.30.47 *** Saving seen data "./dancer.seen" 04.05.15 Join QT_ [0] (as@area51.users.madwifi) 04.15.49 Quit XShocK (" Try HydraIRC -> http://www.hydrairc.com <-") 04.16.59 Quit QT (Read error: 113 (No route to host)) 04.18.16 Quit DJ_Dooms_Day () 04.21.44 Quit DMJC ("Leaving") 04.28.47 Join DMJC [0] (~James@220-245-171-89.tpgi.com.au) 04.46.47 Quit Ka (Read error: 104 (Connection reset by peer)) 04.51.53 Quit edx (Read error: 60 (Operation timed out)) 05.01.29 Quit DMJC ("Leaving") 05.24.06 Quit Rick (Read error: 104 (Connection reset by peer)) 05.25.16 Join Rick [0] (rick@wbar25.lax1-4.28.143.213.lax1.dsl-verizon.net) 05.30.50 *** Saving seen data "./dancer.seen" 05.34.31 Quit courtc ("rebooting: new kernel, for profiling") 05.49.09 Join courtc [0] (~court@adsl-158-38-35.asm.bellsouth.net) 05.55.59 Join Kio|Jestcomeback [0] (~ass@adsl-68-121-163-61.dsl.pltn13.pacbell.net) 05.57.09 # hi all 06.01.49 Quit Kio|Jestcomeback () 06.28.54 Join edx [0] (edx@p5487955E.dip.t-dialin.net) 06.43.51 Join LinusN [0] (~linus@labb.contactor.se) 07.30.52 *** Saving seen data "./dancer.seen" 08.03.27 Join amiconn [0] (~jens@pD9E7F857.dip.t-dialin.net) 08.04.50 # hi amiconn 08.04.58 # nice work on the trigger cleanup 08.05.00 # Good morning :) 08.06.35 # Hmm, would be better if at least some test compilations are done prior to commit :-/ 08.07.00 # Trigger is not yet tested on Ondio FM, but I hope it works 08.07.08 # hehe, i did compile the ondio, but i accidentally configured for the sp 08.07.57 # The SP binary got >2.5 KB larger without my cleanup 08.08.20 # was that a problem? 08.08.35 # It's a waste... 08.08.39 # of course 08.09.10 # i see it like this: the code would never have been cleaned up if i didn't commit it 08.09.34 # After cleanup, about 500 bytes are left, coming from the additional strings, and one additional peakmeter function unrelated to the trigger 08.09.45 # i simply had no time to fix all platforms, and philipp wasn't going to do it either 08.09.48 # morning 08.09.50 Nick t0mas|zzz is now known as t0mas (~Tomas@ip503c08d1.speed.planet.nl) 08.09.58 # The player binary increased ~300 bytes 08.10.14 # (due to the strings) 08.10.17 # t0mas: morning 08.10.46 # non-platform related strings is becoming a problem 08.11.02 # I hope the C99 syntax I used for const'ing is okay 08.11.09 # looks ok 08.11.14 # (designated initializers) 08.11.20 # cool feature 08.11.27 # yup 08.13.09 # Btw, I like the trigger option menu presentation... 08.13.39 # Perhaps this layout (improved a little bit further) should become the standard option menu in rockbox... 08.16.12 # we have discussed various ways of doing that 08.16.47 # the problem is always the width 08.17.58 # with different fonts and languages 08.19.36 # trigger? 08.20.17 # level triggered recording 08.20.44 # LinusN: I know about the problems, but imho this is solvable if partial scrolling lines get implemented 08.20.46 # oh LinusN.. I have a little bug in the bootloader... 08.21.02 # t0mas: only one? 08.21.09 # don't know ;) 08.21.22 # when hold is on.... and you press the play button shortly... it will just boot 08.21.33 # yes, that's a known bug 08.21.52 # ok 08.22.00 # thanks for reporting anyway 08.22.03 # hehe 08.22.14 # I'll instruct my pocket to keep the button pressed for some time ;) 08.22.25 # t0mas: do that :-) 08.22.41 # on which unit? 08.22.47 # H120 08.22.47 # archos recorders 08.22.59 # (if you mean trigger) 08.23.06 # * Rick can't see the h120's play button getting clicked on like that easily 08.23.48 # nope... that's why I noticed now.. and not a few weeks ago 08.23.59 # ah 08.24.00 # hehe 08.24.12 # i'm sure it's improbable of that happening with the case on too 08.24.34 # yeah, I still want an iSkin... 08.24.43 # hrm 08.24.44 # * Rick thinks 08.25.00 # does rockbox react to the remote buttons already? 08.25.09 # only the ON button... 08.25.13 # darn 08.25.15 # to start original firmware 08.25.28 # LinusN: My additional ideas for the menu presentation are (1) Put a little space between item name and value (2) Have the value right aligned as in the trigger option menu, but limit the width it can take to max. 1/3 the screen width (3) use mattzz's checkbox widget for binary options 08.25.29 # (but you have to press it for a little time... not just hit it) 08.25.30 # that means I have to pull out the h120 when I accidentally start rockbox 08.25.35 # yeah I know t0mas 08.25.52 # The item name part should scroll if it does not fit completely 08.26.10 # amiconn: basically my idea too :-) 08.26.14 # (only if you are at that line, as with the current menus) 08.28.08 # Of course, the menu handling needs to stay as-is on the player. Too little room for item name & value on the same line :( 08.28.21 # yeah 08.30.29 # what is 'I2C' / 'I2S'? 08.31.29 # I2C is a serial comm protocol, used to talk to various chips 08.31.32 # ah 08.31.43 # I2S is a serial protocol for audio 08.32.57 # * t0mas luistert naar: Track 35  (1:08) 08.33.00 # oh lol 08.42.45 Join Schnueff [0] (~mah@134.96.247.243) 08.43.29 # * t0mas is away.. 08.43.30 # bye 08.47.12 Quit hibou ("CGI:IRC (EOF)") 08.52.37 Join DJ_Dooms_Day [0] (~scottr@220.245.184.47) 09.11.31 Join bobTHC [0] (~foo@l03v-40-193.d1.club-internet.fr) 09.11.45 # hi all! 09.11.56 # hola 09.15.41 Part bobTHC 09.15.49 Join bobTHC [0] (~foo@l03v-40-193.d1.club-internet.fr) 09.16.55 Nick QT_ is now known as QT (as@area51.users.madwifi) 09.19.13 Quit Rick (Read error: 104 (Connection reset by peer)) 09.20.20 Join Rick [0] (rick@wbar25.lax1-4.28.143.213.lax1.dsl-verizon.net) 09.30.56 *** Saving seen data "./dancer.seen" 09.36.15 Join kurzhaarrocker [0] (~Phil@p3E9C2BC5.dip0.t-ipconnect.de) 09.36.31 # hi kurzhaarrocker 09.36.44 # Thank you for including my patch and sorry for the hubub it caused 09.37.09 # I read something about standard menu stuff that I didn't use. 09.37.14 # i have homework for you 09.37.30 # Which? 09.37.36 # 1) make it work better in the sim 09.37.44 # 2) update the wiki 09.38.27 # especially the latter will be important for users :) 09.38.52 # oh yes 09.39.18 # But give me a week. Currently I'm very busy at work. 09.39.46 # you have one week, then we start threatening you :-) 09.40.11 # * kurzhaarrocker shivers 09.41.56 # * kurzhaarrocker noticed that he should learn how const works and how to utilize its advantages. 09.46.06 Quit Rick (Read error: 104 (Connection reset by peer)) 09.47.55 Join Rick [0] (rick@wbar25.lax1-4.28.143.213.lax1.dsl-verizon.net) 09.48.18 # Rick: you come and you go... 09.49.08 # verizon seems to be a reliable isp :-) 09.50.20 # haha 09.50.35 # not to mention free of spam! :-) :-) 09.51.05 # I wish I could use them ;-) 09.51.30 # i wish i didn't live in europe, where most spam comes from ;-) 10.00.33 # LinusN: from the CVS activity it looks like you are on holidays :) 10.00.56 # :-) 10.00.59 # Nah, when LinusN is on holidays he writes spam :) 10.02.39 # "Increase the capabilities of you firmware, no prescription required? 10.02.43 # " 10.02.53 Quit Schnueff ("leaving") 10.03.02 # s/you/your/ 10.05.11 # R0.c.k!B.0_x 10.07.20 # hehe 10.08.33 # Bagder: got you FP2001 yet? 10.08.41 # no :-( 10.08.58 # how long have you been waiting now? 10.09.24 # a week 10.09.53 # Enl4rge y0ur Jukebox, choose the best drug on the n3t ! R0.c.k!B.0_x 10.10.03 # lol 10.16.28 Join Patr3ck [0] (~patr3ck@pD9ECF24A.dip.t-dialin.net) 10.18.24 # hi kurzhaarrocker (the Ondio breaker ;-) ) 10.18.36 # * kurzhaarrocker hides from amiconn 10.18.59 # It's good to have code poliece :) 10.19.39 Quit Rick (Read error: 104 (Connection reset by peer)) 10.20.58 Join Rick [0] (rick@wbar25.lax1-4.28.143.213.lax1.dsl-verizon.net) 10.28.12 Join preglow [0] (thomj@s183a.studby.ntnu.no) 10.34.29 Join ashridah [0] (ashridah@220-253-121-16.VIC.netspace.net.au) 11.04.39 Quit Patr3ck () 11.30.59 *** Saving seen data "./dancer.seen" 12.01.55 Join Ka [0] (~tkirk@pcp0010733332pcs.howard01.md.comcast.net) 12.14.07 Join Aison [0] (~hans@zux166-181.adsl.green.ch) 12.20.18 Quit Rick (Read error: 131 (Connection reset by peer)) 12.21.30 Join Rick [0] (rick@wbar25.lax1-4.28.143.213.lax1.dsl-verizon.net) 12.22.56 Quit DJ_Dooms_Day (Read error: 110 (Connection timed out)) 13.01.13 Join hibou [0] (~a4810127@labb.contactor.se) 13.05.26 Join DJ_Dooms_Day [0] (~scottr@220.245.184.47) 13.10.17 Quit ze (Read error: 104 (Connection reset by peer)) 13.12.40 # I updated the TriggerManual in wiki. Homework No 2 done. 13.13.34 # wonderful 13.14.12 # i must say that the graphics look very weird 13.14.21 # ah, sorry 13.14.27 # had to reload 13.14.38 # :) I experienced that too 13.15.39 # lunch 13.15.50 Quit kurzhaarrocker (Remote closed the connection) 13.31.00 *** Saving seen data "./dancer.seen" 13.48.25 Quit lostlogic ("Going to the moon") 13.54.36 # * t0mas is back 13.54.58 # long half day... stupid computers 13.55.35 # computer are not stupid ;) 13.55.54 # ok... stupid customers 13.55.59 # :) 13.57.57 # or stupid engineer ;) 13.58.09 # * t0mas didn't build it... 13.58.28 # I'm just a simple sysadmin... half time... still going to school the other day's 13.58.41 # stupidity in coders... 13.58.58 # that's my favourite 13.59.28 # :) 13.59.44 # especially because i'm so often guilty of it myself 13.59.55 # last stupidity was commited ten minutes ago 14.00.15 # * LinusN feels guilty 14.00.21 # :)))) 14.03.35 Join tvelocity [0] (~tony@ipa98.6.tellas.gr) 14.12.58 Join Sucka [0] (~NNSCRIPT@host81-156-214-58.range81-156.btcentralplus.com) 14.29.33 Join lolo-laptop [0] (~lostlogic@68.251.84.226) 14.52.34 # any taker dor gmail invite ????? 14.52.46 # s/dor/for 14.54.40 # i've got about 50 left, if you want, say, twenty of them 14.55.22 # :-) 14.55.34 # what's the deal with all those gmail invites? 14.55.57 # i have no idea 14.56.00 # i just have fifty 14.56.02 # LinusN: you can't get an account normally, you can just get it by invitation 14.56.02 # no, i have a hundrer 14.56.05 # hundred, haha 14.57.50 # and why would i want a gmail account? 14.58.04 # LinusN: to store 2GB of spam! ;-) 14.58.15 # wonderful! 14.58.15 # 2gig , searchable, pop and smtp, .... 14.58.30 # wna the catch is...? 14.58.38 # s/wna/and/ 14.58.50 # ads 14.58.57 # I guess 14.58.59 # in the emails? 14.59.06 # nah, google ads on the page 14.59.12 # not exacly like google 14.59.13 # dont think there is any in the mail 14.59.19 # at ure right 14.59.26 # i would use smtp 14.59.29 # yes 14.59.31 # there is a smtp server 14.59.34 # and pop support 14.59.52 # u can use it as a Web HD too 14.59.53 # and what's in it for google in that case? 15.00.01 # i have no idea 15.00.06 # i don't use it 15.00.10 # free smtp with no injected ads 15.00.14 # yes 15.00.19 # i don't get it 15.00.25 # :) 15.00.26 # too good to be true 15.00.33 # they're philantropists :P 15.00.49 # I guess they expect enough number of people to use the webmail 15.02.11 # i might have to use it when i have to take my box down when i move 15.02.42 # unless i get some mad fool to take over my mail server settings 15.03.32 # settings/setup 15.04.53 # using the gmail account as linux webstorage is a good thing... : http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html 15.05.22 # too bad google is bound to break it sooner or later 15.05.34 # they've explicitely stated they don't want that 15.08.35 # it's idiot, i like use unix command to manage webdrive 15.10.00 Quit mirak (orwell.freenode.net irc.freenode.net) 15.10.00 NSplit orwell.freenode.net irc.freenode.net 15.10.09 # * preglow prepares himself to experience 100mbit withdrawal symptoms after moving 15.11.04 # lol 15.14.13 # hard to cameback to low BW for sure... it's like using a moped after have use a yam R1 15.14.35 NHeal orwell.freenode.net irc.freenode.net 15.14.35 NJoin mirak [0] (~mirak@AAubervilliers-152-1-7-98.w82-121.abo.wanadoo.fr) 15.19.44 Quit Rick (Read error: 104 (Connection reset by peer)) 15.21.44 Join Rick [0] (rick@wbar25.lax1-4.28.143.213.lax1.dsl-verizon.net) 15.31.04 *** Saving seen data "./dancer.seen" 15.40.03 Part LinusN 15.48.22 Join Tang [0] (~chatzilla@ARennes-252-1-29-230.w83-195.abo.wanadoo.fr) 15.49.04 # Hi :) 15.49.31 # anyone? 15.49.42 # hi 15.49.46 # hi 15.50.13 # lo Badger 15.50.31 # Can i ask if the latest audio progress are nly Archos related? 15.51.12 # (i think yes but not sure) 15.51.15 # it isn't 15.52.25 # Ah okay 15.52.29 # what i thought 15.52.31 # thanks 15.52.33 # :) 15.53.09 # (maybe i wasn't clear: i meant: "yes it's only related to Archos" ;) 15.58.40 # the whole reason the code is changed is so it makes sense on other platforms than archos 15.59.10 # archos can only do mpeg 16.01.46 # Hum so it's nonArchos related 16.01.54 # but it's not a concrete progress 16.01.58 # if i understand well 16.02.00 # :) 16.02.10 # No matter 16.02.18 # i'm very pateint 16.02.21 # :) 16.03.27 # it is progress indeed 16.03.44 # how can progress not be "concrete" ? 16.04.06 # like in instant visible changes for the user, i guess 16.04.30 # Hum 16.04.47 # i didn't explained well myself 16.04.55 # i mean not "substantial progress" 16.04.56 # ? 16.05.06 # So no need to relay on some boards 16.05.07 # :) 16.05.09 # :) 16.05.17 # Is it true then? 16.08.45 # no need to relay anything 16.11.22 Quit courtc (Read error: 104 (Connection reset by peer)) 16.14.34 Quit Rick (Read error: 54 (Connection reset by peer)) 16.15.49 Join Rick [0] (rick@wbar25.lax1-4.28.143.213.lax1.dsl-verizon.net) 16.19.34 # (oki that's what i decided finally from a MP with Bob, anyway i'll relay the info if "my people" seems to turn impatient 16.19.42 # so they won't annoy you :) 16.19.44 # ;) 16.19.48 # Best regards 16.19.50 # Tanguy 16.24.31 Quit Tang ("Chatzilla 0.9.66 [Mozilla rv:1.7.5/20041108]") 16.26.43 Join courtc [0] (~court@adsl-33-169-55.asm.bellsouth.net) 16.37.10 Join ze [0] (ze@ca-dstreet-cuda2-c9a-73.snbrca.adelphia.net) 16.41.14 Join mecraw [0] (~mecraw@c-24-9-220-243.hsd1.co.comcast.net) 16.48.50 # [15:05:53] unless i get some mad fool to take over my mail server settings 16.48.56 # Mad fool reporting :) 16.49.04 # I'm doing backup MX for some domains... 16.53.27 Quit ashridah ("Leaving") 16.55.00 # lol 16.55.32 # I was just reading about libcurl... and read "Daniel Stenberg" and I was thinking like... "where did I read that name before?" 16.56.01 # :-) 16.57.14 # haha 16.57.20 # tnx for writing that Bagder :) 16.57.25 # i think i've got a mad fool for a friend anyway, so i'll be alright 16.57.26 # * Bagder bows 16.57.27 # makes logging on to msn a lot easyer 16.57.39 # Bagder: you're into hairdressing also? ;) 16.57.50 # preglow: just email me if you need it :) 16.57.56 # t0mas: great 16.58.00 # tomas@salfischberger.nl / tomas@shcomputers.nl 16.58.01 # nah, curling is a sport 16.58.06 # i love curling 16.58.06 # ;-) 16.58.14 # oh LOL 16.58.17 # HCl? 16.58.22 # check planet news :) 16.58.39 # A man jumped off the public tribune... into the dutch gouvernment chamber 16.58.54 # a securitygard jumped after him 16.59.08 # they both broke their legs... and the man was arrested 17.08.14 Quit preglow ("leaving") 17.21.35 Join DMJC [0] (~neil@ppp37-221.lns1.adl1.internode.on.net) 17.21.43 # yay 17.21.49 # ok, any news? 17.21.57 # I'm in console only mode on a friend's box 17.31.07 *** Saving seen data "./dancer.seen" 17.38.06 # 17.38.07 Quit DJ_Dooms_Day (Read error: 54 (Connection reset by peer)) 17.39.10 Quit DMJC ("changing servers") 17.48.38 Join muesli- [0] (muesli_tv@Bc0b2.b.pppool.de) 17.49.46 Join splat [0] (~d95d2fae@labb.contactor.se) 17.51.06 # high 17.51.16 Nick tvelocity is now known as tvelocity[away] (~tony@ipa98.6.tellas.gr) 17.51.26 # hi 17.53.24 Quit tvelocity[away] ("Leaving") 17.56.22 Quit splat ("CGI:IRC (EOF)") 18.00.02 Join bytemission [0] (~bytemissi@212.202.107.222) 18.01.00 # hi 18.01.19 # anybody got some news on the blown caps? 18.01.53 Part bytemission 18.03.12 Join bytemission [0] (~bytemissi@212.202.107.222) 18.03.31 Part bytemission 18.27.03 Quit Rick (Read error: 104 (Connection reset by peer)) 18.28.53 Join Rick [0] (rick@wbar25.lax1-4.28.143.213.lax1.dsl-verizon.net) 18.49.08 Quit muesli- (Read error: 110 (Connection timed out)) 18.55.23 Join _Lucretia_ [0] (~munkee@abyss2.demon.co.uk) 19.00.23 Quit Sucka ("a bird in the bush is worth two in your house") 19.03.33 Quit bobTHC ("Smoke Weed Every Day !") 19.16.18 Join Stryke` [0] (~Chairman8@resnet-241-86.resnet.UMBC.EDU) 19.18.09 Quit Rick (Read error: 104 (Connection reset by peer)) 19.20.12 Join Rick [0] (rick@wbar25.lax1-4.28.143.213.lax1.dsl-verizon.net) 19.22.11 Join DJ_Dooms_Day [0] (~scottr@220.245.184.47) 19.31.08 *** Saving seen data "./dancer.seen" 19.56.25 Join Sucka [0] (~NNSCRIPT@host81-156-214-58.range81-156.btcentralplus.com) 20.00.14 Quit mirak ("Leaving") 20.04.28 Quit DJ_Dooms_Day (Read error: 104 (Connection reset by peer)) 20.07.13 Join matsl [0] (~matsl@1-1-4-2a.mal.sth.bostream.se) 20.15.30 Join preglow [0] (thomj@s183a.studby.ntnu.no) 20.31.35 Join rasher [0] (~3e4f4094@labb.contactor.se) 20.32.39 # * rasher translates 20.36.01 # Done.. if "Udløser" is an acceptable translation of "Trigger" 20.36.28 # ah, that one 20.38.44 # I should do a lower-case-nazi attack on dansk.lang at some point 20.38.56 # problem is I don't notice half of the problems 20.39.07 # since I see about 5% of the strings on the iriver :-\ 20.39.13 # hehe 20.39.50 # and it's sortof hard to figure out if a string is going to be used on its own, or concatenated with something else 20.39.55 # oh well 20.40.27 # do I submit this to the tracker, or will you commit it? 20.40.54 # beam it to be and I'll commit 20.40.57 # to me 20.41.20 # http://rasher.dyndns.org/~rasher/dansk.lang.new 20.41.31 # ok, its the full replacement? 20.41.39 # yeah, is a patch better? 20.41.47 # no, this'll do fine 20.42.00 # excellent 20.42.29 # done 20.42.50 # Groovy 20.43.19 # U apps/lang/dansk.lang 20.43.22 # hurray! 20.43.27 # :-) 20.47.10 Quit Rick (Read error: 104 (Connection reset by peer)) 20.48.18 Join Rick [0] (rick@wbar25.lax1-4.28.143.213.lax1.dsl-verizon.net) 20.50.30 Quit Rick (Read error: 131 (Connection reset by peer)) 20.51.54 Join Rick [0] (rick@wbar25.lax1-4.28.143.213.lax1.dsl-verizon.net) 20.55.42 Quit Rick (Read error: 104 (Connection reset by peer)) 20.56.56 Join Rick [0] (rick@wbar25.lax1-4.28.143.213.lax1.dsl-verizon.net) 21.00.59 Join asdsd [0] (~asdsd@h-67-100-31-197.miatflad.dynamic.covad.net) 21.02.05 Part asdsd 21.08.22 Quit Rick (Read error: 104 (Connection reset by peer)) 21.09.01 Join _aLF [0] (Alexandre@mutualite-3-82-67-66-128.fbx.proxad.net) 21.09.29 Join Rick [0] (rick@wbar25.lax1-4.28.143.213.lax1.dsl-verizon.net) 21.15.19 Quit preglow ("spesmek") 21.22.53 Join Eodun [0] (~503a232e@labb.contactor.se) 21.23.03 # hi everyone 21.23.08 # hi 21.23.09 Join StrathAFK [0] (~mike@dgvlwinas01pool0-a202.wi.tds.net) 21.24.00 # Where I can find the number of the last espanol.lang version? I need to upload 2 voices and want to do everything correctly 21.24.45 # you can find that in cvs, either using a cvs client or check the cvs web interface 21.25.06 # ok, gonna update voices now 21.25.30 # nice 21.25.49 # got any feedback from spanish users? 21.26.05 # oh, one thing: I have french, german and italian voices, so i could buid them, but dunno how to correct pronunciation... 21.26.31 # me neither ;) 21.26.53 # just one thing: the lastest espanol.lang says folder instead of "directorio" or "carpeta" 21.26.59 # but minor problem really 21.27.52 # hablo solo un pocito :-) 21.28.06 # I've been thinking about the line in in my player... 21.28.25 # nice... just that it's "poquito" :) 21.28.33 # oh well ;-) 21.29.21 Quit Rick (Read error: 104 (Connection reset by peer)) 21.30.33 Join Rick [0] (rick@wbar25.lax1-4.28.143.213.lax1.dsl-verizon.net) 21.31.12 *** Saving seen data "./dancer.seen" 21.31.34 Join eodun2 [0] (~503a232e@labb.contactor.se) 21.31.40 # sry got disconnected 21.31.47 # could be possible to write a plugin or menu so you could record from the line in? 21.32.51 # not on the player model, no 21.33.21 # o.O what's a line-in for if you can't record? 21.33.31 # good question 21.33.36 # sing-along? ;-) 21.33.45 # you can use it like an amplifier 21.33.45 # What the...?! 21.34.17 # connect to line-in and from headphone jack 21.34.35 # -bum- a little amplifier 21.34.40 # funny 21.35.20 Quit Strath (Nick collision from services.) 21.35.42 Nick StrathAFK is now known as Strath (~mike@dgvlwinas01pool0-a202.wi.tds.net) 21.35.49 # Wait.. the player has a line-in but no ability to record? Who thought of that... and WHY?! 21.36.05 # or am I misreading something here 21.36.10 # hey, remember that they are french ;-) 21.36.25 # Those nutty French. 21.36.41 # lol 21.36.56 # but the signal has to go through some circuit 21.36.57 # That really has got to be one of the most bizarre hardware design choices I've heard of 21.37.23 # eodun2: yes, but its not possible for the cpu to intercept 21.38.02 # I refuse to accept this.. some engineer must have thought SOMETHING when he decided that.. I need to know what, or I won't be able to sleep tonight :-\ 21.38.51 # they could think about a use for it, but when got to design the software simply left it as is. 21.41.16 # well, uploading voices 21.41.19 # see ya 21.41.41 Quit eodun2 ("CGI:IRC (EOF)") 21.43.33 Quit Eodun ("CGI:IRC (Ping timeout)") 21.51.03 # * rasher stares at mrtg graphs 21.51.29 # It's kind of sad that I only use 2kb/s on average of my internet connection 21.51.43 # and a little more upstream 22.03.47 Join amiconn_ [0] (~jens@pD9E7F278.dip.t-dialin.net) 22.18.16 Join tvelocity [0] (~tony@ipa98.6.tellas.gr) 22.21.24 Quit rasher ("CGI:IRC 0.5.4 (2004/01/29)") 22.22.17 Quit amiconn (Read error: 110 (Connection timed out)) 22.22.17 Nick amiconn_ is now known as amiconn (~jens@pD9E7F278.dip.t-dialin.net) 22.43.45 Join pike [0] (pike@c83-249-120-49.bredband.comhem.se) 22.43.54 # hi dudes and dudettes 22.44.18 # I stumbled upon this: http://forum.iriver.se/ rofl, probably not new is it ? 22.44.35 # hacked? :) 22.55.55 Quit Nibbler ("blubber") 23.14.37 Quit t0mas ("good night") 23.15.46 Quit lolo-laptop ("Client exiting") 23.31.14 *** Saving seen data "./dancer.seen" 23.31.43 Join matsl_ [0] (~matsl@1-1-4-2a.mal.sth.bostream.se) 23.31.43 Quit matsl (Read error: 104 (Connection reset by peer)) 23.35.22 Quit matsl_ (Client Quit) 23.35.58 Join matsl [0] (~matsl@1-1-4-2a.mal.sth.bostream.se) 23.44.36 Join lostlogic [0] (~lostlogic@node-4024215a.mdw.onnet.us.uu.net) 23.46.25 Nick tvelocity is now known as tvelocity[away] (~tony@ipa98.6.tellas.gr) 23.56.35 Join Camilo [0] (~chatzilla@userca029.dsl.pipex.com)