#archiveteam 2012-01-07,Sat

↑back Search

Time Nickname Message
00:05 🔗 Ymgve It's up on youtube
00:05 🔗 Ymgve or do you want the whole collection of videos?
00:06 🔗 ersi It's up on all of the mirrors as well
00:06 🔗 ersi I guess he's just interested in if IA has copies, or else perhaps they'll be in the queue in a little while
00:06 🔗 chronomex geocities.siterip.2009.ArchiveTeam.torrent
00:07 🔗 dnova inc.keygen
00:07 🔗 chronomex right right
00:08 🔗 PatC Ymgve, I was wondering because i'm half way done with downloading them from their ftp, and I was wondering if I could upload them to archive.org for them
00:12 🔗 PatC ersi, ^
00:12 🔗 ersi If they're uploaded, I think they'd turn up if you search for them
00:13 🔗 PatC nope, it's not up
00:14 🔗 ersi I bet if the checksums on the files match, they'll be deduplicated.. so if you feel like, up 'em
00:15 🔗 PatC Ok, they come with sha1 checksums
00:21 🔗 bsmith095 for reasons pertaining to "oh my God, this will take another week" im stopping at 112k stories in another few hours
00:36 🔗 bsmith095 script grabs about 1 chapter every 2.5 secs takes another 2secs to convert to epub and save in the folder by authors name
00:37 🔗 bsmith095 even if it were one entire story per second, it would still take 55.5556 hrs to grab the first 200k
00:38 🔗 bsmith095 its working, im just saying its slow
00:40 🔗 yipdw one chapter every two and a half seconds?
00:40 🔗 yipdw that's really slow
00:41 🔗 yipdw I can pull a chapter off fanfiction.net in around 60ms
00:42 🔗 bsmith095 yeah i know, im using a python script, that depends on a whole raft of other scripts
00:42 🔗 yipdw that's not really an explanation for why it's so slow
00:42 🔗 * yipdw tries something
00:43 🔗 bsmith095 im also considering the fact that they're not going down, and trying not to hit them too hard, which appears to be a moot point since this script is SO SLOW!?
00:44 🔗 bsmith095 when i started, a week ago, i picked an arbitrary number, 200k as the number of stories to grab, im stopping half way through, because this is my single laptop, primary machine, and its been on for a week straight
00:52 🔗 yipdw bsmith095: well, here's an example
00:52 🔗 yipdw https://gist.github.com/1573292#file_story_grab.rb
00:52 🔗 yipdw it can be sped up by (1) accepting multiple IDs, (2) not grabbing the first page twice
00:53 🔗 yipdw (3) maybe by using more workers, but that gets evil
01:02 🔗 bsmith095 im getting error connection_pool when i try and run that
01:02 🔗 yipdw install the connection_pool gem
01:05 🔗 bsmith095 ffgrab.rb:1:in `require': no such file to load -- connection_pool (LoadError)
01:05 🔗 bsmith095 from ffgrab.rb:1
01:05 🔗 bsmith095 gem install connection_pool Successfully installed connection_pool-0.1.0 1 gem installed
01:05 🔗 bsmith095 same error
01:05 🔗 bsmith095 but i did get this WARNING: You don't have /home/ben/.gem/ruby/1.8/bin in your PATH,
01:06 🔗 bsmith095 gem executables will not run.
01:06 🔗 yipdw connection_pool requires Ruby 1.9
01:06 🔗 bsmith095 rvm
01:08 🔗 bsmith095 rvm use 1.9.3
01:09 🔗 bsmith095 bundle install, worked, redis-server, runnign, ruby ffgra.rb returs this ffgrab.rb:1:in `require': no such file to load -- connection_pool (LoadError)
01:09 🔗 bsmith095 from ffgrab.rb:1
01:10 🔗 bsmith095 already did bundle install
01:10 🔗 bsmith095 seemed to grab connection-pool and a bunch of ohter things and instalkked them fine
01:10 🔗 yipdw there is no bundle for that file, so I'm not sure what you're doing
01:11 🔗 yipdw nor does that require a Redis instance
01:12 🔗 bsmith095 whoops wron project :D
01:13 🔗 Coderjoe also, last I checked, nobody has pulled from the read-only redis instance I put up
01:15 🔗 bsmith095 i did
01:15 🔗 bsmith095 and then left it there, because i had no idea what was going on at that point
01:18 🔗 bsmith095 from story_grab.rb:1
01:18 🔗 bsmith095 story_grab.rb:1:in `require': no such file to load -- mechanize (LoadError)
01:18 🔗 bsmith095 then gem install mechanize and same error
01:18 🔗 bsmith095 yipdw: ruby story_grab.rb 8
01:20 🔗 yipdw which ruby
01:20 🔗 yipdw Ruby 1.9 automatically loads gems, Ruby 1.8 doesn't
01:21 🔗 yipdw also, I have no idea if that script works on stories that don't have chapters
01:21 🔗 yipdw my guess is that it doesn't
01:21 🔗 yipdw actually, it doesn't
01:22 🔗 yipdw that script also doesn't save anything, so it needs at least that modification anyway
01:22 🔗 yipdw to e.g. feed the URLs to wget-warc or something
01:22 🔗 yipdw or shove the text to an ePub filter, whatever
01:22 🔗 yipdw if you just want to try it out, pick a story that has chapters
01:23 🔗 underscor So, I'm learning ruby
01:23 🔗 yipdw I'll be back later, going home
01:23 🔗 underscor Man, what a beautiful language
01:23 🔗 bsmith095 ruby1.9.3 and all stories have at least one chapter
01:23 🔗 yipdw underscor: most parts are, yeah
01:23 🔗 underscor I can't believe I didn't play with it earlier
01:23 🔗 yipdw there are some bits of Ruby that are really zomgwtfbbq
01:23 🔗 yipdw (in a bad way)
01:23 🔗 yipdw but no language is perfect etc
01:23 🔗 underscor haha
01:23 🔗 underscor yeah
01:23 🔗 bsmith095 like mechanize, seemed like just what i needed, the docs might as well be in swahili
01:24 🔗 underscor its good parts hopefully outshine those warts
01:24 🔗 underscor (I mean, I guess they do, otherwise no one would use it ;))
01:24 🔗 yipdw Ruby's in a weird spot right now
01:25 🔗 yipdw at this point, there is a lot of production code written in it, but a lot of people conflate "Ruby" with "the reference implementation"
01:25 🔗 yipdw and the reference impl has a lot of really annoying characteristics
01:25 🔗 bsmith095 rvm?
01:26 🔗 yipdw some of those characteristics: a GC that loses references to Ruby objects under certain circumstances when you cross from Ruby to C land
01:26 🔗 yipdw threading code that doesn't make use of multiple processors
01:26 🔗 chronomex well, they language itself is well-designed
01:26 🔗 chronomex which I approve of
01:26 🔗 yipdw yeah, the language itself is solid, or at least the core is
01:28 🔗 yipdw other implementations like JRuby and Rubinius are doing a pretty good job at addressing the GC and parallelism issues, so
01:28 🔗 chronomex I haven't run into much in the way of horrible
01:29 🔗 yipdw I hadn't either until I had to write multithreaded code :)
01:29 🔗 chronomex heh
01:29 🔗 yipdw for speeding up a data import
01:29 🔗 yipdw then it all went to hell
01:29 🔗 yipdw I got it working fine in JRuby, though, so there was a happy ending
01:29 🔗 chronomex I had thread issues, a bit, but then I used a connection pool and it's ok now
01:29 🔗 yipdw but under Ruby 1.9 I'd get inexplicable "deadlock detected" errors
01:29 🔗 chronomex lightweight shit
01:30 🔗 chronomex sounds like disasterisk tbh
01:30 🔗 yipdw I don't know if that's my code or not, but I couldn't find any deadlock conditions
01:30 🔗 yipdw and it ran fine in a native-threaded environment so
01:30 🔗 chronomex hm.
01:30 🔗 chronomex threads are hard. let's go shopping!
01:30 🔗 yipdw heh
01:31 🔗 chronomex fucking traffic
01:31 🔗 chronomex go the fuck home, all you other people
01:31 🔗 yipdw yeah, I should go hop a train or bus
01:31 🔗 chronomex well I suppose that's what they're trying to do
01:31 🔗 chronomex so nevermind. stay at work.
01:32 🔗 yipdw Chicago traffic patterns influence Seattle's?
01:32 🔗 chronomex well
01:32 🔗 chronomex you are clearly within my light come
01:32 🔗 chronomex *cone
01:32 🔗 chronomex so we cannot rule it out
01:32 🔗 yipdw freudian etc
01:32 🔗 yipdw I guess not
01:32 🔗 chronomex fuck freud
01:33 🔗 chronomex einstein++
01:33 🔗 chronomex I wish I didnt feel so stupid this week .. a friend gave me an incredibly strong hash cookie last weekend and I'm still feeling it
01:35 🔗 * chronomex shrugs
01:36 🔗 underscor hash cookie?
01:36 🔗 underscor Oh
01:36 🔗 underscor I was trying to parse that as a technical construct
01:36 🔗 chronomex it had a '#' stamped into it
01:36 🔗 chronomex hah
01:37 🔗 underscor hahaha
01:37 🔗 chronomex actually it didn't but it should have
01:40 🔗 bsmith095 anyone wants the files, theyll be in batcave under bsmith as ffnet_dump_and_script.7z
01:40 🔗 bsmith095 as soon as i finish compressing them
01:41 🔗 underscor no one can access your files on batcave
01:42 🔗 underscor but if you tell me when it's finished I can move them to a web accessible directory
01:42 🔗 bsmith095 huh well, i didnt know that
01:42 🔗 bsmith095 k but im behind a router so how wouold you get them
01:43 🔗 underscor I mean after you upload them to batcave
01:43 🔗 bsmith095 ah, duh, ok them
01:43 🔗 bsmith095 :P man i need more sleep
01:43 🔗 underscor lol
01:47 🔗 bsmith095 ive added the valid id list as stories and the id list wrapped into urls as link
01:47 🔗 bsmith095 both text files both massive
01:48 🔗 bsmith095 all in the archive which is still compressing so maybe i should save these notes till after there useful to other people besides me
03:23 🔗 Ymgve You're stealing it wrong: Advanced edition: http://www.atlantis-prophecy.org/recollection/?load=the_list
04:28 🔗 Coderjoe damn s3 is pricy... it is almost like buying a new hard drive every month (for the amount of data stored)
06:13 🔗 kennethre Coderjoe: you also get 3x redundancy across the country
06:15 🔗 dnova yeah s3 is very expensive
06:16 🔗 kennethre and a 99.999999999% data retention rate
06:18 🔗 chronomex what, not nine fives?
06:18 🔗 chronomex :'(
06:18 🔗 kennethre 11 nines :P
06:19 🔗 chronomex that's hard to believe
06:19 🔗 chronomex especially given the past year or so
06:19 🔗 kennethre who had data loss on s3?
06:19 🔗 chronomex where I think they made 99.99
06:19 🔗 chronomex uptime != retention
06:19 🔗 kennethre i'm speaking only of retention
06:19 🔗 chronomex false metric
06:20 🔗 kennethre uptime is fantastic too though
06:20 🔗 kennethre we pretty much run our entire infrastructure off of it
06:50 🔗 underscor http://media.fukung.net/images/17504/d5f6e6850db3607af48ede19154dc83a.jpg
06:51 🔗 kennethre underscor: can't wait till the day that fits on a microsd card
06:51 🔗 underscor :D
07:10 🔗 Coderjoe http://www.youtube.com/watch?v=sehBf2266PI
07:13 🔗 dnova how did it deal with the uncut page?
07:14 🔗 Coderjoe while kinda cool, I don't know that I like the idea of an automated robot being used on delicate materials like that
07:14 🔗 Coderjoe http://www.youtube.com/watch?v=cmhIJOqepVU
07:51 🔗 Coderjoe ftp://projectd8.org/YouTube/Photonicinduction/
08:13 🔗 DFJustin that seems like a high estimate for the written works of mankind
08:13 🔗 chronomex maybe they mean as scans
08:52 🔗 bsmith095 k my upload to batcave is done and im going to bed, ffnet_dump_and_script.7z in folder bsmith on batcave if anyone wants it, fanfiction.net stories are in books where they are organized by authors name folders import into calibre to check the tags and metadata which has everything you could ever want
08:53 🔗 bsmith095 gnight/ gmorning yall :D
08:54 🔗 BlueMax It appears spambots hit the Google search results of ArchiveTeam
09:14 🔗 yipdw well, importing proust's sitemap took me from 2900 users to 15,406
09:14 🔗 yipdw I wonder how many are duplicates
10:35 🔗 SketchCow Hey again.
10:35 🔗 SketchCow The problem, fundamentally, is that archiveteam's on dreamhost, dreamhost is hacked.
10:35 🔗 SketchCow I clean it out but it comes back.
10:35 🔗 SketchCow It's time to move, I need to find another host.
10:36 🔗 SketchCow A priority for this upcoming week.
10:49 🔗 Frigolit ouch
10:50 🔗 SketchCow I just hate ripping all the wiki out and putting it elsewhere.
10:50 🔗 SketchCow But I shouldn't be.
10:50 🔗 SketchCow It needs its own account.
11:46 🔗 SketchCow http://www.youtube.com/watch?v=VaoxwCayvQM&feature=youtu.be
11:48 🔗 nitro2k01 Pardon the question, but are you sure that DH is actually the attack vector?
11:49 🔗 SketchCow I get that a lot.
11:49 🔗 SketchCow Yes.
11:49 🔗 SketchCow I am sure.
11:49 🔗 SketchCow I've done experiments.
11:50 🔗 nitro2k01 Do you have a theory about the exact mode of operation they could have used?
11:51 🔗 SketchCow PHP blows + Dreamhost has massive shared machines
11:52 🔗 nitro2k01 Apparently DH must have some problems with how their permissions are set up
11:53 🔗 nitro2k01 Speaking of nothing, I discovered something fun with Wordpress a while back
11:53 🔗 nitro2k01 If you just upload the WP files to a web location and do nothing, WP has this setup guide
11:54 🔗 nitro2k01 And it doesn't escape the data that it outputs to its config file
11:55 🔗 nitro2k01 So you could for example set up a remote MySQL user with a password like, say '); die('compromised
11:55 🔗 nitro2k01 Probably very few people leave a WP install without setting it up, but it seems like such an oversight
12:00 🔗 chronomex it's the wordpress-php suck vortex at work
12:01 🔗 yipdw add drupal for universe collapse
12:01 🔗 Wyatt Or joomla
12:02 🔗 chronomex regardless, it is a suck vortex.
12:02 🔗 Wyatt It is, at that.
12:03 🔗 Wyatt On that note, I'm still trying to get clearance to roll out that apache patch that prevents spying through symlinks. :/
12:03 🔗 SketchCow My youtube link!!!
12:03 🔗 SketchCow It's awesome!
12:03 🔗 SketchCow Nobody cares.
12:03 🔗 * chronomex watches
12:04 🔗 yipdw "You need to upgrade your Adobe Flash Player to watch this video"
12:04 🔗 yipdw oh wait, Chrome works
12:04 🔗 yipdw weird
12:04 🔗 chronomex youtube-dl + mplayer
12:05 🔗 yipdw I don't think I've ever played Dig Dug
12:05 🔗 Wyatt Ooh, I love Dig Dug!
12:05 🔗 chronomex SketchCow: I don't quite understand what's awesome about that short clip ...
12:07 🔗 Wyatt I see what you were saying about the ambient audio, ahaha!
12:08 🔗 Wyatt But it came out well enough, IMO. Going to shoot more there? That _is_ a really neat spot.
12:08 🔗 chronomex good visual interest too
12:09 🔗 SketchCow I shot it in a dark room filled with 200 screaming people, and yet the camera can capture both this lit kid under my studio light AND the videogames in the background.
12:10 🔗 SketchCow The content of what he's saying is relatively decontextualized meaningless, if you're focusing on that.
12:10 🔗 chronomex ah ok
12:10 🔗 chronomex 200 screaming people, wow. that's a good sound rig you've got then
12:10 🔗 SketchCow Yeah
12:10 🔗 SketchCow The mic is 2 feet from his mouth, to his left, and I have recording at 10%.
12:11 🔗 Wyatt I figured that it was more as a proof of the setup because it's short...I guess I'm getting better at this. :)
12:11 🔗 Wyatt Wow, serious? That's impressive
12:13 🔗 SketchCow It's a little late at night and I have a lot left to do to sit here pulling things out to construct "meaning".
12:14 🔗 SketchCow I'd rather do that when I'm not in the moment.
12:14 🔗 SketchCow But I wanted to do some checking of things out to make sure I wasn't sitting here with, you know, shit
12:14 🔗 SketchCow Wouldn't want to go back, do ANOTHER hour+ of interviews just to find NONE has ANY use.
12:14 🔗 SketchCow This might not have use, either
12:15 🔗 SketchCow Other than, I interviewed a couple who JUST opened an arcade.
12:15 🔗 SketchCow Like, she's 26, he's 27, they JUST OPENED AN ARCADE IN A MALL
12:15 🔗 yipdw wow, that's actually pretty rare, at least in my understanding of things
12:15 🔗 chronomex o_o
12:15 🔗 SketchCow And it gets BETTER
12:15 🔗 yipdw the only arcade I've seen come up around here is the Galloping GHost
12:15 🔗 nitro2k01 Do you know if they're using vintage equipment?
12:15 🔗 SketchCow Right? I'm the arcade boy, I'm doing this doc
12:15 🔗 chronomex seattle just got a pinball arcade ~6 months ago
12:15 🔗 SketchCow They opened the arcade, but they CAN"T CALL IT AN ARCADE
12:15 🔗 SketchCow It gets better
12:15 🔗 chronomex what, landlord restrictions?
12:16 🔗 SketchCow It's because this mall got a department store, and the department store's contract insists the mall not have an arcade
12:16 🔗 dnova hahaaha
12:16 🔗 chronomex hahahaha :|
12:16 🔗 SketchCow So they have it called a "multi-purpose gaming center"
12:16 🔗 Wyatt What the crap.
12:16 🔗 yipdw which department store is it
12:16 🔗 yipdw Macy's?
12:16 🔗 SketchCow And stress other aspects... and they can only have 10 arcade games
12:16 🔗 dnova super game fun time center
12:16 🔗 SketchCow Anyway, I'm going down to their arcade this month or next, looks like
12:16 🔗 yipdw what a weird clause for a contract, too
12:16 🔗 SketchCow They want me to come see them, because they're moving to a larger space in mall
12:16 🔗 SketchCow So I will record before and after
12:17 🔗 SketchCow And I met one of the main distributors for Namco, he wants in
12:17 🔗 SketchCow etc.
12:17 🔗 yipdw I'd love to see it
12:17 🔗 SketchCow Lots of people, good contacts, that's how this all starts
12:17 🔗 Wyatt chronomex: "Pinball" is the magic word. Seatlle just became a very attractive living destination.
12:17 🔗 chronomex Wyatt: indeed. Seattle Pinball Museum is the proper google term.
12:17 🔗 yipdw my arcade history actually starts with Bemani, which is a weird starting point, so I actually haven't seen much outside that scene re: arcades
12:18 🔗 chronomex Wyatt: they got a tiny space (narrow, deep, perfect shape) and put as many pinball machines in there as they could fit along the walls
12:18 🔗 chronomex $7 gets you in and the machines are on freeplay
12:18 🔗 chronomex they change em out regularly too
12:19 🔗 Wyatt Crap, crap, I think I'm drooling a little, hang on
12:19 🔗 chronomex k
12:19 🔗 yipdw pinball induces slackjaw
12:19 🔗 chronomex like lockjaw but less socially acceptable
12:22 🔗 Wyatt Good lord is that a beautiful sight. though
12:22 🔗 chronomex pity they don't have a proper website
12:23 🔗 SketchCow http://www.flickr.com/photos/textfiles/sets/72157628758936913/with/6652371211/
12:25 🔗 Wyatt What happened with the lighting in that last one?
12:26 🔗 nitro2k01 I would say you're not keeping their faces within the action-safe rectangle
12:26 🔗 nitro2k01 Not sure how much that matters nowadays
12:29 🔗 SketchCow Fuck the action-safe rectangle
12:29 🔗 SketchCow I mean, seriously, fuck that thing
12:29 🔗 SketchCow My concern that my film may be lost in the fake-wood border of a 1974 Zenith TV is minimal.
12:30 🔗 nitro2k01 You might want to care about 4:3 cropping, though
12:30 🔗 nitro2k01 For those with 4:3 monitors who don't want black borders on top and bottom
12:31 🔗 dnova who cares
12:31 🔗 dnova those people will just watched all stretched out and shitty anyways.
12:31 🔗 chronomex people who crop videos deserve the crap that they get out of it
12:31 🔗 chronomex crap crop
12:32 🔗 SketchCow People with 4:3 monitors, I must remind you, were thrown into the street and shot like dogs during the christmas season of 2004
12:32 🔗 dnova Arcade Documentary (Pan&Scan Edition)
12:32 🔗 SketchCow I mean, I know we want to forget
12:32 🔗 SketchCow But that was us. It was us who did that.
12:32 🔗 SketchCow We have to atone.
12:32 🔗 SketchCow But in the meantime, we'll enjoy our 16:9 proper world
12:33 🔗 chronomex hey, I have a 4:3 monitor. it's an adjunct to my gigantic 16:9 monitor.
12:33 🔗 chronomex it's the monitor I use for irc and bittorrent
12:33 🔗 dnova I still have a 4:3 monitor here at work and one at home. Also have 16:9 displays and a 16:10 in my laptop
12:33 🔗 chronomex and sometimes composing emails
12:33 🔗 dnova if a video doesn't fit the aspect ratio perfectly I don't get all bent out of shape
12:33 🔗 SketchCow So, of the 10 interviews I shot, only one is majorly out of focus.
12:33 🔗 SketchCow Not bad.
12:33 🔗 Wyatt I have a 4:5 monitor that I use for tall things...
12:33 🔗 chronomex if a video doesn't fit my monitor, I watch it anyway.
12:34 🔗 dnova like when you're viewing wikipedia's list of the world's tallest structures?
12:34 🔗 dnova you could just put a 16:9 in portrait mode
12:34 🔗 nitro2k01 At work I have a monitor that you can flip 90 degrees. I tried it for a while but viewing angles were messed up
12:35 🔗 dnova yeah you really need an IPS panel if you're going to rotate it, in my opinion
12:35 🔗 Wyatt nitro2k01: IPS
12:35 🔗 chronomex Wyatt: where does one get a 4:5 monitor?
12:35 🔗 Wyatt chronomex: Buy a 5:4 monitor and rotate 90 degrees.
12:35 🔗 chronomex they sell 5:4 monitors?
12:35 🔗 chronomex hm.
12:36 🔗 Wyatt 1280x1024.
12:36 🔗 chronomex o
12:37 🔗 SketchCow http://www.flickr.com/photos/textfiles/6652419371/in/set-72157628758936913/lightbox/
12:37 🔗 SketchCow I am definitely going to need to color grade these, if I use them.
12:37 🔗 SketchCow But this is perfect for me, a complete, 100% nightmare scenario.
12:38 🔗 SketchCow I mean, as truly terrible a situation as it can possily get.
12:38 🔗 dnova what did I miss
12:38 🔗 SketchCow Nazis invaded Poland
12:38 🔗 dnova oh MAN
12:38 🔗 SketchCow Invention of Steam Engine
12:38 🔗 SketchCow Rock Hudson was gay
12:38 🔗 dnova what's your nightmare here
12:38 🔗 SketchCow Ecstacy outlawed
12:39 🔗 SketchCow http://www.flickr.com/photos/textfiles/6652419371/in/set-72157628758936913/lightbox/
12:39 🔗 SketchCow Documentary footage shot tonight, at the arcade floor of Magfest
12:39 🔗 dnova maybe I'm an idiot... what's wrong other than maybe the guy is overexposed
12:39 🔗 chronomex asians don't look like that
12:40 🔗 chronomex clearly
12:40 🔗 chronomex they are much greener than that
12:40 🔗 dnova not enough bokeh?
12:40 🔗 SketchCow Oh, the resulting video is actually good
12:40 🔗 SketchCow But this is a room so loud I couldn't hear the questions, I had no real ability to prep for the area, I am stealing location space and want the background to look decent.
12:40 🔗 dnova ah.
12:41 🔗 SketchCow I think I could use the video as is, although I likely would do a round of color grading
12:41 🔗 SketchCow Right at the end.
12:41 🔗 SketchCow Because now the footage I'm shooting is so decent, and the quality so high, you actually do have to polish them up.
12:42 🔗 SketchCow http://www.youtube.com/watch?v=VaoxwCayvQM
12:42 🔗 SketchCow You can hear the background there
12:43 🔗 SketchCow But I can't stress how loud it is in there.
12:43 🔗 SketchCow I literally can't hear him.
12:43 🔗 SketchCow Like, I can't hear him at all.
12:43 🔗 SketchCow I'm one of those people who can have his understanding in cross-chatter get lost, and in this case, it's devastating.
12:43 🔗 SketchCow I can't hear what he's answering, and so I am guessing with my next question.
12:43 🔗 SketchCow it must be what it's like for dumb people
12:43 🔗 dnova I have a real hard time understanding people in noisy settings
12:44 🔗 SketchCow You hear someone say something, and then you sort of try and look like you heard them and say another thing
12:44 🔗 dnova hah, yeah
12:44 🔗 dnova not a situation I enjoy
12:44 🔗 SketchCow Even though you literally have no idea
12:44 🔗 SketchCow This is a 35mm lens, by the way.
12:45 🔗 Wyatt Can you get yourself an earbud line from the mic?
12:45 🔗 dnova that's a good idea
12:45 🔗 Wyatt Not sure what your audio setup is, so...
12:46 🔗 SketchCow An excellent idea, for this case.
12:46 🔗 dnova I like the 35mm in that setting, SketchCow
12:47 🔗 SketchCow Check the closeness of this Mr. Do!
12:47 🔗 SketchCow http://www.flickr.com/photos/textfiles/6646377147/in/photostream
12:47 🔗 dnova haha
12:47 🔗 chronomex it's a shoop, I can see the pixels
12:48 🔗 SketchCow It's a 100mm macro lense
12:48 🔗 SketchCow I have some great macro shots.
12:50 🔗 SketchCow I expect that by the time I'm halfway through this production, I will look at it like I'm watching a 5 year old play with a keyboard
12:50 🔗 SketchCow But for now, I'm very pleased.
12:50 🔗 dnova you should interview with that
12:50 🔗 dnova just focus on their mouth
12:51 🔗 chronomex SketchCow: file the mails I just sent you under "tape documentary" before they get lost, btw.
12:52 🔗 dnova what did you send!!
12:52 🔗 dnova I'm queer for the tape documentary
12:52 🔗 SketchCow Tanks.
12:53 🔗 SketchCow Also, I am shooting with a straight 5D.
12:53 🔗 chronomex pleasure.
12:53 🔗 SketchCow When I get home, I'm adding the Magic Lantern Firmware.
12:53 🔗 SketchCow That's MUCH better control, TONS better.
12:53 🔗 SketchCow But for now I'm going straight with my 5D, so I'm winging it
12:55 🔗 SketchCow I should bed.
12:55 🔗 chronomex ditto
12:55 🔗 chronomex shit is 5am.
12:56 🔗 SketchCow But yeah, magic lantern adds things like MUCH better control on focus, and audio, and the rest of it.
12:56 🔗 SketchCow Right now I'm just using default
12:56 🔗 SketchCow Fine for not, but not fine for, say, Chuck Peddle
12:59 🔗 SketchCow One last unrelated off topic thing
13:00 🔗 SketchCow I had heard of the 14 year old girl deported to columbia, where she does not come from and the language of which she doesn't speak.
13:00 🔗 SketchCow She had run away from home, got arrested, gave fake name related to fugitive (which she didn't know), gets deported through to columbia
13:00 🔗 SketchCow Was there six months
13:00 🔗 SketchCow Now she's returned
13:00 🔗 SketchCow And I'm like "How is she not dead"
13:01 🔗 SketchCow 14 year old girl shoved in country she doesn't come from. Six months.
13:01 🔗 SketchCow I found this:
13:01 🔗 SketchCow The girl was given Colombian citizenship upon arriving in that country, the ICE official said.
13:01 🔗 SketchCow According to the Colombian Ministry of Foreign Affairs, the girl was enrolled in the country.s .Welcome Home. program after she arrived there. She was given shelter, psychological assistance and a job at a call center, a statement from the agency said.
13:01 🔗 SketchCow And it's like, OH. The reason she didn't die is because THE COUNTRY SHE WAS DEPORTED TO ACTUALLY TAKES CARE OF ITS MOST AT-RISK CITIZENS
13:01 🔗 SketchCow That was the small bit
13:01 🔗 SketchCow Here, she'd be a fast-track whoring in a shipping container near a bus stop
13:02 🔗 SketchCow On meth
13:02 🔗 SketchCow Anyway, off to bed, yay documentary filmmaking
13:20 🔗 chronomex quite the story, that
13:43 🔗 nitro2k01 I hate when I have a dream, and get a bunch of awesome loot, and then wake up
13:43 🔗 nitro2k01 The most annoying part is that I'm thinking in the dream "this is not a dream! Cool!
15:21 🔗 ostepopp http://tinyurl.com/89p2f8l
15:25 🔗 nitro2k01 Good spam. Would kline again.
17:35 🔗 underscor SketchCow: I had never seen or heard of vector displays either
17:35 🔗 underscor these are amazing
18:26 🔗 dnova wow
18:26 🔗 dnova damn kids
20:15 🔗 yipdw so I found a great way to destroy a t1.micro EC2 instance
20:15 🔗 yipdw do more than one thing at it at a time.
20:15 🔗 yipdw er, at -> on
20:16 🔗 underscor haha
20:16 🔗 yipdw seriously, I'm uploading splinder stragglers and building Ruby 1.9 on one
20:16 🔗 yipdw and it's just dying
20:17 🔗 yipdw anyway bbl

irclogger-viewer