Tootfinder

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

No exact results. Similar results found.
@cosmos4u@scicomm.xyz
2026-04-08 17:30:05

RE: #ALAN #LightPollution #VIIRS

@kexpmusicbot@mastodonapp.uk
2026-03-09 11:43:11

🇺🇦 #NowPlaying on KEXP's #VarietyMix
M.I.A.:
🎵 Galang
#MIA
yovanidj.bandcamp.com/track/m-
open.spotify.com/track/5nkcHSt

@johnleonard@mastodon.social
2026-04-09 13:32:52

Google's AI-powered search summaries could be generating vast numbers of inaccuracies every hour, despite appearing largely reliable at first glance.
computing.co.uk/news/2026/ai/g

@jamesthebard@social.linux.pizza
2026-03-09 16:19:43

The new server is online and so far the testing looks good. All the endpoints seem to be working and all of the workers and frontend are showing the correct information. I still need to do a complete test run to include encoding just to verify everything, but I'll do that after work today.
#golang #gin

The output of the Sisyphus server showing it serving up hot content to the encoding workers/clients and the frontend.
The frontend showing the current status of the encoding system.
@al3x@hachyderm.io
2026-03-08 16:54:08

Does anyone know why #Go does not have an easy way to run all the tests in a single file?
I'm very curious to find out the reasons behind this decision.
(#golang)

@heiseonline@social.heise.de
2026-03-07 16:36:00

Proton: Nutzeridentifizierung durchs FBI bringt Schweizer Datenschutz ins Wanken
Dank Rechtshilfe gelangten US-Ermittler an Zahlungsdaten eines anonym geglaubten Proton-Accounts. Der Dienst verweist auf die strikte Schweizer Rechtslage.

@jamesthebard@social.linux.pizza
2026-03-06 23:01:05

Work on the Sisyphus server rewrite in #golang has begun, and I forgot how much I enjoyed Gin. All of the `GET` routes have been implemented, and only a few random crashes had to be figured out...next up is the rest of the routes...lol

@heiseonline@social.heise.de
2026-03-05 14:09:00

Europas führende Digitalbank Revolut wagt sich auf US-Markt
Revolut greift nach der US-Bankenlizenz – gelingt dem britischen Fintech, woran andere Europäer scheiterten? Was den Schritt so riskant und spannend macht.

@jamesthebard@social.linux.pizza
2026-03-08 05:14:59

So, decided to get them rookie `/queue` numbers up so did a quick bit of caching. For a 12-job queue, I went from 240 RPS (Python/Flask) to 680 (Golang/Gin) then to 3400 RPS with some proper caching. The `/workers` endpoint would benefit as well, but I think its performant enough though I may end up adding a bit of caching later.
#golang

The old endpoint (left) versus the new endpoint (right).  What's more, the rewritten endpoint still had headroom resource-wise on the VM whereas the old one had maxed out the VM's CPU.
@jamesthebard@social.linux.pizza
2026-03-07 18:11:46

The rewrite of the Sisyphus server continues, I've got all of the GET endpoints and about 60% of all the endpoints finished overall. Some initial testing on the `/workers` and `/queue` endpoints show some worrying results from the old version and some great results from the new version. The `/workers` endpoint started throwing errors at about 800 RPS on the Python/Flask version (the old one), the rewrite is showing around 4800 RPS (Golang/Gin). The `/queue` endpoint doesn't show a…

The graph of the `/workers` endpoint.  The left-hand graph is the Python/Flask version (old) and the right-hand graph is Golang/Gin (new)
The graph of the `/queue` endpoint.  The left-hand graph is the Python/Flask version (old) and the right-hand graph is Golang/Gin (new)