Live data from Hacker News

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

news.ycombinator.com

21–30 of 52 posts

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

#22

Cartography: get the osm rendering stack on your laptop and a bit of data, then map away! Programming: get the documentation first, manuals API reference, tutorials, and use a language that doesn't have much "now install this library" dependencies.

Qgis is a good, f/oss desktop gis system.

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

#23

Cartography: get the osm rendering stack on your laptop and a bit of data, then map away! Programming: get the documentation first, manuals API reference, tutorials, and use a language that doesn't have much "now install this library" dependencies.

> get the documentation first, manuals API reference DevDocs[0] (offline collection of API docs) is perfect for this. [0]: https://devdocs.io/

I travelled to China recently and was unpleasantly surprised to find the HTML/CSS/DOM docs totally unusable offline, even though I “downloaded” them in my user preferences before leaving.

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

#26
post #18

Check out kiwix or zeal. Allows reading entire archives of wikipedia/stackoverflow/ted talks etc etc offline. Plus search. Throw in elasticsearch and you get really powerful customizable search. You can also create your own archive of web content. Given the size of modern harddrives people have no idea how much quality content can happily live on your local machine. No internet required.

TIL entire wikipedia is less than 100 GB when compressed.

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

#29
post #18

Check out kiwix or zeal. Allows reading entire archives of wikipedia/stackoverflow/ted talks etc etc offline. Plus search. Throw in elasticsearch and you get really powerful customizable search. You can also create your own archive of web content. Given the size of modern harddrives people have no idea how much quality content can happily live on your local machine. No internet required.

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)

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

#30
post #18

Check out kiwix or zeal. Allows reading entire archives of wikipedia/stackoverflow/ted talks etc etc offline. Plus search. Throw in elasticsearch and you get really powerful customizable search. You can also create your own archive of web content. Given the size of modern harddrives people have no idea how much quality content can happily live on your local machine. No internet required.

TIL entire wikipedia is less than 100 GB when compressed.

You can find versions that are 50GB if you dig around the kiwix download page! The entire stackoverflow dump is around the same size.
Post reply on HN