Viewing profile — goh-chunlin
goh-chunlin
HN member- Joined
- Sat, Nov 22, 2025, 3:47 AM UTC
- HN karma
- 3
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About goh-chunlin
I build high-performance simulation engines and deterministic safety infrastructure for AI Agents.
Current Focus: - SilverAI: Deterministic state guardrails for LLM agents on hardware (Python); - SNA: Cloud-native Discrete Event Simulation engine (C#); - go-onedrive: High-perf OneDrive SDK (Go).
Background: .NET Foundation Member. Github: https://github.com/goh-chunlin Blog: https://cuteprogramming.blog
Recent public activity
-
comment
Comment #46597223
Really like the simplicity philosophy here. Great to see `--dry-run` on the roadmap! One thing I'd love to see is if `proc kill` could show a confirmation table of exactly which PI…
-
comment
Comment #46551208
Glad that helped! Perhaps you can start with comparing 1,000 individual INSERTs (each with its own COMMIT) vs. 1,000 INSERTs wrapped in a single BEGIN/COMMIT block. This test is pa…
-
comment
Comment #46510316
May I know how latency will be handled? If a page takes 5 seconds to load, does the vision model keep 'guessing' while the screen is blank, or is it smart enough to wait for a spec…
-
comment
Comment #46510232
clock_t measures CPU time (the time the processor spent on your specific process). In database benchmarking, the CPU is often idling while waiting for Disk I/O or Network latency. …
-
comment
Comment #46076761
AutoAds focuses heavily on 'SaaS products', but most SaaS value lives behind a login wall. Does it handle authentication? Or is this strictly for public-facing marketing landing pa…
-
comment
Comment #46076580
This looks clean. I appreciate the pkg decoupling. Regarding the server mode (swatchify serve): Does the decoding step have a hard memory limit or dimension cap? Since image.Decode…