Live data from Hacker News

Viewing profile — githubholobeat

githubholobeat

HN member
Joined
Thu, Oct 01, 2020, 3:20 PM UTC
HN karma
44
Public activity
14 items

About githubholobeat

Full stack developer. MySQL, MSSQL, PostgreSQL, PHP, JavaScript, Go, Python, Shell, C#, Cordova, Elm, Elixir and now Dart + Flutter.

https://github.com/holobeat

Recent public activity

  1. comment
    Comment #47916583

    AGENTS.md at GoDaddy gone rogue.

  2. 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/ ]

  3. comment
    Comment #43611502

    There is an article about this in Time magazine, no paywall. https://time.com/7274542/colossal-dire-wolf/

  4. comment
  5. 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…

  6. comment
    Comment #35656031

    Here is the writing process in action: https://www.youtube.com/watch?v=1m0ak3c2XK4

  7. comment
    Comment #32220297

    Nice 3rd place for Zig implementation. But is it missing `defer arena.deinit();`?

  8. comment
  9. 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 …

  10. comment
    Comment #30338035

    RIP Level 6. Nice job.

  11. 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…

  12. 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…

  13. 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…

  14. 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…