Viewing profile — death_eternal
death_eternal
HN member- Joined
- Mon, Jul 28, 2025, 9:54 AM UTC
- HN karma
- 43
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About death_eternal
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #47452784
You're clearly wrong.
-
comment
Comment #47452776
Yeah, you're not really that interesting to be honest.
- story
- story
-
story
Show HN: I'm writing a scalable alternative to gource with diff animation modes
I find that gource is extremely slow on large repositories like the Linux kernel, and there's only one mode of animation, this has various modes of animation and can handle massive…
-
comment
Comment #46726776
You can look at the repository to see the differences. The troubleshooting abilities of the program are far superior to lutris already, My experience with lutris is you run the ins…
-
story
Show HN: I'm writing an alternative to Lutris
It's free and open source. The aim is to have more transparent access to wine prefixes and the surrounding tooling (winetricks, proton configuration, etc...) per game in comparison…
-
story
Show HN: I implemented generics in my programming language
It took a while to implement, though now I have generic functions working in Axe. Documentation, repository and site attached.
-
comment
Comment #46056855
Very.
-
comment
Comment #46056839
1. It manages memory through deterministic ownership rules and optional arena allocation. Pointers never outlive the allocator that created them, and the compiler performs lifetime…
-
story
Show HN: Axe - A Systems Programming Language with Builtin Parallelism and No GC
I'm writing a compiler for a systems language focused on concurrency and parallelism. It’s a re-engineering of a prior work, with an explicit emphasis on memory management and type…
-
story
Show HN: Versed, content aggregator site with graph views and customizable feeds
Made this mostly for myself. You can now create your own echo chamber using this to mix sources, RSS feeds, etc... into one place, then visualize feed data separately, there's also…
-
comment
Comment #44804285
The goal is to not need to write C just to get performant code, especially for things like concurrency and numerics. While Nim can be fast without `ref object`, and you can guide t…