
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/
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/
Reblogged by fromjason ("fromjason.xyz ❤️ 💻"):
rbreich@masto.ai ("Robert Reich") wrote:
The top 50 donors have collectively pumped $1.5 billion into the 2024 election.
The biggest donor is nepo baby billionaire Timothy Mellon, grandson of 1920s banking tycoon Andrew Mellon.
This is how dynastic wealth corrupts our elections and entrenches an American aristocracy.
Reblogged by fromjason ("fromjason.xyz ❤️ 💻"):
stevetex ("Steve Teixeira") wrote:
With just a few days’ notice, Mozilla terminated my employment this month after leaving me hanging on leave without for several months. My discrimination case against them therefore enters a new phase after this wrongful termination.
https://mastodon.social/@stevetex/112780506720122370
slightlyoff@toot.cafe ("Alex Russell") wrote:
Yes, yes, everyone's posting this...but of you haven't read it yet, add my recommendation to all the others:
https://davekarpf.substack.com/p/paul-graham-and-the-cult-of-the-founder
fromjason ("fromjason.xyz ❤️ 💻") wrote:
If all our data is public, there's nothing to protect.
And if there's nothing to protect, our social media overlords can stop pretending to care about safeguarding our personal information.
This is the new #socialweb
Reblogged by collinsworth@hachyderm.io ("Josh Collinsworth"):
ghorwood ("ghorwood↙↙↙") wrote:
i really wish this viking game let you name your longship because “fjord fjesta” is sitting right there, unused.
Reblogged by fromjason ("fromjason.xyz ❤️ 💻"):
beka_valentine@kolektiva.social ("tranny demon hacker") wrote:
when you use a tool that is on your personal computer and doesn't have to connect to the internet to use, or doesn't have to connect to some central server to use, it is MUCH harder for corporations to abuse you
fromjason ("fromjason.xyz ❤️ 💻") wrote:
Any given time I have like thirty domain names. It's a problem.