Ask HN: I just want to have fun programming again
71–80 of 219 posts
Re: Ask HN: I just want to have fun programming again
#72"But it's hard!" That's the point: surmounting the challenge is where the fun comes from. And then you have skills that 90% of devs don't even attempt because they believed it was "hard."
Re: Ask HN: I just want to have fun programming again
#73How about Unity? https://unity.com/products/unity-platform Or Racket? https://racket-lang.org/ --- I only have a little experience with the suggestions above; I personally like SvelteKit, but it doesn't fit your requirements.
And while the prospect of cross-platform is appealing, it has 0 accessibility support and no way of embedding or being embedded into native widgets.
It's just a little bit better than passable for game UIs (non-interactive HUDs and one-screenful-at-a-time interactive menus), but once you start needing to implement things like drag&drop, virtualized scrolling, or non-trivial layouts, it get exponentially harder when compared to a "proper" application UI library.
Believe me I use it for a living :)
Re: Ask HN: I just want to have fun programming again
#74> I'm not a fan of the complexity...
My recommendation that helps me having joy: Just do something other than writing code for that particular app. Write a decent (build scripts)|(CI/CD pipeline) that will abstract away that complexity and will reduce cognitive load of building/testing/deploying an app. That's a good feeling.
Re: Ask HN: I just want to have fun programming again
#75This thread has a lot of language suggestions, but I think you need a fun problem to solve. Pick a toy app and work on it. Learn embedded programming with an Arduino. Write an iPhone app to track when you feed the dog. Make a karaoke app for Android. If you pick a project you'll enjoy, the language won't matter. Use whatever is best for the platform. The fun doesn't come with the language, it comes with seeing your p…
Re: Ask HN: I just want to have fun programming again
#76If you want to have fun, dig into some subfield of computer science, like databases, ray tracing, etc. Something that has been studied rigorously. There, knowledge actually compounds and builds on itself, rather than being thrown out every two years for no gain. Build something small and see if the subject gels with you. If it does, go deeper. If it doesn't, try another one and see if it works. Once you find somethin…
That's most of fields. Webshit development is very much exception here, although one with a lot of market share.
Re: Ask HN: I just want to have fun programming again
#77You can find some fun projects in places least expected.
Re: Ask HN: I just want to have fun programming again
#78The crucial thing was, speed of feedback-loop? And the expo stuff is good. It does the bundling, it has hot reload. I don't mind typescript and the embedded xml.
Re: Ask HN: I just want to have fun programming again
#79https://elm-lang.org https://elmlang.slack.com Static FP lang targeting the web as a runtime environment. Wonderful people. The nicest compiler in the game. Tight dev loop. Good tooling. No JavaScript knowledge required. Join us.
Re: Ask HN: I just want to have fun programming again
#80This thread has a lot of language suggestions, but I think you need a fun problem to solve. Pick a toy app and work on it. Learn embedded programming with an Arduino. Write an iPhone app to track when you feed the dog. Make a karaoke app for Android. If you pick a project you'll enjoy, the language won't matter. Use whatever is best for the platform. The fun doesn't come with the language, it comes with seeing your p…