Live data from Hacker News

Viewing profile — aktau

aktau

HN member
Joined
Thu, May 31, 2012, 8:41 AM UTC
HN karma
779
Public activity
278 items

About aktau

I could jammer on about what I've done and like to do, but the most important thing is: I like to learn. When I learn, I have fun. When I have fun, I'm motivated. When I'm motivated, I tend to churn out decent stuff.

www.aktau.be at least has my resume and a blog if that's your thing.

Recent public activity

  1. comment
    Comment #49229712

    Reminds me of VirGL [1] and Venus [2], which I think do something similar for OpenGL and Vulkan. I use this with Baguette/Crostini on ChromeOS to get some light gaming done. Works …

  2. comment
    Comment #49225471

    Much more resource heavy. I tried NixOS and Bazzite (and other spins purporting to be lighteweight) and the difference on a 2010-era mid-range laptop was noticeable in terms of slu…

  3. comment
    Comment #49179681

    I'm curious. Do you have more information?

  4. comment
    Comment #49106769

    Yea, both Westpark itself and the open-air cinema inside the park are stellar. It surprises me that no-one has mentioned Munich's premier city park though: the English Garden (Engl…

  5. comment
    Comment #49066277

    I have the same question. It seems like a decent amount of posters here don't require (non-standard) interactivity. Plain HTML+CSS (perhaps via static site generators) would work. …

  6. comment
    Comment #49036826

    > If it’s important they will leave a message and I’ll get back to them. I can't really do that. For some things (urgent and important), loved ones need to be able to reach me. But…

  7. comment
    Comment #49034451

    Respect. I hope to find the strength to be more like that. Also to give a better example to others. I notice making the screen go grayscale (can configure volume up+down to do this…

  8. comment
    Comment #48946330

    I lot of people echoing the same sentiment. It made me recall a quote from early 2026 that made waves in a few programming communities ( https://x.com/ThePrimeagen/status/202677119…

  9. comment
    Comment #48698258

    Not sure about RA, but for RA2 see https://chronodivide.com/

  10. comment
    Comment #48539778

    I think Neovim itself has been stabilizing quite a bit in terms of upgrade breakage. A common reason for breakage is/was: - Neovim changes some API (deprecating, ...). - User upgra…

  11. comment
    Comment #48492220

    > Rayforce is a pure C17 zero-dependency embeddable engine where columnar analytics and graph traversals share a single operation DAG, pass through a multi-pass optimizer, and exec…

  12. comment
    Comment #48465599

    I clicked around in the kernel section and the other commenters highlighting the simplicity weren't lying. It's beautiful in its simplicity. Seeing the screenshots I was kind of ex…

  13. comment
    Comment #48294764

    Spot on. Heaven forbid it turns into a C++ (I'm not a Rust practitioner but from the outside it seems to accrete features pretty quickly as well). The ease of grokking Go (both rea…

  14. comment
    Comment #48086633

    I have a feeling that after enough slop has entered the system, the AI will also have difficulty debugging/understanding it. My questions are: will the AI get to be above our level…

  15. comment
    Comment #48053440

    > As of writing this, I have not seen anyone describe a process that "scales" agent-driven development in a large company. There is, however, evidence from the past that it is poss…

  16. comment
    Comment #47846424

    Thanks for the notes. Different as/link is definitely a way for incompatibilities to creep in.

  17. comment
    Comment #47845624

    I remember when we still had tcc in Neovim CI. I think it got removed eventually for being too much of a burden to maintain. How are slimcc/kefir different/easier to drop in?

  18. comment
    Comment #47819013

    This reminds me of a great adventure. A long time ago I was travelling through Brazil, in the Amazonas state. I was in Porto Velho and needed to get to Manaus quickly to catch a fl…

  19. comment
    Comment #47658691

    I tried btrfs on three different occasions. Three times it managed to corrupt itself. I'll admit I was too enthousiastic the first time, trying it less than a year after it appeare…

  20. comment
    Comment #47658607

    What were your (main) problems with Kodi? AFAIK it is written in C++ with Python plugins. Electron would be (on the face) a downgrade yes. But how is a Lua app much smoother? (My p…

  21. comment
    Comment #47494412

    “What do you get if you multiply six by nine?” (One) source: https://www.reddit.com/r/Fedora/comments/1mjudsm/comment/n7d...

  22. comment
    Comment #47488590

    Why does one need the second (old-ish) Fritz!Box? Doesn't the first one already have DECT? Also, does this not require a landline number?

  23. comment
    Comment #47488413

    > Agree on mullvad, buy giftcard on amazon. I've heard this before. Is this just to add another hop in the chain to make it harder for someone to track the user down? Apart from so…

  24. comment
    Comment #47165944

    Any LLM-based code review tooling I've tried has been lackluster (most comments not too helpful). Prose review is usually better. > So we run dozens of parallel CLI agents that can…

  25. comment
    Comment #47059552

    For Go, there is https://pkg.go.dev/gvisor.dev/gvisor/tools/checklocks . There are some missing things from C++ Thread Safety annotations, but those could be added.