Viewing profile — githubholobeat
githubholobeat
HN member- Joined
- Thu, Oct 01, 2020, 3:20 PM UTC
- HN karma
- 44
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About githubholobeat
https://github.com/holobeat
Recent public activity
-
comment
Comment #47916583
AGENTS.md at GoDaddy gone rogue.
-
comment
Comment #44737918
An alternative exists to Flex. It is called Apache Royale [ https://royale.apache.org/ ]. Here is a components showcase [ https://royale.apache.org/tourdejewel/ ]
-
comment
Comment #43611502
There is an article about this in Time magazine, no paywall. https://time.com/7274542/colossal-dire-wolf/
- comment
-
comment
Comment #42748088
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, Androi…
-
comment
Comment #35656031
Here is the writing process in action: https://www.youtube.com/watch?v=1m0ak3c2XK4
-
comment
Comment #32220297
Nice 3rd place for Zig implementation. But is it missing `defer arena.deinit();`?
- comment
-
comment
Comment #30500931
"...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 …
-
comment
Comment #30338035
RIP Level 6. Nice job.
-
comment
Comment #30050535
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. Eac…
-
comment
Comment #30025568
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 (t…
-
comment
Comment #29967333
I completed 10 days of Advent Of Code 2021 in Zig and loved the learning experience. Then I rewrote a snake game I made originally in Elm into Zig and compiled it to WASM. So now i…
-
comment
Comment #28983387
Learning Zig by reading its standard library source has worked for me. The source files also include quite self explanatory tests that compensate for incomplete documentation on ma…