Hacker News new | past | comments | ask | show | jobs | submit login

I've taken this as far as I can. I love being disconnected from the internet for extended periods - they're my most productive times

I have a bash alias to use wget to recursively save full websites

yt-dlp will download videos you want to watch

Kiwix will give you a full offline copy of Wikipedia

My email is saved locally. I can queue up drafts offline

SingleFile extension will allow you to save single pages really effectively

Zeal is a great open source documentation browser






Could you share the bash alias? I would love this too.

https://srcb.in/nPU2jIU5Ca

Unfortunately it doesn't work well on single page apps. Let me know if anyone has a good way of saving those


The only way I know of is prepossessing with a web browser and piping it to some thing like monolith [0]

So you end up with something like this [1]:

> chromium --headless --window-size=1920,1080 --run-all-compositor-stages-before-draw --virtual-time-budget=9000 --incognito --dump-dom https://github.com | monolith - -I -b https://github.com -o github.html

- [0] https://github.com/Y2Z/monolith

- [1] https://github.com/Y2Z/monolith?tab=readme-ov-file#dynamic-c...




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

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

Search: