What we talk about when we talk about sideloading
f-droid.org
Who needs Graphviz when you can build it yourself?
spidermonkey.dev
Tips for stroke-surviving software engineers
blog.j11y.io
ChatGPT's Atlas: The Browser That's Anti-Web
anildash.com
uBlock Origin Lite Apple App Store
apps.apple.com
YouTube is taking down videos on performing nonstandard Windows 11 installs
old.reddit.com
EuroLLM: LLM made in Europe built to support all 24 official EU languages
eurollm.io
SpiderMonkey Garbage Collector
firefox-source-docs.mozilla.org
Tinkering is a way to acquire good taste
seated.ro
Powerful and precise multi-color lasers now fit on a single chip
phys.org
Wacl – A Tcl Distribution for WebAssembly
github.com
UIs Are Not Pure Functions of the Model – React.js and Cocoa Side by Side (2018)
blog.metaobject.com
Generative AI Image Editing Showdown
genai-showdown.specr.net
Apple will phase out Rosetta 2 in macOS 28
developer.apple.com
Keeping the Internet fast and secure: introducing Merkle Tree Certificates
blog.cloudflare.com
The AirPods Pro 3 flight problem
basicappleguy.com
Gluing and framing a 9000-piece jigsaw
river.me
Nvidia takes $1B stake in Nokia
cnbc.com
Fil-C: A memory-safe C implementation
lwn.net
> When I first saw React.js, I had a quick glance and thought that it was cool, they finally figured out how to do a Cocoa-like MVC UI framework in JavaScript.
> Overall, though, the use of a true MVC UI framework seemed like a great step forward
The author keeps saying 'MVC' as if it ever made any sense in the context of React. The old react docs used to quip that react was the v of mvc, until this notion was scraped entirely; and although one might perhaps suggest that props and templating is a v, and state is perhaps an m, there has never been anything concrete one could point it and argue that it is a c.