Tootfinder

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

@azonenberg@ioc.exchange
2026-02-27 04:52:59

Microscope food! Pair of fried FPGAs sent to me for decap.
Gonna sit in the queue for a while until I figure out the best way to handle advanced packaging without too much risk of damage.
I know the Virtex is multiple SLRs on an interposer. Zynq might be monolithic.

Xczu15eg and xcvu13p FPGAs on an esd mat
@markhburton@mstdn.social
2026-03-24 09:46:43

Faced with the reduced supply of urea, the capitalist market has a solution.
The pun Oro - Orina Is lost in translation: Gold - Urine.
The cartoon is of a pawnbroker's that previously bought gold items, with a queue of people waiting to sell their piss.
Not so far fetched!
From @…

A queue of people at a shop that previously bought gold items and now buys urine.
@floheinstein@chaos.social
2026-03-27 15:26:18

Trying to geocode some of my old holiday pictures with #immich
Pages and pages of log messages like this:
"LOG [Microservices:MapRepository] Empty response from database for city reverse geocoding lat: 64.978553, lon: -21.063319. Likely cause: no nearby large populated place (500 within 25km). Falling back to country boundaries."
Clearly, the queue has reached my picture…

immich_server            | [Nest] 7  - 03/27/2026, 3:20:35 PM     LOG [Microservices:MapRepository] Empty response from database for city reverse geocoding lat: 64.978553, lon: -21.063319. Likely cause: no nearby large populated place (500+ within 25km). Falling back to country boundaries.
 
repeated several times
@nemobis@mamot.fr
2026-02-22 18:00:08

#Tampere two weeks ago. Bikes on the frozen lake. And a queue.
#pyöräily

Cycling on the frozen lake
A queue somehow forming in the middle of the frozen lake
Cycling on the frozen lake
View from the observation tower in Tampere
@azonenberg@ioc.exchange
2026-04-26 13:18:55

Just kicked off what should be a build of every supported platform other than MacOS. Here goes...

SLURM status display showing seven CI jobs in the queue
@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)
@hw@fediscience.org
2026-02-24 08:38:07

LLMs are more trigger-happy than humans when it comes to launching a few nukes: #AIResearch

@emd@cosocial.ca
2026-03-20 16:54:20

@… seems like the queue isn’t going to the priority podcasts like it used to. Anything I can do to help you debug?

@thesaigoneer@social.linux.pizza
2026-04-13 08:02:21

Hidden pleasures. Kubuntu 26.04 beta is available. And I like it. Why?
Do a minimal install, not normal or full. You get Plasma 6.6.4, Wayland only, Linux 7.0. Open Discover: snap is not enabled ootb and the checkbox to enable flatpak is available from the get-go. The overall system clocks in around 1.2Gb. Kudos to the team, in one go Kubuntu has been pushed to the front of the KDE queue. Clearly the Linux Mint or Zorin of KDE, and that is meant as a compliment.

@jamesthebard@social.linux.pizza
2026-03-11 05:04:19

Now the pain in the ass part: documenting all of the routes. I think I'm gonna use Scalar because it's easy and I'm pretty lazy. Carved off the `/doc` directory to host the `openapi.yaml` and `index.html` files. So far, got one single endpoint documented...lol
#openapi #sisyphus

The `/doc` page showing the Sisyphus Server API documentation for v2.0.1.
Actually executing the GET request on the `/queue` endpoint.  The page shows the response and a ton of options that I'm kinda digging.
@pre@boing.world
2026-03-13 22:35:16

One of my VR Lighthouses died last month. These things are gyroscopically spinning 24 hours a day for, what, a decade now? Nearly.
No wonder. Mostly the industry seems to be settling on using head-mounted cameras rather than sweeping infra-red beams and receptors on the head anyway.
It is true that lighthouses give accurate positioning, but means I can't easily take the headset next door, say. Or to a party.
So inside-out, as they call it, is fine for the headset now and mostly okay for the hand-controllers.
But it offers no solution at all for the foot-trackers and hip-tracker that I need for puppetting the characters in the #vr #slimeVR #trackers

@servelan@newsie.social
2026-03-06 04:27:30

"Kristi Noem tried to upstage the President. And Trump would never stand for that.
You can run an agency into the ground, and trample all over Americans’ constitutional rights, and use government funding like it’s your own personal slush fund. But you absolutely cannot steal Trump’s spotlight."
Kristi Noem Ran DHS Into the Ground. That’s Not Why She Got Fired.
plus.briantylercohen.com/p/kri

@sean@scoat.es
2026-04-21 01:48:05

In the AWS Console, under EventBridge, when selecting a Bus, you can choose to display a CloudFormation template to rebuild this Bus.
I wish all AWS entities had this feature.
Click through to an IAM policy? Configure an ECS cluster? Set up an SQS queue? View a VPC subnet? Access a Security Group?
Export as CloudFormation!

@maxheadroom@hub.uckermark.social
2026-04-05 01:02:40

Chinese people don't like or don't want to queue. They just flock randomly in front of the counter. But the shops solved the problem by offering to order via WeChat MiniApps. You scan a QR code and place your order (incl. paypment) in the app. Then you just need to pick up. #China #Chongqing

@peterhoneyman@a2mi.social
2026-02-28 04:09:24

new tiki bar downtown looks popular

This nighttime photo captures a line of people waiting outside Huna, a trendy establishment in downtown Ann Arbor.

The Scene:
A queue of approximately 15-20 young adults dressed casually for an evening out waiting along a brick sidewalk

A velvet rope barrier controls the line near the entrance

The Venue:
The building features a distinctive cream-colored facade with subtle tropical-inspired relief designs

A prominent blue illuminated sign reading "HUNA" with a pineapple logo

Purple/blue atm…
@jamesthebard@social.linux.pizza
2026-03-11 17:31:22

Documentation continues. Done with the `queue` and `worker` endpoints, probably about 50% of the way done with this. I still need a good way to package all of this up with the binary which means putting the `openapi.yaml` file somewhere on the net so it can be pulled if need be. I'll deal with that later...lol
#openapi

OpenAPI being rendered by Scalar as nice documentation.  Shows the 5 queue routes and 5 worker routes along with model information.
A ton of YAML that comprises the OpenAPI file.  Still have a ton of work left to do.
@kunstbanause@nrw.social
2026-01-27 22:15:33

#funkwhale is weird... 😅
It's running, but in addition to the network storage problem that I still need to solve, it shows a strange quirk:
When I click on a song in the webUI, it only plays 2-3 seconds of it and then stops. If there are more songs in the queue, it plays the rest of them properly. If I skip to the first song again via the "previous" button, it plays it comp…

@markhburton@mstdn.social
2026-04-11 11:02:57

Pulled something in my back so walked with shopping trolley to the wholefood co-op (usually cycle).
Allowed me to reflect on the queue of cars waiting, and those in the carpark.
Huge Mercs, Beamers and Audis. Large Vauxhalls and others.
A real mismatch between the store's philosophy and that of many (most?) of its customers.
Still, it allows me to scowl and curse.

@kurtsh@mastodon.social
2026-03-07 19:23:56

SERIES IN MY QUEUE TO WATCH:
▶️ Strange New Worlds S3- Paramount [IN PROGRESS]
▶️ Starfleet Academy - Paramount [IN PROGRESS]
▶️ Fallout S2 - Prime [IN PROGRESS]
✅ Landman - Paramount
✅ NCIS: Tony & Ziva - Paramount
✅ The Diplomat - Netflix
✅ Suits - Netflix
✅ The Night Agent - Netflix
(1/3)

@villavelius@mastodon.online
2026-02-01 07:57:49

The British #queuegene
theguardian.com/lifeandstyle/2

@GeorgeTheTurtle@social.linux.pizza
2026-04-17 12:06:38

And we in the queue!

@gwire@mastodon.social
2026-01-28 13:19:14

The self-order screens in Shake Shack require you to read the full Terms and Conditions and Privacy Policy. But the people behind me in the queue got unreasonably annoyed at me for trying, so I chose to cancel and go elsewhere.

@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.
@azonenberg@ioc.exchange
2026-03-03 19:17:21

OK so now I have a hundred-odd lines of Bash and a 25-line slurm.conf that is able to queue up a build job (github.com/ngscopeclient/scope), wait for the node to be free, spawn the VM, wait for it to boot, launch the actual test script on the VM, shut it down,…

@flberger@nerdculture.de
2026-01-31 23:24:14

RE: indieweb.social/@tg/1159676197
"Podcasts borrowed the queue from music players. But nobody ever felt guilty about unplayed albums. "I haven't listened to all my records" isn't a confession. Podcast apps added unplayed …

@jamesthebard@social.linux.pizza
2026-03-28 05:25:26

The Sisyphus client rewrite continues after a bit of a break. The `ffmpeg` module is mostly finished and should serve as a good template for `handbrake`, `av1an`, `mkvmerge`, and `cleanup` modules. Logging is progressing pretty well. The config has been expanded slightly and can now pull from TOML files on top of the standard environment variables.
#sisyphus

A screenshot of the 2.0.0a1 Sisyphus client running as it waits for an encoding job to come down the queue.
@teledyn@mstdn.ca
2026-04-20 00:06:07

Dear PM Carney,
Canada has a GDP of $2.24T compared to $2.17T for Russia, ranking 9/197 and 11/197 by economy size, respectively, and we have a tiny fraction of their debt.
Why don't we simply out-bid Putin and BUY the United States? We could teach them how to queue for busses.
Economy of Canada vs Russia: GDP, Debt & 72 stats
georank.org/economy/canada/rus