#archiveteam-bs 2012-08-28,Tue

↑back Search

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

irclogger-viewer