Tootfinder

Opt-in global Mastodon full text search. Join the index!

@vyskocilm@witter.cz
2026-06-15 07:59:33

TIL GOWORK=off is another option when go behaves "weird" wrt dependencies.
#golang

@jamesthebard@social.linux.pizza
2026-07-28 18:41:02

So, decided to take a trip down parsing out the GPT tables of attached storage. Still have a ton of work to do, but it's working which is a very welcome surprise.
#uefi #gpt #golang

The output of the Go program that takes in a block device, then parses/processes the GPT header information to show all of the relevant information.
@stephane_klein@social.coop
2026-08-06 21:21:56

J'ai découvert les fonctionnalités de Goreleaser
#TIL #Golang

@michabbb@social.vivaldi.net
2026-07-19 23:05:23

📋 #croc is a CLI tool that transfers files and folders between any two computers, with end-to-end encryption #opensource #golang

@jamesthebard@social.linux.pizza
2026-05-25 20:47:13

Alright, time to write some code and implement some Z80 registers.
#z80 #golang

A screenshot of the Z80 CPU user manual.
@jamesthebard@social.linux.pizza
2026-05-25 17:30:43

Hrmm, I feel like this might eventually lead to pain...however, will probably be very useful once I get farther down the road writing this Z80 emulator.
#z80 #golang

A screenshot showing a slice holding functions then indexing off the slice and using that to return the value of that specific function.
@vyskocilm@witter.cz
2026-05-28 13:20:04

Every HN thread about Go be like
> Reg: All right, but apart from the standard library, the concurrency, context, static binaries, integrated testing, cross-compilation, modules, an excellent crypto package and synctest! What have Go ever done for us?
> Xerces: fast compilation?
> Reg: Oh. fast compilation? Shut up!
#go