Viewing profile — alingse
alingse
HN member- Joined
- Sun, Jun 23, 2019, 3:05 AM UTC
- HN karma
- 1
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About alingse
Recent public activity
-
story
Show HN: AI-CLI-Log – Seamlessly Log Your AI CLI Conversations to Markdown
Hey HN, I've developed ai-cli-log, a command-line utility designed to capture and log interactive terminal sessions. Its primary purpose is to provide a clean, accurate record of C…
-
comment
Comment #44310228
While debugging why our golangci-lint runs in CI were getting randomly killed, I discovered a surprising memory issue in Go's error handling. The problem occurs when combining many…
- story
-
comment
Comment #32400177
we have already do this in prod. type HandlerFuncErr func(w http.ResponseWriter, r http.Request) error func HandleErr(h HandlerFuncErr) http.HandlerFunc { return func(w http.Respon…
-
comment
Comment #31965430
The smart to stupid is a smooth curve, so everyone have a point in the line.
-
story
Show HN: A Thrift Formatter VSCode extenstion
after 15 days, I reimplement thrift-fmt (python commandline tool thrift-formatter) as a vscode extension. https://news.ycombinator.com/item?id=31594094
-
story
Show HN: A Formatter for Thrift Files
This is a python command line tool, and I'm going to reimplement this as a vscode extention. any adivce?