Scaling Innovation: Building Ecosystems | Hazel Weakly
Innovation is a tricky subject. The precise details of how to do it are not well studied, at least not under the name “innovation”. In addition, multiple...
What good architecture looks like, how to improve your skill at building it –and why Architects are not always the answer. Guest post by Matthew Hawthorne, who built large systems at Netflix & Twitter
Using Git Pre-Commit Hooks - Scott's Weblog - The weblog of an IT pro focusing on cloud computing, Kubernetes, Linux, containers, and networking
A while ago I wrote an article about linting Markdown files with markdownlint. In that article, I presented the use case of linting the Markdown source files for this site. While manually running linting checks is fine—there are times and situations when this is appropriate and necessary—this is the sort of task that is ideally suited for a Git pre-commit hook. In this post, I’ll discuss Git pre-commit hooks in the context of using them to run linting checks.
New Method Is the Fastest Way To Find the Best Routes | Quanta Magazine
A canonical problem in computer science is to find the shortest route to every point in a network. A new approach beats the classic algorithm taught in textbooks.
Modern API Design: Balancing Speed, Maintainability, and Developer Experience
A deep dive into best practices for designing APIs today, including async patterns, structured code, deployment strategies, and performance tradeoffs—plus a subtle nod to FastAPI for rapid development.
How APFS is the first Mac native file system to have true inodes and inode numbers. What they are, and how you can use them in volume groups and different types of file link.
Explore how the Agentic Commerce Protocol (ACP) lets AI agents shop on your behalf, from product discovery to secure checkout, using shared payment tokens and merchant integrations. This post breaks down the workflow, key components of AI-driven e-commerce.
How I overcame copying and modifying my own diff library from project to project by
diving too deep into diff algorithms and coming out at the other end with new diff
library in my hand.