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 tháng trước·361 comments

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

vladimir.varank.in
2 points·by varankinv·2 năm trước·0 comments

Compile-time safety for enumerations in Go

vladimir.varank.in
66 points·by varankinv·3 năm trước·113 comments

Go Runtime vs. CFS Quota

vladimir.varank.in
9 points·by varankinv·4 năm trước·0 comments

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

vladimir.varank.in
46 points·by varankinv·4 năm trước·29 comments

Making sense of requests for CPU resources in Kubernetes

vladimir.varank.in
2 points·by varankinv·5 năm trước·0 comments

comments

varankinv
·5 tháng trước·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 tháng trước·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.