Live data from Hacker News

Ask HN: What would you work on without internet access?

news.ycombinator.com

31–40 of 52 posts

Re: Ask HN: What would you work on without internet access?

#31
post #11

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.

(my) Scrivener works offline, and with just me and the editor I can focus on developing my ideas and drawing when necessary (simple mspaint and paste on Scrivener). Offline is underestimated!

Re: Ask HN: What would you work on without internet access?

#32

Get 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.

I think this is fantastic advice, but only up to a point. Unplugging regularly to recharge is so important, but the length and percentage of time matters. OP might spend 80% of their time in parts of the world without internet, for weeks or months at a time. In that context, I don’t think this advice applies in the same way that it would for someone who spends a day or two offline every other month.

Re: Ask HN: What would you work on without internet access?

#34
I have been using Go recently, and I do almost all my development with it offline. The docs are included and you can run a local doc server so everything you need to look up is as close as localhost:6060. It's also an ecosystem that encourages building on the standard library, unlike some other popular languages I could mention. I absolutely love the productivity and focus that this setup allows.

I 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?

#35
Two years ago I went on vacation after having downloaded a bunch of the US Census and ACS datasets. I spent my days by the pool drinking Bahama Mamas and poking at the data, which was in a local Postgres instance.

Some 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?

#36

Earlier 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)

Totally forgot about images. I just dug little further and found this:

"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?

#40
post #7

UNIX 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.

Not an expert in C, but there's definitely a refreshing feel of purity about something old and "sharp", that is powerfully entrenched in the UNIX ecosystem but can also be dangerous and bite you.
Post reply on HN