Programming is an art. It’s less like fine art or music and closer to architecture or carpentry – combining form and function – but it is an art. If you don’t believe me, consider code …
Not a month goes by without someone claiming they’ve killed tech writing. A few weeks ago, it was CodeWiki and its docs theatre. Now it’s the turn of Claude Skills and their ecosystem of Markdown instructions served as if they were executable code or macros. Docs, though, are tougher than they’d expect, because they’re the strongest signals in a sea of noise, and because they’re pretty much everywhere. Including, well, skills.
Quick thoughts on GitHub CTO’s post on availability
GitHub’s been taking it on the chin on the availability front lately. Yesterday, their CTO, Vlad Fedorov, wrote a post on their blog about their recent incidents: Addressing GitHub’s recent a…
What’s the least you can do to build an effective paywall for creators that’s mostly open-source? If we can figure that out, that might help lots of creators.
Hello, fellow conscientious objectors! Welcome back to more news from the Opt Out Project. This list has been quiet of late if only because it has been a...
Database Performance Bottlenecks: N+1 Queries, Missing Indexes, and Connection Pools
Your app is slow because of the database, not the runtime. Fix N+1 queries, add the right indexes, size your connection pool correctly. Do this before Redis, before caching, before anything else.
NetDriver Agent 5 Minute Quickstart: Making Network Automation as Simple as Calling an API - OpenSecFlow
Launching Netdriver with Docker to Automate your Network is a simple process.No need for SSH connection code or to write complex exceptions, NetDriver will make it as simple as calling a Rest API.
Since OpenTelemetry first introduced Profiles, momentum has only grown towards building a unified industry standard for continuous production profiling, standing alongside traces, metrics, and logs. Today, the Profiling SIG is proud to announce that the Profiles signal has officially entered public Alpha, and we are ready for broader community use and feedback.
Production profiling for all Continuously capturing low-overhead performance profiles in production is a technique that has been used for decades. It helps troubleshoot production incidents, improves user experience by making software faster and reduces computation costs by making the same work take less resources. Historically, the industry lacked a common framework and protocol for continuous profiling, even with formats like JFR and pprof being popular.