Viewing profile — skaiuijing
skaiuijing
HN member- Joined
- Thu, Mar 05, 2026, 3:16 AM UTC
- HN karma
- 3
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About skaiuijing
No profile information was provided.
Recent public activity
-
comment
Comment #49258224
Hi HN, I've been working on congestion control for a while, and one thing that has always bothered me is how traditional loss-based algorithms such as Reno and CUBIC treat packet l…
- story
-
comment
Comment #48871678
Everyone, eBPF is a revolutionary technology for the Linux kernel that makes the kernel both secure and programmable. I’ve been exploring how to bring similar capabilities to micro…
- story
-
comment
Comment #48858507
[flagged]
- story
- story
-
comment
Comment #48833088
Robots handle clean labs well; messy real‑world environments are still the real bottleneck.
- story
-
comment
Comment #47801865
Just checking — is Prometheus/Grafana basically the frontend here? I see everything exposed at /actuator/prometheus, but there doesn’t seem to be a built‑in UI. Do you think someth…
-
comment
Comment #47793303
[dead]
- story
- story
- story
-
comment
Comment #47457043
I’m building ccbpf to bring eBPF‑style programmability to embedded systems. ccbpf includes: - a C‑subset compiler (ccbpf‑cc) that generates ccbpf bytecode - a small, portable VM fo…
- story
- comment
- story
- story
- story
- story
-
comment
Comment #47384971
Nice work. Always cool to see small, focused tools built in Nim.
-
comment
Comment #47384951
Nice work. Tools that make quick data visualization this simple are always useful.
-
comment
Comment #47384943
Nice idea. I love small, focused Git tools like this — thanks for sharing.
-
comment
Comment #47365592
I built a small real‑time operating system for ARM Cortex‑M as a step‑by‑step guide to teach how an RTOS is built from scratch. The kernel starts from a few hundred lines and grows…