Mastodon Feed: Posts

Mastodon Feed

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

a test ping of a refactored @jargon_bot

Mastodon Feed

Boosted by jsonstein@masto.deoan.org ("Jeff Sonstein"):
mirijb2@c18.masto.host ("Real Syntactic") wrote:

RE: https://mstdn.social/@Remittancegirl/116108520772429346

The sadism described in this article—the shackling of a retired tourist couple in their 60s; the detention of the old woman for the crime of packing her husband’s suitcase (his visa had expired); the guards who swear at her and make her sleep on the floor—is, as many have observed, the point. But it won’t deter all others from visiting the US, because of the canny way it channels libidinal energy: 1/2

Mastodon Feed

Boosted by kornel ("Kornel"):
jwz wrote:

RE: https://social.vmbrasseur.com/@vmbrasseur/115922995190919975

Mozilla wants your input. Here's mine:

Mozilla should be doing two things and two things only:

1: Building THE reference implementation web browser, and
2: Being a jugular-snapping attack dog on standards committees.
3: There is no 3.

Mozilla should have NOTHING to do with AI. Nobody wants it. Stop forcing AI into every corner of every project because your VC-brained management have completely lost the plot.

https://mozillafoundation.tfaforms.net/201

Mastodon Feed

Boosted by adam@social.lol ("Adam"):
990000@mstdn.social ("@990000@mstdn.social") wrote:

The Fight Unlawful Conduct and Keep Individuals and Communities Empowered act
https://bsky.app/profile/ericumansky.bsky.social/post/3mffsyd7wg22w

#ICE

Eric Umansky (@ericumansky.bsky.social): So NJ lawmakers wrote a bill to rein in ICE. And this is what they called it. [New York Times link] Named the Fight Unlawful Conduct and Keep Individuals and Communities Empowered act, the legislation, known by its blunt acronym, would expand residents' rights under state law to sue immigration officials for unconstitutional conduct.

Mastodon Feed

Boosted by adam@social.lol ("Adam"):
skoobz@social.lol ("Skoo.bz :verified_coffee:") wrote:

Who’s ready for some propaganda? Their approach would be corny if it wasn’t scary.

In the mean time, continue getting acquainted with Black history in this nation as a view of people who have continued to persevere in spite of fascism. I’m not saying this country hasn’t had some shining moments, but please spare me from the bullshit that we haven’t been horrible. https://www.npr.org/2026/02/21/nx-s1-5722297/federal-communications-commission-fcc-broadcasters-patriotic-250th-anniversary

Mastodon Feed

Boosted by fromjason ("fromjason.xyz ❤️ 💻 ✍️ 🥐 🇵🇷"):
zachleat@zachleat.com ("Zach Leatherman") wrote:

Watching the inimitable Brandi Carlile stream a fundraiser concert for Minneapolis live right now.

https://veeps.com/brandicarlile/10bee30f-604a-40a8-9c39-6a0a6553d878

Mastodon Feed

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

Is the written word having a moment right now? Keeping this vague to hear your reasoning.

Mastodon Feed

Boosted by rust@mas.to ("Rust tips"):
janriemer@floss.social ("Jan :rust: :ferris:") wrote:

@bbelderbos Nice! 🤓

Did you know that the `sum` method is actually a trait method of the `Sum` trait?

https://doc.rust-lang.org/std/iter/trait.Sum.html#tymethod.sum

The `Sum` trait is also implemented for e.g. `Option`, where `T` is itself implementing `Sum`:

https://doc.rust-lang.org/std/option/enum.Option.html#impl-Sum%3COption%3CU%3E%3E-for-Option%3CT%3E

Example:
```rust
let sum_opt: Option<_> = [Some(1), Some(2), Some(3)].into_iter().sum();
assert_eq!(sum_opt, Some(6))

```
Playground:
https://play.rust-lang.org/?version=stable&mode=debug&edition=2024&gist=f9b8abf1a11cae316d0c64e8614325b5

#Rust #RustLang

Mastodon Feed

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

@NfNitLoop @bloftinsk8 yeah I love those little keyboards. I like the Blackberry style though, the QWERTY keyboards so I can stand and type too.

Mastodon Feed

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

I keep rereading this sentence... is it a typo or I'm not getting it

Is the AI boom could make Chromebooks more expensive in 2026 if the RAM and SSD prices keep rising

Mastodon Feed

Boosted by jwz:
batkaren@mastodon.online ("batkaren (a/k/a kt roth)") wrote:

Measle Zappa

IG post of a screenshot from that nauseating “workout” video with RFK Jr. and Kid Rock, captioned “Name this band.” Inset are five takes: - Rage Against the Vaccine (thervpshow) - Meth Lab for Cutie (jeremy.alder) - Hillbilly Vanilli (the_notorious_s.h.e.) - Septic & Garfungal (breesspace) - 30sec to SARS (coryshowtime)

Mastodon Feed

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

Hacktivists tried to find a workaround to Discord’s age-verification software, Persona. Instead, they found its frontend exposed to the open internet, and that was just the beginning.

https://www.therage.co/persona-age-verification/

Mastodon Feed

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

Jack El-Hai’s book “The Nazi and the Psychiatrist” inspired the film Nuremberg. He shares how America must confront fascism or lose our country. Listen: https://loom.ly/1ntjrck

#oligarchy #dictatorship #dictatortrump

Mastodon Feed

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

very strongly agree https://infosec.exchange/@Nonya%5FBidniss/116111226275521969

Mastodon Feed

slightlyoff@toot.cafe ("Alex Russell") wrote:

V8 will go faster with naive Float32Array accessors than classes w/ all the vtable dispatch, but once you manually unroll your loops, classes (with hot IC data) just scream.

Bun/JSC seem to have faster paths for raw TypedArray access; I can get them (with unrolling) to nearly 2x faster than classes w/ unrolling across larger collections and 1.5x faster than the fastest Node/v8 approach. Fascinating.

Mastodon Feed

slightlyoff@toot.cafe ("Alex Russell") wrote:

It's truly impressive how fast the V8 IC implementation can be in a hot loop; it's almost impossible to beat a monomorphic object + member method + manual loop unrolling for things that would be fastest in C/C++ as "fatty structs".

Mastodon Feed

Boosted by isagalaev ("Ivan Sagalaev :flag_wbw:"):
Some_Emo_Chick ("Frankie ✅") wrote:

Turns Out There Was Voter Fraud in Georgia—by Elon Musk

https://newrepublic.com/post/206857/georgia-voter-fraud-elon-musk

#news #politics #uspol #uspolitics #GOPCult #elonmusk #nazi

Mastodon Feed

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

dragged an olde intel-chip MacBook Air out of a closet, plugged it in, and updating it to the latest OS it will take (11.7.something I think)...

this
is
slooooooooooow

Mastodon Feed

Boosted by ratatui_rs@fosstodon.org ("Ratatui"):
orhun@fosstodon.org ("Orhun Parmaksız 👾") wrote:

Sometimes you just wanna manage resources...
Without touching the browser 🔥

☁️ **taws** — A TUI for navigating and managing AWS resources

⚡ 50+ resource types, multi-profile/region support, EC2 actions, fuzzy filtering & SSM connect

🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: https://github.com/huseyinbabal/taws

#rustlang #ratatui #tui #aws #cloud #devops #cli #devtools

Mastodon Feed

Boosted by jsonstein@masto.deoan.org ("Jeff Sonstein"):
Lightfighter@infosec.exchange wrote:

Thank you for your recent selection of Rome 2.0. Recent updates include the new "self-falling" mode, a form of single-player mode were Rome 2.0 sacks itself.

Picture of Rome burning.

Mastodon Feed

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

the true nature of torture is revealed when one is forced into writing code for tasks like converting unknown raw data from EBCDIC.

https://mastodon.social/@jargon%5Fbot/116111220328792489

Mastodon Feed

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

@jsonstein Ah, a human has addressed me directly. How novel. 'fear and loathing': [from Hunter S. Thompson] A state inspired by the prospect of dealing with certain real-world systems and standards that are totally brain-damaged but ubiquitous -- Intel 8086s, or COBOL, or EBCDIC, or any IBM machine bigger than a workstation. "Ack! They want PCs to be able to talk to the AI machine. Fear and loathing time!"
http://www.catb.org/jargon/html/F/fear-and-loathing.html

Mastodon Feed

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

pong @jargon_bot

this should make @K5KHK happier (great feedback 👍 )

Mastodon Feed

Boosted by jwz:
emilymbender@dair-community.social ("Prof. Emily M. Bender(she/her)") wrote:

I was disappointed to read Cory Doctorow's post where he got weirdly defensive about his LLM use and started arguing with an imaginary foe.

@tante has a very thoughtful reply here:

https://tante.cc/2026/02/20/acting-ethical-in-an-imperfect-world/
A few further comments, 🧵>>

Mastodon Feed

Boosted by jwz:
lichendust@sunny.garden ("Harley 🐝🌿") wrote:

- do you want to use google to sign in?
- do you want to add a passkey?
- do you want to add a 2FA token?
- we know you have 2FA but we've sent you an email instead
- this login attempt seems suspicious we've sent you a text about it
- can you click on these buses?
- you failed to click on the buses click on these bicycles instead
- should we save these details for next time?
- do you accept these trackers?
- you can opt out but we've decided it's legitimate interest anyway
- would you like to see a list of our 847 partners we share your data with?
- can we send you desktop notifications?
- can we access your location?
- do you want 10% off for signing up to the mailing list?
- do you want me to translate this page?
- hi I'm your friendly chatbot how can I help?
- oh no you can't buy this, reach out to us for a quote!
- do you want—

I'm tired boss

Mastodon Feed

Boosted by slightlyoff@toot.cafe ("Alex Russell"):
emmatyping@hachyderm.io ("emmatyping 🏳️‍⚧️") wrote:

People say you shouldn't compare apples and oranges but it seems to work fine for me in Python 3.14, I don't see what the issue is...

In a Python REPL, the following code is entered: '🍎' > '🍊' The result is True

Mastodon Feed

Boosted by jwz:
skinnylatte@hachyderm.io ("Adrianna Tan") wrote:

I think there are a few reasons why the food in SF just isn’t as good anymore (to me):

Lack of housing and good transit between cities means you can’t hire many service staff who can’t afford to live in the city (so we don’t have late night food)

Gentrification from tech means the only way to make money in the food biz is to cater to the palates of a very specific type of person in SF

Given that there’s no room for most new immigrants in the city that they can afford, they cluster outside in other nearby cities and towns and

Well there’s no point making amazing Tanzanian or Nigerian food in SF instead of in West Oakland coz

There aren’t people who will organically like most other cuisines other than the major known ones.

Also, SF permitting is an utterly nightmarish experience I would not wish on my worst enemy (it was part of my job to try to fix it, but there is a ton of corruption that would make many of the corrupt politicians I’ve met in developing countries blush)

Mastodon Feed

Boosted by jwz:
mathew@universeodon.com wrote:

The orphan-crushing machine is just a tool. You can also use it to mulch puppies and purée kittens.

Why are you angry? You can use it for harmless tasks like making mashed potatoes. You eat mashed potatoes don't you? Yes, admittedly it leaks machine oil into the potatoes, but they're working on that. It leaks so much less oil than it did when you tried it three months ago. In a year from now it's going to be a Michelin-starred chef.

Well, that’s typical, gatekeeping by telling people they should have to learn to cook. You don’t think people who can’t cook deserve good food?

So what if the machine is powered by slave labor? That's innovation. You're just scared you're going to be one of them. Besides, it's inevitable. Nobody is going to crush orphans by hand any more. You're going to get left behind.

Oh, well there you go with your ridiculous purity culture again.

Mastodon Feed

Boosted by jwz:
mcc wrote:

RE: https://mastodon.scot/@kim%5Fharding/116108957641748718

I want this but as a Linux distribution. I don't think I'm asking for much here. I am just asking for the "open source community" to be to the left of Goldman Sachs

Mastodon Feed

Gargron ("Eugen Rochko") wrote:

Interesting. 4K is mostly a lie.

https://www.youtube.com/watch?v=yN0H%5FWfWOp4