Live data from Hacker News

Viewing profile — Nya-kundi

Nya-kundi

HN member
Joined
Tue, Jan 13, 2026, 5:36 PM UTC
HN karma
3
Public activity
8 items

About Nya-kundi

No profile information was provided.

Recent public activity

  1. comment
    Comment #48419293

    Location: Nairobi, Kenya Remote: Yes, remote only Willing to relocate: No Technologies: Go, C, Linux kernel internals, io_uring, systems programming, observability, concurrency pri…

  2. story
  3. comment
    Comment #46709834

    I wanted to prove that for a lightweight tool like Procjail, Go's overhead is negligible compared to the massive DX gains.

  4. comment
    Comment #46709800

    Thanks! Honestly, the ergonomics of Go for this are a double-edged sword. On one hand, using os/exec and syscall packages feels much more 'human-readable' than raw C. It definitely…

  5. comment
    Comment #46705282

    I've been diving deep into the Linux kernel's isolation primitives, and I wanted to see if I could build a robust, lightweight jailer using Go instead of the traditional C/Rust app…

  6. story
  7. comment
    Comment #46606002

    I built this small bounded work queue in C using pthread_mutex_t and pthread_cond_t. I wrote this because I found many C queue examples online skip the "boring" parts of correctnes…

  8. story