| [00:04] | <NC-17> | has joined #neuros |
| [00:07] | <JoshMalone> | has joined #neuros |
| [00:08] | <JoshMalone> | ah - much better |
| [00:08] | <JoshMalone> | that last xchat version was ancient :( |
| [00:13] | <nerochiaro> | josh i'm using 2.4.0 |
| [00:13] | <JoshMalone> | yeah - I was using 2.0.something before :( |
| [00:13] | <JoshMalone> | now Im up to 2.4.0 (gotta love apt-get) |
| [00:20] | <nerochiaro> | is off to get some sleep |
| [00:38] | <JoshMalone> | has quit ["Gotta cook dinner"] |
| [00:39] | <GarBage> | i'm back |
| [00:46] | <Rez> | has joined #neuros |
| [00:55] | <Rez> | has quit [Read error: 104 (Connection reset by peer)] |
| [00:56] | <Koron> | has quit [Read error: 110 (Connection timed out)] |
| [00:56] | <nerochiaro> | has quit [Read error: 110 (Connection timed out)] |
| [01:11] | <NC-17> | has quit [Read error: 104 (Connection reset by peer)] |
| [01:14] | <Rez> | has joined #neuros |
| [01:17] | <pwarren_afk> | Yay! Garbage is back! |
| [01:17] | <pwarren_afk> | is too. |
| [01:20] | <GarBage> | hi paul |
| [01:21] | <pwarren> | how goes it Gar? |
| [01:22] | <GarBage> | actually a bit dazzzzed&confuzzzzed |
| [01:22] | <GarBage> | or maybe plain sleepy |
| [01:22] | <NC-17> | has joined #neuros |
| [01:22] | <pwarren> | hehe. Been there before. |
| [01:23] | <GarBage> | i'm doing a dump from my old 20Gb to the new 60Gb one |
| [01:24] | <pwarren> | nice. I've only got 40Gb! |
| [01:24] | <GarBage> | the old drive, on a usb 1.1 connection on the debian machine, the new drive on the neuros plugged to the windows machine (2.0), rsyncing using the network |
| [01:24] | <GarBage> | ... |
| [01:25] | <pwarren> | man that's complicated :o) |
| [01:25] | <pwarren> | I had a 'forced' upgrade (old hdd in neuros died) |
| [01:25] | <GarBage> | as the best export from Australia since boomerangs once said... Slow |
| [01:25] | <pwarren> | luckily I keep my music on my PC also. |
| [01:26] | <pwarren> | hehe. Tridge is a brilliant dude. Completely Odd, but brilliant. |
| [01:27] | <GarBage> | Tridge? i was talking about Kylie ;) |
| [01:27] | <pwarren> | oh bugger. |
| [01:28] | <GarBage> | who's Tridge anyway? |
| [01:28] | <pwarren> | Tridge = Andrew Tridgell, the dude who wrote rsync and most of SAMBA. |
| [01:29] | <GarBage> | ah, fine, i do not happen to know the name of most (in)famous coders |
| [01:29] | <GarBage> | i'm not *that* freak ;) |
| [01:29] | <pwarren> | I only know about tridge because he lives in Canberra. and I see him at CLUG meetings. |
| [01:30] | <GarBage> | i see |
| [01:31] | <pwarren> | and I've met RMS :o) |
| [01:32] | <GarBage> | really? he is a quite brilliant individual.. he does conferences here speaking a very natural (and sometimes funny) spanish |
| [01:33] | <pwarren> | cool. Yeah, he was here in october doing his usual speech. software patents and about GNU. |
| [01:34] | <pwarren> | any more about FLAC? |
| [01:35] | <GarBage> | nope, no news |
| [01:36] | <pwarren> | ah well. I'd do something, but it's all way over my head atm. |
| [01:39] | <GarBage> | over as a hat, over as the ceiling, over as a plane or over as the moon? |
| [01:40] | <pwarren> | hmm, ceiling. |
| [01:40] | <GarBage> | cool, let me know if i can provide some kind of stairs then |
| [01:40] | <pwarren> | heh... |
| [01:41] | <pwarren> | I think it will just take me sitting down and reading the code through for a week or so. |
| [01:44] | <GarBage> | the current code prohibits: a) gapless trough different codecs b) crossfading c) file oriented decoding |
| [01:44] | <GarBage> | by design |
| [01:45] | <Rez> | is it fixable? |
| [01:45] | <GarBage> | if i had the guts/brains i'd rewrite this stuff... cos it's a main blocker for a lot of exciting features |
| [01:45] | <pwarren> | is there a _good_ reason for that design? |
| [01:46] | <GarBage> | the main reason is *space* |
| [01:47] | <Rez> | lack of it for the firmware? |
| [01:47] | <GarBage> | the codecs are dinamically loaded, as they cannot fit together on code space |
| [01:47] | <GarBage> | so the new one overwrites the old one on the fly |
| [01:47] | <GarBage> | there are no common buffers |
| [01:48] | <GarBage> | and only a few globals glue them with the rest of the code |
| [01:49] | <GarBage> | maybe using a common writable buffer dataspace we can find some workarounds |
| [01:49] | <pwarren> | can we not have code in the 64Mb flash bit? |
| [01:50] | <Rez> | well, for my issue, all the files in an album are going to use the same codec, so the codec loading isn't such a big thing |
| [01:50] | <GarBage> | flash it is slow, not directly addressable, and r/w are limited |
| [01:51] | <pwarren> | heh. |
| [01:54] | <pwarren> | told you I'm out of my depth. |
| [01:54] | <Yono> | GarBage, did you see what Gao wrote about how stuff can be configured to take up less space? |
| [01:55] | <Yono> | I had no clue what he was talking about, but I figured you did |
| [01:55] | <GarBage> | that's exactly what i just explained |
| [01:55] | <GarBage> | dinamically loadable sections |
| [01:56] | <pwarren> | dynamically. |
| [01:57] | <GarBage> | paul: thx |
| [01:59] | <pwarren> | :) |
| [02:00] | <GarBage> | needs to review the surrealistic Dynamic Duo TV adventures once again |
| [02:01] | <GarBage> | where's webkid? |
| [02:02] | <GarBage> | i think he should send a dev neuros to any of those MPC hackers |
| [02:02] | <Yono> | he hasn't been around here for a couple of days |
| [02:02] | <pwarren> | Haven't seen him today. |
| [02:08] | <pwarren> | I'm out for lunch. Have a good one ppl! |
| [02:08] | <Yono> | later |
| [02:09] | <pwarren> | has quit ["I'm always here, but others sometimes go away."] |
| [02:13] | <Yono> | ok, so what is the current roadmap for the firmware, what will come next most likely? |
| [02:14] | <ivel> | tetris tetris tetris |
| [02:14] | <Yono> | lol, hi ivel |
| [02:15] | <ivel> | hi |
| [02:15] | <GarBage> | Yono: db reestructuration, i suppose |
| [02:15] | <GarBage> | hi ivel |
| [02:15] | <Yono> | self profiling, cool |
| [02:15] | <GarBage> | Yono: nope, i find that feature almost useless |
| [02:16] | <ivel> | what is self profiling? |
| [02:16] | <GarBage> | if i add some content, then i'm in front of a computer, so i can rebuild |
| [02:18] | <ivel> | oh |
| [02:18] | <ivel> | GarBage: what do you think of this: |
| [02:18] | <ivel> | cgi.ebay.com |
| [02:18] | <GarBage> | ivel: self profiling == on board database rebuilding |
| [02:18] | <ivel> | Yono gave me the OK to get it... |
| [02:19] | <Koron> | has joined #neuros |
| [02:19] | <ivel> | not high on my list either....i just use NDBM |
| [02:19] | <nerochiaro> | has joined #neuros |
| [02:20] | <GarBage> | ivel: that's a pretty cool gadget |
| [02:20] | <Yono> | that the 40GB version? |
| [02:20] | <GarBage> | i want one! |
| [02:20] | <ivel> | no...just the empty case |
| [02:20] | <Yono> | self profiling isn't high for me either, I want wireless ;) |
| [02:20] | <ivel> | there's a french one available...but it's not a 2.5 drive |
| [02:20] | <ivel> | but 2.5 drive makes it smaller....:) |
| [02:21] | <ivel> | it's about 300 euros for a 80 GB one...is that good GarBage ? |
| [02:22] | <GarBage> | does it output NTSC? |
| [02:22] | <GarBage> | french people use SECAM |
| [02:22] | <GarBage> | and here we use PAL-B/G |
| [02:23] | <Yono> | 1 Euro = 1.35 US I think |
| [02:23] | <ivel> | the french one? i don't konw |
| [02:23] | <ivel> | damn....too much |
| [02:24] | <GarBage> | ivel: that's funny, i think of a patenting a gadget like that just today |
| [02:25] | <GarBage> | not exactly that concept, but kinda |
| [02:25] | <GarBage> | say you have the Neuros, or other portable HD |
| [02:26] | <GarBage> | then you have a USB host device with a little OLED/LCD screen as a small remote, with several I/O ports |
| [02:27] | <GarBage> | a mini USB, a audio out, a line in, a video out and a video in |
| [02:28] | <GarBage> | so you can play back audio files digitally through it |
| [02:28] | <Yono> | has quit ["Download Gaim: gaim.sourceforge.net |
| [02:28] | <GarBage> | and video files as well |
| [02:29] | <GarBage> | and even directly record new ones |
| [02:30] | <GarBage> | that's my patent idea, now shared (and screwed) with the rest of the world |
| [04:00] | <Yono> | has joined #neuros |
| [04:00] | <Yono> | hello |
| [04:00] | <Yono> | ugh screwy computer |
| [04:01] | <Yono> | has quit [Client Quit] |
| [04:16] | <Starkey> | has joined #neuros |
| [04:17] | <Koron> | has quit [Read error: 110 (Connection timed out)] |
| [04:18] | <nerochiaro> | has quit [Read error: 110 (Connection timed out)] |
| [04:27] | <loup> | has joined #neuros |
| [04:29] | <loup> | what's up with the forums, or rather, what's down? |
| [04:30] | <nerochiaro> | has joined #neuros |
| [04:30] | <Koron> | has joined #neuros |
| [04:39] | <loup> | has quit [] |
| [05:00] | <shaunm> | has joined #neuros |
| [05:12] | <Koron|out> | has joined #neuros |
| [05:19] | <Koron> | has quit [Read error: 110 (Connection timed out)] |
| [05:20] | <nerochiaro> | has quit [Read error: 110 (Connection timed out)] |
| [06:39] | <nerochiaro> | has joined #neuros |
| [06:57] | <Koron|out> | has quit [Read error: 110 (Connection timed out)] |
| [07:16] | <nerochiaro> | has quit [Read error: 110 (Connection timed out)] |
| [07:20] | <Koron> | has joined #neuros |
| [08:39] | <nerochiaro> | has joined #neuros |
| [08:57] | <Koron> | has quit [Read error: 110 (Connection timed out)] |
| [09:16] | <nerochiaro> | has quit [Read error: 110 (Connection timed out)] |
| [09:26] | <Koron> | has joined #neuros |
| [09:52] | <Starkey_> | has joined #neuros |
| [09:52] | <Starkey> | has quit [Read error: 104 (Connection reset by peer)] |
| [10:10] | <Koron> | has quit [Read error: 110 (Connection timed out)] |
| [10:18] | <Metatron_> | has quit [Read error: 60 (Operation timed out)] |
| [10:39] | <nerochiaro> | has joined #neuros |
| [11:20] | <nerochiaro> | has quit [Read error: 110 (Connection timed out)] |
| [11:26] | <Koron> | has joined #neuros |
| [12:39] | <nerochiaro> | has joined #neuros |
| [12:57] | <Koron> | has quit [Read error: 110 (Connection timed out)] |
| [13:15] | <nerochiaro> | has quit [Read error: 110 (Connection timed out)] |
| [13:26] | <Koron> | has joined #neuros |
| [14:38] | <nerochiaro> | has joined #neuros |
| [14:45] | <m0rbidini> | has quit [Read error: 104 (Connection reset by peer)] |
| [14:56] | <Koron> | has quit [Read error: 110 (Connection timed out)] |
| [15:11] | <JoshMalone> | has joined #neuros |
| [15:26] | <Koron> | has joined #neuros |
| [15:30] | <nerochiaro> | has quit [Read error: 110 (Connection timed out)] |
| [16:56] | <nerochiaro> | has joined #neuros |
| [17:04] | <JoshMalone> | hey nero |
| [17:14] | <Koron> | has quit [Read error: 110 (Connection timed out)] |
| [17:30] | <Koron> | has joined #neuros |
| [17:50] | <nerochiaro> | has quit [Read error: 110 (Connection timed out)] |
| [18:08] | <Koron> | has quit [Read error: 110 (Connection timed out)] |
| [19:14] | <nerochiaro> | has joined #neuros |
| [19:30] | <Koron> | has joined #neuros |
| [19:32] | <JoshMalone> | has anybody else noticed their Neuros turning on for a few milliseconds every now and then while charging? |
| [19:32] | <Q-W-Y> | has quit [Read error: 110 (Connection timed out)] |
| [19:42] | <|GUTS|Zap> | has joined #Neuros |
| [19:49] | <nerochiaro> | has quit [Read error: 110 (Connection timed out)] |
| [19:59] | <edbgon> | has joined #neuros |
| [20:00] | <mode/#neuros> | by ChanServ |
| [20:00] | <mode/#neuros> | by edbgon |
| [20:09] | <nerochiaro> | has joined #neuros |
| [20:09] | <nerochiaro> | good evening people |
| [20:10] | <Zap> | well good afternoon sir |
| [20:14] | <JoshMalone> | afternoon Zap, Nero |
| [20:19] | <@edbgon> | hello |
| [20:27] | <JoshMalone> | argh - this video decoder chip is driving me nuts |
| [20:27] | <edbgon> | has quit [Read error: 104 (Connection reset by peer)] |
| [20:35] | <shaunm> | has quit ["Client exiting"] |
| [20:47] | <nerochiaro> | josh, what's up with that ? |
| [20:52] | <JoshMalone> | with what? |
| [21:21] | <Yono> | has joined #neuros |
| [21:21] | <JoshMalone> | howdy |
| [21:21] | <Yono> | hello |
| [21:24] | <Yono> | have I missed anything? the log screwed up |
| [21:24] | <nerochiaro_away> | has joined #neuros |
| [21:24] | <JoshMalone> | been pretty idle all day |
| [21:24] | <Yono> | dude, the logger disconnected |
| [21:24] | <Yono> | nerochiaro_away, fix it! |
| [21:24] | <Yono> | lol |
| [21:24] | <nerochiaro_away> | i'm doing it |
| [21:24] | <Yono> | ok |
| [21:24] | <JoshMalone> | my tailback since 9AM is only about 20 lines |
| [21:25] | <nerochiaro_away> | but there's something wrong between me and freenet. |
| [21:25] | <JoshMalone> | :( |
| [21:25] | <nerochiaro_away> | i can stay all day connected with the mpc server, but here, after 20 minutes i don't talk, i get disconnected at the first time i try to say anything |
| [21:26] | <nerochiaro_away> | it happens all the time |
| [21:26] | <nerochiaro_away> | and i can't figure out what it is |
| [21:26] | <JoshMalone> | that's weird (I don't know anything about IRC, though) |
| [21:27] | <Metatron_> | has joined #Neuros |
| [21:27] | <nerochiaro_away> | it is indeed. LoRez suggested back then it was mirc's fault, so i replaced it with xchat |
| [21:27] | <GarBage> | nerochiaro_away: it only happens to you and Koron, fix your clients |
| [21:27] | <nerochiaro_away> | gar, any suggestions on how to do that ? |
| [21:28] | <nerochiaro_away> | many others use xchat and don't have problems |
| [21:28] | <GarBage> | dunno, i used both BithX and irssi painlessly |
| [21:28] | <nerochiaro_away> | i know, it's strange |
| [21:29] | <JoshMalone> | xchat here |
| [21:29] | <Yono> | GAIM IRC plugin |
| [21:30] | <nerochiaro_away> | oh, well, i can live with it, as long as the bot don't have trouble, i'm fine |
| [21:30] | <JoshMalone> | ooo - GAIM has IRC plugin? cool |
| [21:30] | <nerochiaro_away> | gar, what was the problem with the battery charger that I posted in the forum ? |
| [21:30] | <Yono> | well, it comes with it now |
| [21:30] | <Yono> | I still use V 0.79 :-P |
| [21:31] | <GarBage> | insufficient amperage at the voltages needed for charging |
| [21:31] | <nerochiaro_away> | you deduced that from the chart picture i posted ? |
| [21:32] | <GarBage> | as you turn your voltage up, the amperage goes down, the maximum amperage is only applied to the lowest voltage |
| [21:32] | <GarBage> | nerochiaro_away: yes, kinda, but that chart is highly cryptic |
| [21:33] | <nerochiaro_away> | you don't understand the text or it just doesn't make sense anyway ? |
| [21:35] | <GarBage> | the chart itself if quite innacurate |
| [21:36] | <nerochiaro_away> | well, ok. i'll go get another. so i should get one that outputs 1000mA at every voltage i choose ? |
| [21:38] | <GarBage> | humm... for regular multivoltage chargers that's utopic ... amps = volts / ohms |
| [21:39] | <Koron> | has quit [Read error: 110 (Connection timed out)] |
| [21:39] | <nerochiaro> | has quit [Read error: 110 (Connection timed out)] |
| [21:40] | <nerochiaro_away> | so what should i am for ? |
| [21:40] | <GarBage> | just make sure it gives at least 800mA-1000mA @ 9V(DC)~240V(AC) or so |
| [21:41] | <nerochiaro_away> | ok. |
| [21:41] | <nerochiaro_away> | why 240 AC ? we have 220 here |
| [21:42] | <GarBage> | ok, 220V then |
| [21:42] | <nerochiaro_away> | you have 240 in spain ? |
| [21:43] | <GarBage> | nope |
| [21:43] | <GarBage> | 220 too |
| [21:44] | <GarBage> | but most ac adaptors sold in EU take up to 240V |
| [21:47] | <nerochiaro_away> | ah, ok |
| [21:48] | <nerochiaro_away> | what happens if i feed a lower amperage ? shouldn' that make the batteries charge slower ? or does that happen with lower voltage ? (and yes, i suck at electronics) |
| [21:48] | <GarBage> | hummm |
| [21:48] | <GarBage> | say you have a pipe |
| [21:49] | <GarBage> | the diameter of the pipe should be the amperage |
| [21:49] | <GarBage> | that is how many electrons fill through that pipe |
| [21:50] | <GarBage> | the voltage should be the pression on the pipe |
| [21:50] | <nerochiaro_away> | ok, the pipe analogy always works great |
| [21:50] | <GarBage> | that is the hummm.. the speed on the pipe or so |
| [21:50] | <nerochiaro_away> | yes, i get what you mean |
| [21:50] | <JoshMalone> | voltage == pressure of the water |
| [21:51] | <GarBage> | the density of the fluid should be the resistance (ohms) |
| [21:51] | <JoshMalone> | total amount of water (liters/sec) == power :) |
| [21:51] | <GarBage> | that is how hard is to make the fluid flow |
| [21:51] | <nerochiaro_away> | ok |
| [21:52] | <nerochiaro_away> | so far so good. then lowering the amperage makes possible for less 'fluid' to come in at a time |
| [21:52] | <nerochiaro_away> | that is, current |
| [21:52] | <GarBage> | yeah, and then the batteries do not charge at a proper rate |
| [21:53] | <nerochiaro_away> | yeah, but does that mean they just charge slower, no ? |
| [21:53] | <LoRez> | nerochiaro_away: are you behind a NAT? |
| [21:53] | <nerochiaro_away> | lorez: no, that i know oof |
| [21:54] | <nerochiaro_away> | lorez: would that give problems to IRC ? |
| [21:55] | <GarBage> | i'm a NATter, and no problems here |
| [21:55] | <JoshMalone> | I'm behind 2 layers of NAT :) |
| [21:56] | <JoshMalone> | brain-dead NAT could make you lose your connection; if the router didn't handle the state tables properly |
| [21:57] | <LoRez> | what he said. |
| [21:57] | <nerochiaro_away> | well, anyway i shouldn't be behind NAT. |
| [21:58] | <nerochiaro_away> | and besides, other IRC networks don't disconnect me |
| [21:58] | <JoshMalone> | descr: MC-link SpA - xDSL single user customers |
| [21:58] | <nerochiaro_away> | yes, that's it |
| [21:59] | <JoshMalone> | DSL modem direct to PC? |
| [21:59] | <nerochiaro_away> | yes, an alcatel speedtouch pro |
| [22:01] | <JoshMalone> | apeedtouch pro has built-in firewall, though |
| [22:02] | <nerochiaro_away> | disabled it |
| [22:03] | <JoshMalone> | hmm...weird then |
| [22:04] | <nerochiaro_away> | all that remains is my software firewall, if you tell me what could be that gives trouble to IRC i can check if i block that by mistake |
| [22:04] | <JoshMalone> | what's your PC setup (OS, etc.) |
| [22:07] | <nerochiaro_away> | xp pro, an amd 1700+ 512 ram |
| [22:10] | <JoshMalone> | SP2? |
| [22:12] | <nerochiaro_away> | yes, windows firewall turned off |
| [22:12] | <JoshMalone> | afraid I dont know much about windows :( |
| [22:13] | <nerochiaro_away> | well, no problem |
| [22:14] | <nerochiaro_away> | i can live with IRC disconnections from time to time, no biggie |
| [22:46] | <JoshMalone> | nZC3nXCNzYD3n2CxnX.ahb6.DrijCNT6EWv3CW. |
| [22:46] | <JoshMalone> | darnit- sorry |
| [22:52] | <Koron> | has joined #neuros |
| [23:03] | <JoshMalone> | has quit ["Of course I have the right cab [NO CARRIER]"] |
| [23:04] | <nerochiaro_away> | has quit [Read error: 110 (Connection timed out)] |
| [23:22] | <nerochiaro_away> | has joined #neuros |
| [23:22] | <nerochiaro_away> | still awake, gar ? |
| [23:40] | <Koron> | has quit [Read error: 110 (Connection timed out)] |
| [23:58] | <GarBage> | sup nero? |
| [23:59] | <nerochiaro_away> | has quit [Read error: 110 (Connection timed out)] |