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 bulan yang lalu·361 comments

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

vladimir.varank.in
2 points·by varankinv·2 tahun yang lalu·0 comments

Compile-time safety for enumerations in Go

vladimir.varank.in
66 points·by varankinv·3 tahun yang lalu·113 comments

Go Runtime vs. CFS Quota

vladimir.varank.in
9 points·by varankinv·4 tahun yang lalu·0 comments

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

vladimir.varank.in
46 points·by varankinv·4 tahun yang lalu·29 comments

comments

varankinv
·5 bulan yang lalu·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 bulan yang lalu·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.