Live data from Hacker News

Ask HN: Hobby coding that doesn’t feel like work

news.ycombinator.com

61–70 of 77 posts

Re: Ask HN: Hobby coding that doesn’t feel like work

#61
I've found great success in taking my coding skills and applying it to other hobbies. For example:

- I built a nutrition app during the pandemic so I could learn more about nutrition and track my activity.

- I started practicing Qi Gong and Yoga and I hacked together a little handheld controller so that I could learn the movements more efficiently. I used it to rewind/fast forward, A/B repeat sections, speed up/slow down, etc.

- I built a trail companion app for a backpacking trip that helped me plan my hikes.

- I made an app for my grandma to share photos with her on her Kindle device.

I think when you apply coding to other things you're passionate about it brings new life to it.

Re: Ask HN: Hobby coding that doesn’t feel like work

#63
I don't make a huge distinction, at least not in my front-brain.

I just choose a low-pressure project, but hopefully valuable to me or someone. Usually some kind of convenience or automation.

I have some "dashboards" with different key information on them. I like building those, scraping data from various sources, and winding up with this cool spot to look at everything.

I want to get into displaying things in the terminal, maybe the same dashboards. I really like running things on the command line; I've felt that way more than half my life now, hasn't gone away. Not sure why I've done so little programming for it.

Nothing important is purely fun. You'll find the "work" in the thing, and your brain will get testy.

Re: Ask HN: Hobby coding that doesn’t feel like work

#64
We have an open-source React-based framework called "refine" for easily building CRUD apps like Admin panels and Internal tools. It is headless by default and supports Material UI, AntDesign, Chakra UI, and Mantine.

You can build your side CRUD project easily.

Repo: https://s.refine.dev/github-repository

Re: Ask HN: Hobby coding that doesn’t feel like work

#65
Well, you're in luck, the Advent of Code[1] starts tomorrow night. There's always an interesting challenge, and you get to see how other people solved the problems in the threads on Reddit, etc.

Some people like to challenge themselves to use it to learn a new language, or do a different language each night. Some people write COBOL, assembler, you name it, there's someone trying to use it to solve the problems.

[1] https://adventofcode.com/

Re: Ask HN: Hobby coding that doesn’t feel like work

#67
Take up Emacs! You'll always have something you want to tinker with, and programming in lisps is a lot of fun. You get the added benefit that any tinkering you /do/ do benefits your programming UX.

* https://github.com/doomemacs/doomemacs * https://www.masteringemacs.org/book * https://www.gnu.org/software/emacs/download.html

Re: Ask HN: Hobby coding that doesn’t feel like work

#68
post #15
post #8

Try to make a CRUD app with API and SPA. Then it's both fun and it's also for real world apps you'll build.

I’m glad that you still find SPA and CRUD apps fun! That is my day job and I’m in the, idk, two figures CRUD app during my career? :)

Yeah, i think it's about what kind of CRUP apps is fun that's more important.
Post reply on HN