Kind likes
Liked
GitHub - telemachus/humane: A human-friendly (but still largely structured) slog.Handler

Post details
A human-friendly (but still largely structured) slog.Handler - GitHub - telemachus/humane: A human-friendly (but still largely structured) slog.Handler
Liked
The adapter pattern in Go β Bitfield Consulting

Post details
How do you test a database without a database? Don't worry, this isn't one of those Zen puzzles. I have something more practical, but equally enlightening, in mind. Letβs use the adapter pattern to solve the riddle.

Liked
Dependency Management Data
Post details
This is a really neat CLI tool by Jamie Tanna, built using Go and SQLite but with a feature that embeds a Datasette instance (literally shelling out to start the β¦
Liked
Russell Garner (@rgarner@mastodon.social)

Post details
Attached: 1 image If only there were some way in which we could make this doll collection take up less space

Liked
ππππππππππ :chaos: :anarchism: (@des@ni.hil.ist)

Post details
Attached: 1 image current vibe:

Liked
Weeknotes: fin. (So what did I accomplish?)
by
Post details
I hate being introspective. But I'm told it's good for me. A few months ago, I handed in my notice to Cabinet Office. And now I'm no longer a Civil Servant. It's hard to sum up those 2,462 days. Every β¦
Liked
Our current FOSS dystopia
Post details
Liked
Driving Bazel with fzf β Jake Zimmerman
by
Post details
I find that the easiest way to work with Bazel is to use fzf.
Liked
Vim Boss - Neovim
Post details
vim out of the box
Liked
Terence Eden (@Edent@mastodon.social)
Post details
Today I have shown great restraint. Rather than registering yet another domain name, I created a new subdomain on one I purchased a couple of years ago. Please learn from my wisdom.
Liked
Dr. Amy, Psy.D. (@dramypsyd@ohai.social)
Post details
Ages when youβre in your prime: 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109
Liked
Sindarina, Edge Case Detective (@sindarina@ngmx.com)
Post details
Welcome to the world of computers, where some errors are really just warnings, and some warnings should be treated as errors.
Liked
Four tips to keep your GitHub Actions workflows secure
by

Post details
Researchers from Purdue and NCSU have found a large number of command injection vulnerabilities in the workflows of projects on GitHub. Follow these four tips to keep your GitHub Actions workflows secure.

Liked
Peter Gasston (@stopsatgreen@assemblag.es)

Post details
Executives at Network Rail spent Β£10,000 per week flying around the country for meetings and tried to justify it by saying that it's cheaper than going by train. A modern parable. https://www.railtech.com/all/2023/08/08/uk-industry-deeply-frustrated-by-network-rail-air-travel-policy/

Liked
Introducing Go Support - Socket

Post details
We're excited to announce that Socket now supports the Go programming language.

Liked
a post on darrenburns.net
Post details
Liked
bob (@bob@mastodon.me.uk)
Post details
Content warning: npm
Liked
Joe Hart π³οΈβπ (@joehart@social.lol)
Post details
@www.jvt.me@www.jvt.me This is an absolute vibe and exactly what I was looking for π§
Liked
Dare Obasanjo (@carnage4life@mas.to)

Post details
Attached: 1 image A broken clock fixed by taping a working clock over it is a metaphor for every codebase youβll encounter in your professional career as a software developer.

Liked
Dare Obasanjo (@carnage4life@mas.to)

Post details
Attached: 1 image Blaze your glory

Liked
Ergonomic Map in Go
Post details
In many languages, on of the things I find myself doing is maping over a list to extract some field. For example, coverting a []Person to []Name. Most languages these days have ways to do this pretty easily: Kotlin: people.map { it.Name } JavaScript: people.map(p => p.Name) Rust: people.map(|p| p.Name) Scala: people.map(_.Name) With generics, Go finally can do this in a type safe manner: Map(people, func(t Person) string { return t.
Liked
Elisabeth M (@independentpen@mas.to)
Post details
Alt text isn't just helpful for the sight-impaired. By reading alt text I can identify what the OP is calling attention to in the pic, helping me get the joke or social commentary that would otherwise be illegible to me. (Without this I'm like, I see a thousand details and I don't know which one matters to you.) #ActuallyAutistic
Liked
Simon Phipps (@webmink@meshed.cloud)
Post details
Seems #Zoom would rather we ignored section 10 of its Terms of Service and just read the nice marketing words on its blog. https://blog.zoom.us/zooms-term-service-ai/ I'll still go by the ToS thanks https://the.webm.ink/not-using-zoom
Liked
social justice sre (@freerangefatty@ottawa.place)

Post details
whomst amongst us who is not Richard Stallman has the moments in our one wild and precious life to dedicate to self-hosting all the things in the world that an Open Source Guy has told us must be self-hosted

Liked
gwil (@gwil@post.lurk.org)

Post details
Attached: 1 image Made something a bit different today: a colour-blindness friendly visual hash. In reality it just visualises bytes, with 256 possible options for each cell, so any hashing function can be used with this (or none at all, just put in bytes). Putting a little process diary for this in the replies.

Liked
A few weird ways of displaying git hashes | nicole@web