Do any languages other than C provide decent man pages?
Ask HN: How do I code offline for a week?
21–30 of 89 posts
Re: Ask HN: How do I code offline for a week?
#22unplug instead and consider it as a break.
youll just get disappointed once you encounter edge cases where you need more than the official documentation. i mean things that are hidden in github issues and stackoverflow posts.
it's okay to take a break anon, everythings gonna be okay.
Re: Ask HN: How do I code offline for a week?
#23A colleague of mine had to do this regularly when working on certain projects for the gov. It was an air-gapped environment. So no access to the internet. This basically meant loading up a thumb drive of all the possible documentation he could get. You can use site archive tools to download an entire website's documentation. Depending on the complexity of what you want to build - you would also probably need to mirro…
that would be very hard for me though, coding without internet. he must be really good at his craft haha.
Re: Ask HN: How do I code offline for a week?
#24Do any languages other than C provide decent man pages?
Re: Ask HN: How do I code offline for a week?
#25I don't know the circumstance of your tech exile, but I'd encourage you to take advantage of it to do something other than code! If you're going to be in nature, be in nature. If you're going to be with people, be with people. Those are the sorts of experiences you'll treasure, later in life, far more than a few more days of "productivity". If none of that applies, and you still want to learn something to do with tec…
Re: Ask HN: How do I code offline for a week?
#26Re: Ask HN: How do I code offline for a week?
#27I don't know the circumstance of your tech exile, but I'd encourage you to take advantage of it to do something other than code! If you're going to be in nature, be in nature. If you're going to be with people, be with people. Those are the sorts of experiences you'll treasure, later in life, far more than a few more days of "productivity". If none of that applies, and you still want to learn something to do with tec…
And here, “do something else” seems a popular answer too. Perhaps it’s how we approach problem solving in general.
Re: Ask HN: How do I code offline for a week?
#28Is there no way to go online for all duration of the trip?
Or is there some device that you can use occasionally to browse or perhaps even download something to an usb drive?
Re: Ask HN: How do I code offline for a week?
#29Do any languages other than C provide decent man pages?