A moose playing Go in a park while drinking boba
An analysis of AI video generation using a specific, complex prompt to test the capabilities and limitations of models like Sora 2.
An analysis of AI video generation using a specific, complex prompt to test the capabilities and limitations of models like Sora 2.
A technical guide explaining how to resolve at:// URIs and locate JSON data on the AT protocol's 'atmosphere' network.
A developer shares five practical ways to use GitHub Copilot's background coding agent to automate tasks, delegate issues, and speed up development workflows.
Learn how to use 'uv run --env-file' to load environment variables from .env files, replacing the need for python-dotenv.
A tech professional explains why they refuse to provide references for strangers, arguing it's unethical to vouch for people they don't know.
Discover an undocumented trick to get xkcd comics at double resolution using a simple URL modification and a Python script to check availability.
A review of the Notebook Navigator plugin and Cupertino theme for Obsidian, focusing on improving the mobile note-taking experience.
Introducing Hotkey Typer, a small Windows utility that types predefined text snippets with a hotkey, perfect for demos and tutorials.
The author proposes a new CSS feature called 'inner breakpoints' for responsive element layouts, comparing it to media and container queries.
The article argues that 'open social' platforms, like Bluesky's AT Protocol, are at a similar turning point as open source software was decades ago.
Explores using a reference application and GenAI to maintain code standards and detect drift from service templates in software development.
Learn how to use Swift's new Observations framework to observe @Observable model properties outside of SwiftUI with Xcode 26 and Swift 6.2.
A personal retrospective of the various writing tools and platforms the author has used to publish online over the past twenty-plus years.
A Thoughtworks engineer explores the nuanced risk assessment required when using AI to generate code, moving beyond a simple 'good or bad' debate.
A technical guide on configuring Microsoft Copilot Studio Agents with MCP servers using Azure Logic Apps, including deployment steps and JSON examples.
Explores the CSS @starting-style rule, its specificity issues, and provides practical workarounds for developers.
A beginner's guide to setting up a web development environment, covering essential tools like IDEs and project setup.
A tutorial on implementing Queryable Encryption for sensitive fields using the MongoDB Entity Framework Core provider, enabling encrypted data to remain searchable.
A guide on using [weak self] in Swift Concurrency Tasks to prevent memory leaks, covering weak-strong patterns and best practices.
A developer's evolving code methodology for using if/else vs separate if statements based on whether the logic fits on one screen.