HackerTrans
TopNewTrendsCommentsPastAskShowJobs

krish678

no profile record

Submissions

Private, advance operational testing under select regional franchise environment

app.qwoted.com
3 points·by krish678·2 tháng trước·0 comments

[untitled]

1 points·by krish678·2 tháng trước·0 comments

[untitled]

1 points·by krish678·2 tháng trước·0 comments

Show HN: System that keeps apps running when a server or region goes down

3 points·by krish678·3 tháng trước·0 comments

[untitled]

1 points·by krish678·6 tháng trước·0 comments

Show HN: Why is ML inference still so ad-hoc in practice?

4 points·by krish678·7 tháng trước·0 comments

Ultra-Low-Latency Trading System

submicro.krishnabajpai.me
30 points·by krish678·7 tháng trước·64 comments

A Bio-Inspired Swarm Approach to 5000-Dimensional Optimization

papers.ssrn.com
2 points·by krish678·7 tháng trước·1 comments

Exploring sub-50ns NIC receive paths via userspace MMIO

github.com
1 points·by krish678·7 tháng trước·1 comments

Show HN: Sub-microsecond (890 ns) trading execution research system

submicro.krishnabajpai.me
5 points·by krish678·7 tháng trước·9 comments

comments

krish678
·6 tháng trước·discuss
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.

GitHub: https://github.com/krish567366/OpenTX

Stack: Go, Protocol Buffers, Kafka, OpenTelemetry License: MIT

OpenTX provides a strongly-typed canonical transaction layer between legacy card networks and modern APIs, allowing fintech teams to decouple application logic from network-specific ISO 8583 formats.

Most payment teams still integrate directly with brittle, tightly-coupled ISO 8583 implementations. OpenTX introduces a standardized, versioned transaction model with bidirectional mapping, exactly-once semantics, message-level security, and built-in observability.

This is relevant for:

Fintech and payments startups

Infrastructure and developer tools teams

Multi-network aggregation platforms

Companies modernizing legacy financial rails

Feedback and contributions from founders and infra engineers are welcome.
krish678
·7 tháng trước·discuss
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 logic or offloading parts elsewhere. I agree there’s room to improve, and I’m working on reducing structural overheads, but this wasn’t meant to represent the absolute lower bound of what’s possible.
krish678
·7 tháng trước·discuss
Good point — ‘sub-microsecond’ is definitely more precise! Appreciate the feedback.
krish678
·7 tháng trước·discuss
I understand — the reviewers clearly see it differently, which is why they’ve been carefully evaluating my paper for the past 15 days.
krish678
·7 tháng trước·discuss
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 sleigh ride tastier!
krish678
·7 tháng trước·discuss
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 and benchmarking, not actual hardware execution. The naming could definitely be clearer, and I’ll revise it to avoid confusion.
krish678
·7 tháng trước·discuss
Thankyou so much all this feedback. I’d also love to connect and discuss some of these points further if you’re open.
krish678
·7 tháng trước·discuss
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.
krish678
·7 tháng trước·discuss
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 learning points easier to see. Thanks for your feedback.
krish678
·7 tháng trước·discuss
Congrats on the vacation vibes! Hope you enjoy some well-earned time offshore or wherever it takes you.
krish678
·7 tháng trước·discuss
The main goal is experimenting and sharing what I’ve learned. Seems like people are enjoying it, which is nice to see.
krish678
·7 tháng trước·discuss
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 it to understand CPU/NIC behavior, memory layouts, and real-world trade-offs at nanosecond scales.

Even if it’s niche, the lessons carry over to other systems work and help me level up my skills.
krish678
·7 tháng trước·discuss
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 project grows.

The focus is still on learning and pushing latency on regular hardware.
krish678
·7 tháng trước·discuss
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 commit but will be added.

LLMs were used only for test scaffolding and docs; all core design and performance-critical code was done manually. This is a research project, not production trading.

For context, my related work (under peer review): https://www.preprints.org/manuscript/202512.2293 https://www.preprints.org/manuscript/202512.2270
krish678
·7 tháng trước·discuss
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 made after thorough research on the market. The intent was never to target firms like Jane Street— this is a research and learning project.
krish678
·7 tháng trước·discuss
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 bare hands.

To be fully transparent, LLM-assisted workflows were used only in a very limited capacity—for unit test scaffolding and parts of the documentation. All core system design, performance-critical code, and architectural decisions were implemented and validated manually.

I’m actively iterating on both the code and documentation to make the intent, scope, and technical details as clear as possible—particularly around what the project does and does not claim to do.

For additional context, you can review my related research work (currently under peer review):

https://www.preprints.org/manuscript/202512.2293

https://www.preprints.org/manuscript/202512.2270

Thanks again for your attention.
krish678
·7 tháng trước·discuss
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 documentation, not for core system design or performance-critical logic. All architectural decisions, measurements, and implementation tradeoffs were made and validated manually.

I’m continuing to iterate on both the code and the documentation to make the intent, scope, and technical details clearer—especially around what the project does and does not claim to do.

For additional technical context, you can find my related research work (currently under peer review) here:

https://www.preprints.org/manuscript/202512.2293

https://www.preprints.org/manuscript/202512.2270

Thanks again for your time and attention!
krish678
·7 tháng trước·discuss
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 our team in a private/internal repository. Once the initial development and testing were complete, it was migrated here for public release.

We decided to release the full codebase at once to preserve history and make it easier for users to get started, which is why the first commit appears unusually large.
krish678
·7 tháng trước·discuss
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 documentation, not for core system design or performance-critical logic. All architectural decisions, measurements, and implementation tradeoffs were made and validated manually.

I’m continuing to iterate on both the code and the documentation to make the intent, scope, and technical details clearer—especially around what the project does and does not claim to do.

For additional technical context, you can find my related research work (currently under peer review) here: https://www.preprints.org/manuscript/202512.2293

https://www.preprints.org/manuscript/202512.2270

Thanks again for your time.
krish678
·7 tháng trước·discuss
Thank you for taking the time to look through the repository. I’m continuing to iterate on both the code and the documentation to make the intent and technical details clearer. You can find my research paper(under peer review) here:

https://www.preprints.org/manuscript/202512.2293 https://www.preprints.org/manuscript/202512.2270

Thanks again for your time.