Writing a book. I’ve been tinkering with writing a choose your own adventure book that provides a glimpse into a depressed mind. I’ve actually forced myself to work on it at the local library , where internet access is slow, as a means of forcing focus.
Ask HN: What would you work on without internet access?
31–40 of 52 posts
Re: Ask HN: What would you work on without internet access?
#32Get out in nature and think about your problems. Go on walks. Hike. Take up photography and stargazing. Use the time to unplug. When you do return to your screen you’ll have a fresh prospective on a lot of your problems. You’ll also be happier and healthier.
Re: Ask HN: What would you work on without internet access?
#33Re: Ask HN: What would you work on without internet access?
#34I also have a ~/research directory full of academic papers, saved copies of web pages, for anything I want to implement or play with. When I don't feel like programming, there's plenty waiting for me to read, rather than needing to get online and probably distract myself.
There's something very satisfying about being able to sit down and do productive work with what you have locally, and not needing to worry about losing productivity because the coffee shop wifi dropped out.
On the other hand, unplugging in general is good for us and I agree with the other commenters' encouragements to get out in nature or talk to people face to face. If I'm on a train or plane, I'd much rather put my laptop away and engage with what's around me.
Constant access to computing systems and networks is very new, and we know it is changing us, but we don't have the perspective to know how. The precautionary principle suggests we should spend as much time away from these systems as possible, especially for those of us who make our livings with them.
Re: Ask HN: What would you work on without internet access?
#35Some people like reading a book by the pool. I like looking at demographic data. ¯\_(ツ)_/¯
Re: Ask HN: What would you work on without internet access?
#36Earlier quoted context omitted.
TIL entire wikipedia is less than 100 GB when compressed.
That's with no images, and iirc it also didn't include any of the math markup last time I looked at one of the xml dumps in one of the loaders (think it was kiwix)
"The size of the media files in Wikimedia Commons, which includes the images, videos and other media used across all the language-specific Wikipedias was described as well over 23 TB near the end of 2014"
Considering 30 TB hdd costs around 1500$, still interesting.
Re: Ask HN: What would you work on without internet access?
#37Re: Ask HN: What would you work on without internet access?
#38Re: Ask HN: What would you work on without internet access?
#39Re: Ask HN: What would you work on without internet access?
#40UNIX systems programming can be accomplished by looking at man pages and referencing kernel / user land source code. I find something cathartic writing C applications and tools. Perhaps I should seek professional help.