Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

He put some of them up on aws, probably more on the way. I was able to download 1,4,5,7,10,13, and 18. Just replace the "004" at the end with "001", or "010", etc.

http://s3.amazonaws.com/bearwithclaws.baconfile.com/hackermo...

Or in terminal just enter:

wget http://s3.amazonaws.com/bearwithclaws.baconfile.com/hackermo...

wget http://s3.amazonaws.com/bearwithclaws.baconfile.com/hackermo...



I got 1,4,5,7,10,13,16,17,18,19

EDIT: 14 and 15 are up

list is at http://baconfile.com/bearwithclaws/ although that's getting hammered pretty hard as well at the moment


Here's a Python script I threw together to automate this: https://gist.github.com/1515666

At this point, it looks like 1, 4, 5, 7, 13, 15, 16, 17, 18, and 19 have been put up on S3.


You can use %03d instead of %s and the number will be zero padded to 3 digits.


also, range(1,20) rather than needing i+1 throughout your code


Thanks for the tips. I get better at Python every day.



  wget http://s3.amazonaws.com/bearwithclaws.baconfile.com/hackermonthly-issue0{0..1}{0..9}.zip
Using "{0..1}{0..9}" instead of bash 4's zero-padding brace expansion.


019 is up too


015 is up now as well.


014 as well now.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: