Tootfinder

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

@heiseonline@social.heise.de
2026-03-18 16:27:00

Gnome 50: mach’s gut, X-Server!
Das Jubiläumsrelease des Linux-Desktops Gnome befreit sich endgültig von uraltem X-Server-Code, bietet sonst aber vor allem graduelle Verbesserungen.
heise.de/news/Gnom…

@michabbb@social.vivaldi.net
2026-02-15 12:24:06

github.com/coder/code-server

@inthehands@hachyderm.io
2026-03-10 19:11:26

To be clear, I’m using •only• the client-side portions of it. SvelteKit has this whole set of features for server-side prerendering and client/server code sharing that I’m just not even touching. I’m old-school, and I want my server (and its associated security boundary) thoroughly quarantined from client code — so there’s a whole set of features there I can’t comment on at all.
It was a minor trick to find the config to have it just build a purely static front end.

@jhelberg@mastodon.social
2026-02-16 20:56:29

#tinygo is awesome! I can re-use parts of my server code now in a tiny stm32 LoRa controller. Impressive.

@rmdes@mstdn.social
2026-02-14 21:45:31

Probably that everyone has its own setup but when I read this I’m like, really?, all of this just to operate claude ? is there such thing as “claude burnout” ?
if not it should be patented because all these plugins are making it harder to use, maintain, memorise, its like a server overload
rmendes.net/bookmark…

@aral@mastodon.ar.al
2026-03-10 14:01:08

There’s life beyond VSCode… thought I’d share my dev setup:
• Main monitor: WezTerm¹ running in a three (sometimes four)-way split with Helix Editor² as my main editor, a terminal pane for general commands while working, and Yazi³ usually running in another for working with files/directories in a project.

• Other monitor: Sublime Merge⁴ always running full-screen so I can immediately see exactly what I’ve changed (in real time) as I’m working.
Others (not shown): Br…

Screenshot of a macOS system with WezTerm running maximised (with a little bit of margin because shiny colourful wallpaper FTW). It’s split into three panes: Helix Editor running in the left with the source code for a file called src/Server.js open. A top-right pane showing unit, regression and end-to-end tests running (179 unit tests passed, 94 regression tests passed, running 7 end-to-end tests, currently at 5/7, running tests/end-to-end/kitten-kawaii-spec.js in Chromium). The lower right pan…
Screenshot of Sublime Merge running maximised, showing 2 unstated files with side-by-side diffs of their changes.
@cdp1337@social.bitsnbytes.dev
2026-04-07 21:29:28

php -S localhost:8000 -t .
HOLY CRAP!?! How have I never known that PHP has a built-in web server for development? How long has this been thing? (Rhetorical question as I'm about to look it up, just stating for emphasis on my surprise to have just found this option.)
#PHP

@jom@social.kontrollapparat.de
2026-03-04 18:36:35

Fascinating leak: YGGtorrent, France's largest public torrent tracker with 6.6M users, has been fully compromised. Mastodon-Server, Money laundering via Tornado Cash, DDoS attacks on competitors, suspected credit card skimming, mass user tracking, all documented with source code, DB dumps and server logs. Full dossier: yggleak.top/…

@catsalad@infosec.exchange
2026-03-20 17:51:03

Fun Fact: Every Fediverse server with one of my accounts has a catsalad.md file hidden on it

@aral@mastodon.ar.al
2026-02-22 16:05:47

🥳 New Kitten release
⁃ Bug fix: Kitten no longer awaits events bubbled from the client to the server.
Kitten’s Streaming HTML workflow¹ transparently bubbles events from the client to the server so you can keep all your code on one tier and stream HTML updates to the page. Anyway, so I was awaiting events while bubbling them instead of just firing them off in parallel which meant that if you had delays, etc., in some of your event handlers, the timing of other event handlers woul…

@michabbb@social.vivaldi.net
2026-02-10 22:36:51

🚀 The #Postman #MCP Server is pure magic — connect your AI agents directly to your #API workflows. 100 tools for testing, code generation & collection management. Works with

@gwire@mastodon.social
2026-01-20 13:14:11

MCP all the things.
theregister.com/2026/01/20/ant

@michabbb@social.vivaldi.net
2026-02-15 12:24:05

💻 #code-server runs #VSCode in your browser on any machine anywhere #IDE #opensource

@pre@boing.world
2026-03-28 21:00:44

Battery drain on GrapheneOS here the last couple of days has definitely been worse than stock Google Android.
Battery-monitor says Molly is the main culprit.
Apparently Molly, the Signal client, keeps an open connection to the Signal server.
You can't just have the app check every 10 minutes if it has to ring like a phone upon call request. You need actually persistent connection.
On Google's android, google's play-servers do some kind of kung-fu to keep that modem mostly asleep despite this persistence.
Without Play Services, that don't happen.
But, there is a thing in F-Droid called "Sun up".
That does a similar thing I guess? Called "unified push". It uses Mozilla's servers instead of Google's. And does so anonymously apparently, but who knows for sure really? Not me.
End to end encryption means worst you'd be leaking is timing data really.
So install Sun Up from F-Droid and change Molly's settings / notifications / delivery-method to "Unified Push"
We will need a MollyServer too apparently as a bridge from Signal to Unified-Push at Mozilla.
All the cool kids are using molly.adminforge.de - there's the QR code you need at the site there. Maybe molly.notify.dykes.ca or some other one is better? I dunno. Can always use a different one if yours goes away.
We will find out over the next few days if that actually makes any difference to battery consumption.
Might save more if you have lots of other things also using open connections that can use unifed-push too. Emails and Matrix or whatever. Mux all those connections into one.
I don't do those things on my phone though, so it's just Molly, so we'll see.
#grapheneOS #molly #signal