lixiasky
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
tiny_coro is a lightweight, educational M:N asynchronous runtime written from scratch using C++20 coroutines. It's designed to strip away the complexity of industrial libraries (like Seastar or Folly) to show the core…
-
Hi HN, I built a small AI-assisted tool that predicts which graph algorithm (e.g., Dijkstra, BFS, coloring) to apply based on graph properties. GitHub: https://github.com/lixiasky/Graphtune Model: XGBoost trained on…
-
Hi everyone, I'm an undergraduate student with a passion for compilers and low-level systems. Recently, I built *Py2C*, a minimalistic Python 3.10-to-C transpiler, and just finished writing a paper about it that I'd…
-
Hi HN, I’m an undergrad student, and I recently started working on a side project called Angle — an open-source experiment trying to recreate the basic workflow of MATLAB. GitHub: https://github.com/lixiasky/Angle…
-
Hi everyone, I recently published a small open-source project. It’s a minimal network packet analyzer written in Go — designed more like a learning toy than a replacement for Wireshark. It currently supports parsing…