Mastodon Feed: Posts

Mastodon Feed

dysfun@treehouse.systems ("gaytabase") wrote:

Ice-cooled PCs have one major challenge

yes, heat.

Mastodon Feed

Boosted by cstanhope@social.coop ("Your weary 'net denizen"):
Rairii@labyrinth.zone ("Rairii :win3_progman: :win3: ") wrote:

a second osx port has hit the nintendo wii

(the first one is still unfinished)

https://bryankeller.github.io/2026/04/08/porting-mac-os-x-nintendo-wii.html

Mastodon Feed

dysfun@treehouse.systems ("gaytabase") wrote:

legendary czech car brand skoda is back.

with a bike bell. obviously

skoda duobell - the first bike bell designed (it cuts off here, but i can tell you it's to be heard through noise cancelling headphones)

Mastodon Feed

dysfun@treehouse.systems ("gaytabase") wrote:

is simplified chinese actually simpler?

oh god. i am prepared for it not to be simple, but simpler, is that not a thing it achieves?

Mastodon Feed

dysfun@treehouse.systems ("gaytabase") wrote:

no, no, i said "get clawed"

Mastodon Feed

dysfun@treehouse.systems ("gaytabase") wrote:

polonium: russia's favourite element

you don't need to finish that sentence actually

Mastodon Feed

dysfun@treehouse.systems ("gaytabase") wrote:

a tomato is very similar to us, it contains a lot of the same genetic code

this explains a lot about some people

Mastodon Feed

chipotle@mstdn.social ("Watts Martin") wrote:

When I hear Apple pundits talk about how Siri “needs” to move to LLMs, I cringe. I don’t need Siri to do web searches, but I need “turn on the bedroom lamp” and “set the thermostat to 74” to be 100% deterministic.

https://gizmodo.com/sam-altman-says-itll-take-another-year-before-chatgpt-can-start-a-timer-2000743487

Mastodon Feed

dysfun@treehouse.systems ("gaytabase") wrote:

nowadays if a scientist discovered a new element they'd be very excited, but here in the 18th century they're just like "what a bother, there are already too many"

Mastodon Feed

rust@social.rust-lang.org ("Rust Language") wrote:

⚠️ An active phishing attack is targeting crate owners by asking them to "confirm that your email address is still active". These messages are not from crates.io, and should be ignored. (We will never ask you to confirm that your e-mail address is still active.) ⚠️

Mastodon Feed

dysfun@treehouse.systems ("gaytabase") wrote:

america's most racist man

wow that's gotta be a tough fought competition

Mastodon Feed

dysfun@treehouse.systems ("gaytabase") wrote:

this cat is as spicy as cinnamon sugar

i have at least two questions

Mastodon Feed

Boosted by zkat@toot.cat ("Katerina Marchán"):
mediopocillo@boriken.social ("medio pocillo ☕:borified:") wrote:

Poema escrito en una servilleta: 27/03/26 Qué triste es Amar  Sin ser Amado, Pero más triste Es defender a la Derecha,  Siendo asalariado.  NANO (vía nanoruiz.ok > Instagram)

Mastodon Feed

Boosted by dysfun@treehouse.systems ("gaytabase"):
partim@social.tchncs.de ("Martin Hoffmann") wrote:

A new version of #Impromptu, an iterative online journey planner that lets you create a public transport trip step by step, has been deployed at https://impromptu.partim.org/

This release shows more nearby stops in the “Walk” tab, allows you to switch between different types of services in the ”Departures” tab so you don’t have to wade through all the trams to find a train any more, and lists important intermediary stops on the departure board, giving you a better idea where a train is headed.

Full release notes here: https://codeberg.org/partim/impromptu/releases/tag/v0.3.1

Mastodon Feed

dysfun@treehouse.systems ("gaytabase") wrote:

i think it's really time to update the name to system E by now, it's already grown to consist of more daemons than there are on github.

Mastodon Feed

Boosted by jsonstein@masto.deoan.org ("Jeff Sonstein"):
wdlindsy@toad.social ("William Lindsey :toad:") wrote:

"Trump has surrounded himself with a constellation of evangelical advisers who not only support his policies but also frame them as divinely sanctioned. Their specific strand of evangelical theology interprets global conflict, especially in the Middle East, as a precursor to the end times."

~ Alain Stephens

#Trump #Hegseth #WarCrimes #genocide #morality #WhiteChristianNationalism
/14

https://theintercept.com/2026/04/04/paula-white-iran-war-christian-evangelicals/

Mastodon Feed

Boosted by jsonstein@masto.deoan.org ("Jeff Sonstein"):
HopelessDemigod@mstdn.social ("Imogen") wrote:

The story could have just as well been written like this.

In 21 years of policing, RCMP Sgt. Serge Landry says he'd never seen anything like the theft of an entire truck of Ketchup flavored potato chips. The RCMP confirms the truck was recovered in the state of Massachusetts minus the chips that were on board. The investigation continues...

Mastodon Feed

Boosted by jsonstein@masto.deoan.org ("Jeff Sonstein"):
amplifyukraine.eu@bsky.brid.gy ("AmplifyUkraine 🔱🇺🇦") wrote:

Romanian intelligence takes part in US-led thwarting of 'sustained' Russian cyberattack against West #Ukraine

Romanian intelligence takes pa...

Mastodon Feed

Boosted by jsonstein@masto.deoan.org ("Jeff Sonstein"):
Lazarou ("Lazarou Monkey Terror 🚀💙🌈") wrote:

RE: https://mastodon.scot/@ScottishGreens/116369940245011129

A better world is possible, and voters want it

#UKPol #UKPolitics #ScotPol #ScottishGreens #Greens

Mastodon Feed

Boosted by cstanhope@social.coop ("Your weary 'net denizen"):
raven@fedi.raventhemaker.com ("Carl C") wrote:

If you know someone in Poland who wants to work a remote Operations job following break/fix runbooks on thousands of Linux hosts, I'm hiring...

https://jobs.akamai.com/en/sites/CX%5F1/job/2625?keyword=2625&mode=location

(We're working to offload the trivial stuff to another team, as we mature into a "specialist" team. So it has some future potential.)

Mastodon Feed

dysfun@treehouse.systems ("gaytabase") wrote:

what sort of things should a type system for a systems language realistically be tracking? well how about whether some memory is initialised or not? in rust you might use MaybeUninit and some dynamic checks, but in a proper type system it would either be Uninit or something else.

Mastodon Feed

dysfun@treehouse.systems ("gaytabase") wrote:

of course such a thing could never realistically work within c++ itself - as soon as you chuck in stuff like exceptions you're onto a loser

Mastodon Feed

dysfun@treehouse.systems ("gaytabase") wrote:

the alternative to this is to simply make people clean up by having a type system that allows you to require that. sure you can have autodrop if it makes things easier, but there is a whole world of alternatives that you can't realistically explore in an RAII environment.

Mastodon Feed

cstanhope@social.coop ("Your weary 'net denizen") wrote:

Sydney Opera House has some interesting performances just sitting there for the world to see. Neat!

https://www.youtube.com/@SydneyOperaHouse/videos

I'm currently listening to some Beth Gibbons:

https://www.youtube.com/watch?v=apAoxiEKBcU

Mastodon Feed

dysfun@treehouse.systems ("gaytabase") wrote:

RAII is alright, i guess? but understand what you're really asking for is automated drop call insertion and for people to make apis where that is the norm.

Mastodon Feed

dysfun@treehouse.systems ("gaytabase") wrote:

rust has fallen into the same trap as C++ of thinking RAII is good actually.

Mastodon Feed

dysfun@treehouse.systems ("gaytabase") wrote:

i realised today that my will to write rust when not being paid to do so has more or less evaporated

Mastodon Feed

Boosted by cstanhope@social.coop ("Your weary 'net denizen"):
lespreuh ("Lëspreüh") wrote:

Très belle journée

Dessin dans un petit carnet d'un dinosaure imaginaire à l'aspect d'un gros crapaud avec des dents de sabre et des petites cornes mignonnes. Des champignons poussent sur son large dos
Gros plan sur un dessin dans un petit carnet d'un dinosaure imaginaire à l'aspect d'un gros crapaud avec des dents de sabre et des petites cornes mignonnes. Des champignons poussent sur son large dos

Mastodon Feed

Boosted by baldur@toot.cafe ("Baldur Bjarnason"):
baldur@toot.cafe ("Baldur Bjarnason") wrote:

RE: https://toot.cafe/@baldur/116300859215261350

For reasons, I'm reminded of this thread from a couple of weeks ago that I wrote in an attempt to remind people to be extra-sceptical of bubble-inflating news coming from those who benefit from a financial bubble, even if it looks plausible

Mastodon Feed

Boosted by cstanhope@social.coop ("Your weary 'net denizen"):
ernie@writing.exchange ("Ernie Smith") wrote:

What makes one decide to make a parody movie trailer for, of all things, the GNU Image Manipulation Program? I asked the puppeteer behind Pork Johnson, the star of the semi-viral GIMP clip.

https://tedium.co/2026/04/07/pork-johnson-gimp-parody-interview/

new @tedium