code logs -> 2008 -> Wed, 07 May 2008< code.20080506.log - code.20080508.log >
--- Log opened Wed May 07 00:00:13 2008
00:05 Greenlantern [~Green@87.120.47.ns-3161] has quit [Quit: ]
00:12 Vornotron [~vorn@Admin.Nightstar.Net] has joined #code
00:18 Vornotron is now known as Vornicus
00:25 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Connection reset by peer]
00:29 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
00:29 mode/#code [+o ToxicFrog] by ChanServ
01:09 AnnoDomini [AnnoDomini@Nightstar-28994.neoplus.adsl.tpnet.pl] has quit [Quit: He who fights with monsters should look to it that he himself does not become a monster. And when you gaze long into an abyss, the abyss gazes also into you.]
02:07
<@ToxicFrog>
Hmm.
02:07 * ToxicFrog advances the theory that Puppy Linux is Damn Small Linux Done Right.
02:10
<@McMartin>
Only gets a 9
02:10
<@McMartin>
The 10 is reserved for as yet nonexistent Kitten Linux
02:11
<@McMartin>
Though if you needed information on i386 stack growth direction to get Puppy Linux working, I suspect your theory is flawed
02:16
<@ToxicFrog>
No, I was playing with building ECL.
02:16
<@ToxicFrog>
(answer: cross-compiling ECL is lolfailure)
02:17
<@ToxicFrog>
Getting PL working from CD was trivial (burn, reboot)
02:18
<@ToxicFrog>
Getting it working from USB was not entirely smooth, since the automated liveUSB generator fell over, but fixing it took thirty seconds of reading and two commands.
02:18
<@ToxicFrog>
(which still puts it far, far ahead of DSL)
02:18
< Vornicus>
ECL?
02:19
<@ToxicFrog>
The customization stuff is also very slick, uses multiple unionFS layers
02:21
<@ToxicFrog>
Your config files and individual downloaded packages are automatically saved to one (and, more generally, anything you create on "disk"); you can also download complete SFS images and it will layer them between the rootfs image and the user settings image
02:48 gnolam [lenin@Nightstar-10613.8.5.253.static.se.wasadata.net] has quit [Quit: Z?]
02:58 Thaqui [~Thaqui@Nightstar-711.jetstream.xtra.co.nz] has joined #code
02:58 mode/#code [+o Thaqui] by ChanServ
03:29
<@ToxicFrog>
Vornicus: a Common Lisp implementation.
03:29
<@ToxicFrog>
gnolam wanted a windows build.
03:29
< Vornicus>
aha
04:18 ASCIISkull [~none@Nightstar-7066.dyn.optonline.net] has quit [Ping Timeout]
04:23 ASCIISkull [~none@Nightstar-7066.dyn.optonline.net] has joined #code
04:24 ASCIISkull is now known as NSGuest-6392
04:29 NSGuest-6392 is now known as AFKSkull
04:33 Vornotron [~vorn@Admin.Nightstar.Net] has joined #code
04:34 Vornicus [~vorn@ServicesOp.Nightstar.Net] has quit [Ping Timeout]
05:04 Vornotron is now known as Vornicus
06:04 Vornicus is now known as Vornicus-Latens
08:56 Vornicus-Latens [~vorn@ServicesOp.Nightstar.Net] has quit [Ping Timeout]
09:03 AnnoDomini [AnnoDomini@Nightstar-29135.neoplus.adsl.tpnet.pl] has joined #Code
09:03 mode/#code [+o AnnoDomini] by ChanServ
11:55
<@EvilDarkLord>
How would I pass the files that 'find' locates to rm?
11:56
<@jerith>
xargs?
11:56
<@jerith>
You can just give find the -delete param, though.
11:59
<@EvilDarkLord>
Thanks.
12:13
<@MyCatVerbs>
find . -name "*.mp3" -type f -print0 | xargs -0 echo
12:13
<@MyCatVerbs>
find . -name "*.mp3" -type f | while read x; do echo $x;
12:14
<@MyCatVerbs>
find . -name "*.mp3" -type f -exec echo {} +
12:15
<@MyCatVerbs>
Three different ways of doing something completely useless. I'm sure you can think of ways to generalise that to more useful actions, though.
12:15
<@EvilDarkLord>
Indeed. Thanks!
12:16
<@MyCatVerbs>
Oh, in case you're wondering about the syntax for the exec option, AFAIK it reads up to the + character.
12:16
<@MyCatVerbs>
No worries.
12:18
<@MyCatVerbs>
Be aware that those all do subtly different things, though. Like xargs will batch those up, and while read x... loop will be really slow and will also break if filenames contain newline characters (crazy, but legal(!) in Unix). The last one, I'm not entirely sure about, but the grammar for it seems like it would probably be horribly fragile and vulnerable to nasty edge cases.
12:34 Thaqui [~Thaqui@Nightstar-711.jetstream.xtra.co.nz] has left #code [Leaving]
12:36 gnolam [lenin@Nightstar-10613.8.5.253.static.se.wasadata.net] has joined #Code
12:36 mode/#code [+o gnolam] by ChanServ
14:02 DiceBot [~Reiver@Nightstar-10755.xdsl.xnet.co.nz] has quit [Ping Timeout]
14:03 Reiver [~reaverta@Admin.Nightstar.Net] has quit [Ping Timeout]
14:13 Reiver [~reaverta@Admin.Nightstar.Net] has joined #Code
14:13 mode/#code [+o Reiver] by ChanServ
14:13 DiceBot [~Reiver@Nightstar-21350.xdsl.xnet.co.nz] has joined #Code
14:20 Reiver [~reaverta@Admin.Nightstar.Net] has quit [Ping Timeout]
14:20 DiceBot [~Reiver@Nightstar-21350.xdsl.xnet.co.nz] has quit [Ping Timeout]
14:29 Reiver [~reaverta@Admin.Nightstar.Net] has joined #Code
14:29 mode/#code [+o Reiver] by ChanServ
14:29 DiceBot [~Reiver@Nightstar-11031.xdsl.xnet.co.nz] has joined #Code
14:51 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Ping Timeout]
14:52 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
14:52 mode/#code [+o ToxicFrog] by ChanServ
14:57 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Ping Timeout]
14:59 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
14:59 mode/#code [+o ToxicFrog] by ChanServ
16:10 Vornicus-Latens [~vorn@Admin.Nightstar.Net] has joined #code
16:10 Vornicus-Latens is now known as Vornicus
16:11 Vornicus is now known as NSGuest-6395
16:20 NSGuest-6395 is now known as Vornicus
17:10 GeekSoldier [~Rob@Nightstar-9213.dip.t-dialin.net] has joined #code
17:10 mode/#code [+o GeekSoldier] by ChanServ
17:51 Brother_Willibald [lenin@Nightstar-10613.8.5.253.static.se.wasadata.net] has joined #Code
17:51 gnolam is now known as NSGuest-6396
17:51 Brother_Willibald is now known as gnolam
17:51 NSGuest-6396 [lenin@Nightstar-10613.8.5.253.static.se.wasadata.net] has quit [Ping Timeout]
20:26 * Vornicus now applies beatings to PostScript, which is now suddenly /not writing text/.
20:27 * Vornicus then applies beatings to himself, who moved the URL from ~ to ~/Sites and thus wasn't seeing updates.
23:01
<@C_tiger>
Lol
23:02
< Shoukanjuu>
Ikaruga on the Live Arcade >.>
23:04
< Shoukanjuu>
I wont' die until I achieve something. Even though the ideal is high, I won't give in. Therefore, I will never die with regrets.
23:17
<@McMartin>
Apparently some of the enemy waves are slightly different
23:18
<@McMartin>
And now it is there for THE WORST GAME EVER OMG >_< >_< >_< QQ QQ QQ QQ QQ
23:18
<@McMartin>
therefore.
23:18
<@McMartin>
I can spell, honest
23:18
< gnolam>
Spell? WIZARDRY!
23:18
<@McMartin>
<<FINGER OF DEATH>>
23:18 * gnolam calls upon the Florida PTA to fire McMartin.
23:19
< Shoukanjuu>
I didn't notice anything in chapter 1 or two
23:19 * McMartin STR it's somewhere in 4.
23:19
< Shoukanjuu>
But the controls aren't that different...and I'm having problems getting even an A rank
23:20 Raif [~corvusign@Nightstar-25074.hsd1.wa.comcast.net] has quit [Killed (NickServ (GHOST command used by Raif_))]
23:20 Raif_ [~corvusign@Nightstar-25074.hsd1.wa.comcast.net] has joined #Code
23:20 Raif_ is now known as Raif
23:50 Brother_Willibald [lenin@Nightstar-10613.8.5.253.static.se.wasadata.net] has joined #Code
23:50 gnolam is now known as NSGuest-6401
23:50 Brother_Willibald is now known as gnolam
23:51 NSGuest-6401 [lenin@Nightstar-10613.8.5.253.static.se.wasadata.net] has quit [Ping Timeout]
23:52 Vornicus is now known as Vorn
23:56 Brother_Willibald [lenin@Nightstar-10613.8.5.253.static.se.wasadata.net] has joined #Code
23:56 gnolam [lenin@Nightstar-10613.8.5.253.static.se.wasadata.net] has quit [Ping Timeout]
23:57 Vorn is now known as Vornicus
--- Log closed Thu May 08 00:00:19 2008
code logs -> 2008 -> Wed, 07 May 2008< code.20080506.log - code.20080508.log >