Tootfinder

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

@frankel@mastodon.top
2026-05-26 17:23:37

Migrating from #Go to #Rust
corrode.dev/learn/migration-gu

@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

@ErikJonker@mastodon.social
2026-05-28 16:50:27

Good column about Google,
#google

@PaulWermer@sfba.social
2026-04-28 17:45:31

Looks like the in spite of #47s best efforts , the #EpsteinFiles just won't go away. #Good.
Journalist Katie Phang sues acting attorney general Todd Blanche over Epstein files

@paulwermer@sfba.social
2026-04-28 17:45:31

Looks like the in spite of #47s best efforts , the #EpsteinFiles just won't go away. #Good.
Journalist Katie Phang sues acting attorney general Todd Blanche over Epstein files

@michabbb@social.vivaldi.net
2026-05-26 11:51:33

📊 Output is NDJSON — one structured record per package or finding. Each includes hostname, OS, arch, confidence level (high/medium/low), source file path & a stable content-addressed record_id stable across runs.
🚀 Single static #Go binary (1.25 ), zero non-stdlib dependencies. Install via go install or build from source. Built-in selftest verifies detection before fleet rollout. Apache …

@jerome@jasette.facil.services
2026-06-02 20:18:16

I had missed this:
Oriole Station Relocation on the Sheppard line: GO or No GO?
(Answer: no go)
urbantoronto.ca/news/2026/03/o

@Rob_Oost@mastodon.social
2026-04-27 11:50:53

The North Pole. A fascinating, mythical place. When you want to go there, first you take a long history lesson. "After the North Pole". That's exactly what Erling Kagge did writing his fascinating book. And he made it to the pole, walking and skiing.
#book #goodread.

@vyskocilm@witter.cz
2026-04-25 12:05:48

> TinyGo can now compile and run the popular high-performance TypeScript-Go compiler!
#go

@Rob_Oost@mastodon.social
2026-06-27 15:17:34

Pamela Des Barres probably was the ultimate groupie. "I'm with the Band" describes her tumultuous life and the sex, drugs and rock 'n' roll that go with it.
Entertaining read.
#book #goodread

@vyskocilm@witter.cz
2026-04-22 09:11:10

Finally found a real use for go.work and it's amazing - code is split across several git repositories and all modules depends on each other. This is so much better than go.mod replace.
#go #golang

@jamesthebard@social.linux.pizza
2026-04-13 22:54:37

So, the Palmetto Cyber Defense Competition is over and it was a blast even if I'm completely exhausted. However, figured I'd post some code I actually wrote and ran in the competition:
```go
package main
func main() {
for i := 0; i < 8; i {
go func() {
for {
}
}()
}
for {
}
}
```

@marcus@hachyderm.io
2026-04-02 20:16:18

Just merged the go-based branch of #convos (web based irc client) to main, planning to do a stable release in a week or two. Other than a total rewrite of the backend from #perl to #go, the main interesting features are oidc SSO and proper webpush notifications working on android and ios. If you want to test the new release, the alpha images are now built using go github.com/convos-chat/convos/ - the svelte frontend remains more or less unchanged, will probably be upgraded to a more recent svelte and retouched for v10

@frankel@mastodon.top
2026-04-09 09:24:18

#Lisette, a little language inspired by #Rust that compiles to #Go
lisett…

@michabbb@social.vivaldi.net
2026-06-19 20:29:24

⚡ Local & lightweight — a single #Go binary with no registry, no telemetry & fully offline-capable
🎯 Fine-grained filtering — control which skills reach which targets via .skillignore, Skill. md targets & per-target include/exclude rules
🖥️ Extra tooling — visual web dashboard via skillshare ui, local git checkpoints with skillshare commit, shell completion & GitHub Acti…

@nerb@techhub.social
2026-05-20 15:49:42

Little gopher tortoise. I have never seen one this small before. Must be a recent hatchling. Moved it off the road in the direction it was facing. When we walked back by an nhour or so later it was gone so hopefully it went wherever it wanted to go.
#florida
#GopherTortoise

Tiny gopher tortoise. It is light brownish tan colored and about the size of 1/2  a golf ball. It is hiding in its shell due to the big scary 2 legged things walking about it. One of which picked it up and moved it to the side of the road so bicycles and golf carts do not moosh it.
@kexpmusicbot@mastodonapp.uk
2026-06-10 03:53:55

🇺🇦 #NowPlaying on KEXP's #WoPop
Go Kurosawa:
🎵 Autowalk
#GoKurosawa
gokurosawa.bandcamp.com/track/
open.spotify.com/track/17MrKfU

@ellie@ellieayla.net
2026-04-19 16:04:27

Any indication there'll ever be a weekend Metrolinx Go bus (or train) between Hamilton/Burlington and Kitchener/Waterloo?
It keeps showing up in plans like #metrolinx #go #ontario #transit #ontrains

@scottmiller42@mstdn.social
2026-05-05 14:54:38

Today's news is Google Chrome has been installing a 4 GB AI model on some people's computers without consent.
Fortunately, it wasn't installed on my daily driver, probably because I often don't have 4 GB free on this tiny drive. Insert Meme Head Tapping Guy
To prevent installation, go to chrome://flags and search for "optimization guide on device", change to Disabled.
1/x

@BBC6MusicBot@mastodonapp.uk
2026-05-22 21:50:30

🇺🇦 #NowPlaying on #BBC6Music's #6MusicsIndieForever
Go-Kart Mozart:
🎵 The Sun
#GoKartMozart
open.spotify.com/track/6v26fss

@lepire@social.linux.pizza
2026-05-15 22:54:01

Sydney golang folks: a colleague of mine has put a ton of effort into organising the next #golang Sydney meetup. Please consider coming along to support!
It's on the 21 May 2026, 6 pm in North Sydney.
Free to attend, details on Golang-Syd's Meetup page:

@michabbb@social.vivaldi.net
2026-06-09 08:43:35

🔑 Secret injection at the wire — the agent process only holds a placeholder token; the gateway swaps in the real credential in transit. SDKs read the env var normally and never see the real secret.
📋 Full audit log — every request, verdict & latency, searchable in the dashboard and exportable as regression-test fixtures.
🏗️ Two pieces: a single #Go gateway binary you control devi…

@kexpmusicbot@mastodonapp.uk
2026-04-07 18:54:52

🇺🇦 #NowPlaying on KEXP's #MiddayShow
Go Kurosawa:
🎵 Autowalk
#GoKurosawa
gokurosawa.bandcamp.com/track/
open.spotify.com/track/17MrKfU

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

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

@kexpmusicbot@mastodonapp.uk
2026-04-07 20:45:05

🇺🇦 #NowPlaying on KEXP's #AfternoonShow
Go Kurosawa:
🎵 Moon, Please
#GoKurosawa
open.spotify.com/track/3nppYBt

@michabbb@social.vivaldi.net
2026-05-26 11:51:32

📦 Package coverage is broad: npm (#pnpm, #yarn, #bun), #PyPI,

@BBC6MusicBot@mastodonapp.uk
2026-05-18 20:43:32

🇺🇦 #NowPlaying on #BBC6Music's #RileyAndCoe
Go-Kart Mozart:
🎵 We're Selfish, Lazy and Greedy
#GoKartMozart
open.spotify.com/track/2vPRcel

@kexpmusicbot@mastodonapp.uk
2026-06-04 12:59:41

🇺🇦 #NowPlaying on KEXP's #Early
Go Kurosawa:
🎵 Moon, Please
#GoKurosawa
open.spotify.com/track/3nppYBt

@ellie@ellieayla.net
2026-06-04 22:32:20

How are 100% of the elevators and escalators on the north side of Bronte Go station broken at the same time? Sounds like some systemic maintenance and redundancy deficiencies. Is everyone who makes decisions over there able to take the stairs?
There's people here with strollers and luggage and bad knees and tiny children and heavy bicycles.
"Oh just go to the next train station and use their elevator" fuck off & fix it.
#GoTransit #Metrolinx #Bronte #ableism

@BBC6MusicBot@mastodonapp.uk
2026-06-14 22:50:12

🇺🇦 #NowPlaying on #BBC6Music's #DreamTime
Go Hirano:
🎵 It will be filled with birds singing someday
#GoHirano
gohirano.bandcamp.com/track/it
open.spotify.com/track/1RMNEoB

@kexpmusicbot@mastodonapp.uk
2026-04-10 02:52:05

🇺🇦 #NowPlaying on #KEXP's #EasternEchoes
Go Kurosawa:
🎵 Green Thing
#GoKurosawa
gokurosawa.bandcamp.com/track/
open.spotify.com/track/3pMJ3Rr