Viewing profile — Kapendev
Kapendev
HN member- Joined
- Fri, Oct 24, 2025, 1:06 AM UTC
- HN karma
- 15
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About Kapendev
Them games: https://kapendev.itch.io/
Recent public activity
-
comment
Comment #48971595
Very interesting post. How can I use that for web development? My senior told me to ask this question.
-
comment
Comment #48455911
Good stuff. I say that as someone that is not biased.
-
comment
Comment #48344310
Really? Wow, this is like Zig and I love Zig!
-
comment
Comment #48344227
Flutter
-
comment
Comment #48326057
That's a nice list!
-
comment
Comment #47126772
People here need time to notice XD
-
comment
Comment #47124420
Zoomer is a good word btw. I love zoomers.
-
comment
Comment #47124392
Well, I do!?!! It's even faster than zoomer langs like Odin. You should try it.
-
comment
Comment #47002174
> This whole GC vs no-GC thingy And I am here, enjoying both. Life is good.
-
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…
-
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…
-
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 …
-
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.
-
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…
-
comment
Comment #46169756
You and Walter could do that, but this post is about some cool devs and their cool Zig project.
-
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 :)
-
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.