Live data from Hacker News

Viewing profile — Kapendev

Kapendev

HN member
Joined
Fri, Oct 24, 2025, 1:06 AM UTC
HN karma
15
Public activity
17 items

About Kapendev

I make cool games sometimes. GitHub: https://github.com/Kapendev

Them games: https://kapendev.itch.io/

Recent public activity

  1. comment
    Comment #48971595

    Very interesting post. How can I use that for web development? My senior told me to ask this question.

  2. comment
    Comment #48455911

    Good stuff. I say that as someone that is not biased.

  3. comment
    Comment #48344310

    Really? Wow, this is like Zig and I love Zig!

  4. comment
  5. comment
    Comment #48326057

    That's a nice list!

  6. comment
    Comment #47126772

    People here need time to notice XD

  7. comment
    Comment #47124420

    Zoomer is a good word btw. I love zoomers.

  8. comment
    Comment #47124392

    Well, I do!?!! It's even faster than zoomer langs like Odin. You should try it.

  9. comment
    Comment #47002174

    > This whole GC vs no-GC thingy And I am here, enjoying both. Life is good.

  10. comment
    Comment #46601934

    > String Interpolation (F-strings) This is so nice. It's crazy how other low-level langs don't have it. I know Dlang and Rust have it. Maybe Swift too? The way Dlang does it is nic…

  11. comment
    Comment #46488012

    Vlang mentioned, let's goo! I like low-level languages that provide easy access to a GC. It's a nice way to make some parts of the code more high-level and it kinda avoids the need…

  12. comment
    Comment #46448487

    I wrote a simple benchmark comparing my custom dynamic array implementation in Dlang with dynamic arrays in other languages. The test appends and then removes 100,000,000 integers …

  13. comment
    Comment #46189622

    > Using D in betterC mode is what I am most interested about Well you will. It's a common mistake new D users do.

  14. comment
    Comment #46182988

    Don't use betterC as a global @nogc attribute. This flag does more than just remove the garbage collector and adds extra checks that can sometimes be overly restrictive. If writing…

  15. comment
    Comment #46169756

    You and Walter could do that, but this post is about some cool devs and their cool Zig project.

  16. comment
    Comment #46169680

    Good question, but I don't think this is the place for that conversation :) And I say that as a Dlang fan :)

  17. comment
    Comment #45689625

    > language is fractured by the optional GC That's an interesting fantasy you have constructed. You should try listening to the people who actually use it.