[03:17] https://sphotos-b.xx.fbcdn.net/hphotos-prn1/545904_514411585254966_1746681033_n.jpg [03:19] Haha [07:03] https://github.com/php/php-src/blob/master/ext/iconv/iconv.c#L482 [08:51] underscor: I wonder if that code is even used anymore... it is part of an ifdef about iconv not supporting errno [13:40] Interesting, http://offliberty.com/# [14:35] Coderjoe: still, the fact that that was ever a production-ok checkin [14:35] :| [15:08] i love grep's flags: grep -hERo '/mp3/.*\.mp3' * [15:09] haha [15:09] BEHOLD [15:09] I AM [15:09] GREP HERO [15:13] Twitter> @textfiles: On the side, I'm helping @shoebox with his kickstarter. On the side, my.kick-ass boss is STARTING A CREDIT UNION. http://t.co/pyKIwns3 [15:14] i so want a lockpick set [15:35] woo! go grand rapids, mi! [17:20] this is even more off-topic than ever but http://www.cultofmac.com/187428/now-samsung-is-ripping-off-apples-os-x-dock-for-their-windows-8-machines/ [17:20] "Microsoft’s Start Menu was inspired by the OS X dock" [17:20] can i just say: history is important [17:22] good afternoon! [17:27] Microsoft.s Start Menu was inspired by the NeXT dock and Apple Menu System, but they made it look and function completely different. [17:30] * winr4r salutes SketchCow [17:31] you're probably right, and i'm not sure that makes that statement any less weak [17:37] It does [17:37] at least it's not, you know, impossible [17:37] But it shows the guy is kind of just bloviating [17:41] yeah, i mean it does actually look a lot like OS X, he has a point and doesn't even need to make things up [17:42] i am too dumb to make sort sort like "1 2 10 123" instead of "109 10 110", any idea? tried both -n and -g [17:42] example lines: [17:42] http://uk.electrobel.org/mp3/10-Electrobel-keito-A Buddha Touched My Wood.mp3 [17:42] http://uk.electrobel.org/mp3/109-Electrobel-soundescape-Mnd Cntrl.mp3 [17:42] http://uk.electrobel.org/mp3/110-Electrobel-soundescape-Manumission of the Forgotten.mp3 [17:42] Schbirid: what does your output look like? [17:42] oh [17:43] like that [17:43] shell script? [17:43] results of a grep [17:43] i would like to sort after a pipe [17:43] one sec [17:50] ugly way would be for your input pipe to output it twice, once with a number, the other with the full URL after it, sort on that, re-output it with the first part cut out [17:51] like this (give me a moment) [17:52] Schbirid: https://raw.github.com/gist/4e41a7d219944f14eb8a/80b2dce72e1a7d7375aa4b9c1023dc1e33ce42f6/gistfile1.txt [17:52] one way to do it [17:52] I make no claim that that is most efficient [17:58] aw man [17:58] awk is cheating [18:00] (while read i; do echo `echo -n $i | sed 's/.*\/mp3\/\([0-9]*\).*/\1/'` $i; done < boners.txt) | sort -k 1,1 | (while read f; do echo $f | cut -d" " -f 1-; done) [18:00] assuming boners.txt [18:00] oh wait, that's bad: [18:01] that should be "-f 2-; done)" at the end [18:03] I guess it's cheating if you're working on a UNIX system from pre-1980 [18:03] in which case you should be advised that 30 years have elapsed [18:04] of course, given that, I'm still insane to have done that with shell utils [18:04] yes [18:04] :) [18:08] they said galilao was insane [18:08] and leonardo [18:08] and van gogh [18:10] Gailieo made a telescope by grinding mirrors because he had to [18:10] well, van gogh objectively was [18:10] I'm pretty sure that if Celestron or Tele-Vue were around when he was, he'd be all "fuck this shit" [18:11] insanity and genius are not mutually exclusive [18:15] (wow, just realised i implied i'm a genius: i'm not) [18:17] hehe [18:17] i'm retagging my 3000 mp3s [18:18] m,an, when I had 30,000, those were good times :( [18:18] what happened to them? [18:18] blew up a few hdds :< [18:18] didn't realise :D [18:18] D: more like [18:19] :< [18:26] yeah [18:26] tbh it needed a huge clean up anyway [18:26] felt like a new start [18:27] Do I regret not trying harder to recover them? Somewhat. [18:49] yipdw: winr4r thanks but oh god, sorry, i was just wondering if sort supported it by itself [18:54] Schbirid: it kinda (SORTA ha ha) does, but not in that case [18:55] you can specify a field delimiter, but that wouldn't help you there, i don't think [18:56] nah, it is not too important really [18:56] thanks! [18:58] So I guess I have to come to terms with the fact that godane will flood occasionally flood #archiveteam with arcane technical discussions deserving of a separate channel. [18:58] And by "occasionally", I mean "every 15 minutes" [18:58] And by "every 15 minutes" I mean "every 5 minutes" [18:58] to me wget discussion is absolutely important archiving talk [18:58] Wget is important. [18:58] Wget usage is. [18:58] sorry about that [18:59] and so is learning and discussing its options [18:59] Deciding to work together on a solid addition to the wiki to make the thing something other than scroll on IRC is important. [18:59] Long-term solution [18:59] Or we'll have this exact discussion in 7 days [18:59] Exact. [18:59] "how do I use wget" [18:59] Hey, look, Harry Potter's last movie just came out [19:00] i just don't know how to download therevoltpress.org [19:00] Dumping entire cookie files into the channel [19:00] i tryed using --post-data [19:00] the cookies failed [19:01] i may not be able to grab it through wget at all [19:01] i don't know if i would be able to upload it either [19:01] it's not like #archiveteam is high frequency like some huge channel, i don't see the problem with a bit of scrolling and scanning if you want to catch up [19:05] i'm moving on to my groklaw panic downloads [19:11] #godane-and-schbirid's-spam-channel [19:11] * Famicoman autojoin [19:11] lol'd [19:16] It's interesting how the person who is scrolling says they don't see the problem with the scrolling. [19:20] they see me scrollin' [19:20] the pastin' [19:20] hah [19:24] . [19:24] they see me turnin [19:24] off line wrap [19:24] then they see me scrollin sideways, see me scrollin side ways, see me scrollin sideways... [19:26] ersi: you have a problem with talking people in a chat room? [19:26] Who says I do? [19:26] define talking? [19:27] because, while in a past life I'm guilty of it myself, I saw a monolog, not talking [19:43] Awesome, I got a link to a angelfire.com page about something I wanted to read when I searched~ [20:20] they're still alive aren't they? [20:26] Yeah, but.. Search result! [21:00] on the "not too useful for the print-disabled" front http://archive.org/details/magiceyeiiivisio00neth [21:01] heh [21:03] wait, what does "print disabled" mean? [21:03] people who don't have access to a printer? [21:03] I'm trying to figure that out from the IA items and am failing [21:03] people who can't read, mostly the blind I'm assuming [21:03] oh, talking books [21:05] it is surprising how many hits there are just on random books from my collection though [21:08] DFJustin: hahahaha [23:47] http://programming-motherfucker.com