I design with Figma and I code in React Native/ReactJS. How can I build something or learn a skill with no internet to make sure I'm productive over this time?
Ask HN: How do I code offline for a week?
1–10 of 89 posts
Re: Ask HN: How do I code offline for a week?
#2Not meant to be snarky, sorry I just don't have any idea how you'd get local setups and then have the relevant developer docs in an accessible manner. Maybe a locally running Llama model?
Re: Ask HN: How do I code offline for a week?
#3Re: Ask HN: How do I code offline for a week?
#4Re: Ask HN: How do I code offline for a week?
#5Re: Ask HN: How do I code offline for a week?
#6Doesn’t need to be PICO-8 but there’s plenty of languages that can be done entirely offline.
Still keeps your brain active and lets you learn something new that might help you in parallel ways.
Re: Ask HN: How do I code offline for a week?
#7Re: Ask HN: How do I code offline for a week?
#8If none of that applies, and you still want to learn something to do with tech? Well, you know this won't be an ideal situation to engage directly with a system. How about zooming out a bit? Read some books. Some of Stallman's essays. Clifford Stoll. Or anything else more recent that you think is big-picture significant to your field. Your situation will be ideal for contemplation, which will in the long-term make you a better contributor to whatever projects you take on.
Re: Ask HN: How do I code offline for a week?
#9Re: Ask HN: How do I code offline for a week?
#10This 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 mirror a subset of your package manager i.e. npm mirror. Probably lots of eBooks, courses, tutorials. Nowadays maybe even a LLM might be a useful reference.