Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2005-04-05

00:00:17amiconnHis 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:37Camiloamiconn, any alpha blending planned?
00:00:48Bagderamiconn: I only read through your suggestion once, but it looked rather fine at that quick glance
00:01:25amiconnCamilo: No, since Linus wants the greyscale framebuffer in native format ;-/
00:02:01preglowwhy does that mean you cant alpha blend?
00:02:10preglowweren't you talking about using an intermediate buffer anyway?
00:02:26amiconnYes, for the grayscale library
00:02:39CamiloI'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:50preglowframebuffer needs to be native, i don't think there's much to say about it
00:02:54Camilothe only thing I thought was missing was maybe alpha blending
00:02:55preglowwe need all the iram we have
00:03:03amiconnThis currently only exists for archos, and I can only even try this if I get my iriver...
00:03:55amiconnpreglow: Imho the framebuffer doesn't need to be in iram
00:04:39amiconnIt 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:41HCl >.<
00:05:42HCl!
00:06:04preglowwell, no, but is archos ram as slow as iriver ram?
00:06:14amiconnNo it isn't
00:06:28HCldarnit.
00:06:31HClmy email server is down
00:06:35HCljust when i wrote a nice email
00:06:41HClthat i think i have completely right
00:06:46HCland that should solve all problems :x
00:07:12amiconnIt'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:44amiconnOn 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:36amiconn(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:31HCloh god.
00:14:40HClour university computer staff is so incompetent
00:14:41HClx.x
00:15:09HClthey lost our mail aliases, all email to our university is getting rejected
00:15:19HClon top of that, all email that you try to send from our university gets rejected too
00:15:19preglowsmooth operator
00:15:47HClyea, we have a partly students-partly payed-staff managed network
00:15:54HClobviously, the students part runs great.
00:16:01HCland the payed-staff always messes up
00:16:27HClanyways, i used our students-run emailserver, which works fine..
00:17:05preglowhaha
00:17:09preglowi've got my own mail server
00:17:14preglowi've got my own everything, mainly
00:17:47 Join tvelocity [0] (~tony@ipa98.6.tellas.gr)
00:18:04HCl*nods*
00:18:16HCli have a server that i can setup mail and dns on... if i wanted to.
00:18:20preglowheh
00:18:27HClnever really saw the need
00:18:32preglowdid it mainly for fun
00:18:35HClsince the university emails everything to your university email
00:18:39preglowand for hosting the domains of some friends
00:18:45HCland 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:52Rickhow does rockbox choose to case directory names?
00:29:18HCli don't think we really make a choice, we just read the joliet / msdos filename back?
00:29:33Rickwell
00:29:33preglowholiet is a cdrom standard...
00:29:33Rickit's odd
00:29:36preglowjoliet <a-
00:29:36HClsorry
00:29:37HClxD
00:29:38Rickbecause some directories are upper case
00:29:41Rickand some are lower case
00:29:41HClwindows filenames
00:29:41HClwhatever
00:29:47Rickwhen they are all lower case
00:29:50CamiloRick are you using linux?
00:29:59RickCamilo: sometimes, yes
00:30:09Rickbut I am talking about from the view of rockbox display
00:30:12Camilowhen you are seeing the case inconsistencies, are you using linux?
00:30:13Ricknot a mounted drive
00:30:14amiconnThe problem here isn't rockbox, but windows
00:30:21RickNo, it is in the rockbox display
00:30:27Rickamiconn: ah
00:30:30CamiloOK..
00:30:31amiconnYes, but the problem is windows
00:30:32Rickhow can I fix it?
00:30:45HClrename them in windows?
00:30:55Rickin windows they are lowercase
00:30:58Rickin rockbox they are uppercase
00:30:59CamiloRick, from linux you can mount the drive with the options shortname=win95, then rename to your heart;s content
00:31:37HClare they shorter than 8 chars?
00:31:55Rickyes
00:31:58amiconnIf 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:10HCldoes rockbox default to windows filenames or msdos filenames when its 8.3 ?
00:32:10Rickah
00:32:12amiconnHowever, FAT shortnames are always uppercase
00:32:16HClah.
00:32:19Rickthat 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:57amiconnIirc there is a registry key to 'cure' that odd windows behaviour, but I don't remember which one
00:33:01Rickah
00:34:05amiconnFound it: http://www.annoyances.org/exec/show/article02-101
00:34:05Camilolinux 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:22Rickdon't see an option for the first one
00:35:27Rickoh wait
00:35:28Rickthat's win98
00:35:28amiconnPure 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:30amiconnRick: The problem exists with all 32 bit Windows versions
00:36:38Rickah
00:36:48Rickwell
00:36:50Rickthanks 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:24HClsometimes 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:34preglowi feel it should be fatal
00:55:56preglowat least punishable
00:57:53 Join bagawk [0] (~Lee@bagawk.user)
00:59:37 Quit matsl (Remote closed the connection)
01:00
01:04:00MoosCamarogood 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:00
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:00
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:00
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:00
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:09Kio|Jestcomebackhi all
06:00
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:00
07:30:52***Saving seen data "./dancer.seen"
08:00
08:03:27 Join amiconn [0] (~jens@pD9E7F857.dip.t-dialin.net)
08:04:50LinusNhi amiconn
08:04:58LinusNnice work on the trigger cleanup
08:05:00amiconnGood morning :)
08:06:35amiconnHmm, would be better if at least some test compilations are done prior to commit :-/
08:07:00amiconnTrigger is not yet tested on Ondio FM, but I hope it works
08:07:08LinusNhehe, i did compile the ondio, but i accidentally configured for the sp
08:07:57amiconnThe SP binary got >2.5 KB larger without my cleanup
08:08:20LinusNwas that a problem?
08:08:35amiconnIt's a waste...
08:08:39LinusNof course
08:09:10LinusNi see it like this: the code would never have been cleaned up if i didn't commit it
08:09:34amiconnAfter cleanup, about 500 bytes are left, coming from the additional strings, and one additional peakmeter function unrelated to the trigger
08:09:45LinusNi simply had no time to fix all platforms, and philipp wasn't going to do it either
08:09:48t0mas|zzzmorning
08:09:50 Nick t0mas|zzz is now known as t0mas (~Tomas@ip503c08d1.speed.planet.nl)
08:09:58amiconnThe player binary increased ~300 bytes
08:10:14amiconn(due to the strings)
08:10:17LinusNt0mas: morning
08:10:46LinusNnon-platform related strings is becoming a problem
08:11:02amiconnI hope the C99 syntax I used for const'ing is okay
08:11:09LinusNlooks ok
08:11:14amiconn(designated initializers)
08:11:20LinusNcool feature
08:11:27amiconnyup
08:13:09amiconnBtw, I like the trigger option menu presentation...
08:13:39amiconnPerhaps this layout (improved a little bit further) should become the standard option menu in rockbox...
08:16:12LinusNwe have discussed various ways of doing that
08:16:47LinusNthe problem is always the width
08:17:58LinusNwith different fonts and languages
08:19:36Ricktrigger?
08:20:17LinusNlevel triggered recording
08:20:44amiconnLinusN: I know about the problems, but imho this is solvable if partial scrolling lines get implemented
08:20:46t0masoh LinusN.. I have a little bug in the bootloader...
08:21:02LinusNt0mas: only one?
08:21:09t0masdon't know ;)
08:21:22t0maswhen hold is on.... and you press the play button shortly... it will just boot
08:21:33LinusNyes, that's a known bug
08:21:52t0masok
08:22:00LinusNthanks for reporting anyway
08:22:03Rickhehe
08:22:14t0masI'll instruct my pocket to keep the button pressed for some time ;)
08:22:25LinusNt0mas: do that :-)
08:22:41Rickon which unit?
08:22:47t0masH120
08:22:47LinusNarchos recorders
08:22:59LinusN(if you mean trigger)
08:23:06*Rick can't see the h120's play button getting clicked on like that easily
08:23:48t0masnope... that's why I noticed now.. and not a few weeks ago
08:23:59Rickah
08:24:00Rickhehe
08:24:12Ricki'm sure it's improbable of that happening with the case on too
08:24:34t0masyeah, I still want an iSkin...
08:24:43Rickhrm
08:24:44*Rick thinks
08:25:00Rickdoes rockbox react to the remote buttons already?
08:25:09t0masonly the ON button...
08:25:13Rickdarn
08:25:15t0masto start original firmware
08:25:28amiconnLinusN: 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:29t0mas(but you have to press it for a little time... not just hit it)
08:25:30Rickthat means I have to pull out the h120 when I accidentally start rockbox
08:25:35Rickyeah I know t0mas
08:25:52amiconnThe item name part should scroll if it does not fit completely
08:26:10LinusNamiconn: basically my idea too :-)
08:26:14amiconn(only if you are at that line, as with the current menus)
08:28:08amiconnOf 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:21LinusNyeah
08:30:29Rickwhat is 'I2C' / 'I2S'?
08:31:29LinusNI2C is a serial comm protocol, used to talk to various chips
08:31:32Rickah
08:31:43LinusNI2S is a serial protocol for audio
08:32:57*t0mas luistert naar: Track 35 (1:08)
08:33:00t0masoh lol
08:42:45 Join Schnueff [0] (~mah@134.96.247.243)
08:43:29*t0mas is away..
08:43:30t0masbye
08:47:12 Quit hibou ("CGI:IRC (EOF)")
08:52:37 Join DJ_Dooms_Day [0] (~scottr@220.245.184.47)
09:00
09:11:31 Join bobTHC [0] (~foo@l03v-40-193.d1.club-internet.fr)
09:11:45bobTHChi all!
09:11:56LinusNhola
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:31LinusNhi kurzhaarrocker
09:36:44kurzhaarrockerThank you for including my patch and sorry for the hubub it caused
09:37:09kurzhaarrockerI read something about standard menu stuff that I didn't use.
09:37:14LinusNi have homework for you
09:37:30kurzhaarrockerWhich?
09:37:36LinusN1) make it work better in the sim
09:37:44LinusN2) update the wiki
09:38:27kurzhaarrockerespecially the latter will be important for users :)
09:38:52LinusNoh yes
09:39:18kurzhaarrockerBut give me a week. Currently I'm very busy at work.
09:39:46LinusNyou 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:18LinusNRick: you come and you go...
09:49:08LinusNverizon seems to be a reliable isp :-)
09:50:20Bagderhaha
09:50:35LinusNnot to mention free of spam! :-) :-)
09:51:05BagderI wish I could use them ;-)
09:51:30LinusNi wish i didn't live in europe, where most spam comes from ;-)
10:00
10:00:33Lynx_LinusN: from the CVS activity it looks like you are on holidays :)
10:00:56LinusN:-)
10:00:59kurzhaarrockerNah, when LinusN is on holidays he writes spam :)
10:02:39Lynx_"Increase the capabilities of you firmware, no prescription required?
10:02:43Lynx_"
10:02:53 Quit Schnueff ("leaving")
10:03:02Lynx_s/you/your/
10:05:11LinusNR0.c.k!B.0_x
10:07:20Lynx_hehe
10:08:33Lynx_Bagder: got you FP2001 yet?
10:08:41Bagderno :-(
10:08:58Lynx_how long have you been waiting now?
10:09:24Bagdera week
10:09:53bobTHCEnl4rge y0ur Jukebox, choose the best drug on the n3t ! R0.c.k!B.0_x
10:10:03bobTHClol
10:16:28 Join Patr3ck [0] (~patr3ck@pD9ECF24A.dip.t-dialin.net)
10:18:24amiconnhi kurzhaarrocker (the Ondio breaker ;-) )
10:18:36*kurzhaarrocker hides from amiconn
10:18:59kurzhaarrockerIt'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:00
11:04:39 Quit Patr3ck ()
11:30:59***Saving seen data "./dancer.seen"
12:00
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:00
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:40kurzhaarrockerI updated the TriggerManual in wiki. Homework No 2 done.
13:13:34LinusNwonderful
13:14:12LinusNi must say that the graphics look very weird
13:14:21LinusNah, sorry
13:14:27LinusNhad to reload
13:14:38kurzhaarrocker:) I experienced that too
13:15:39kurzhaarrockerlunch
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:58t0maslong half day... stupid computers
13:55:35bobTHCcomputer are not stupid ;)
13:55:54t0masok... stupid customers
13:55:59bobTHC:)
13:57:57bobTHCor stupid engineer ;)
13:58:09*t0mas didn't build it...
13:58:28t0masI'm just a simple sysadmin... half time... still going to school the other day's
13:58:41preglowstupidity in coders...
13:58:58preglowthat's my favourite
13:59:28bobTHC:)
13:59:44preglowespecially because i'm so often guilty of it myself
13:59:55preglowlast stupidity was commited ten minutes ago
14:00
14:00:15*LinusN feels guilty
14:00:21bobTHC:))))
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:34bobTHCany taker dor gmail invite ?????
14:52:46bobTHCs/dor/for
14:54:40preglowi've got about 50 left, if you want, say, twenty of them
14:55:22Bagder:-)
14:55:34LinusNwhat's the deal with all those gmail invites?
14:55:57preglowi have no idea
14:56:00preglowi just have fifty
14:56:02BagderLinusN: you can't get an account normally, you can just get it by invitation
14:56:02preglowno, i have a hundrer
14:56:05preglowhundred, haha
14:57:50LinusNand why would i want a gmail account?
14:58:04BagderLinusN: to store 2GB of spam! ;-)
14:58:15LinusNwonderful!
14:58:15bobTHC2gig , searchable, pop and smtp, ....
14:58:30LinusNwna the catch is...?
14:58:38LinusNs/wna/and/
14:58:50Bagderads
14:58:57BagderI guess
14:58:59LinusNin the emails?
14:59:06preglownah, google ads on the page
14:59:12bobTHCnot exacly like google
14:59:13preglowdont think there is any in the mail
14:59:19bobTHCat ure right
14:59:26LinusNi would use smtp
14:59:29bobTHCyes
14:59:31preglowthere is a smtp server
14:59:34preglowand pop support
14:59:52bobTHCu can use it as a Web HD too
14:59:53LinusNand what's in it for google in that case?
15:00
15:00:01preglowi have no idea
15:00:06preglowi don't use it
15:00:10LinusNfree smtp with no injected ads
15:00:14bobTHCyes
15:00:19LinusNi don't get it
15:00:25bobTHC:)
15:00:26LinusNtoo good to be true
15:00:33preglowthey're philantropists :P
15:00:49BagderI guess they expect enough number of people to use the webmail
15:02:11preglowi might have to use it when i have to take my box down when i move
15:02:42preglowunless i get some mad fool to take over my mail server settings
15:03:32preglowsettings/setup
15:04:53bobTHCusing the gmail account as linux webstorage is a good thing... : http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html
15:05:22preglowtoo bad google is bound to break it sooner or later
15:05:34preglowthey've explicitely stated they don't want that
15:08:35bobTHCit's idiot, i like use unix command to manage webdrive
15:10:00 Quit mirak (orwell.freenode.net irc.freenode.net)
15:10:00NSplitorwell.freenode.net irc.freenode.net
15:10:09*preglow prepares himself to experience 100mbit withdrawal symptoms after moving
15:11:04bobTHClol
15:14:13bobTHChard to cameback to low BW for sure... it's like using a moped after have use a yam R1
15:14:35NHealorwell.freenode.net irc.freenode.net
15:14:35NJoinmirak [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:04TangHi :)
15:49:31Tanganyone?
15:49:42Bagderhi
15:49:46bobTHChi
15:50:13Tanglo Badger
15:50:31TangCan i ask if the latest audio progress are nly Archos related?
15:51:12Tang(i think yes but not sure)
15:51:15Bagderit isn't
15:52:25TangAh okay
15:52:29Tangwhat i thought
15:52:31Tangthanks
15:52:33Tang:)
15:53:09Tang(maybe i wasn't clear: i meant: "yes it's only related to Archos" ;)
15:58:40preglowthe whole reason the code is changed is so it makes sense on other platforms than archos
15:59:10preglowarchos can only do mpeg
16:00
16:01:46TangHum so it's nonArchos related
16:01:54Tangbut it's not a concrete progress
16:01:58Tangif i understand well
16:02:00Tang:)
16:02:10TangNo matter
16:02:18Tangi'm very pateint
16:02:21Tang:)
16:03:27Bagderit is progress indeed
16:03:44Bagderhow can progress not be "concrete" ?
16:04:06preglowlike in instant visible changes for the user, i guess
16:04:30TangHum
16:04:47Tangi didn't explained well myself
16:04:55Tangi mean not "substantial progress"
16:04:56Tang?
16:05:06TangSo no need to relay on some boards
16:05:07Tang:)
16:05:09Tang:)
16:05:17TangIs it true then?
16:08:45preglowno 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:34Tang(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:42Tangso they won't annoy you :)
16:19:44Tang;)
16:19:48TangBest regards
16:19:50TangTanguy
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:50t0mas[15:05:53] <preglow> unless i get some mad fool to take over my mail server settings
16:48:56t0masMad fool reporting :)
16:49:04t0masI'm doing backup MX for some domains...
16:53:27 Quit ashridah ("Leaving")
16:55:00t0maslol
16:55:32t0masI was just reading about libcurl... and read "Daniel Stenberg" and I was thinking like... "where did I read that name before?"
16:56:01Bagder:-)
16:57:14preglowhaha
16:57:20t0mastnx for writing that Bagder :)
16:57:25preglowi think i've got a mad fool for a friend anyway, so i'll be alright
16:57:26*Bagder bows
16:57:27t0masmakes logging on to msn a lot easyer
16:57:39Lynx_Bagder: you're into hairdressing also? ;)
16:57:50t0maspreglow: just email me if you need it :)
16:57:56preglowt0mas: great
16:58:00t0mastomas@salfischberger.nl / tomas@shcomputers.nl
16:58:01Bagdernah, curling is a sport
16:58:06preglowi love curling
16:58:06Bagder;-)
16:58:14t0masoh LOL
16:58:17t0masHCl?
16:58:22t0mascheck planet news :)
16:58:39t0masA man jumped off the public tribune... into the dutch gouvernment chamber
16:58:54t0masa securitygard jumped after him
16:59:08t0masthey both broke their legs... and the man was arrested
17:00
17:08:14 Quit preglow ("leaving")
17:21:35 Join DMJC [0] (~neil@ppp37-221.lns1.adl1.internode.on.net)
17:21:43DMJCyay
17:21:49DMJCok, any news?
17:21:57DMJCI'm in console only mode on a friend's box
17:31:07***Saving seen data "./dancer.seen"
17:38:06DMJC
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:06muesli-high
17:51:16 Nick tvelocity is now known as tvelocity[away] (~tony@ipa98.6.tellas.gr)
17:51:26splathi
17:53:24 Quit tvelocity[away] ("Leaving")
17:56:22 Quit splat ("CGI:IRC (EOF)")
18:00
18:00:02 Join bytemission [0] (~bytemissi@212.202.107.222)
18:01:00bytemissionhi
18:01:19bytemissionanybody 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
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
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:01rasherDone.. if "Udløser" is an acceptable translation of "Trigger"
20:36:28Bagderah, that one
20:38:44rasherI should do a lower-case-nazi attack on dansk.lang at some point
20:38:56rasherproblem is I don't notice half of the problems
20:39:07rashersince I see about 5% of the strings on the iriver :-\
20:39:13Bagderhehe
20:39:50rasherand 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:55rasheroh well
20:40:27rasherdo I submit this to the tracker, or will you commit it?
20:40:54Bagderbeam it to be and I'll commit
20:40:57Bagderto me
20:41:20rasherrasher.dyndns.org/~rasher/dansk.lang.new">http://rasher.dyndns.org/~rasher/dansk.lang.new
20:41:31Bagderok, its the full replacement?
20:41:39rasheryeah, is a patch better?
20:41:47Bagderno, this'll do fine
20:42:00rasherexcellent
20:42:29Bagderdone
20:42:50rasherGroovy
20:43:19rasherU apps/lang/dansk.lang
20:43:22rasherhurray!
20:43:27Bagder:-)
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
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:03Eodunhi everyone
21:23:08Bagderhi
21:23:09 Join StrathAFK [0] (~mike@dgvlwinas01pool0-a202.wi.tds.net)
21:24:00EodunWhere 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:45Bagderyou can find that in cvs, either using a cvs client or check the cvs web interface
21:25:06Eodunok, gonna update voices now
21:25:30Bagdernice
21:25:49Bagdergot any feedback from spanish users?
21:26:05Eodunoh, one thing: I have french, german and italian voices, so i could buid them, but dunno how to correct pronunciation...
21:26:31Bagderme neither ;)
21:26:53Eodunjust one thing: the lastest espanol.lang says folder instead of "directorio" or "carpeta"
21:26:59Eodunbut minor problem really
21:27:52Bagderhablo solo un pocito :-)
21:28:06EodunI've been thinking about the line in in my player...
21:28:25Eodunnice... just that it's "poquito" :)
21:28:33Bagderoh 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:40eodun2sry got disconnected
21:31:47eodun2could be possible to write a plugin or menu so you could record from the line in?
21:32:51Bagdernot on the player model, no
21:33:21rashero.O what's a line-in for if you can't record?
21:33:31Bagdergood question
21:33:36Bagdersing-along? ;-)
21:33:45eodun2you can use it like an amplifier
21:33:45rasherWhat the...?!
21:34:17eodun2connect to line-in and from headphone jack
21:34:35eodun2-bum- a little amplifier
21:34:40eodun2funny
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:49rasherWait.. the player has a line-in but no ability to record? Who thought of that... and WHY?!
21:36:05rasheror am I misreading something here
21:36:10Bagderhey, remember that they are french ;-)
21:36:25rasherThose nutty French.
21:36:41eodun2lol
21:36:56eodun2but the signal has to go through some circuit
21:36:57rasherThat really has got to be one of the most bizarre hardware design choices I've heard of
21:37:23Bagdereodun2: yes, but its not possible for the cpu to intercept
21:38:02rasherI 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:51eodun2they could think about a use for it, but when got to design the software simply left it as is.
21:41:16eodun2well, uploading voices
21:41:19eodun2see 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:29rasherIt's kind of sad that I only use 2kb/s on average of my internet connection
21:51:43rasherand a little more upstream
22:00
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:54pikehi dudes and dudettes
22:44:18pikeI stumbled upon this: http://forum.iriver.se/ rofl, probably not new is it ?
22:44:35t0mashacked? :)
22:55:55 Quit Nibbler ("blubber")
23:00
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)

Previous day | Next day