Vim Halen (@hooksie1) 's Twitter Profile
Vim Halen

@hooksie1

Christian, father of two, I do a lot with Go, Kubernetes, and NATS.

ID: 1596253195814191106

linkhttp://badlyenginee.red calendar_today25-11-2022 21:23:20

468 Tweet

70 Followers

178 Following

Vim Halen (@hooksie1) 's Twitter Profile Photo

I like following htmx.org / CEO of Java Pants (same thing) on LinkedIn because I can see all the 20 year olds shouting "separation of concerns" and disagreeing with HATEOAS because it sounds mean.

Darren Shepherd (@ibuildthecloud) 's Twitter Profile Photo

GPTScript: Programming with Natural Language A start of a new journey, where we program with English. Build, share, reuse, composable units of logic with natural language. Interact with local data, systems, and services using concise logical statements. github.com/gptscript-ai/g…

Vim Halen (@hooksie1) 's Twitter Profile Photo

So we used Chi in our opinionated router at work. Because we separated the route generation from the subrouter creation, I was able to rip out Chi and use the new Go std library muxer and have no impact to the callers other than the fact they'd have to update to 1.22. I love Go.

Vim Halen (@hooksie1) 's Twitter Profile Photo

I wrote github.com/hooksie1/piggy… as a demo before NATS micro was a thing. So I took some time this evening to switch over to using the micro package instead of handling the subjects manually.

Vim Halen (@hooksie1) 's Twitter Profile Photo

Slapped together a quick post about some playing around I've done with NATS and SSE. badlyenginee.red/posts/2024-07-…

Vim Halen (@hooksie1) 's Twitter Profile Photo

Alright teej dv 🔭 when do you personally use a method vs a function on a table in Lua? I converted your example terminal to a lazy.vim plugin and I'm just curious when to use each one.