--- Log for 20.12.103 Server: orwell.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16p1 Started: 6 days and 10 hours ago 00.08.21 # sd 00.09.00 Quit edx () 00.10.23 # Hmm. 00.10.31 # DFF 00.11.44 Join mecraw__ [0] (~mecraw@69.2.235.2) 00.12.01 # DFF? 00.12.19 # SDD YOU ASDF 00.14.51 # Um, whatever. 00.14.59 # wheres zagor!! 00.18.54 # * Sebulba02 shrugs 00.19.25 Join Zagor [0] (bjst@1-1-3-36a.sk.sth.bostream.se) 00.21.37 Join earHertz [0] (~chatzilla@pool-138-88-166-150.res.east.verizon.net) 00.21.48 # who am here? 00.21.53 # eary 00.21.55 # zagoor 00.21.58 Quit AciD (Connection timed out) 00.21.58 # zagor 00.22.10 # would it be worth it to code a new id3 viewer? 00.22.14 # Zagor, you here? 00.22.17 # I'm never here. 00.22.19 # he should be 00.22.19 # earHertz: yes 00.22.27 # midknight2k3: it depends what you plan to do with it 00.22.29 # Zagor, mind if I pm you? 00.22.41 # zagor: more info per page, a bit more user friendly? 00.22.44 # earHertz: ok 00.23.22 # zagor: sdd? 00.25.05 Quit mecraw_ (Read error: 110 (Connection timed out)) 00.25.37 # midknight2k3: only write code that you want to use yourself. 00.25.53 # * midknight2k3 's finger falls 00.29.21 # zagor, is there anything that needs to be done? on the wishlist perhaps? 00.29.23 # i want to code 00.29.50 # the wishlist is very long. browse it and write whatever tickles your fancy 00.30.05 # feature requests? any particular ones? 00.30.46 Quit mbr (Remote closed the connection) 00.30.55 Join AciD [0] (~acid@longchamp44-1-82-67-133-87.fbx.proxad.net) 00.31.46 # i don't have any personal favorites. as I said, you should write code that wou want to use yourself. 00.32.42 # as in, i thought somehwere you said that feel free to write patches from the list of requsts? 00.33.20 Join mbr [0] (~mb@stz-softwaretechnik.com) 00.33.50 # yes. but code generally get written better when there is an element of personal passion. "scratch your own itch" and all that. 00.34.42 # hmm 00.34.46 # ok well i'll have a look 00.36.50 # btw there is a fatal error in the video plugin 00.37.07 # if you play it without selecting a file it says "play .rfv file" and not ".rvf" 00.37.14 # rvf, not rfv 00.38.35 Quit mbr (Remote closed the connection) 00.43.48 Join mbr [0] (~mb@stz-softwaretechnik.com) 00.48.41 Quit methangas (" WOW! This IRC Client ownz! HydraIRC -> http://www.hydrairc.com <-") 00.50.41 Quit matsl (Read error: 104 (Connection reset by peer)) 00.54.00 Quit mbr (Remote closed the connection) 00.54.44 Join mbr [0] (~mb@stz-softwaretechnik.com) 00.55.40 Quit _aLF ("bye") 00.57.29 Quit mecraw__ ("Trillian (http://www.ceruleanstudios.com)") 00.58.17 # ok well i think ill test my C skills at a new id3 viewer 01.01.22 # ok. have fun! 01.01.34 # :) i hope to 01.04.13 # polski-ascii? 01.04.15 # err 01.04.23 # ill hafta try that one out 01.04.41 # its not ascii 01.05.40 # you liars :) 01.07.47 # hmmh, I wonder if I should implement a new playmode for rockbox 01.07.54 # ooh which 01.07.58 # i have a few ideas 01.08.13 # midknight2k3: it is ascii 01.08.24 # well, in the end, I ended up going for 'almost random' play 01.08.40 # yes 01.08.43 # thats what we need 01.08.50 # "shuffle" in addition to "random" 01.08.55 # random is totally random 01.09.22 # (should be totally random) 01.09.27 # possible? 01.09.33 # well, totally random is bad - it should be hardcoded to something a bit less, or configurable 01.09.37 # why would anyone want random? 01.09.43 # random play 01.09.48 # reshuffle when playlist repeats 01.09.50 # AKA track 01.09.57 # that's not random 01.09.57 # it would be a nice option 01.10.06 # well it'd be nice 01.10.08 # I wonder if midknight2k3 is talking about different options 01.10.11 # use the current_time for the seed 01.10.12 # yes 01.10.13 # different 01.10.15 # thats what i mean 01.10.18 # oof 01.10.21 # and yet another? 01.10.23 # a random mode and a shuffe mode 01.10.32 # shuffle as current pseudo random 01.10.38 # random as in real random 01.10.48 # but what does random have to do with reshuffling? 01.10.49 # midknight2k3: are you talking about random, really, or just reshuffle at end of playlist? 01.11.09 # real random, and also wouldnt that work for reshuffle when playlist repeats? 01.11.20 # different things 01.11.24 # anyhow 01.11.28 # the only difference between random and shuffle is that shuffle makes sure you never hear the same track twice. i don't see why anyone would think that is bad. 01.11.40 # Zagor: not true 01.11.44 # shuffle keeps it the same way 01.11.52 # say your have 1-5 in your playlist 01.11.54 # Hadaka: explain 01.11.57 # Zagor: with shuffle play, you hear every track once before hearing any track for the second time 01.12.04 # it could do 1, 4, 3, 5, 2 01.12.09 # then over and over again 01.12.11 # IN THAT ORDER 01.12.12 # Zagor: with random, you might hear some track more often and some track less 01.12.21 # Hadaka: that's what i was trying to say 01.12.27 # i'm talking about totally random, no way to tell whats nect 01.12.29 # next* 01.12.44 # it could do 1, 4, 3, 5, 2 01.12.46 # then 1, 4, 3, 5, 2 01.12.47 # midknight2k3: no, you're simply talking about reshuffle at end of list 01.12.48 # and over 01.12.53 # Zagor: but being more random doesn't necessarily mean hearing the same track again 01.12.57 # doesnt it play in the same order? 01.13.04 # midknight2k3: random would be for example: 01.13.04 # your current mode? 01.13.12 # 1, 4, 3, 5, 2, 1, 4, 3, 5, 2, 1, 4, 3, 5, 2... ? 01.13.15 # 1, 4, 4, 4, 3, 3, 1, 5, 1, 5, 1, 5 01.13.15 # Hadaka: it means there's a chance it will happen 01.13.31 # which it won't with shuffle 01.13.34 # zagor: but with current options i think it'd just keep looping the playlist shuffled 01.13.41 # and that's the only difference 01.13.47 # it shuffles it into a fake playlist, then loops that one 01.13.47 # Zagor: not if we make sure in the random that it won't pick the just played one - and possibly less chance to pick tracks more recently played 01.13.51 # am i correct? 01.13.58 # Zagor: not the only difference! 01.14.05 # midknight2k3: yes. we know you want to reshuffle the list. just don't call it random! 01.14.13 # but why not? 01.14.15 # Hadaka: then you need to explain it to me better :) 01.14.18 # midknight2k3: because it's not 01.14.23 # random would be good 01.14.24 # I'll give an example 01.14.25 # midknight2k3: because it's just reshuffle. it's not random. 01.14.38 # i... uh.... 01.14.50 # let's see only four track playlist - with shuffle, it could be: 01.14.59 # wouldn't random ALSO reshuffle when playlist repeats? as in constantly shuffling 01.15.10 # fixes the request and keeps it totally unknown 01.15.12 # well, example is silly 01.15.14 # midknight2k3: random has no shuffle 01.15.19 # but let's assume the four track playlist still 01.15.24 # random has no shuffle? 01.15.32 # with random that never plays two songs in a row, you could have: 01.15.32 # whats that supposed to mean?!? :-) 01.15.38 # midknight2k3: you *either* have random *or* shuffle. not both. 01.15.42 # yeah 01.15.45 # so shuffle, or random 01.15.48 # 1 3 1 3 1 3 1 3 1 2 4 2 3 4 01.15.56 # where as not even reshuffling can make that happen 01.16.07 # since with shuffling, you can't hear the same song more than once per size of playlist 01.16.09 # i'm not following you 01.16.15 # Hadaka: right. and why does anyone want that? 01.16.23 # but with shuffling, it plays in the same order over and over 01.16.30 # sort of a, con 01.16.35 # midknight2k3: no. just if you don't reshuffle at the end of the list. 01.16.48 # i thought it picked a seed and kept it 01.16.59 # ok then, how about reshuffle at playlist end 01.17.10 # midknight2k3: yes, that's a feature request 01.17.13 # Zagor: with a longer playlist that loops it's nicer if it's not fixed to the shuffle marks that keeps the songs that far away from each other 01.18.01 # Hadaka: why do you want to hear the same song more than once in a playlist loop? isn't diversity the whole point of random play? 01.18.09 # no 01.18.14 # its ok if you hear it more than once 01.18.15 # thats good 01.18.18 # but just not over and over 01.19.04 # i disagree, but if anybody wants random it's very very simple to do. 01.19.06 # Zagor: diversity is achieved also by playing the songs in order - with random, I want fuzziness into it so I at times I might hear some songs more than others 01.19.30 # well, there's more than one problem with it, but it's rather trivial 01.19.49 # very very simple? why doesnt it exist then? :D 01.20.12 # midknight2k3: because this is the first time i hear anyone saying they want to hear the same song twice :) 01.20.18 # it will need a new random number generator, since this one stores more than 32 bits of state 01.20.24 # lol zagor 01.20.29 # we usually get bug reports when people think that happens... 01.20.30 # Zagor: I might mention that I never said I want to hear the same song twice :) 01.20.36 # LOL 01.20.45 # with random, I want fuzziness into it so I at times I might hear some songs more than others 01.20.50 # ^^ hadaka 01.21.13 # midknight2k3: exactly - doesn't mean the same song twice in a row 01.21.15 # Hadaka: let me rephrase: "twice during a single playlist" 01.21.20 # not in a row, no 01.21.22 # Zagor: thanks :) 01.21.27 # hadaka, zagor, whoever 01.21.39 # just ensure that the same song isnt played twice in a row 01.21.44 # rather simple to do? 01.21.48 # then otherwise make it random 01.22.30 # well, perhaps make it so that the last played song has 0% chance, and the few recently played songs have lesser chance than other songs 01.22.41 # thats good! 01.22.46 # i still don't get the point of it. i hate devices that use that type of random. 01.22.53 # well 01.22.57 # it will be an option 01.23.04 # COULD be* 01.23.08 # random or shuffle 01.23.35 # the only time it'd be nice is if each and every single track has a probability rating, which is completely unworkable. 01.23.56 # well, either that, or reshuffle at end of playlist is necessary in any case 01.24.05 # reshuffle at end at least 01.24.07 # i agree reshuffle is needed 01.24.11 # thatd do it 01.24.42 # well, reshuffle has it's problems as well 01.25.38 # atleast the playing same song twice in a row problem 01.25.47 # oh? 01.25.58 # yup. we either have to accept that, or never move the order of the first song. 01.26.20 # to which the dumb problem would be to just reshuffle again when that happens - but it's a bit bothersome to do that on a 3k song playlist 01.26.35 # Zagor: but how do you resume a playlist that has been shuffled without changing the order of the first song 01.26.39 # Not if you reshuffle pointers. 01.26.56 # Hadaka: good point 01.27.04 # but there are alternatives to that 01.27.33 # build/linkage.lds:69: parse error 01.27.36 # is that my fault? 01.28.09 # probably :) 01.28.23 # it doesnt appear to be 01.28.34 # It's the Mormons' fault. (pun on LDS). 01.28.52 # "L" "O" "L" 01.29.59 # Here'a funny spam I got. I guess the spammers don't pay their programmers enough" To: RAND_NUM_1@diffenbach.org 01.30.21 # lol 01.32.04 # zagor 01.32.06 # its not building 01.32.10 # original error 01.32.20 # cpp0: warning: is shorter than expected 01.32.20 # :190:2: #endif without #if 01.32.20 # make[1]: *** [/home/rockbox/newpatch/build/linkage.lds] Error 1 01.32.34 # midknight2k3, go for brought force. Delete *.o and re-compile 01.32.48 # brute force, ya mean? 01.32.52 # O(H I KNOW WHAT I CAN DO 01.32.56 # ILL UPDATE MY CLOCK 01.33.00 # uh, teah. I'm a bad typist 01.33.02 Join diddystar5 [0] (Lee@AC812EC9.ipt.aol.com) 01.33.02 # uh huh, oh yeah, i got the best idea 01.33.13 # diddystar5 01.35.13 # Zagor: if you think about reshuffling - then the only thing shuffling has is that a song cannot be heard three times inside playlist size songs - but it can be heard two times - and that songs are _atmost_ apart the size of two playlists and _atleast_ only one song - which, if compared to a random that balances recently heard songs less - isn't any different except that the probabilities even out faster than in random 01.36.56 Join LinusN [200] (~linus@labb.contactor.se) 01.37.52 # Hadaka: it can't be heard two times 01.38.04 # ah, you mean reshuffle. i get it. 01.38.08 # hi linus 01.38.10 # Zagor: indeed, reshuffling 01.38.40 # backy 01.38.42 # thats sounds neat and simple 01.38.42 # i still don't get why you *want* random 01.38.43 # linusy 01.38.44 # hi 01.38.53 # lol 01.39.39 # hi 01.40.33 # Hey Linus, how much free time do you have these days? 01.40.46 # little, i'd guess 01.41.58 # Hadaka wants playlist morphing, I think. random is a way to get halfway there. Yes? No? 01.42.13 # that was MY IDEA 01.42.14 # earHertz: practically none 01.42.26 # Darn. 01.42.36 # earHertz: anything special in mind? 01.43.12 # earHertz: playlist morphing is again one way to do it - but getting that so that the transformation is continuable - and storable in 32 bits - is a bit difficult 01.43.26 # though probably not impossible 01.45.25 # Hadaka, if you have the time and it doesn't bother you to do so, explain to me agina why the first song can't be moved? I'm afraid it's fallen out of my head. 01.46.13 # earHertz: erm... the problem was that we didn't want the same song playing twice - and making that happen so it's resumable is the thing to be solved 01.46.27 # lol 01.46.37 # "Fallen out of my head" 01.46.43 # lol 01.49.50 # When you're my age..... ;) 01.50.04 # sdd you asdf 01.50.32 # things just tend to "fall out your head"? 01.50.43 # and we use the first somg as the starting index, and the seed to get the list of random numbers specifying the further somgs, right? 01.50.59 # lol 01.50.59 # ssdssd 01.51.08 # Kid, I say, kid, I've forgotten more shit than you evah learnt! ;) 01.51.22 # what's "ssd" anyway? 01.51.27 # its SDD! 01.54.23 # sdd 01.55.16 *** Saving seen data "./dancer.seen" 01.56.06 # earHertz: you wanted some help from me? 01.56.26 # Um, yeah. 01.56.38 # can I pm you? 01.58.00 # &ROCKbox! 01.58.49 # LinusN: can we have a link at the top of the "new" patches page to load the old one? 01.59.35 # midknight2k3: why? 01.59.40 # dont like the new one 01.59.45 # not usually at least 01.59.49 # hard to see whats new and whats not 01.59.53 # too organized? :) 01.59.56 # simple the old way 02.00.00 # RIGHT ON! :) 02.00.12 # they are sorted in date order 02.00.15 # yeah, the old way it was just "patches" then "end" 02.00.16 # sure 02.00.22 # but then you go category to category 02.00.30 # hmm, whats the date again? did i see this yet? 02.00.41 # simple to hit END and see of theres anything new 02.04.47 # are you going to fix it? 02.10.43 # i cant wait to see clock make it in if it makes it in 02.11.24 # i have a great idea guys 02.11.26 # listen up 02.11.35 # heh 02.12.06 # how about a template for each model (in the checkout) like "buildrec" and "buildfm" and "buildplayer" with a makefile all set up and ready to build? 02.12.15 # checked out like other things 02.15.57 # hmm 02.16.02 # i should add Zagor to my redlist 02.16.42 # now linus and zagor are on my redlist 02.16.43 # yay 02.17.45 # now, what is a redlist? 02.19.09 # wit 02.20.30 # wit? 02.20.46 # wait* 02.20.53 # bluelist = friends 02.20.56 # redlist = devs 02.21.02 # sdd indeed 02.21.32 # so the devs are not your friends? :-) 02.21.52 # it cant be red and blue 02.21.57 # wasn't that obvious? 02.22.04 # linus brought it up 02.22.05 # not i 02.22.39 # i meant that the devs weren't your friends 02.22.46 # haha 02.22.55 # oh lol 02.25.27 # * scott666 notices that the mouse has been plugged in the whole time he was fiddeling with it 02.25.49 # oops... 02.36.13 # You keep fiddling with your "mouse" you'll go blind 02.37.05 # quiet you 02.37.39 # lol 02.37.39 # damn this infernal usb cable! 02.37.55 # just get a new one! 02.38.18 # 1. i dont have money 02.38.25 # 2. i dont have a car to get a new one 02.39.41 # i can't remember needing a car to buy a cable :-) 02.40.05 # oh, you live in us? 02.40.13 # 3. i dont have a credit card to buy one online 02.40.15 # yeah 02.40.29 # i suppose i COULD walk, but its cold out 02.40.55 # psh 02.41.04 # lazy... 02.41.08 # j/k 02.41.37 # Minneapolis, MN as of 12/19/2003 6:20 PM: 18º 02.42.17 # lol 02.44.13 # there was a point where the end of this paper clip seemed small... 02.44.14 Join top_bloke [0] (jibkjl@dsc02-chc-il-199-35-153-96.rasserver.net) 02.45.01 # lol 02.50.16 # how many languages does the hd-500 support? 02.50.24 # as many as you want it to? 02.50.27 # dunno 02.51.17 # i'm off to bed. bye all. 02.51.19 Quit Zagor ("Client exiting") 02.52.24 # bye 02.52.26 # to late 02.52.27 # lol 02.52.35 # lol 02.54.37 # English Korean Japanese Chinese 02.57.59 # German, Chicken, Danish, Deutch, Swedish 02.58.07 Join arspy87 [0] (~arspy87@h00062598fa3b.ne.client2.attbi.com) 02.58.09 # n/m the chicken 02.58.10 # lol 02.58.18 # it just rymed 02.58.34 # hey everyone 02.58.38 # hey 02.58.39 # hi 02.58.49 # i gotta go 02.58.55 # later 02.58.57 # bye 02.59.07 # bye everyone 02.59.11 Quit diddystar5 ("Bye") 03.00.55 Quit adi|home (orwell.freenode.net irc.freenode.net) 03.00.55 NSplit orwell.freenode.net irc.freenode.net 03.01.20 NHeal orwell.freenode.net irc.freenode.net 03.01.20 NJoin adi|home [0] (~adi|home@as5300-11.216-194-24-219.nyc.ny.metconnect.net) 03.05.39 Part arspy87 03.10.59 # LINUS! 03.11.01 # help! 03.11.14 # i keep getting this error 03.11.16 # __ 03.11.16 # /rockbox/lib/gcc-lib/sh-elf/3.0.4/../../../../sh-elf/bin/ld:/home/rockbox/finalc 03.11.16 # lock5/build/linkage.lds:69: parse error 03.11.16 DBUG Enqueued KICK midknight2k3 03.11.16 # collect2: ld returned 1 exit status 03.11.16 # make[1]: *** [/home/rockbox/finalclock5/build/rockbox.elf] Error 1 03.11.16 *** Alert Mode level 1 03.11.16 # make[1]: Leaving directory `/home/rockbox/finalclock5/apps' 03.11.18 # make: *** [apps] Error 2 03.11.22 # midknight2k3: what's up? 03.11.31 # lol 03.11.34 # linusN is so nice 03.11.58 # and what's on line 59 of linkage.lds? 03.12.05 # er 03.12.10 # sdd? 03.12.12 # 69, sorry 03.13.08 # err, missing semicolon :) ? 03.13.16 # i didnt make it 03.13.22 # oh 03.13.22 # so chances are EVERYONE is gonna get this error 03.13.34 # this is freshly checked out 03.13.38 # no its just YOU 03.13.39 # non modified 03.13.41 # FU 03.13.44 # nah j/k 03.13.49 # o right 03.13.53 # whats on line.. 69 hm 03.14.03 # lol he said 69 03.14.17 # shutup! 03.14.19 # that was bad sorry 03.14.31 # 69: } 03.14.37 # heh 03.14.38 # oh 03.14.39 # i get it 03.14.40 # lol 03.14.41 *** Alert Mode level 2 03.14.41 # but no 03.14.44 # still 03.14.45 # shutup 03.14.55 # LOL 03.14.59 # its just: } 03.15.26 # theres probably one missing then 03.15.32 # well 03.15.36 # its not my fault 03.15.49 # aa 03.15.54 Quit cjnr11 (Read error: 110 (Connection timed out)) 03.16.25 # i see that you are building your firmware in a directory two levels down from the "rockbox" dir 03.16.31 # two levels? 03.16.36 # just one 03.16.41 # rockbox/clock5/build 03.16.50 # thats FINALCLOCK5 to you. 03.16.54 # rockbox IS the dir 03.17.06 # and it always builds in "build" 03.17.11 # oh, so finalclock5 is the rockbox dir 03.17.28 # "rockbox" is the rockbox dir 03.17.37 # finalclock5 contains apps, firmware, etc 03.17.38 # rockbox is your home dir, isn't it? 03.17.41 # build is the builddir 03.17.44 # yes to that 03.17.56 # and finalclock5 is the rockbox dir 03.18.05 # with apps, firmware etc 03.18.09 # and build 03.18.44 # if ("rockbox" dir) { equal to dir with apps, firmware, etc, question=CORRECT } 03.18.50 # sorry couldnt resist C formatted reply 03.18.51 # lol 03.19.03 # wow 03.19.10 # what 03.19.11 # what 03.19.19 # nothing 03.19.22 # what 03.19.46 # i bet linus will hound me with insults on my crappy code :D 03.20.19 # lol 03.20.25 # nah 03.20.28 # someones gotta 03.20.34 # fine let scott do it 03.20.41 # even though i didnt try to make it good 03.21.16 # heh 03.21.22 # if(rockbox_dir==dir_w_apps_firmware) {question==correct} else {question==incorrect} 03.21.24 # midknight2k3: are you sure you didn't change anything except for your plugin? 03.21.25 # hows that 03.21.27 # sure 03.21.30 # positivo 03.21.32 # i think. 03.21.33 # lol 03.21.55 # and you did a proper "configure"? 03.22.01 # yes 03.22.02 # =, not == 03.22.05 # did that dumb error last time 03.22.14 # i get = and == confused 03.22.17 # midknight2k3: you forgot the semicolons as well 03.22.21 # == is to stick val in variable right 03.22.26 # which ones? 03.22.28 # no 03.22.33 # what what 03.22.34 # == compares 03.22.41 # if is comparing 03.22.47 # == is like /= or *= 03.22.50 # if(rockbox_dir==dir_w_apps_firmware) {question=correct;} else {question=incorrect;} 03.22.51 # just with equals 03.22.57 # oh whatever 03.23.05 # what LinusN said 03.23.07 # lets stop fawning over quickly made fake code 03.23.19 # midknight2k3: can you paste the linkage.lds file in a private channel? 03.23.35 # sure 03.24.36 Quit midknight2k3 (Excess Flood) 03.24.42 *** Alert Mode OFF 03.24.44 Join midknight2k3 [0] (zakk@ACAAA4A6.ipt.aol.com) 03.25.54 # heh 03.25.59 # shh 03.26.03 # its linus's fault 03.26.14 # :-) 03.26.15 # always someone else 03.26.31 # yes 03.26.40 # 18:23:12 | 78 lines long 03.26.40 # 18:23:14 | ill be kicked 03.26.40 # 18:23:17 | so ill brb after 03.26.40 DBUG Enqueued KICK midknight2k3 03.26.40 # 18:23:23 | nope not in a private channel 03.27.07 # heh 03.27.13 # silly me 03.27.38 # sure it was 03.27.40 # lol 03.28.39 # lol 03.29.05 # heh 03.30.49 # AHHHH! my screens in 3d!! 03.31.03 # OH NO 03.32.33 # you installed 3dwm? 03.32.46 # no 03.33.26 # AHHH!!! THE KEYBOARD TOO!!! 03.33.39 Ctcp Ignored 2 channel CTCP requests in 15 minutes and 24 seconds at the last flood 03.33.39 # * scott666 fears for his sanity 03.33.54 # oh, you mean life? scarey, eh? 03.34.57 # * scott666 takes a picture of his size efficient mouse 03.35.03 # lol 03.35.54 # whoa, winamp5 03.35.58 # i have it 03.35.59 # its nice 03.36.02 # i have Pro 03.36.15 # legal? :) 03.36.18 # er 03.36.21 # uh 03.36.24 # heh 03.36.26 # say linus, hows your life going? 03.37.00 # bad as usual :-) 03.37.11 # that's great 03.37.24 # lol 03.37.33 # lol 03.38.35 # midknight2k3: is pro a different binary or just the full with features restricted? 03.38.42 # huh uh what now 03.38.44 # er uh 03.38.47 # hi [OFF]BtT 03.38.57 # i think its the same 03.39.02 # i have a key if you want to unlock it 03.39.33 # I found about 5 or so. 03.39.40 # thats GOOD you asdf 03.39.56 # I just wish I could download it faster than 2k/s 03.42.54 # pro has a cd burner and ripper 03.43.00 # its nice yes 03.43.31 # Eh, the latest version of nero will suffice for me 03.43.59 # i need that... 03.44.03 # im still using 5.5 03.44.06 # or so 03.44.22 # 6 looks pretty nice 03.44.30 # 6 is nice 03.44.31 # yeah 03.44.33 # Though i don't know what they changed function wise 03.44.46 # i think they added a bunch of dvdr stuff 03.45.01 # Kinda like Photoshop8, only noticable change is icons and minor additions. 03.45.01 # yeah 03.45.08 # and a new StartSmart 03.45.27 # I haven't used it much 03.46.02 Join thedude02 [0] (~thefirstd@pm484-36.dialip.mich.net) 03.46.32 Part thedude02 03.49.20 Quit AciD ("q2 > *") 03.55.20 *** Saving seen data "./dancer.seen" 04.08.03 # whoa, this does look nice 04.08.09 # tis 04.08.12 # need key? 04.08.31 # lemme try these first 04.10.16 # nah, this one worked, thanks anyways 04.10.17 Quit midknight2k3 (Read error: 104 (Connection reset by peer)) 04.10.44 Join thedude02 [0] (~thefirstd@pm484-36.dialip.mich.net) 04.11.25 Quit thedude02 (Client Quit) 04.13.56 Join midknight2k3 [0] (zakk@ACAD4983.ipt.aol.com) 04.14.07 # computer crash 04.15.46 # damn, I like this. 04.15.49 # oh, that sucks 04.16.29 Join thedude02 [0] (~thefirstd@pm484-36.dialip.mich.net) 04.16.40 # midknight's computer crashed 04.16.41 # midknight's computer crashed 04.16.43 Part thedude02 04.17.27 # whats that about? 04.17.58 Join thedude02 [0] (~thefirstd@pm484-36.dialip.mich.net) 04.18.04 Part thedude02 04.19.27 # wtf 04.21.10 # beats me 04.21.19 # anyone: ignore thedude02 04.21.24 # he is a stalker, a liar, and a pest 04.22.32 # heh 04.22.38 # he is 04.22.47 # i warn you, stay away 04.23.24 # I'm not hunting him down, if thats what your worried about. 04.23.42 # no 04.23.46 # just don't pay attention 04.23.48 # do a quick /ignore 04.24.52 # man i cant open ANY website in IE, i get The page cannot be displayed 04.25.08 # don't use IE then 04.25.08 # and yet i'm on IRC 04.25.39 # yeah but 04.26.37 # I can't get anywhere with IE on my win2k box either, because I have it password protected from everything and threw away the password :) 04.26.42 # ie sucks 04.26.45 # LOL! 04.27.12 # I prefer Opera over IE, but Mozilla is nice as well. 04.27.28 # opera is nice 04.28.13 # Its sweet that the win32 development is equal to the linux development, I like having = software on both platforms. 04.28.24 # s/=/equal 04.28.29 # LOL 04.28.48 # God, I'm lazy 04.29.09 # that took more energy than just saying it in the first place 04.29.22 # lol 04.29.23 # yeah 04.30.41 # dang, are there any plugins that didn't package with winamp5? 04.30.54 # are you kidding 04.30.58 # of course 04.31.31 Join Nibbler [0] (nibbler@port-212-202-73-57.reverse.qsc.de) 04.31.36 # nibbler 04.31.37 # yay\ 04.31.46 # well, generally all the ones I gotta go hunt for, have been rolled for me 04.35.42 # lo midknight2k3 :] 04.35.51 # hey nibbler 04.35.54 # you sound familiar 04.36.35 # umm well 04.36.42 # ive been ideling here for some month b4 04.37.24 # i know 04.37.25 # but before that 04.37.56 # nibbler is from futurama 04.38.01 # thats how u know him 04.38.06 # i dont watch CRAP 04.38.14 # oioioi, watch your words! :D 04.38.25 # me neither 04.38.32 # futurama, i DO watch 04.39.17 # heh 04.39.17 # \o/ religion :] 04.39.43 # Nibbler, hmm. I forget what that was. 04.39.47 # * Nibbler is going totally mad with his new external hdd-case (usb2) 04.39.57 # yay 04.39.59 # lol 04.41.20 # after i killed my first one by using a "normal computer cable" instead of the one in the package, which looked like a normal one, but had contacts linked differnt the new one does not keep up the usb-connection it seems 04.41.22 # crap 04.41.43 # lol! 04.46.12 Join Arnaud [0] (~asl@adsl.hlfl.org) 04.46.23 # wow, some of these songs make a lot more sense after you read the lyrics.. 04.46.51 # lol 04.51.15 # nite all! 04.51.19 Part LinusN 04.51.37 # dang, he waited a whole 5s before leaving.. 04.52.33 # 4s 04.52.46 # but why is that a "dang"? 04.52.46 # 5 here 04.52.57 # 5 here also 04.52.58 # 19:50:46 | nite all! 04.53.00 # 19:50:50 | * LinusN has left #rockbox 04.53.13 # * midknight2k3 sets mirc to also tag millisecomd\ 04.53.48 # mirc, ick 04.53.58 # (22:51:11) LinusN: nite all! 04.53.59 # (22:51:16) LinusN left the room. 04.54.12 # LOL 04.54.16 # what client is THAT? 04.54.20 # Gaim 04.54.25 # "left the room" LOL 04.54.28 # LOL! 04.54.31 # EVEN WORSE 04.54.34 # thats like TRILLSUCK 04.54.45 # Gaim is far better. 04.55.04 # it sucks mine 04.55.24 # thats your choice :) 04.55.45 # it stinks and it sucks and its bl.. STCUASDF SDD 05.04.04 # both gaim and trillian are better than mirc, easily 05.04.15 # eat me 05.04.17 # i use xchat 05.04.20 # heh 05.04.28 # or client 05.04.30 # klient* 05.04.38 # trillian still wins 05.04.40 # klient recently went berserk 05.04.46 # so, i had to stop using it 05.05.41 # xchat2 was nice, when I used it, but I kinda like being able to alias people and IM them, on IRC. 05.06.05 # yeah 05.06.19 # If xchat would do that, I'd probably start using it again. 05.06.42 # huh 05.06.55 # add buddy aliasing 05.07.25 # hey mk, you still have that wa5 key? 05.07.30 # yes 05.07.41 # keyGEN 05.07.43 # send it? 05.07.45 # dcc ok? its a few kb 05.07.50 # sure 05.08.34 # be warned 05.08.37 # it has a butt icon 05.08.40 # oops 05.08.44 # sry top 05.08.44 # lol 05.08.47 # lol 05.08.50 # np 05.08.56 # heh 05.08.59 # oopsies 05.09.05 # ok 05.09.09 # sending to "scott666" 05.09.13 # not "top_bloke" 05.09.20 # awaiting reply, scott 05.10.39 # does it play music also? 05.10.46 # what 05.10.49 # what 05.10.52 # WHAT 05.10.55 # winamp? lol 05.10.58 # i think so 05.11.01 # I had a key gen for something that played a reallly cool midi 05.11.06 # really* 05.11.11 # dont remember 05.11.13 # sweet 05.11.14 # yea 05.11.16 # lots of them do 05.11.24 # some "Team RS" or something 05.11.30 # they are neat 05.11.32 # animated and stuff 05.11.45 # amazing, how much work they put into a software key generator 05.11.51 # you just click generate and copy 05.11.58 # they make it souped up for you 05.12.09 # heh 05.12.45 # yeah, thats nice 05.13.16 # spend hours with animations and music, you just hit the button and close it 05.13.24 # heh 05.13.27 # i like the new track popup at the corner 05.13.33 # its likee using msn messenger again 05.13.46 # ick 05.13.52 # (opinion) 05.14.00 # lol 05.14.02 # i hate msn messenger 05.14.05 # why 05.14.08 # WHY 05.14.10 # but the popup is lnice for song info 05.14.41 # i dont have to click on winamp to figure out what the hell this weird song is 05.14.54 # I suppose. 05.17.21 # Its nice to see they added all the 2.x stuff back 05.17.30 # ? 05.17.31 # oh 05.17.36 # what was missing in 3? 05.17.58 # the ability to set your icons 05.18.05 # context menu 05.18.12 # small things 05.18.16 # OOH ICON SETTING?! 05.18.19 # IT WAS MISSING? 05.18.22 # CALL THE FBI! 05.18.45 # were global keyboard shortcuts in 3? 05.19.27 # winamp 2 owns 05.19.36 # nah 05.19.37 # 5 does 05.19.50 # bloat 05.19.55 # ? 05.19.55 # why 05.19.57 # its nice 05.20.05 # how big is it? 05.20.12 # 4mb 05.20.12 # no, there weren't 05.20.18 # 3 was huge and slow 05.20.28 # wait, download or install? 05.20.35 # but they seemed to fix that 05.20.37 # so its 2+3? 05.20.43 # yes 05.20.43 # right on 05.20.44 # wheres 4? 05.20.50 # 2+3=5 05.20.54 # the bit bucket 05.20.55 # fuck 4~ 05.20.57 # wow 05.20.58 # ! 05.21.00 # i'm good 05.21.00 # winamp2 + winamp3 = winamp5 05.21.02 # get it? 05.21.08 # heh 05.21.10 # i'm good 05.21.14 # am not 05.21.31 # OK who can recommend a good CD ripper? 05.21.40 # EAC or freerip 05.21.46 # what do you use 05.21.48 # audigrabber? 05.21.54 # i used to 05.21.59 # depending on whether you want uber quality or easy 05.22.05 # EAC is pretty good 05.22.07 # i use free rip 05.22.08 # audiograbber that is 05.22.36 # so is Grip :P 05.23.03 # do they go straight to mp3 or make wav files? 05.23.30 # freerip goes straight to mp3 05.23.31 # ill try freerip 05.23.31 # it has to be a wav before its made an mp3 05.23.51 # *invisibly goes to mp3 05.23.56 # unless you cram the uncompressed data into ram and write it out as an mp3 05.24.14 # thatd be fine 05.24.27 # i have a gb of ram, might as well use it 05.24.54 # heh 05.25.21 # With 512, it wouldn't tax my machine. 05.25.29 # asdf 05.26.10 # Only time I used all my RAM is when that Doom3 alpha leaked, then my machine was taxed royally 05.26.38 # Then again, a gig of ram would have made little difference there also 05.27.43 # what bitrates ya rip at all? 05.27.45 # hmm, need some good skins 05.27.56 # 192 CBR 05.27.58 # can winamp5 use 2.x plugins? 05.28.13 # i can't remember the last time i ripped a CD 05.28.30 # I think its totally backwards compatable 05.28.31 # i can] 05.28.36 # yay 05.28.37 # it was 2 days ago 05.28.50 # i might need to get that now 05.29.03 # and i never upgrade software 05.29.14 # i use like photoshop 5 and stuff 05.29.16 # gotta be bleeding edge :) 05.29.21 # LOL 05.29.21 # and iwndows 98 05.29.31 # lol!!! 05.29.43 # office 2000 though 05.29.43 # eww 05.29.47 # pretty new there 05.29.50 # for me 05.29.54 # monkeys 05.29.54 # im living in the past! 05.29.57 # Won't touch MS office anymore. 05.30.01 # firebird .6.1 05.30.04 # 2000 IS bleeding edge for me 05.30.07 # i have photoshop 7, winxp, and office 2k3 05.30.07 # theyre up to like .7.1 05.30.10 # a bit bleeding edge for i 05.30.44 # so i doubt i'll get winamp5 05.30.49 # i have corel draw 8, XP, and OO 1.1 05.30.49 # even though i should 05.31.33 # OO 1.1 is sweet 05.31.40 # ? 05.31.46 # oh 05.31.48 # boo 05.31.51 # open office 05.31.55 # At that point I threw out any MS office cds I had 05.32.09 # i never had any 05.32.16 # sucs 05.32.23 # why u usin that bloated office mid 05.32.30 # its nice 05.32.31 # not bloated 05.32.33 # youre bloated 05.32.35 # its like 5 cds 05.32.38 # (ooo diss) 05.32.39 # i know 05.32.48 # you insensitive clod 05.32.54 # and OO is what? 100mb? 2? 05.32.59 # i weigh 500 pounds 05.33.09 # * top_bloke cries 05.33.09 # its pretty small 05.33.11 # thats sad 05.33.11 # lol 05.33.16 # no woder youre the TOP bloke 05.33.23 # top_heavy is more like it 05.33.24 # lolol 05.33.30 # earytutrjstrjtrjstrjs 05.33.36 # damn thats good 05.33.40 # ? 05.33.47 # nice burn! 05.33.47 # earytutrjstr...? 05.33.58 # you dont get it 05.33.58 # sadly 05.34.02 # it was a good burn 05.34.06 # i do all my burning with nero 05.34.16 # nero 6 ultra 05.34.18 # for me 05.34.20 # i was just mashing the keyboard laughing 05.34.28 # If anyone doesn't, they should be shot. 05.34.30 # nice nice 05.34.31 # lets see what nero i have 05.34.33 # i fucked your mom 05.34.40 # wht now 05.34.42 # lol 05.34.45 # huh 05.35.03 # 5.0.2.2 05.35.03 # shut up 05.35.09 # i'm on the cutting edge 05.35.14 # gawd 05.35.16 # THATS OLD 05.35.17 # LOL 05.35.31 # i'm the king of old software 05.35.48 # but do you have commander keen? 05.35.51 # I've got 6.0.0.22 here & its not even the latest 05.36.01 # no... 05.36.02 # talk about mIRC sucks - it insists on opening ANYTHING in wordpad 05.36.15 # no 05.36.15 # JPG, BMP, ZIP, EXE... 05.36.19 # all in wordpad 05.36.19 # ugh 05.36.21 # it opens things FINE 05.36.40 # mirc 6.02 rules 05.36.47 # use a real client, xchat or gaim or maybe bitchx 05.36.48 # what would you open a jpg with other than wordpad? NOTEpad?! 05.36.53 # i have 6.03 05.36.58 # lol 05.37.01 # lolol 05.37.06 # try Klient 05.37.12 # why 05.37.23 # holy wtf scott 05.37.26 # LOL! 05.37.27 # my motto: "if it aint broke, dont fix it" 05.37.47 # LOLOL 05.37.52 # and what if its broken beyone fixing, what then? 05.37.58 # yeah 05.38.02 # u mean like IE? 05.38.09 # and many other win32 apps 05.38.10 # firebird 05.38.18 # where i cant open any page to even DOWNLOAD a new browser 05.38.19 # anyone else want to see a picture of my ultra space efficient mouse? 05.38.22 # firebird was okay, but I found it lacked a lot 05.38.36 # oooh he burned ur firebird mid 05.38.43 # u gonna take that? 05.38.44 # HEY WTF 05.38.47 # NO IM NOT 05.38.50 # That was 0.6 though 05.38.58 # * midknight2k3 gives Sebulba02 some of THIS an THAT 05.39.01 # I haven't tried it recently 05.39.03 # 0.7 is better 05.39.08 # SCOTT 05.39.10 # THATS HILARIOUS 05.39.21 # they still havent reached 1.0? 05.39.23 # it took me like 2 hours to get that shit out 05.39.39 # that wire was/is pissing me off 05.39.46 # hmm 05.41.32 # your right, it is nicer 05.42.09 # its great 05.42.11 # wtf you speak of 05.42.59 # freerip can kiss mine 05.43.26 # use audigrabber 05.43.30 # o 05.43.32 # i used to 05.43.34 # I dunno, i still like opera a lot 05.43.35 # im regetting it 05.43.41 # why cant i type the o 05.43.49 # Sebulba02: i think you should give mozilla a shot for a bit 05.43.54 # i used to too 05.43.56 # i do use mozilla 05.43.57 # lol audigrabber 05.44.00 # but now mozilla is all it 05.44.03 # STOP TOP 05.44.10 # it grabs Audi... 05.44.16 # s 05.44.24 # audis suck 05.44.31 # like the car? 05.44.44 # theyre made by VW 05.44.48 # LOL 05.45.18 # yeah, really they dont, but it was fun to say 05.45.44 # theyre quality automoblies. 05.47.45 # im off to bed. l8er 05.47.52 Quit scott666 ("i'll be back...eventually...") 05.47.55 # 'night 05.47.58 # TOO LATE 05.48.00 # ha 05.48.02 # word 05.48.04 # heh 05.48.19 # word to that 05.48.41 # ASDF 05.49.01 # indeed 05.49.14 # re 05.49.16 # asdf 05.49.16 # dfad 05.49.19 # sdd 05.50.00 # going crazy, eh? 05.50.07 # asdf 05.50.07 # going? 05.50.11 # sdd 05.50.13 # LOL 05.50.16 # gone 05.50.17 # more like IS 05.50.24 # "gone" 05.50.25 # or gone 05.50.35 # damn that is better 05.50.43 # it is 05.50.49 # going, gone. not going, is 05.50.49 # curses 05.50.59 # DONT SWEAR TOOPY 05.51.04 # curse you! 05.51.24 # ncurses to you all 05.51.34 # rqewtr 05.52.03 # qwerty 05.52.21 # qwerrt 05.52.28 # uiop 05.52.31 # smart != stupid 05.52.38 # toppy is !smart 05.52.42 # wow 05.52.53 # such great logic 05.53.01 # yes 05.53.12 # bravo 05.53.17 # toppys iq is 12^2 05.53.29 # wow thats high 05.53.35 # i rule 05.53.38 # not quite 05.53.42 # maybe 11^2 05.53.46 # noooo 05.53.57 # (12^2)-5 05.54.01 # about right 05.54.07 # 142 05.54.14 # for i in top_bloke midknight2k3; do rm -f "$i"; done; 05.54.31 # 144 05.54.35 # -5 05.54.35 # - 05.54.35 # 139 05.54.42 # oh 05.54.46 # iq-- 05.54.49 # i read that as -2 for some reason 05.55.01 # i'm the smart 05.55.23 *** Saving seen data "./dancer.seen" 05.55.42 # i guess i saw what i wanted to see 05.55.52 # for(iq-144;iq>139;iq--) { printf("Toppy is a jerk.\n"); } 05.55.57 # er 05.56.02 # for(iq=144;iq>139;iq--) { printf("Toppy is a jerk.\n"); } 05.56.11 # thats good code 05.56.21 # that would work if you popped it into a compiler 05.56.34 # print that 5 times? 05.56.46 # yupxors 05.56.52 # xwowx 05.56.56 # are you a c master? lol 05.57.11 # no, just Java 05.57.16 # do{ printf("Shhhhhhhhh!\n"); }while(midnight2k3) 05.57.20 # LOL 05.57.22 # I MADE PONG for java 05.57.26 # uh 05.57.28 # it is so sweet 05.57.32 # LOL! 05.57.35 # I wrote tetris in java 05.57.35 # tppy 05.57.38 # i want to see 05.57.40 # pacman in C++ 05.57.46 # wow 05.57.58 # how 05.58.02 # now 05.58.04 # C++/SDL 05.58.07 # "how"? 05.58.13 # how to see it 05.58.25 # all thats really left is ghost AI, so its not *done* yet. 05.58.33 # but its close 05.58.51 # yeah my other paddle is computer controlled! 05.59.13 # its X is the same X as the ball! 05.59.19 # now THATS AI 05.59.24 # thats not hard, just follow the ball 05.59.31 # (the paddles are on top and bottom) 05.59.38 # with increasing response time 05.59.40 # yeah 05.59.44 # i know 05.59.48 # i tool the easy way out 06.00.00 # and there was no way to win! 06.00.08 # sdd 06.00.15 # AI in pacman is a bit more complex, finding shortest path and all that mess.. but not too fast or too slow 06.00.29 # cause the paddle was ALWAYS in the same spot as the ball 06.00.39 # heh 06.00.45 # arent the ghost just randomly wandering around? 06.00.50 # no 06.00.55 # they have patterns 06.00.58 # i thought they were 06.01.00 # oh 06.01.20 # plus I believe they home in on pacman after a given amount of time 06.01.30 # ah 06.02.03 # eh 06.02.22 # of course, to the best of my knowledge, that info isn't published anywhere 06.02.25 # asdf 06.02.37 # uh 06.03.01 # I also have this, http://triangle.sf.net/ , which I haven't touched since the summer. 06.03.02 # 7asdf 06.03.19 # LOLL 06.03.32 # triangles* 06.03.50 # assming they didn't close my project 06.03.51 # make pacman for rockbox 06.03.54 # LOLOL 06.04.05 # I've thought about it 06.04.24 # I could potentially use a lot of my code, just rewriting the view handlers 06.04.38 # yay so do it 06.04.50 # I have a lot of other stuff to write first 06.05.07 # minimally, a wireless simulator so I can graduate 06.05.26 # i see 06.05.34 # asdf 06.05.41 # i wish i could make pong for rockbox 06.05.48 # not like the crappy chip8 one 06.05.52 # make it 06.05.53 # yeah 06.05.55 # a REAL pong 06.05.58 # thatd be cool 06.06.00 # i could help 06.06.12 # i dunno how to draw to the scree 06.06.15 # n 06.06.22 # it can't be hard 06.06.31 # (hopefully) 06.06.39 # uh 06.06.44 # rb->lcd_putsxy? 06.06.54 # rb->lcd_update? 06.06.57 # ..?? 06.07.09 # thats a lot more simple than a lot of things 06.07.16 # well i guess 06.07.17 # such as? 06.07.37 # OpenGL 06.07.48 # i'm used to gBuffer.fillRect and such 06.08.01 # for a paddle 06.08.08 # i dont know how to in rb 06.08.13 # its similar 06.08.15 # What graphics lib? 06.08.33 # how u mean? 06.08.41 # LOL 06.08.44 # For your pong. 06.09.02 # my teacher did all that graphic stuff 06.09.06 # i dunno how 06.09.11 # I was involved in a class pong project using allegro 06.09.11 # what's your question, midknight2k3 ? 06.09.24 # ear: what? 06.10.09 # what's your question about the lcd functions? 06.10.19 # had none 06.12.27 # i'm geting sleepy 06.12.44 # hang in there toopy 06.12.49 # nah i cant 06.12.49 # * midknight2k3 curls up in chair 06.12.55 # my eyes hurt 06.13.00 # the download 06.13.38 # only 12 min 06.13.44 # yay 06.14.18 # hmm 06.14.20 # oops wrong zip file! 06.14.28 # er 06.14.28 # uh 06.14.41 # its the wrong... file... 06.14.48 # j/k 06.14.55 # you mooks answered my poll on the mailing list? 06.15.07 # not i 06.15.10 # what poll? 06.15.15 # im not a mook tho 06.15.15 # so,, yeah 06.15.16 # nooooooo 06.15.25 # moooooook 06.15.34 # toppy: kidding 06.15.37 # better not be the worng file 06.15.46 # About hardware problems and your newxt mp3 plater 06.15.48 # its not 06.15.54 # hey i could be EyesHertz 06.15.56 # i busted your box with my ultrac ode 06.16.00 # cause my eyes hurt 06.16.04 # noooooooooo 06.16.09 # my new mp3 player will be an ajbrec20 06.16.23 # ear: make your nick "earHurts" 06.16.25 # Yeah, yeah, I don't need no imitators. I'm the real Slim EarHertz 06.16.27 # why? 06.16.29 # cmon 06.16.32 # u got an FM 06.16.41 # earHURTS! 06.16.48 # SHEEZ 06.16.48 # fms suck 06.16.50 # I've got an FM THAT DOESN"T $%#^*$ WORK 06.16.51 # all you other earHertz's r just immitating 06.17.02 # so wont the real earHertz please stand up 06.17.46 # ? 06.17.49 # you've got an FM THAT DOESN"T (dollar percent pound tothe asterisk dollar) WORK? 06.17.54 # How;d you guys learn about Rockbox? 06.18.09 # i didnt 06.18.15 # whats rockbox? 06.18.19 # lol i kid 06.18.26 # er 06.18.35 # ER 06.18.35 # DFAD 06.18.48 # i learnt from epinions 06.18.53 # i thank thy god 06.18.59 # if thy exist. 06.19.05 # me too i think 06.19.06 # (or i just DFAD) 06.19.12 # ;pj 06.19.12 # htrs 06.19.12 # 6u5 06.19.12 DBUG Enqueued KICK midknight2k3 06.19.12 # hd 06.19.12 # e 06.19.12 *** Alert Mode level 1 06.19.12 # r 06.19.15 # wasdf 06.19.15 # i was looking up info on the archos 06.19.16 # I stumbled across it somehow before I got mine. 06.19.17 # qsdgr 06.19.19 # j77wf 06.19.24 # (i can get reckless at night) 06.19.28 # and every post was like get rockbox 06.19.29 # Sebulba02, yeah, me too. 06.19.29 # fdsdsff 06.19.33 # LOL! 06.19.35 # cmon KMD 06.19.41 # AJHBREC 06.19.45 # midknight2k3, STFU 06.19.46 # ear: you stink 06.19.47 # /permiggyuntiltheendoftime midknight2k3 06.19.52 # yeah 06.19.54 # superbulba: asdf 06.20.00 # toopy: sdd1 06.20.16 # indeed 06.20.18 # sry ears 06.20.21 # im a bit tired 06.20.30 # that was directed at [OFF]BtT 06.20.48 # i gotta hit they hay 06.20.50 # indeed u r 06.20.50 # as am i 06.20.58 # ? 06.20.59 # NO YOU DONT 06.21.06 # 6M 30S left 06.21.10 # yaaaaaaawn 06.21.23 # ears: why not earHurts 06.21.24 # i'll just leave this POS pc on then 06.21.30 # yawnnn indeed 06.21.31 # with its loud ass fans 06.21.36 # no 06.21.36 # dont 06.21.43 # sadf 06.21.43 # LOL 06.21.49 # why not 06.21.50 # OLOLOL 06.21.56 # im lmao 06.22.03 # i must be exhausted if im laughing at your stupid joke 06.22.10 # yeah 06.22.11 # a haha 06.22.14 # my jokes rule 06.22.23 # they suck 06.22.29 # ears! 06.22.34 # why arent your nicks earhurts 06.22.42 # well i gotta sleep anyway 06.23.22 # WAIT 06.23.25 # wait 06.23.29 # why 06.23.29 # 88% 06.23.34 # wstfa 06.23.34 # wtfd 06.23.34 # wtf 06.23.37 # i cant wait 8 minutes 06.23.41 # just.. YAWN... wait 06.23.47 # yrs you can and you will 06.23.57 # i'll leave the pc on 06.24.01 # its fine 06.24.03 # 1 4m 1377 06.24.08 # er 12444447 06.24.10 # 14337 06.24.25 # iotysw nmop6ty 06.24.29 # its not* 06.24.35 # ? 06.24.41 # idei8o0t5 06.24.41 # god why not 06.24.51 # just weawit 06.25.05 # 17 more ins 06.25.14 # 17 min? 06.25.15 # cough 06.25.24 # 5 min 06.25.32 # i'll be dead by then 06.26.15 # fluctiaodsfjkzgfgdhgsbdjflasfalhkasghgjfalsfdlgahlsardisfadb; gad;yngdui;sg;ilgdsnuidts;pisdgisp;iusgpi;usgyoi;sgoy;gsoygyirpiyspyiriogp wiotyoaieytiausydfuiasydfoiaysdifuyasoidyfoiausydfouiaysdoiufyaoisuyfoiuasydfoiuaydoixsfyasioufyaoiusyfiuasydoifuyasiofduyaiosufdiaousyfiouasdyfaiuosdyfiuoasydfoiuasydfoiu asdfyoasdfyasiyodfoiyfisyadyiafsdyifsyfosuyofudyusfdyufdyufdyufduyfoaiusdyfoiausydfoiuaysouifyaiosuydioaysdfiuoyaiosuydfioasydfiuasodfuiayoisud 06.26.22 # ^^ thats good code 06.26.22 # wtf 06.26.32 # encrypted 06.26.39 # good ,.,. coode 06.26.46 # it sure is 06.26.50 # i'm gonna go sleep for 5 min 06.26.53 # and come back 06.27.01 # NO NO 06.27.05 # ok 06.27.05 # hurry 06.27.06 # just 5 min 06.27.15 # ok 06.29.13 *** Alert Mode OFF 06.31.20 # 3 mins 06.31.28 # you TOUPPEr 06.32.14 # 1 min! 06.32.16 # about 600KB to go! 06.32.24 # er make that 300 06.33.23 # it aint even done yet 06.33.27 # slow 06.33.30 # 30 secs 06.33.32 # did you sleep 06.33.47 # 6.03MB/6.04MB 06.33.48 # yeah i got some real good shut eye 06.33.49 # YAY 06.33.49 # DOME 06.34.55 # send some rvfs 06.34.57 # while i unzip 06.35.07 # sure 06.36.44 # its tring to go somewhere 06.37.14 # ? 06.37.15 # oh hell yeah it works 06.37.44 # seems faster somehow 06.37.50 # does it browsE? 06.37.58 # it is 06.37.58 # its FIREbird 06.38.03 # yay 06.38.57 # the icon is stupid 06.39.06 # in the taskbar 06.39.50 # ? 06.39.50 # but the interface is sweet otherwise 06.39.54 # the flames? 06.42.19 # lol 06.48.32 Quit earHertz ("ChatZilla 0.9.46 [Mozilla rv:1.5/0]") 07.04.15 # LOL 07.04.33 # Erik Is sleeping at Home 07.04.33 # While Saddam is Sleepin' in an Drity Iraqi Jail...Justice Works!! 07.04.37 # lolol 07.05.02 Quit top_bloke (Read error: 110 (Connection timed out)) 07.19.15 # whos around 07.19.19 # and wants to see my eigen pic 07.20.49 Join earHertz [0] (~chatzilla@pool-138-88-166-150.res.east.verizon.net) 07.20.57 # eary 07.20.59 # cmere 07.21.07 # wanna show you my pic i made 07.39.50 Quit Nibbler (Read error: 104 (Connection reset by peer)) 07.55.25 *** Saving seen data "./dancer.seen" 08.57.30 Quit adi|home (Read error: 110 (Connection timed out)) 09.19.14 # i'm so tired 09.19.50 # night all 09.20.32 Quit midknight2k3 () 09.21.10 Join Nibbler [0] (nibbler@port-212-202-73-57.reverse.qsc.de) 09.45.23 Join adi|home [0] (~adi|home@as5300-11.216-194-24-131.nyc.ny.metconnect.net) 09.55.27 *** Saving seen data "./dancer.seen" 10.01.06 Join edx [0] (edx@pD9EA9E22.dip.t-dialin.net) 10.03.23 Join _aLF [0] (~alexandre@mutualite-3-82-67-66-128.fbx.proxad.net) 10.04.31 Nick edx is now known as edx{off} (edx@pD9EA9E22.dip.t-dialin.net) 10.09.46 Join methangas [0] (methangas@0x50c61de4.virnxx10.adsl-dhcp.tele.dk) 10.46.57 Quit Nibbler (Read error: 104 (Connection reset by peer)) 11.14.01 Quit adi|home (Read error: 60 (Operation timed out)) 11.15.11 Join kurzhaarrocker [0] (~Philipp@Be54e.b.pppool.de) 11.16.23 # Do I see that right? There are hardly any functions for controlling the mas in the plugin api? 11.18.32 # #seen zagor 11.23.50 Join pokerjoker [0] (new_user@24-151-186-101.chartertn.net) 11.23.51 # hi 11.23.58 # :) 11.24.04 # hows it goin 11.24.43 # #me wonders if anybody has used any playback / recording control functions in plugins 11.25.39 # i dont know 11.26.02 # i have a wierd problem, if i plug in a microphone and record mono 11.26.23 # describe it 11.26.47 # when i listen to it thru the phones, i hear my voice thru the microphone amplified 11.27.06 # but when its played back, there is no sound recorded 11.27.23 # if i change the channels to Stereo, then the sound IS recorded, thru one speaker 11.27.53 # The microphone is mono? 11.28.02 # yes 11.28.51 # mono plug in, Thru LINE IN 11.29.50 # Try to plug it in only half the way. To me that seems to be a channel problem. A mono plug feeds the left channel only. If the mono recording is programmed to record the right channel only you record silence only. 11.30.21 # hmm. it will take me an hour to understand what you hav said! lol 11.30.56 # I think that it's a bug in rockbox. 11.31.12 # in rockbox or in archos hardware 11.31.54 # rockbox 11.32.03 Ctcp Ignored 1 channel CTCP requests in 0 seconds at the last flood 11.32.03 # * kurzhaarrocker tries to reproduce the behaviour 11.32.46 # i think i undersand 11.32.55 Join cjnr11 [0] (nmpjhb@l01m-64-53.d1.club-internet.fr) 11.33.24 # It's like this: a mono plug shortens the right channel of the line in. 11.33.42 # Thus for mono recording the left channel must be used only. 11.35.39 # oh k. i see 11.38.18 # thanks man, i think im off to bed. see ya 11.38.39 # hope the bugs dont bite... :) 11.39.07 # I verified it: its true the when the right channel is shortened silence is recorded only 11.39.10 # hey man how old are you 11.39.24 # 33. Why? 11.39.52 # most people here are young 11.40.12 # Is 33 young or old? 11.40.21 # average. im 26 11.41.29 # you design rockbox warez 11.42.41 # If rockbox is warez or not - thats a hot topic. 11.42.48 # Btw: You should enter this bug in the bug tracker or at least mention it on the mailing list :) 11.42.49 # why? 11.43.07 # why hot? 11.43.45 # I don't see it as warez since the rockboxers don't really break anything or do damage to anybody. 11.45.08 # i see 11.45.33 # i mean wares 11.45.38 # :) 11.48.25 # i would like to post it, but i dont have enuff time or knowhow. maybe in a few weeks 11.48.30 # i have to sleep now. thanks for talking ! 11.48.51 # dream pleasently 11.48.56 Quit pokerjoker () 11.55.28 *** Saving seen data "./dancer.seen" 12.05.17 Join cjnr112 [0] (trilluser@l02v-23-50.d1.club-internet.fr) 12.13.37 Nick [OFF]BtT is now known as [GoE]BENtheTEN (~quasi@80.238.199.45) 12.13.43 Quit kurzhaarrocker (Read error: 104 (Connection reset by peer)) 12.13.49 Quit cjnr11 (Read error: 60 (Operation timed out)) 12.24.38 Quit MT ("changing servers") 12.24.58 Join MT [0] (mt@no.beer.for.beating.me.uk) 12.31.07 Quit Sebulba02 (Read error: 60 (Operation timed out)) 12.33.11 Quit cjnr112 (Read error: 60 (Operation timed out)) 12.34.31 Nick [GoE]BENtheTEN is now known as [OFF]BtT (~quasi@80.238.199.45) 13.48.17 Join Sebulba02 [0] (~Sebulba02@dialup-67.31.192.168.Dial1.Tampa1.Level3.net) 13.55.32 *** Saving seen data "./dancer.seen" 14.07.44 Quit Sebulba02 ("Download Gaim: http://gaim.sourceforge.net/") 14.08.36 Join kurzhaarrocker [0] (~Philipp@Be558.b.pppool.de) 14.09.49 Join Sebulba02 [0] (~Sebulba02@dialup-67.31.192.224.Dial1.Tampa1.Level3.net) 14.10.03 # * kurzhaarrocker needs help 14.10.05 # What about malloc in plugins? I've read in docs/API that there is malloc, but didn't find any code that uses it. Does malloc exist? 14.13.02 # the C function, sure 14.13.18 # man malloc , if you happen to be a linux user. 14.14.41 # The problem is that rockbox generally doesn't support dynamical memory usage. There have been lots of discussions about that. One thought was that there - maybe - should be limited dynamic memory for plugins only. But I don't know what the state of this idea is right now. 14.14.48 Quit edx{off} () 14.32.19 # dunno.. 14.32.48 # :( No Zagor, Linus or Badger around when needed 14.32.48 Join AciD [0] (~acid@longchamp44-1-82-67-133-87.fbx.proxad.net) 14.39.49 Join blastman [0] (blastman@p213.54.142.140.tisdip.tiscali.de) 14.40.00 Nick blastman is now known as ^^neo^^ (blastman@p213.54.142.140.tisdip.tiscali.de) 14.40.01 # <^^neo^^> hey 14.40.16 # <^^neo^^> is it possbile to view pictures on rockbox ? 14.40.39 # <^^neo^^> movies works then pictures must work too 14.41.08 # But for grayscale they must be encoded as video first. 14.41.47 # I doubt that there are any viewers for standard image formats yet. 14.44.41 Join thedude02 [0] (~thefirstd@pm484-47.dialip.mich.net) 14.44.50 # <^^neo^^> hm 14.45.01 Quit thedude02 (Client Quit) 14.45.11 # <^^neo^^> du bist doch deutsch oder ? 14.45.19 # jau. 14.45.22 # <^^neo^^> erklärs mir liever so 14.45.24 # <^^neo^^> :)= 14.46.17 # Ich habe noch keinen Bildbetrachter für Standardbildformate auf rockbox gesehen. Um Graustufenbilder darstellen zu können müßte man ein Bild erst mal in ein Video konvertieren. 14.46.43 # <^^neo^^> und wie will man aus einem einzigen bild ein video machen ? 14.47.23 # <^^neo^^> oder meinst du das bild einfach als viedo machen und es dann als viedeo anzusehn? 14.47.30 # Es geht darum die grauen Pixel "flackern" zu lassen, damit sie nicht ganz schwarz oder ganz weiß (grün) wirken. 14.47.47 # <^^neo^^> hmm aso 14.47.56 # <^^neo^^> das man es besser erkennt ? 14.48.11 # <^^neo^^> so wie im viedo mit 70fps 14.48.17 # Sonst hat man halt keine Grautöne. Nur Schwarzweiß, ist doch doof. 14.48.46 # <^^neo^^> also das mit dem viedo is schon geil geht zwar net mit allen so gut aber respekt 14.49.24 # <^^neo^^> aber wieso ruckelt des net ? des lauft voll flüssig und sogar noch mit musik 14.49.40 # <^^neo^^> manchmal laufts sogar bissle zu schnell ( 14.50.47 # Den wesenlichen Teil des Musikabspielens erledigt ja ein separater DSP. Das bißchen Datenfüttern kostet die Haupt CPU nicht so viel Brot. Und die Videos sind ja nun wirklich sehr klein mit 112*64 Pixeln. 14.53.12 # <^^neo^^> ja aber trotzdem also... ich finds einfach geil 14.53.40 # Mal sehen wie lange es dauert, bis "Kann man den Empfäger des FM Recorders auch zum Fernsehempfang umprogrammieren?" in die NODOs aufgenommen wird. :) 14.53.43 # <^^neo^^> was kann man eigentlich noch aus der kiste raushohlen ??? viedeo is ja wohl der höhepunkt oder? 14.53.54 # <^^neo^^> lol 14.57.22 # Ach, es gibt da noch sooo viel, was man tun kann. Denk mal an eine Verbindung mit einem GPS Empfänger mit riesiger Landkartendatenbank, oder Massendatenspeicher für alte DigiCams mit serieller Schnittstelle. 14.57.51 Quit markw (Remote closed the connection) 14.58.53 # um, yeah 14.59.32 # oh, there's someone who doesn't speak german? :) 14.59.48 # <^^neo^^> kann ich eigentlich zb ein usb stick an den player schliesen und vond da sachen kopieren,geht net oder ?= 14.59.56 # heh 15.01.05 # neo: Nein, das geht nicht, weil der ISD200 Chip, der für die USB Kommunikation im Archos steckt ausschließlich für die Kommunikation als Festplatte benutzt werden kann. 15.01.53 # <^^neo^^> und kann man vieleicht auch sound ins video packen? 15.03.05 # <^^neo^^> und wann kann man counter strike aufem player zoggn :)) nee joke 15.03.25 # Sound mit Video ist mit geschickten Multiplexen wahrscheinlich möglich. 15.05.05 # <^^neo^^> aber jetzt wo man videos schaun kann is es doch auch möglich so ne art visualisierung zu machen im wps oder ? zb wie der oscillograph 15.07.45 # Ja, bedingt. Man könnte den oscillograph auch ins wps verlagern. Das hatte ich damals jedoch verworfen, da man da normalerweise nur 8 Pixel (Zeilenhöhe Standardfont) zur Verfügung hätte. 15.08.44 # Und im wps wäre er lange nicht so schnell, da der oscillograph eine spezielles hardwareunterstütztes Scrollen ausnutzt. 15.08.59 # <^^neo^^> hey kewl hab mir grad das heutige update gezogen und bemerkt das man im video jetzt pause machen kann und irgendwie mit den pfeiltasten kann man das bild schärfen stellen 15.11.49 # <^^neo^^> geht video eigentlich auch beim playerß 15.11.50 # <^^neo^^> ? 15.12.08 # Nein, der hat kein graphisches Display. 15.12.31 # <^^neo^^> derb 15.12.42 # <^^neo^^> naja ^^ 15.13.11 # <^^neo^^> udn wieso is tetris von rechts nach links ? also das würd doch vom dislplay locker reinpassen 15.13.50 # Die erste Variante war auch so, aber in größer läßt sich's wirklich besser spielen. 15.14.35 # <^^neo^^> hm 15.14.55 # <^^neo^^> aber das display wird doch gar nicht ganz ausgenutzt 15.15.16 # Aber in dieser Größe paßt's nicht mehr hochkant rein. 15.15.43 # <^^neo^^> mom muss nochmna gucken 15.16.31 # <^^neo^^> also nur das feld wo man reinsetz das würde passen und das andre das die teile anzeigt muss dann nach rechts so wies es standard is 15.18.19 Join [IDC]Dragon [0] (~idc-drago@pD9FF81DD.dip.t-dialin.net) 15.18.43 # Hi Dragon! You surely can answer my question: 15.18.52 # What about malloc in plugins? I've read in docs/API that there is malloc, but didn't find any code that uses it. Does malloc exist? 15.19.34 # <[IDC]Dragon> plugin_get_buffer() 15.19.58 # heh 15.20.00 # <[IDC]Dragon> returns the rest of the 32KB not used by the plugin itself. 15.20.34 # <[IDC]Dragon> besides that, a plugin can't get memory. 15.21.00 # <[IDC]Dragon> It is planned that it can claim the mp3 buffer, thus interrupting playback. 15.21.05 # but that doesn't include any memory management with malloc / free / realloc on those 32 kb? 15.21.23 # <[IDC]Dragon> no, you have to do all by yourself. 15.21.42 # ok. 15.22.22 # <[IDC]Dragon> or define static arrays of the size you need. 15.22.44 # .. which in turn consume my precious 32 kb I assume? 15.22.58 # <[IDC]Dragon> yes, same memory. 15.23.23 # <[IDC]Dragon> if you need larger static data, you can load it from disk. 15.24.00 # thats gotta be slow 15.24.19 # <[IDC]Dragon> depends on what you do. 15.24.54 # <[IDC]Dragon> I think disk throughput is 1.5 MB/sec, not bad for the little CPU. 15.25.18 # Yes, but the latency.. 15.25.20 # not bad at all 15.26.33 # Imagine buffering some of the peak values captuered by the MAS and storing them as a volume outline in an external file to be visualized synchonously while playing back... 15.26.49 # Well, a solvalble problem, but not mine - for now. 15.29.23 # <[IDC]Dragon> this doesn't sound like you need a lot of memory 15.30.18 # not really. And especially not much memory simultaniously. 15.32.00 # I only asked for dynamic memory because of another topic: collecting some data about the files within a directory. Memorizing info about each file is a problem you usually solve with dynamic memory, if available. 15.37.29 # Ah, I see: the buffer_size in plugin_get_buffer(int* buffer_size) returns the size of the buffer? 15.37.50 # <[IDC]Dragon> yes 15.41.14 Join Guest1 [0] (~jirc@ool-43544d26.dyn.optonline.net) 15.42.52 Quit Guest1 (Client Quit) 15.43.14 # someone of us seems to be smelly. 15.43.36 # * kurzhaarrocker sniffs his armpits 15.44.00 # ewww, I can smell you all the way from here.. 15.44.54 # * kurzhaarrocker looks guiltily at the rest of the garlic pizza 15.46.11 # mmm 15.51.25 Quit [IDC]Dragon () 15.55.35 *** Saving seen data "./dancer.seen" 16.00.51 Join BoBB_ [0] (~bob@ip68-106-225-254.ph.ph.cox.net) 16.00.59 # okay i put rockbox on my archos yesterday, it worked for a little while, but now everytime i turn it on, it turns off before even loading the firmware 16.01.14 Quit BoBB (Read error: 113 (No route to host)) 16.01.19 Nick BoBB_ is now known as BoBB (~bob@ip68-106-225-254.ph.ph.cox.net) 16.01.59 # anyone have any problems like that before? 16.05.25 # thats wierd, its working now 16.06.40 Part Sebulba02 16.09.42 # <^^neo^^> hmm? 16.10.35 Quit ^^neo^^ ("get satisfied! • :: ««« (Gamers.IRC) »»» www.gamersirc.net ::") 16.12.14 Join track [0] (jirc@ACBCCEDC.ipt.aol.com) 16.12.27 # anyone else having problems with thier archos freezing and needing to be restarted to recover sound? 16.14.17 Quit track (Client Quit) 16.18.49 Join Sebulba02 [0] (~Sebulba02@dialup-67.31.192.224.Dial1.Tampa1.Level3.net) 16.18.59 Quit kurzhaarrocker (Read error: 110 (Connection timed out)) 16.21.15 Join Dogger [0] (~jimmy@cpc1-colc1-5-0-cust124.colc.cable.ntl.com) 16.22.10 Join lini [0] (~lini@vega-club.rousse.spnet.net) 16.23.58 Quit Dogger (Client Quit) 17.00.07 Quit Sebulba02 ("Download Gaim: http://gaim.sourceforge.net/") 17.03.23 Join Sebulba02 [0] (~Sebulba02@dialup-67.31.192.224.Dial1.Tampa1.Level3.net) 17.41.56 Quit AciD (Connection timed out) 17.55.37 *** Saving seen data "./dancer.seen" 17.59.37 Join scott666 [0] (scott666@c-24-245-58-245.mn.client2.attbi.com) 19.17.44 Join cjnr11 [0] (nmpjhb@l02v-19-26.d1.club-internet.fr) 19.18.06 Quit cjnr11 (Client Quit) 19.22.34 Join AciD [0] (~acid@longchamp44-1-82-67-133-87.fbx.proxad.net) 19.55.41 *** Saving seen data "./dancer.seen" 20.19.35 Join leapingfrog [0] (~idavies@host81-128-237-131.in-addr.btopenworld.com) 20.25.32 Quit scott666 ("i'll be back...eventually...") 20.37.59 Quit leapingfrog () 21.03.38 Quit AciD (Connection timed out) 21.55.44 *** Saving seen data "./dancer.seen" 22.26.40 Join pfavr [0] (~pfavr@213.237.46.232.adsl.ron.worldonline.dk) 22.29.54 Part pfavr 22.37.49 Join LinusN [200] (~linus@labb.contactor.se) 22.39.18 Join kurzhaarrocker [0] (~Philipp@Be183.b.pppool.de) 22.39.40 # Hi! 22.40.39 # I assume it would be a break of design if I wanted to include apps/recorder/peakmeter.h in plugins.h ? 22.41.35 # yo! finally cut your hair? :-) 22.41.59 # Yes. And it should be done again :) 22.42.00 Join scott666 [0] (scott666@c-24-245-58-245.mn.client2.attbi.com) 22.43.00 # LinusN: How's your family? 22.43.16 # you want the peakmeter api available for plugins? 22.43.25 # kids are ok, wife is still bad 22.43.55 # at least the db conversion. Could be useful in serveral plugins, the vu meter, the split editer (*cough*) 22.44.23 # maybe the mas polling as well? 22.44.24 # Send her some cheer -up greetings from a rockboxer, please. 22.44.31 # i'll do that 22.45.51 Join AciD [0] (~acid@longchamp44-1-82-67-133-87.fbx.proxad.net) 22.46.01 # I'm not so sure about the mas polling. As long as there aren't concurrent peak readers it's fine as it is. 22.46.31 # the vu meters could use it instead of reading the mas itself 22.46.46 # hang on, i'll be back in a sec 22.46.48 Part LinusN 22.47.27 Join linus_ [200] (~linus@dhcp110.contactor.se) 22.47.51 # Oh! LinusN shrank to linus_ :) 22.47.57 # buah! 22.48.25 Quit linus_ (Client Quit) 22.49.29 Join LinusN [200] (~linus@dhcp110.contactor.se) 22.49.37 # ahh 22.49.52 # grown up again. 22.50.00 # kurzhaarrocker: can you try to dcc a small file to me? 22.50.21 # What file do you mean? 22.50.28 # any file, as a test 22.51.15 # should be on the way 22.52.41 # no luck.... 22.52.49 # :( Firewalled? 22.53.00 # yeah, any clues? 22.53.19 # * kurzhaarrocker blushes and investigates his own personal firewall 22.54.20 # I'll be back soon without walls - for a while... 22.54.33 # not sure it's your end 22.55.49 # wowee 22.56.10 Join Phil [0] (~Philipp@Be17d.b.pppool.de) 22.56.33 # wowee 22.57.04 # Hi kurzhaarrocker! Do you know that you are me? 22.57.54 # Which port does dcc use normally? 22.58.12 # my client has it configurable 22.58.21 # but i don't know the default 22.59.28 # Hm. There's a setting for IDENT server. Never heared about that. 22.59.42 # hang on, i'll make another test 22.59.46 Quit LinusN ("Client Exiting") 23.01.14 Join LinusN [200] (~linus@labb.contactor.se) 23.01.23 # now dcc me again 23.02.12 # yippie 23.02.31 # Which problem have you solved? 23.03.01 # people haven't been able to dcc me 23.03.19 # but now it looks like the problem is in their firewall 23.03.27 # i haven't changed a single setting 23.03.41 # qed :) 23.04.35 # nice plugins btw :-) 23.04.59 # don't work yet :( 23.05.33 # btw: I chatted with someone who found a problem: the line inputs seem to be flipped. If you plug in a mono rca plug nothing gets recorded because the right channel is the mono source and is shortened. 23.06.12 # saw that in the logs 23.06.26 # so you mean that the left MAs channel is connected to the right pin? 23.06.28 # Gosh! Some people really read logs! 23.06.35 # yes 23.06.40 # gah 23.07.07 # have you noticed the channel swap earlier? 23.07.35 # It seems to be flipped back again. What get's in left, gets out left again. 23.07.53 # you're kidding me 23.08.33 # Not intentionally 23.09.11 # so, when you insert a "normal" RCA->3.5" cord, the mono channel is the red one? 23.10.00 # Ah, I think Archos is famous for flipping those colours! At least the one I originally got with the jukebox _was_ flipped. 23.10.15 # doh 23.11.00 # I just attached a signal to the tip of the line in and it apperaed on the left earphone. That's what I expected. 23.12.55 # but shorting the right pin disables the left as well? 23.13.24 Quit kurzhaarrocker (Read error: 110 (Connection timed out)) 23.13.26 # The signal is piped through, but not recorded 23.13.37 # aha 23.16.04 # In mpeg.c #3101: shouldn't the channel copying happen whenever something is recorded in mono? 23.18.17 # maybe 23.18.45 # but it is a different thing 23.19.03 # it is still only the left channel that is encoded, afaik 23.19.39 # * Phil knows to little about the MAS without querying the data sheets 23.20.02 # * LinusN is browsing the data sheets 23.21.45 # but if you connect only the right channel, does it get recorded? 23.22.12 # Yes. 23.23.52 # weirdo 23.24.16 # i remember hearing a report about this a long time ago 23.24.51 # I wouldn't be surprised if there were units out there where the line in is the other way, too. At least in both my units they bypassed the etched wires with real wires. That's can be misconnected easily without notice. 23.25.03 # same here 23.25.13 # hehe 23.28.36 # The API docs really are outdated. I had tears of joy in my eyes when I read about malloc, realloc and free in them. Imagine my disappointment when that soap bubble of a dream deflated. 23.28.52 # haha 23.34.25 # I am pissed off. 23.34.35 # earHertz: ? 23.34.46 # * Phil done nothin 23.35.09 # newmp3tech wants another $69 to repair my unit, even though it started malfunctioning 7 hours after I got it back from them. 23.35.28 # that's not nice 23.35.50 # admittedly, the flash rom is hosed too, but they're asserting that the problem was caused by "experimental" patches. 23.36.02 # lol 23.36.03 # software patches? 23.36.12 Join cjnr11 [0] (nmpjhb@l02v-19-26.d1.club-internet.fr) 23.36.23 Quit cjnr11 (Client Quit) 23.36.36 # Ouch. 23.36.37 # I mentioned in my email that I had been using it heavily in those seven hours, to test my extended battery life patch. 23.37.01 # But that patch does nothing to cause shorts on a circuit board. 23.38.17 # Did they tell you, what was/is broken? 23.38.19 # Any excuse they can get.. 23.40.09 # The say they replaceed the the circuit board. 23.42.06 # Probably they argue that you can't smell the burnt electronic because your experimental patches burnt it virtually. 23.42.25 Join cjnr11 [0] (trilluser@l02v-19-26.d1.club-internet.fr) 23.42.29 Join midknight2k3 [0] (midknight2@12-229-204-15.client.attbi.com) 23.42.33 # hii 23.42.33 Quit cjnr11 (Client Quit) 23.42.44 # that new upside down thing is neat! 23.43.21 # Heh 23.43.35 # it is 23.44.05 # I'm not disagreeing with you. 23.44.08 # Yeah. 23.45.17 # Didn't the lcd thingie have an option to mirror the output, too? Might be useful, when you want to read the display in the reflections of the windscrenn of your car... 23.45.48 # sure yeah 23.48.03 # LinusN: About including peakmeter.h in plugin.h - Is that ok? Somehow it feels dirty to put something from the apps dir into the plugin api. 23.50.15 # That can't be much harder than doing flipping it. 23.51.19 # You mean mirroring the lcd? I'm pretty sure that I read that in the data sheets. 23.52.53 # Phil: i'm not sure i like including peakmeter.h as-is 23.53.54 # but still, we include a lot of other stuff... 23.53.55 # I HAVE AN IDEA 23.53.58 # What about transferring the db scaling into the mas code? 23.54.05 # how about an animated flip screen? 23.54.12 # when you pick "yes" it rotates around 23.54.24 # not just flashes straight upside down 23.54.24 # midknight2k3: AAARGH! 23.54.49 # what 23.54.53 # its a good iddea....? 23.55.48 # Phil: not mas.h, that's too low-level imho, but mpeg.h may be better 23.55.49 *** Saving seen data "./dancer.seen" 23.56.05 # linus? 23.56.08 # like my idea? 23.56.12 # the flip screen must do it in code written to take advantage of flip's layout 23.56.17 # I have that other idea: link two recorders with a serial cable for synchronization and let them play the same movie from a different angle. With polarized glazes you can watch the movies in 3d 23.56.25 # it's not a general-purpose solution in all likely-hhod 23.56.30 # it's cool of course, but i don't see the real benefit 23.56.36 # like my idea?linus: my idea? 23.56.37 # midknight2k3: how about having it somemway figure out how your viewing it and have it automatically flip the screen.. 23.56.42 # someway* 23.56.49 # no. 23.57.00 # its not that crazy! just a nice touch 23.57.02 # cant be that hard 23.57.43 # not hard, just unnecessary :-) 23.58.03 # but its nice 23.58.09 # itd takke just like one line of code 23.58.09 # LinusN: I think I'll move the code to mpeg.h then. 23.58.13 # maybe 10 23.58.15 # but still 23.58.58 # midknight2k3: do you have to flip the code then, too?