HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rwdf

no profile record

comments

rwdf
·9 mesi fa·discuss
"gac" is giving me PTSD flashbacks from having to deal with the "Global Assembly Cache" aeons ago.
rwdf
·anno scorso·discuss
You can have named workspaces now, I have ones dedicated to terminals, and browsers. They always have the same numbers.
rwdf
·2 anni fa·discuss
> For example I made a lib to write commands (like cobra or urfave/cli), but based entirely on the `flag` package: https://github.com/Thiht/go-command

Looks nice! I'd like an easier way of setting both long and short flags for a command, i.e. --verbose and -v should do the same. Using `flag` I have to declare everything twice to achieve this.
rwdf
·2 anni fa·discuss
Good question. The middleware stack it provides is nice.
rwdf
·2 anni fa·discuss
I've grown to prefer go-chi over Gin (or Echo), since it's just the standard library with some QoL features on top.
rwdf
·2 anni fa·discuss
In k8s in our on prem private cloud using cloud native Postgres: https://cloudnative-pg.io
rwdf
·2 anni fa·discuss
I like the Doom flames.
rwdf
·2 anni fa·discuss
Anyone got this working in WSL? Using WSLg perhaps?
rwdf
·2 anni fa·discuss
Just Go Time from time to time.
rwdf
·2 anni fa·discuss
`~/dev/` with subdirectories for personal and work projects, which are configured in my .gitconfig to automatically use the correct idents, keys, etc.
rwdf
·2 anni fa·discuss
It's a new proposed standard. Where I work (in healthcare in Europe) we have it as a requirement for any new APIs we offer public access to. We have our own auth service, but looks like Okta already offers DPoP.
rwdf
·2 anni fa·discuss
It's also why we use DPoP for serious stuff.
rwdf
·2 anni fa·discuss
Same, but I use wiki.vim. Great for daily journalling.