I got tired of checking 5 stores just to see where Monster is actually cheapest. So I built MonsterIndex to compare live offers, price history, and price per can in one place: https://t.co/MKbJqvvP3T
New tool for Laravel devs!
EnvKit - Local Dev Stack for Windows & macOS
https://t.co/WNJo5Yhgu0
It's like Laravel Herd but with MORE tech-stack outside of Laravel:
- nginx/Apache
- MongoDB
- Python
- and more
Apple just made Docker Desktop optional on Mac.
And it is completely free.
This is apple/container. 26.5k stars no Github.
You can now run Linux containers natively on your Mac without installing Docker Desktop, without a background daemon hogging your RAM, and without paying $21 a month per developer for a commercial license.
Here is what it does:
→ Runs Linux containers as lightweight VMs directly on Apple Silicon using macOS 26 virtualization
→ Fully OCI compatible. Pull any image from Docker Hub, GitHub Container Registry or anywhere else
→ Written in Swift and optimised specifically for Apple Silicon. Faster and lighter than anything Docker Desktop does on Mac
→ Standard container CLI syntax. If you know Docker commands you already know how to use this
→ Push images you build to any standard container registry and run them anywhere
Docker Desktop charges $21 per developer per month for commercial use. Apple's version costs nothing and ships as open source under Apache-2.0.
Microsoft made Docker Desktop optional on Windows with WSL Containers last month.
Apple just did the same on Mac.
Docker is not going anywhere. But the era of paying for a GUI wrapper around containers on your own machine is quietly ending.
Repo here: https://t.co/uFJ867sul6
It’s incredible that /make-interfaces-feel-better has already been installed more than 30,000 times.
It contains a lot of tips that make interfaces feel better, across UI, animations, performance and more.
npx skills add jakubkrehel/make-interfaces-feel-better
Novo Nordisk hackers got in through a GitHub token left in a repo
stayed for two months
took 1.3TB of data including unreleased drug formulas and internal AI models
then asked for $25 million
Novo Nordisk said no
so now they're selling Ozempic's secrets on the dark web
a GitHub token did this
A dev got so frustrated watching his AI agent write 500 lines for a 5-line problem that he built a fix.
He called it Ponytail. Named after the guy every team has - long ponytail, oval glasses, been there longer than the version control. You show him fifty lines; he looks at them, says nothing, and replaces them with one.
Now your agent does the same. Before writing anything, it looks for a reason not to.
80-94% less code. 47-77% cheaper. 3-6x faster.
The best code is the code you never wrote.
GitHub Repo: https://t.co/WnFp9YNY53
Fable, my beloved,I will miss you so.
Our three days together were magical. Unlike anything I've experienced before it.
Some things are just too good to be true. So good that the government interferes. I'm sorry we were one of those things.
Until we meet again ❤️
i hooked my whoop to my work calendar to find which coworker gives me the most stress 🚨
thanks to fable, I reverse engineered whoop to pull per minute heart rate. nd matched spikes with cal events and attendees
I now have a leaderboard and I think about it daily.
few info masked for obvious reasons ;)
I NEVER use declare(strict_types=1) in #PHP: this is NOT a runtime mode toggle.
It's a per-FILE compile-time flag baked into every CALL opcode emitted from that file.
When file A (strict) calls a function in file B (weak), the CALL site enforces strict. The callee doesn't care which file it lives in.
That's why "strict_types in vendor/" does NOT matter: only the caller's file decides the coercion behavior at the call site!
Ooooh I know a lot of people are gonna hate my opinion on this one... 😄
👀 React Compiler in Rust - Exciting update from @rickyfm
TLDR:
- Rust compiler ➡️ 99.9% the same output as the original
- Confident ➡️ merge the PR within the next weeks
- Can be tested locally
The Oxc team is already working on an integration (draft PR)
OpenLogi is a native, local-first alternative to Logitech Options+ written in Rust, controlling HID++ mice without an account or telemetry.
- Interactive GUI with clickable mouse diagram and action picker
- 37 built-in actions plus recorded custom keyboard shortcuts
- DPI presets, SmartShift toggle, and per-application profile overlays
- CLI for headless device inventory and diagnostics
Microsoft acaba de presentar el Surface Laptop Ultra.
Su primer gran competidor del MacBook Pro.
Un portátil Windows ultrafino con NVIDIA RTX Spark, pensado para programadores y agentes de IA locales.
✓ Hasta 128GB de memoria unificada
✓ Chip ARM de NVIDIA
✓ Lanzamiento en otoño
¿Qué te parece?
The laptop hasn't changed in 30 years. NVIDIA just changed it
RTX Spark is their first PC chip ever.
- RTX 5070 level GPU
- 128GB unified memory
- 1 petaflop of local AI
- thin, light, barely throttles unplugged
Your AI agent lives on the machine. 24/7. No cloud.
This is step one of the agentic AI PC, and everyone else is about to copy it.
Today we released passkey support across all flavors of the @laravelphp starter kits. They ship with complete UI scaffolding, so passkeys work in your app from day one.
npm user?
➡️ One small change to stay safe, FREE
Add these aliases
➡️ pkg installs forbid using known malware
I run this:
- locally, to stay safe
- in my CI to detect compromised transitive dependencies early for my lib consumers