I really wish there was a way to go back and download the first 5 pages of Reddit for any given day, including an offline cache of every comment thread, image, video, web page, etc. Then you could go back and get 10 weeks worth of front-pages to keep you entertained. Otherwise, just take a couple of good books.
Ask HN: What should I save for offline reading during 5 weeks without Internet?
21–30 of 57 posts
Re: Ask HN: What should I save for offline reading during 5 weeks without Internet?
#22I really wish there was a way to go back and download the first 5 pages of Reddit for any given day, including an offline cache of every comment thread, image, video, web page, etc. Then you could go back and get 10 weeks worth of front-pages to keep you entertained. Otherwise, just take a couple of good books.
Re: Ask HN: What should I save for offline reading during 5 weeks without Internet?
#23So bring a notepad. :-)
Re: Ask HN: What should I save for offline reading during 5 weeks without Internet?
#24Document everything you see. Take a good camera with you, and if you don't know how to use an SLR, this is the perfect time to learn some basic tricks. Once you pick a camera, you can find some tutorial on the web, which teaches you the basics for that brand/model.
I would use this time out to "take a break" from computer science. But if you can't stay away from it, pick up a book like SICP (http://mitpress.mit.edu/sicp/). This is one of those books which you want to read away from all distractions and think deeply about. If you can, download the accompanying video lectures:
http://ocw.mit.edu/courses/electrical-engineering-and-comput...
Re: Ask HN: What should I save for offline reading during 5 weeks without Internet?
#25Wikipedia archive. https://dumps.wikimedia.org/other/static_html_dumps/ Gutenberg archive. http://www.gutenberg.org/robot/harvest Should be enough for anyone, and way less space than you would expect. Also, something on the languages for where you're going? And some docs for the work you'll be doing?
Re: Ask HN: What should I save for offline reading during 5 weeks without Internet?
#26It depends on personal taste. But if I were going to a country I never visited before, there would be very little time to do anything else other than sightseeing, mingling with the locals, learning about their culture, their history, the food, and if you are anywhere near one, visit the national parks and take the safari. Document everything you see. Take a good camera with you, and if you don't know how to use an SL…
Re: Ask HN: What should I save for offline reading during 5 weeks without Internet?
#27Re: Ask HN: What should I save for offline reading during 5 weeks without Internet?
#28I really wish there was a way to go back and download the first 5 pages of Reddit for any given day, including an offline cache of every comment thread, image, video, web page, etc. Then you could go back and get 10 weeks worth of front-pages to keep you entertained. Otherwise, just take a couple of good books.
You can (although you'd need to write or use a script to make an offline copy.) https://web.archive.org/web/*/http://www.reddit.com Also: http://www.redditarchive.com/
I might also need to start from scratch, so that I can get my own personal front-page for each day.
Re: Ask HN: What should I save for offline reading during 5 weeks without Internet?
#29Re: Ask HN: What should I save for offline reading during 5 weeks without Internet?
#30I mean... maybe you can enjoy coding offline ?
You can git clone many things... the linux kernel, the openbsd source tree, the bootstrap project, whatever you love. And then hack on it !
On my external HDD, I use to bring with me a Debian mirror and a CPAN mirror, so I can hack offline (building system scripts, etc).
On the other side, if you want to take a rest of coding, there are free publications and podcasts for many knowledge topics, I think a search engine will drive you to some ebooks in the areas of your personal interest. Just two suggestions if you want to explore them:
"modern perl" (http://onyxneon.com/books/modern_perl/)
"Higher-Order Perl" (http://hop.perl.plover.com)
First one is refreshing if you think "perl is perl4 of 1990", second one is an enlightening experience whatever programming language you like (even if not Perl).
But don't discard to make a git clone of your favourite project, tool, etc and pass the time "reading" source code (and even touching it!!). Enjoy in Africa!