Man-Computer Symbiosis - Wikipedia
Kill chain - Wikipedia
Booch method - Wikipedia
Continuous integration - Wikipedia
Compiler - Wikipedia
Prise: Consolidate the chaos of work
Track and search work activity across all of your apps, with insights and recommendations powered by AI.
Reflections on Trusting VEX (or when humans can improve SBOMs)
Everything you need to know about securing the software supply chain.
Get Rid of Your Old Database Migrations
Are database migrations good? Probably, but are we using them in the right way? In this post, I write about how I think about migrations and what I'm doing to mitigate some of their shortcomings.
What’s the Future of Feature Management?
Feature flags can give more control over an application. Explore LaunchDarkly's new data about how they're being used in this episode of The New Stack Makers podcast. #featuremanagement #featureflags #DevOps
Inkbase: Programmable Ink
What would be possible if hand-drawn sketches were programmable like spreadsheets?
GPSrChive - GPS vs GLONASS vs Galileo
Global positioning: GPS vs GLONASS vs Galileo
System Overview GPS Operated by the United States Air Force. Global coverage available since April 1995. Space segment includes 32 satellites arranged into 6 orbital planes, each with a minimum of …
Extism: make all software programmable | Extism - make all software programmable. Extend from within.
Hello, World!
K8s Resource Management: An Autoscaling Cheat Sheet
A concise but comprehensive guide to using and managing horizontal and vertical autoscaling in the Kubernetes environment.
P99 CONF: Sharpening our Axes to Battle Latency Misery
Engineers spoke of their hard-fought performance battles and lessons learned across infrastructure, programming languages and measuring performance. #SRE #observability #P99CONF
Pre-Labeled Datasets Are Key to Building High-Quality ML Models
How do you get the data you need to build the models while also respecting data privacy? The answer is pre-labeled data sets.
Listen to Your CPU - Full-table Scans Are Fast | QuestDB: the database for time series
Demonstrating the raw speed of modern hardware
The Insatiable Postgres Replication Slot
While working on a demo for processing change events from Postgres with Apache Flink,
I noticed an interesting phenomenon:
A Postgres database which I had set up for that demo on Amazon RDS, ran out of disk space.
The machine had a disk size of 200 GiB which was fully used up in the course of less than two weeks.
Now a common cause for this kind of issue are replication slots which are not advanced:
in that case, Postgres will hold on to all WAL segments after the latest log sequence number (LSN) which was confirmed for that slot.
Indeed I had set up a replication slot (via the Decodable CDC source connector for Postgres, which is based on Debezium).
I then had stopped that connector, causing the slot to become inactive.
The problem was though that I was really sure that there was no traffic in that database whatsoever!
What could cause a WAL growth of ~18 GB/day then?
I/O is no longer the bottleneck
In 2022, disk I/O is very fast, and not usually the performance bottleneck in programs. This article digs into some numbers.
WasmEdge
Is Everything Is A File?
A blog by sunfishcode
Measuring System Interface Complexity
A blog by sunfishcode
The large, small, and dynamic viewport units
New CSS units that account for mobile viewports with dynamic toolbars.
Microblogging with ActivityPub
As of late, concerns about the future of Twitter have caused many of its
users to seek alternatives. Amid this upheaval, an open-source
microblogging service called Mastodon has received a great deal of
attention. Mastodon is not reliant on any single company or central
authority to run its servers; anyone can run their own. Servers communicate
with each other, allowing people on different servers to send each other
messages and follow each other's posts. Mastodon doesn't just talk to
itself, though; it can exchange messages with anything that speaks the ActivityPub protocol.
There are many such implementations, so someone who wants to deploy their own
microblogging service enjoys a variety of choices.
Planning User Roles for Your Application
By identifying roles, resources and how they map together, you can implement an efficient system that ensures your users and applications are secure.
4 Ways Quotas Protect Your Organization from Observability Data Explosions
A production-grade, cloud native observability platform such as Chronosphere will handle observability data explosions in a graceful manner.
How We Built Fly Postgres
The database. The app. The legend.
Citi Shows Continuous Secure Ingestion for Software Packages
Handling three million external packages without automation can be horrendous without secure ingestion.
Improving Price Performance Lowers Infrastructure Costs
Aerospike observed 63% better price performance using an AWS Graviton2 cluster when compared with an equivalent x86 cluster. Check the details here.
Application Storage Is Complex. Can Automation Simplify It?
Container Storage Modules, by Dell Technologies, are designed to ease the storage challenges of containerization. #cloudnative #storage #containers #DevOps