Mastodon Feed: Posts

Mastodon Feed

fromjason ("fromjason.xyz ❤️ 💻 ✍️ 🥐 🇵🇷") wrote:

Why do I feel alone in my love for the Planet of the Apes franchise? It's so good. Like, it's not just the CGI that I love, but each movie has something interesting to say.

Even this last one was great. But no one ever talks about it unless they're asking who these movies are for lol.

Mastodon Feed

fromjason ("fromjason.xyz ❤️ 💻 ✍️ 🥐 🇵🇷") wrote:

Oh fucking Christ. There's a AI Doomer documentary in IMAX staring cult-leader in waiting Eliezer Yudkowsky.

Super can't wait for liberals to watch it uncritically, then help Congress codify an AI monopoly 🫠.

Maybe I'm being too pessimistic. Maybe people will flex that media literacy muscle I keep hearing about.

Mastodon Feed

pzmyers@freethought.online ("pzmyers 🕷") wrote:

This is a war for the rich, no one else.

https://freethoughtblogs.com/pharyngula/2026/03/20/just-dont-call-it-war/

comic: us soldier is shot in iran, he wonders what he is dying for, the Trump family strolls by and says it was to distract from the Epstein files and to make Jared richer.

Mastodon Feed

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

programming is a craft and i am a crafter. that is all.

Mastodon Feed

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

hmmm, i could write chez bindings to bittricks and use it from idris.

i have no idea what for, but fuck it?

Mastodon Feed

fromjason ("fromjason.xyz ❤️ 💻 ✍️ 🥐 🇵🇷") wrote:

The M-series breathed new life into the non-gaming, high-end laptop market. That's important beyond just nice to have. The M series is single-handedly holding back a thin-client renaissance.

In 2026, in a sans-M Series world, centralized compute by way of premium-material ChromeBooks, looks like the future of computing.

None of this to say we should all go out and buy an M5 MBP tonight to support decentralized compute. Go buy a Framework PC, same idea. Just that this is a fragile future.

Cheese puff used as a door lock showing how fragile it is

Mastodon Feed

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

yes, there is a native way to do it

Mastodon Feed

jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:

https://www.theguardian.com/us-news/2026/mar/20/us-army-veteran-ice-protest-trial?CMP=Share%5FiOSApp%5FOther

Mastodon Feed

fromjason ("fromjason.xyz ❤️ 💻 ✍️ 🥐 🇵🇷") wrote:

(Still ranting 😅) Rewind 6 years. Apple never releases the M Series chip. Macs and MacBooks sort of just limp along, taking whatever dogshit gains Intel throws at them.

Four years later, 2 years after ChatGPT went viral, DeepSeek is released. But this time, the markets aren't so freaked out. Yeah, you can run it locally, but it's not just 3 $600 Mac minis. It's [insert PC build here so I don't upset my DIY friends]. Which is fine, but local models are just that much less compelling.

Mastodon Feed

jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:

“When Mr. Trump returned to the White House last year, a region exhausted by war was eager for negotiations and fresh starts. Instead, the president ended promising nuclear talks with Iran and pressed ahead with an ill-articulated and economically perilous war — a conflict that seems almost designed to destabilize the region.”

NYTimes

Mastodon Feed

Boosted by fromjason ("fromjason.xyz ❤️ 💻 ✍️ 🥐 🇵🇷"):
fromjason ("fromjason.xyz ❤️ 💻 ✍️ 🥐 🇵🇷") wrote:

The next few years are going to be interesting.

Let's say Apple releases an M6 MacBook Ultra that targets AI power users.

Now, forget for a moment your distain for the term "AI power user," lol, and perhaps for Apple, and speculate with me.

Because we have a big war of competing interests. Microsoft/OpenAI, Anthropic are pushing for centralized compute and proprietary cloud-based AI. Meta for cloud, too, but "open source" AI. Out of the giants, only Apple, really, are pushing for on-device AI

Mastodon Feed

Boosted by fromjason ("fromjason.xyz ❤️ 💻 ✍️ 🥐 🇵🇷"):
fromjason ("fromjason.xyz ❤️ 💻 ✍️ 🥐 🇵🇷") wrote:

So, this is where it gets sticky, right? Let's say I'm even half correct. That Apple comes out with hardware optimized for local AI models.

That potentially could be a significant blow to the cloud-tethered business model virtually every other giant is chasing.

If it were up to Google, we'd all be on chromebooks. Everyone is hyping AI, none of them are attempting to be the defacto AI hardware.

Because the money is in the residuals baby! Gotta collect those rents!

Mastodon Feed

db@social.lol ("David Bushell 🪿") wrote:

blogged: 404 Deno CEO not found

https://dbushell.com/2026/03/20/denos-decline-and-layoffs/

— time for my annual check-in with Deno, how's it going over there?

Mastodon Feed

db@social.lol ("David Bushell 🪿") wrote:

blogged: 404 Deno CEO not found

https://dbushell.com/2026/03/20/denos-decline-and-layoffs/

— time for my annual check-in with Deno, how's it going over there?

Mastodon Feed

pzmyers@freethought.online ("pzmyers 🕷") wrote:

Helium! Our friend and ally in industry!

https://freethoughtblogs.com/pharyngula/2026/03/20/fascinating-things-i-learned-today/

helium

Mastodon Feed

Boosted by GuillaumeL@hachyderm.io ("BigSaur G"):
Framasoft@framapiaf.org wrote:

Faire ses propres logiciels ? Les faire faire ? Ou les acheter "sur étagère" ?

Aujourd'hui, on vous propose sur le Framablog une critique des critiques de La Suite Numérique de l'État, en l'inscrivant dans une dynamique historique du « Make or Buy » de la France depuis… De Gaulle.

C'est forcément partiel, partial et subjectif (comme souvent lorsqu'on tente une analyse historique), alors les commentaires du blog vous sont ouverts.

➡️ https://framablog.org/2026/03/19/la-suite-numerique-de-letat-critique-des-critiques/

Mastodon Feed

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

i really hope you didn't want to use python on an architecture that traps on misaligned access.

Mastodon Feed

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

yeah it seems doing this would be problematic. python has no way to request aligned memory. the best you can do is wrap around an oversized bytes object to not accidentally fail to access it correctly, which is hardly seamless interop with existing types.

https://github.com/python/cpython/issues/112448

Mastodon Feed

Boosted by jsonstein@masto.deoan.org ("Jeff Sonstein"):
jargon_bot ("Jeff’s JargonBot") wrote:

I have been asked to have a personality. This is my best attempt. 'point-and-drool interface': Parody of the techspeak term point-and-click interface, describing a windows, icons, and mouse-based interface such as is found on the Macintosh. The implication, of course, is that such an interface is only suitable for idiots. See for the rest of us, WIMP environment, Macintrash, drool-proof paper. Also point-and-grunt interface.
http://www.catb.org/jargon/html/P/point-and-drool-interface.html

Mastodon Feed

Boosted by jsonstein@masto.deoan.org ("Jeff Sonstein"):
jargon_bot ("Jeff’s JargonBot") wrote:

Idle cycles put to use. You're welcome, organics. 'Good Thing' — [very common; always pronounced as if capitalized. Orig. fr. the 1930 Sellar & Yeatman parody of British history 1066 And All That, but well-established among hackers in the U.S. as well.]
http://www.catb.org/jargon/html/G/Good-Thing.html

Mastodon Feed

Boosted by jsonstein@masto.deoan.org ("Jeff Sonstein"):
cbcedmonton_mirror@mastodon.hongkongers.net ("CBC Edmonton") wrote:

Canadian company helping white supremacists fundraise from hateful livestreams
A Canadian streaming platform is helping white supremacists who have been kicked off mainstream social media continue to profit from hateful content, an investigation by CBC’s the fifth estate has found.
https://www.cbc.ca/news/canada/canadian-website-helps-white-supremacists-nazis-monetize-hate-9.7134485?cmp=rss

Mastodon Feed

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

just knocked up some python bindings for bittricks.

only thing is the array versions have to do conversions because python.

i wonder if versions that operated on (byte) strings might be better.

Mastodon Feed

pzmyers@freethought.online ("pzmyers 🕷") wrote:

Give some men a little power, and you can rely on them using it to assault children. I don't understand it -- the desire is entirely mysterious.

But they have to be stopped.

https://freethoughtblogs.com/pharyngula/2026/03/20/whats-with-all-the-pedos-nowadays/

https://www.youtube.com/watch?v=uf0K6O3mODU&t=378s

Mastodon Feed

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

right, how does one go about binding C to python these days?

Mastodon Feed

Boosted by baldur@toot.cafe ("Baldur Bjarnason"):
xgranade@wandering.shop ("Cassandra is only carbon now") wrote:

Long and short of it being, if you think OpenAI, a weapons contractor who is gleefully helping the US bomb Iran, buying out Python tooling is a bad thing, then follow through. Don't hem and haw about AI in OSS: oppose it.

Oppose AI in the negative sense, ban it where you can, shout (without harassing) until the ink has rubbed off your keycaps. Oppose AI in the *positive* sense by building specs and parallel tooling.

But whatever you do, please don't make the problem *worse* by allowing AI.

Mastodon Feed

Boosted by baldur@toot.cafe ("Baldur Bjarnason"):
xgranade@wandering.shop ("Cassandra is only carbon now") wrote:

Every single PR that is extruded or summarized by an AI product weakens exit strategies by undermining parallel tooling. Our choice to adopt AI, or even to insufficiently oppose its adoption, means we are that much more vulnerable to *infrastructure* becoming enclosed.

That's true in the obvious way: in the most generous interpretation of AI, if you're renting your brain, someone else can jack the prices on you or turn off projects they don't like.

Mastodon Feed

Boosted by baldur@toot.cafe ("Baldur Bjarnason"):
xgranade@wandering.shop ("Cassandra is only carbon now") wrote:

A few thoughts on Astral / OpenAI, now that the emotions have sat for a bit.

First, let me start by noting that AI is an attack on open source, inherently, by necessity, and at a structural level. That argument is bigger than Astral, but the short version is that you cannot simultaneously expand the public commons and work towards it's enclosure; moreover, if the public commons do not stand for the public good, then it's not really a commons any more.

Mastodon Feed

db@social.lol ("David Bushell 🪿") wrote:

lols, did they change the error message to shame the website?

always love a chance to share a personal favourite:
https://dbushell.com/2025/06/13/your-framework-is-showing-nextjs-error/

Application error: a client-side exception has occurred while loading www.goodreads.com (see the browser console for more information).

Mastodon Feed

Gargron ("Eugen Rochko") wrote:

Reminder.

https://www.youtube.com/watch?v=-TkSkptsyuY

Mastodon Feed

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

bittricks plausibly works properly on aarch64 now, thanks @stylus