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 месяцев назад·361 comments

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

vladimir.varank.in
2 points·by varankinv·2 года назад·0 comments

Compile-time safety for enumerations in Go

vladimir.varank.in
66 points·by varankinv·3 года назад·113 comments

Go Runtime vs. CFS Quota

vladimir.varank.in
9 points·by varankinv·4 года назад·0 comments

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

vladimir.varank.in
46 points·by varankinv·4 года назад·29 comments

Making sense of requests for CPU resources in Kubernetes

vladimir.varank.in
2 points·by varankinv·5 лет назад·0 comments

Wireless-to-Ethernet island for RPi cluster: IPv6, NDP proxy, mDNS reflector

vladimir.varank.in
88 points·by varankinv·5 лет назад·58 comments

comments

varankinv
·5 месяцев назад·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 месяцев назад·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.
varankinv
·5 лет назад·discuss
As far as I can tell, I have the same IPv6 prefix for at least a year. Of course, if the prefix's changed, I'll have to reconfigure the homelab. If that started to become annoying I would automate that with an ansible task. But will probably need to search for a better and more stable solution.
varankinv
·5 лет назад·discuss
> But it should be a very early thing to try, if it's available everything else becomes much easier

I've tried to set up PD but it didn't work, so I've moved on with other options. Now, after you mentioned that, this feels like a good excuse to delve into what exactly didn't work back then.