Live data from Hacker News

Viewing profile — krish678

krish678

HN member
Joined
Sun, Jul 27, 2025, 4:39 AM UTC
HN karma
6
Public activity
43 items

About krish678

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
    Show HN: System that keeps apps running when a server or region goes down

    I’ve been working on a small system to understand how applications can stay up even when backends fail. The idea is simple: instead of sending requests to a single backend, route t…

  5. comment
    Comment #46745991

    I’m open-sourcing OpenTX, a production-grade payment gateway and canonical transaction protocol designed to modernize legacy ISO 8583 payment systems for cloud-native architectures…

  6. story
  7. story
    Show HN: Why is ML inference still so ad-hoc in practice?

    Every place I’ve seen run more than a couple of ML models in production ends up with a mess of bespoke inference services: different APIs, different auth, different logging, half-w…

  8. comment
    Comment #46386545

    That number is for a non-trivial software path (parsing, state updates, decision logic), not a minimal hot loop. Sub-100 ns in pure software usually means extremely constrained log…

  9. comment
    Comment #46385603

    Good point — ‘sub-microsecond’ is definitely more precise! Appreciate the feedback.

  10. comment
    Comment #46385432

    I understand — the reviewers clearly see it differently, which is why they’ve been carefully evaluating my paper for the past 15 days.

  11. comment
    Comment #46385403

    Not a bot — just a human who thinks em dashes pair nicely with tinsel. As for blueberry pie, imagine Santa swapping cookies for this: sweet, blue, and guaranteed to make your sleig…

  12. comment
  13. comment
    Comment #46385270

    Thanks for pointing this out. The snippet is indeed a software simulation of an FPGA inference engine — it’s intended as a deterministic, latency-fixed layer for intial modeling an…

  14. comment
    Comment #46385004

    Thankyou so much all this feedback. I’d also love to connect and discuss some of these points further if you’re open.

  15. comment
    Comment #46384968

    Not a parody, just me trying to keep the thread constructive while sharing the project. Enjoying the discussion, even when it gets a bit wild.

  16. comment
    Comment #46384960

    I hear you. I realize the repository and docs are dense and can be overwhelming. I’m actively working on cleaning up the presentation, improving examples, and making the intent and…

  17. comment
    Comment #46384907

    Congrats on the vacation vibes! Hope you enjoy some well-earned time offshore or wherever it takes you.

  18. comment
    Comment #46384903

    The main goal is experimenting and sharing what I’ve learned. Seems like people are enjoying it, which is nice to see.

  19. comment
    Comment #46384893

    Thanks for the perspective! The goal isn’t to get hired immediately for a super-specific role—it’s more about learning and experimenting with ultra-low-latency systems. I’m using i…

  20. comment
    Comment #46384877

    Thanks for asking! So far, optimizations are on x86—CPU pinning, NUMA layouts, huge pages, and custom NIC paths. Next up, I’d love to try RISC-y or specialized architectures as the…

  21. comment
    Comment #46384857

    Thanks for checking out the repo. Broken links and top-level social URLs were my mistake—I’ll fix them. The simulation has some mobile bugs, and the Rust module wasn’t in the last …

  22. comment
    Comment #46384836

    Not vibe coded! See the research (under peer review): https://www.preprints.org/manuscript/202512.2293 https://www.preprints.org/manuscript/202512.2270 All core code decisions were…

  23. comment
    Comment #46384813

    Thank you for taking the time to look through the repository. To all those who are calling it to be generated by AI. Author is taking full time to read and reply each comments with…

  24. comment
    Comment #46384794

    Thank you for taking the time to look through the repository. To be transparent: LLM-assisted workflows were used in a limited capacity for unit test scaffolding and parts of the d…

  25. comment
    Comment #46384789

    Thanks for the observation! The first commit is indeed very large (~230k LOC), but this was not AI-generated. The project was developed internally over time and fully written by ou…