HackerTrans
TopNewTrendsCommentsPastAskShowJobs

varankinv

no profile record

Submissions

FreeBSD doesn't have Wi-Fi driver for my old MacBook, so AI built one for me

vladimir.varank.in
434 points·by varankinv·5 months ago·361 comments

Client-side pagination in Go (1.22 range-over function edition)

vladimir.varank.in
2 points·by varankinv·2 years ago·0 comments

Compile-time safety for enumerations in Go

vladimir.varank.in
66 points·by varankinv·3 years ago·113 comments

Go Runtime vs. CFS Quota

vladimir.varank.in
9 points·by varankinv·4 years ago·0 comments

My real life use-case for generics in Go: API for client-side pagination

vladimir.varank.in
46 points·by varankinv·4 years ago·29 comments

comments

varankinv
·5 months ago·discuss
Above it was said, that in a code review, an expert would ask the author to "justify and rework". Clearly, people have always been capable producing code, that wasn't great, regardless if they read the code or not.
varankinv
·5 months ago·discuss
I was personally surprised when the agent debugged kernel panics caused by its own code (many times by now). It just iterates from the stack traces and crash dumps. The nice part is that, when you do see that the code smells — you ask the agent to rework it, focusing on specific problems. This is just code, and you don't need to dance around, hoping that AI will spill some "magic" at you.