Tootfinder

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

@thomastraynor@social.linux.pizza
2026-02-06 13:08:53

No where near enough parking for those who drive in. Can't get a monthly pass as they have oversubscribed and a waiting list that may take God only knows how long before we get a spot. Bus system is less than reliable. Not enough space so we have to 'hotel'. Even before COVID we were alternating weekly for remote working and at-office due to parking spaces.
<sarcasm>
I don't see any problems of more of us being at my work location.
</sarcasm>

@pavelasamsonov@mastodon.social
2026-01-05 15:03:45

VCs fund companies who get on the latest hype train. Solving a real user problem is a secondary concern; "product market fit" is seen as something you do only after you build, a sales problem.
But when the product doesn't solve any real problems, showing "progress" to your board is impossible!
So managers invent metrics. Many people are going to come back to the office this week and set goals based on what activity is easiest to measure, rather than what i…

‪@mxp@mastodon.acm.org‬
2025-12-27 19:51:18

Many of us probably hope that we’ll get back to normal when the #genAI bubble bursts, but this isn’t going to happen. In academia, genAI *does* work, in the sense of: for many people it solves a lot of problems, and removes the need for like doing homework, reading, writing, learning, and, yes, thinking. Who cares whether its “ethical” or whatever, everybody’s using it!
My bet is that post-…

@mxp@mastodon.acm.org‬
2025-12-27 19:51:18

Many of us probably hope that we’ll get back to normal when the #genAI bubble bursts, but this isn’t going to happen. In academia, genAI *does* work, in the sense of: for many people it solves a lot of problems, and removes the need for like doing homework, reading, writing, learning, and, yes, thinking. Who cares whether its “ethical” or whatever, everybody’s using it!
My bet is that post-…

Mass delays and cancellations, seemingly endless small repairs disrupting traffic in key commuting areas, and overcrowding are just some of the issues facing passengers who rely on Deutsche Bahn in their daily lives.
Since coming into power in early 2025, the government of Chancellor Friedrich Merz has repeatedly promised to fund major rail projects that had already been planned.
Of the €500 billion ($585 billion) in controversial new debt taken on by his administration
👉 €15…

@yaxu@post.lurk.org
2026-01-25 15:27:54
Content warning: Gas boiler opentherm rant

Our boiler thermometer stopped working (wouldn't pair). Looked into replacements and found out there's a nice 'opentherm' standard for efficient control of the boiler. Got a hive opentherm thermostat fitted for ~£300, had to call the engineer back to actually connect the 'opentherm' controls. It turns out gas engineers tend to just disconnect opentherm because it causes problems. It did indeed - the boiler kept cycling on/off. He couldn't fix it so I got him to ta…

@tante@tldr.nettime.org
2025-12-18 10:20:04

"The [resonant computing] Manifesto promises to fix everything that’s wrong on the internet right now. But you look at the authors and the signers, you’ll see the same guys who caused the present problems. These guys made it rich on the Torment Nexus and they’re now claiming they can fix it."
(Original title: The Resonant Computing Manifesto: same AI slop, same AI guys)

@oligneisti@social.linux.pizza
2026-01-24 22:27:54

Searched for the film Big on Duck Duck Go. I pressed "continued on Wikipedia" and ended up on a non-existing page for "Big (film)" on Icelandic Wikipedia.
I went back and noticed that Iceland was checked as my location. I unchecked and tried it again and got the expected English language article.
There are levels of problems here but the most obvious might be the assumption that Icelandic Wikipedia has a page about any topic and that the Icelandic article woul…

@iam_jfnklstrm@social.linux.pizza
2025-12-18 08:29:19

I have had problems with nala in the linux terminal. It find updates and can list them - but sudo nala upgrade -y don't do the work. I have to get back to sudo apt upgrade -y to get the updates when I've inspected upgradable packages. Anyone else that has the same problem? #linux #terminal

@azonenberg@ioc.exchange
2025-12-12 21:57:55

Took a few minutes over lunch to iron out the last of the bugs in the happy path of PCIe link training.
There's no timeouts or fallback if there's problems but if the other side is happy, it will train up to L0 and then sit there ignoring all incoming traffic.
After a while, the link partner gets mad that it hasn't seen a single DLLP from me and drops the link. I don't implement recovery yet so things go downhill from there.

ngscopeclient showing a PCIe link training up to L0, then the link partner sending a bunch of DLLPs but not getting a reply, then eventually timing out and going back to training

Just sad to have to witness this, when these problems have been solved by designers for ages. I have not commented on the OS 26 releases, but I'm glad people took the time to put into words the horror from a design point of view.
eclecticlight.co/2025/12/28/la

@chris@mstdn.chrisalemany.ca
2026-01-23 21:33:58

Pretty sobering read. i am excited humanity is going back to the moon and proud that a Canadian astronaut is getting a chance!
Losing them would be a huge setback for the prestige and trust in the USA space program, but also a symptom of long standing problems.
I wonder if the Canadian Space Agency would reconsider whether it wanted to continue with NASA. It's clear there is a lot of concern even inside NASA about the culture.
#Artemis #NASA #CSA #Moon #Space #trust
cnn.com/2026/01/23/science/art

Just sad to have to witness this, when these problems have been solved by designers for ages. I have not commented on the OS 26 releases, but I'm glad people took the time to put into words the horror from a design point of view.
eclecticlight.co/2025/12/28/la

@beeb@hachyderm.io
2025-12-10 17:37:59
Content warning: Advent of Code 2025 Day 10

Yes! Today's puzzle in #AdventOfCode was quite hard (especially part 2) but so rewarding and I learned a lot!
For part 1, I implemented A* from scratch, my favorite little pathfinding algo that I use pretty much every year for #AoC (sometimes I use a lib instead of implementing it but it's been a while so a refresher was in order).
For part 2, after trying A* again and noticing it was running for way too long, I went back to the drawing board and solved the first machine by hand. I noticed the constraints were a system of linear equations.
I then researched algorithms to solve such integer programming problems and didn't feel like learning AND implementing the algorithms in one day (ain't nobody got time fo that). But this lead me to discover the `good_lp` #rust crate which is really good and that I will keep in my back pocket from now on!
So I used the library to define a system of variables and constraints which could be solved magically for me.
#AoC2025 #AdventOfCode2025 #RustLang