jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
this election modeling is pretty interesting:
https://projects.fivethirtyeight.com/2024-election-forecast/#ec-vs-popular-vote
jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
this election modeling is pretty interesting:
https://projects.fivethirtyeight.com/2024-election-forecast/#ec-vs-popular-vote
fromjason ("fromjason.xyz ❤️ 💻") wrote:
In this house we believe
All cops are bastards
Defund the police
Fuck 12
fromjason ("fromjason.xyz ❤️ 💻") wrote:
Hand soap: He's right behind me isn't he?
fromjason ("fromjason.xyz ❤️ 💻") wrote:
When you were tweeting, I was studying the blade
fromjason ("fromjason.xyz ❤️ 💻") wrote:
Jack what are we doing
collinsworth@hachyderm.io ("Josh Collinsworth") wrote:
Nothing highlights more acutely the massive gap between React and every other modern framework than working with form inputs.
Building forms in React, after having done so in literally any other modern framework, is like going from this year's iPhone to a 2004 Blackberry.
fromjason ("fromjason.xyz ❤️ 💻") wrote:
When LCD Soundsystem said so go and dance yourself clean, I felt that
slightlyoff@toot.cafe ("Alex Russell") wrote:
Wired: HTML-first
Tired: tiny band-aids for JS-first shotgun wounds
Retired: "SPA-all-the-things!"https://thenewstack.io/frontend-schism-will-react-server-components-destroy-react/
Reblogged by slightlyoff@toot.cafe ("Alex Russell"):
ricmac ("Richard MacManus") wrote:
Ok, is the #frontend community ready for a showdown about React Server Components? Igor Minar, a co-creator of Angular, thinks RSCs will "destroy React." @slightlyoff says that RSC technology “creates a delayed ambush-by-JS effect.” On the other hand, Theo Browne "couldn’t recommend Server Components highly enough.” All this and more in my latest article (with special thanks to the experts who helped me get a handle on this topic: Igor and Alex). https://thenewstack.io/frontend-schism-will-react-server-components-destroy-react/ #React #JavaScript
pzmyers@octodon.social ("pzmyers 🦑") wrote:
The New Tolerance Campaign isn't.
https://freethoughtblogs.com/pharyngula/2024/09/19/definitely-a-pr-stunt-and-quite-stupid/
Reblogged by fromjason ("fromjason.xyz ❤️ 💻"):
ophiocephalic@kolektiva.social ("ophiocephalic 🐍") wrote:
@fromjason
"Americans have always had state planning, but they prefer to call it the defense budget."
xor@tech.intersects.art ("Parker Higgins") wrote:
there's a lot of competition but one of my most annoying traits is bristling when I see GPS described as if it required bidirectional transmission
collinsworth@hachyderm.io ("Josh Collinsworth") wrote:
WTAF is the Times crossword today?
I kinda figured out the gimmick, but there's one part of the puzzle that just does not make sense, because you literally have to break the rules of crosswords to solve it, and I have no idea how you can reasonably expect players to get that.
jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
Today in History: Simon & Garfunkel reunite to play New York's Central Park, 1981
jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
Today in History: Walt Disney releases Steamboat Willie, 1928 ("especially notable for being one of the first cartoons with synchronized sound, as well as one of the first cartoons to feature a fully post-produced soundtrack")
jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
Today in History: women get the right to vote in New Zealand, 1893 (the US lagged far behind)
jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
Today in History: Konstantin Eduardovich Tsiolkovsky dies, Russian SFSR, 1935
jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
Today in History: President Garfield dies of wounds in Elberon, N.J., 1881
Reblogged by jsonstein@masto.deoan.org ("Jeff Sonstein"):
DrSuzanne@ohai.social ("Suzanne she/her") wrote:
I’m not using anymore goddamn chatbots. They don’t work, waste my time, *and* make me mad. Who are the assholes implementing these dumb things??
jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
Aaaaarh, Matey... Happy International Talk Like A Pirate Day!
fromjason ("fromjason.xyz ❤️ 💻") wrote:
The Californian Ideology (1995):
"Individual freedom is no longer to be achieved by rebelling against the system, but through submission to the natural laws of technological progress and the free market."
My oh my, how nothing has changed. https://www.metamute.org/editorial/articles/californian-ideology
jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
“In a stinging indictment of JD Vance, the mouse community of Springfield, Ohio asserted on Thursday…”
pzmyers@octodon.social ("pzmyers 🦑") wrote:
Miss Sassy is probably a fine cat, but her owner is a piece of shit.
https://freethoughtblogs.com/pharyngula/2024/09/19/were-all-happy-to-see-miss-sassy-safe-and-sound/
collinsworth@hachyderm.io ("Josh Collinsworth") wrote:
Any time I see a new developer-written screed against their company's system, I always wonder to myself: "are you sure you don't just suck at communication and interpersonal relationships, and have managed to convince yourself this system is the actual problem to shield yourself from the discomfort that growth would bring?"
collinsworth@hachyderm.io ("Josh Collinsworth") wrote:
I've noticed most cishet male developers tend to be much more intellectually smart than they are emotionally mature.
I've also noticed this means that when they encounter friction (which they frequently do, because of this imbalance), they're experts at crafting amazingly convincing arguments why the thing causing them discomfort is wrong and bad, when in reality, they're just highly sophisticated children throwing meticulously crafted tantrums because they hate being forced to grow.
Reblogged by fromjason ("fromjason.xyz ❤️ 💻"):
ExtinctionR@social.rebellion.global ("Extinction Rebellion Global") wrote:
Reblogged by slightlyoff@toot.cafe ("Alex Russell"):
bramus@front-end.social ("Bramus") wrote:
Today I saw this React hook (see photo) get shared on birdsite. It enables one to “automatically scroll down when new messages arrive in a chat”.
While it might work, you could — and should — use this little bit of CSS instead:
```
.log {
scroll-snap-type: y proximity;
align-content: end;
}
.log::after {
display: block;
content: "";
scroll-snap-align: end;
}
```“… remains snapped to the bottom …unless the user has scrolled away from that edge” — https://drafts.csswg.org/css-scroll-snap/#example-d0a2d86f
Reblogged by slightlyoff@toot.cafe ("Alex Russell"):
jaffathecake ("Jake Archibald") wrote:
`el.className` and `el.htmlFor` have such unusual names because `class` and `for` used to be reserved words in JS. That hasn't been true for property names for 10+ years.
Firefox is experimenting with adding `el.class` and `el.for`, yay!
https://github.com/whatwg/html/issues/9379#issuecomment-2357214793
Reblogged by slightlyoff@toot.cafe ("Alex Russell"):
williampietri@sfba.social ("William Pietri") wrote:
This is glorious.The best time to burn a bridge is when you never, ever want to cross it again. #genai (Edit: This is a notice explaining why somebody is shutting down a long-running project to measure word frequencies.) https://github.com/rspeer/wordfreq/blob/master/SUNSET.md
Reblogged by slightlyoff@toot.cafe ("Alex Russell"):
owa ("Open Web Advocacy") wrote:
For 7 years, Google has failed to keep its commitment to share the ability to install Web Apps with third-party browsers on Android. With regulatory intervention from the EU, Japan and the UK that may be changing.
Read about it here:
https://open-web-advocacy.org/blog/google-must-share-the-ability-to-install-web-apps-in-android/