Raymond has been involved in Windows evolution for over 30 years and created The Old New Thing website and book. He occasionally shares stories on the Windows Dev Docs Twitter account.
I admire Fabrice Bellard. He is almost certainly a better overall programmer than I am. A French engineer who lives quietly in Paris has spent 30 years writing software that the entire internet now runs on without knowing his name. He wrote the code that streams every YouTube video, every Netflix show, every TikTok clip. He wrote the code that runs the virtual
A recruiter sent a LinkedIn message asking me to review a GitHub repo, which turned out to be a backdoored Node project. I caught the trap by using a read-only agent and reported the repo to GitHub and the recruiter to LinkedIn.
The user created 25 generative art designs using Perlin flow fields in Processing, experimenting with various parameters and techniques to achieve unique results. The process helped the user understand how to practice creativity within self-imposed constraints.
Iroh is a secure, open-source networking library that allows devices to connect directly using keys, providing a stable and efficient internet experience. Its 1.0 release offers a mature networking stack, supporting multiple languages and protocols, and is already running on hundreds of thousands of devices.
The user had an idea to hack a WiFi smart light bulb to create a digital dead drop hosting banned books, inspired by a short story and Cory Doctorow's book, and decided to use Tasmota firmware to create the Banned Book Library. After purchasing a bulb with Tasmota pre-installed, the user modified the firmware to create a custom web server and storage system, but encountered several ...
You're looking for local LLM setups for coding. Some users have tried Gemma 4 on Apple M4 and DeepSeek V4 Flash with RTX Pro 6000 Blackwell, achieving 160 tok/s but lower than cloud offerings.
35
tosh
2026-06-16 08:02:23 UTCdevblogs.microsoft.com
Llama
Share
6
Callbacks must be fast and non-blocking, returning quickly to avoid system slowdowns. Blocking or IPC calls, including waiting for work items, defeat the purpose of asynchronous work and can cause system hangs.
Tinywind is a pixel-art pirate sailing game in your browser. Outsail the Royal Navy across 7 islands with real sailing physics — beam reach, tack, jibe, broadside. Free to play, no install, 5-minute voyages.
A community-hosted edition of Trinket, free forever at trinket.strivemath.org. Write and run Python, HTML, and more in your browser, and build interactive coding courses. Hosted by Strive Math.
An archive of ~2500 pictorial typography and letterpress works spanning four centuries, images composed entirely of type ornaments, characters, and rule. The history of ASCII art before computers.
The author's love for technology began with a computer his mother brought home from work in the early 90s, which sparked a lifelong passion for computers and programming. Now, the author feels disillusioned with the current state of technology, overrun by marketers and capitalists who exploit its potential for profit.
The Callback is a flip phone with essential apps, blocking social media and browsers, and running a private Sailfish OS. It's designed for digital minimalism, simplicity, and friendly tech, aiming to reduce anxiety and promote human connection.
Price adjustment applies to new orders and rescales from June 15, 2026, 8 AM CEST. Limited offerings will be available until supply lasts, with prices defined by hardware availability and procurement costs.
You set up OpenCode with Git access for homelab management, using AI for container updates and healthchecks. OpenCode runs on a VM with persistent coding sessions, synced across devices, and integrates with GitOps for deployment.
To resolve the security verification issue, check if your internet or firewall settings have blocked "challenges.cloudflare.com". Adjust your settings or try a different network if necessary.
Cohere launches North Mini Code, an open-source agentic coding model with 30B parameters, offering strong software development performance without demanding extensive hardware. It's available for free on Hugging Face and Model Vault, allowing developers to build and shape the future of sovereign models.
The author overcame low self-esteem to send emails to strangers, finding it a meaningful way to communicate. Email's longevity and flexibility make it a special method for connecting with others.
Anthropic's AI models were blocked by the Trump administration due to a simple prompt "Fix this code" from outside researchers. The ban is seen as counterproductive by cybersecurity expert Katie Moussouris, who argues it will hurt defenders more than attackers.
Experts warn of a 10-50% risk of catastrophic AI event, a concern voiced by AI lab founders. Tech must reorient towards moral purpose for it and humanity to flourish.
Fox Corp is acquiring Roku in a $25 billion deal, combining live news and sports with streaming platforms. This major bet on ad-supported streaming aims to shape the future of the industry.
You've noticed a shift in the tech industry where Kubernetes is now widely adopted by companies of all sizes. The main reasons for this adoption are uniformity, shared knowledge, and traceability, which provide non-technical benefits such as easier onboarding and compliance.
Salesforce acquires Fin for $3.6 billion to enhance customer support with AI Agent technology. The acquisition will improve autonomous resolution, reduce costs, and accelerate AI adoption for service organizations.
Monash University researchers found a copper-based drug reduces toxic Alzheimer's proteins and improves memory by repairing a vital waste-clearing pump. The treatment has potential to combat Alzheimer's and may empower the brain's immune cells to consume toxic plaques.
Gamma correction is crucial for accurate image processing, but most graphics libraries and image viewers still get it wrong. Using sRGB encoded data with image processing algorithms can produce incorrect results, especially for gradients, blending, and resizing.
A book about Commander Keen's game engine has been released in paper and digital formats, with source code available on GitHub. The book details game development in the late 80s and early 90s, covering hardware and engine specifics.
This article presents a set of combinator patterns which can be used to decompose recursive procedures into smaller, more reusable components. Examples of the resulting programming style are contrasted with their more conventional equivalents. We additionally show that the semantic information gained by using these combinators offers opportunities for improved performance. Vector languages ...
TimescaleDB achieves up to 98% compression for time-series data using its hypercore engine and specialized algorithms like delta encoding and run-length encoding. This results in significant storage cost savings and faster analytical queries.
This MCP server allows controlling SharkClean/SharkNinja robot vacuums via the skegox cloud, supporting multi-robot accounts and various commands. It uses a browser-based Auth0 login and caches tokens for automated use.