1 Followers
22 Following
22 Posts
LLMs turn your job into mostly code review, a task everyone famously loves to do and is good at
Index, Count, Offset, Size

Wherein we make progress towards solving one of the most vexing problems of Computer Science — naming things.

Renting is for Suckers - Andrew Kelley

Blender sets such a powerful example for the tech industry to strive for. This is the kind of thing we should be trying to build.

This demo reel is awesome.

https://www.youtube.com/watch?v=TQElJP1AaS0

Blender 4.4 - Showcase Reel

YouTube
Nil channels in Go

A friend from work messaged me today that they had a hard time because they had used var c chan int instead of c := make(chan int) in their Go code. I responded by saying that I usually have one rule

Vishnu Bharathi

Go 1.24's `omitzero` is another one of the best additions to the ecosystem in years

https://www.jvt.me/posts/2025/02/12/go-omitzero-124/

Discussions: https://discu.eu/q/https://www.jvt.me/posts/2025/02/12/go-omitzero-124/

#golang #programming

Go 1.24's `omitzero` is another one of the best additions to the ecosystem in years · Jamie Tanna | Software Engineer

Why I'm very excited about the JSON tag, `omitzero`, landing in Go 1.24.

Jamie Tanna | Software Engineer

Human Regex: Open-Source, Human-Friendly Regex Builder for JavaScript & TypeScript

https://github.com/rajibola/human-regex

Discussions: https://discu.eu/q/https://github.com/rajibola/human-regex

#javascript #programming #typescript #webdev

GitHub - rajibola/human-regex: Human-friendly regular expression builder with English-like syntax.

Human-friendly regular expression builder with English-like syntax. - rajibola/human-regex

GitHub
Go Supply Chain Attack: Malicious Package Exploits Go Module...

Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.

Socket
GitHub - bitfield/script: Making it easy to write shell-like scripts in Go

Making it easy to write shell-like scripts in Go. Contribute to bitfield/script development by creating an account on GitHub.

GitHub
Be writing #golang for about 6 months now. Really like it. The one thing I am struggling with is testing, specifically where a function calls another function. It can be hard to mock without making the code a mess, having to pass in mockable dependencies as parameters. If anyone can recomend a good talk or blog on writting better testable go code, please send me a link.