The Framework Desktop is a beast https://world.hey.com/dhh/the-framework-desktop-is-a-beast-636fb4ff
Hey
The Framework Desktop is a beast
I've been running the Framework Desktop for a few months here in Copenhagen now. It's an incredible machine. It's completely quiet, even under heavy, stress-all-cores load. It's tiny too, at just 4.5L of volume, especially compared to my old beautiful but…
Abusing Entra OAuth for fun and access to internal Microsoft applications https://research.eye.security/consent-and-compromise/
Eye Research
Consent & Compromise: Abusing Entra OAuth for Fun and Access to Internal Microsoft Applications - Eye Research
The Eye Security Research team has uncovered a new critical misconfiguration that exposed sensitive data at internal Microsoft applications.
How I code with AI on a budget/free https://wuu73.org/blog/aiguide1.html
wuu73.org
My AI Code Prep & Cline Workflow for Budget Coding/Debugging (Part 1)
A personal guide on using AI Code Prep GUI, Cline, and various free AI web interfaces like Gemini, Grok, Deepseek, and Poe for cost-effective coding and debugging.
Writing simple tab-completions for Bash and Zsh https://mill-build.org/blog/14-bash-zsh-completion.html
Show HN: Engineering.fyi – Search across tech engineering blogs in one place https://engineering.fyi/
engineering.fyi
Engineering.fyi - Latest Tech Articles from Top Companies
Discover the latest engineering blog posts from Google, Meta, OpenAI, Stripe, Uber, and 20+ top tech companies. Software engineering insights, tutorials, and best practices in one place.
❤1
Optimizing my sleep around Claude usage limits https://mattwie.se/no-sleep-till-agi
Matt Wiese
Optimizing My Sleep Around Claude Usage Limits
My experiment optimizing my sleep schedule around maximizing my Claude Pro subscription usage.
I tried every todo app and ended up with a .txt file https://www.al3rez.com/todo-txt-journey
Claude Code is all you need https://dwyer.co.za/static/claude-code-is-all-you-need.html
🤡4
GitHub is no longer independent at Microsoft after CEO resignation https://www.theverge.com/news/757461/microsoft-github-thomas-dohmke-resignation-coreai-team-transition
The Verge
GitHub just got less independent at Microsoft after CEO resignation
GitHub will be part of Microsoft’s AI engineering team
Claude Sonnet 4 now supports 1M tokens of context https://www.anthropic.com/news/1m-context
Anthropic
Claude Sonnet 4 now supports 1M tokens of context
Claude Sonnet 4 now supports up to 1 million tokens of context on the Anthropic API—a 5x increase.
FFmpeg 8.0 adds Whisper support https://code.ffmpeg.org/FFmpeg/FFmpeg/commit/13ce36fef98a3f4e6d8360c24d6b8434cbb8869b
FFmpeg Forgejo
libavfilter: Whisper audio filter · 13ce36fef9
It adds a new audio filter for running audio transcriptions with the whisper model.
Documentation and examples are included into the patch.
Documentation and examples are included into the patch.
Gemma 3 270M: Compact model for hyper-efficient AI https://developers.googleblog.com/en/introducing-gemma-3-270m/
Googleblog
Google for Developers Blog - News about Web, Mobile, AI and Cloud
Explore Gemma 3 270M, a compact, energy-efficient AI model for task-specific fine-tuning, offering strong instruction-following and production-ready quantization.
I made a real-time C/C++/Rust build visualizer https://danielchasehooper.com/posts/syscall-build-snooping/
Danielchasehooper
I Made A Real-Time Build Visualizer
Sometimes software takes a long time to compile just due to how much code it has, like in the LLVM project. But often a build is slower than it could be for dumb, fixable reasons. I’ve had the suspicion that most builds are doing dumb stuff, but I had no…
Vaultwarden commit introduces SSO using OpenID Connect https://github.com/dani-garcia/vaultwarden/pull/3899
GitHub
SSO using OpenID Connect by Timshel · Pull Request #3899 · dani-garcia/vaultwarden
This is based on previous PR (#2787, #2449 and #3154) with work done by @pinpox, @m4w0lf, @Sheap, @bmunro-peralex, @tribut and others I probably missed sorry.
This PR add support for OpenId Connect...
This PR add support for OpenId Connect...
Recto – A Truly 2D Language https://masatohagiwara.net/recto.html
Masato Hagiwara's Page
Recto — a truly 2D language
Recto is a 2D programming language that uses nested rectangles as its core syntax, encoding structure and recursion directly in space instead of a linear stream of text. Recto explores new ways to write, parse, and reason about code—and even natural language—spatially.
Do Things That Don't Scale (2013) https://paulgraham.com/ds.html
