Case study of over-engineered C++ code
A case study analyzing over-engineered C++ code for file format detection, showing how to simplify object-oriented design and remove unnecessary complexity.
A case study analyzing over-engineered C++ code for file format detection, showing how to simplify object-oriented design and remove unnecessary complexity.
Explains the new HTML popover='hint' type, its behavior compared to 'auto' and 'manual', and how to implement it with JavaScript.
A technical exploration of llmfs, a FUSE filesystem where all file operations are dynamically generated and controlled by an LLM.
A tutorial on building a multi-agent AI system with specialized agents using IBM's Watsonx Orchestrate platform and Docker.
The article argues for creating an AI Center of Excellence to manage the rapid proliferation of AI tools and use-cases within organizations.
Final part of a series on implementing MCP Authorization, focusing on integrating a production Identity Provider (Keycloak) for OAuth.
A developer demonstrates AI's practical intelligence by automating complex website maintenance tasks like tagging posts, migrating images, and converting messy HTML to clean Markdown.
A developer reflects on a year of using Linux Mint as a daily driver, noting its stability and how it solidified their commitment to open systems.
A developer shares an 18-month follow-up on using AI coding assistants like Cursor, Gemini, and Claude for a complex project refactoring.
Explains the confusing behavior of nil comparisons with empty interfaces (interface{}) in Go, detailing why a nil pointer assigned to an interface may not equal nil.
A guide to using a free, remote 'browser in browser' tool for safely testing suspicious links and checking website compatibility across different browsers.
Learn how to use a free URL sandbox to safely open suspicious links and test websites in isolated, remote browsers without risking your device.
A guide on using Positron IDE to SSH into local Docker containers for running R code, improving reproducibility and environment management.
A guide to creating a Home Assistant automation for announcing Shabbat candle lighting times using sensors and YAML configuration.
A developer builds an automated bot using Puppeteer, Bun, and ChatGPT to intelligently search and apply for jobs on LinkedIn.
A technical guide on using Kafka Connect to write data from Kafka topics to Apache Iceberg tables stored on AWS S3, using the Glue Data Catalog.
A developer reflects on the dual nature of AI's power, expressing excitement for its capabilities and dread over its potential to cause widespread job loss and economic disruption.
A guide to implementing Universal Links for iOS apps, covering server setup and app configuration for secure deep linking.
A guide to building a real-time CPU monitor for macOS using xbar, with a focus on identifying problematic VS Code extensions.
A tutorial on automating GitHub stats and release note generation using GitHub API and CircleCI scheduled pipelines.