Live data from Hacker News

Viewing profile — alingse

alingse

HN member
Joined
Sun, Jun 23, 2019, 3:05 AM UTC
HN karma
1
Public activity
7 items

About alingse

a student

Recent public activity

  1. 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…

  2. 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…

  3. story
  4. 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…

  5. comment
    Comment #31965430

    The smart to stupid is a smooth curve, so everyone have a point in the line.

  6. 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

  7. 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?