HackerTrans
TopNewTrendsCommentsPastAskShowJobs

githubholobeat

no profile record

comments

githubholobeat
·3 mesi fa·discuss
AGENTS.md at GoDaddy gone rogue.
githubholobeat
·12 mesi fa·discuss
An alternative exists to Flex. It is called Apache Royale [https://royale.apache.org/]. Here is a components showcase [https://royale.apache.org/tourdejewel/]
githubholobeat
·anno scorso·discuss
There is an article about this in Time magazine, no paywall. https://time.com/7274542/colossal-dire-wolf/
githubholobeat
·anno scorso·discuss
There is also DefleMask, supporting Genesis, SMS (+FM Sound Unit), GB, PCE, NES (+VRC7, +FDS), C64, Arcade, NeoGeo, and MSX2. It is available for Windows, macOS, Linux, iOS, Android and Raspberry Pi.

https://www.deflemask.com/
githubholobeat
·3 anni fa·discuss
Here is the writing process in action: https://www.youtube.com/watch?v=1m0ak3c2XK4
githubholobeat
·4 anni fa·discuss
Nice 3rd place for Zig implementation. But is it missing `defer arena.deinit();`?
githubholobeat
·4 anni fa·discuss
"...an absolute joy to work with" I agree. I used zig to make a game in WASM and had a blast. I also had some spare Arduino Nanos laying around and so I build a simple firmware in zig to test it. It worked great, so you can use zig for your embedded projects as well.
githubholobeat
·4 anni fa·discuss
RIP Level 6. Nice job.
githubholobeat
·4 anni fa·discuss
Anyone on Medium writing about programming languages trends should also be pre-screened and have their own original (non-forked) source code repository listed on their profile. Each time I see a Medium article in form of "Top [insert number] [insert topic] to [insert a verb]", it nudges me ever closer to canceling my subscription.
githubholobeat
·4 anni fa·discuss
This exactly matches my experience with Elm. You wrote "..how resistant it was to me hacking my way to success"; the same here, I tried to do things my way, and Elm would resist (thankfully) those efforts. It resulted in an easy to maintain, much cleaner code. Initially, I went through a 3 month mental grind to learn FP in Elm to be somewhat productive. Then it suddenly started to flow. A while ago I wrote a variation of Snake game [0], using elm-ui to render the simple graphics. The coding experience was fantastic.

[0]: https://github.com/holobeat/elm-snake