Feature flags and authorization abstract the same concept | nicholas@web
Flyte: An Open Source Orchestrator for ML/AI Workflows
Flyte is an open source orchestration tool for managing the workflow of machine learning and AI projects. It runs on top of Kubernetes.
Authentication vs Authorization - Dan Schnau dot com
Load Balancing
A bottom-up, animated guide to HTTP load balancing algorithms.
Modular Errors in Rust
It is thankfully common wisdom nowadays that documentation must be placed as near as possible to the code it documents, and should be fine-grained to a minimal unit of describability (the thing being documented). The practice provides numerous benefits to the codebase and project as a whole:
IdempotencyPlug - idempotent POST requests
The motivations behind building IdempotencyPlug
Google Investigates a New Approach for Workload Isolation
Google's exprierimental Workload Security Rings classifies the workloads by security requirements and then isolates and enforces each class at the machine boundary.
The shrinking role of semaphores
The kernel's handling of concurrency has changed a lot over the years. In
2023, a kernel developer's toolkit includes tools like completions, highly
optimized mutexes, and a variety of lockless
algorithms. But, once upon a time, concurrency control came down to
the use of simple semaphores; a discussion on a small change to the
semaphore API shows just how much the role of semaphores has changed over
the course of the kernel's history.
How to Automate Your Wasteful Processes
Once you have identified wasteful processes in your organization, how should you go about addressing and reducing this toil for the team?
Building GitHub with Ruby and Rails | The GitHub Blog
Since the beginning, GitHub.com has been a Ruby on Rails monolith. Today, the application is nearly two million lines of code and more than 1,000 engineers collaborate on it daily. We deploy as often as 20 times a day, and nearly every week one of those deploys is a Rails upgrade. Upgrading Rails weekly Every […]
Replacing bad systems with bad systems
A metaphor involving parking meters. Over the years, parking meters in town have evolved into a cumbersome, awkward system. Coins are heavy and you need to have them handy, meters need to be reinfo…
Microsoft Semantic Kernel for AI Dev: A Chat with John Maeda
John Maeda says there is a shift in programming from syntax to semantics, due to AI. We talk to him about Microsoft's new Semantic Kernel SDK.
Trillian: The Crowdsourced Knowledge Graph for AI
Trillian is an open and crowdsourced knowledge graph backed by a vector store. Its simple API allows anyone to add and search for related concepts.
RISC-V In The Datacenter Is No Risky Proposition
It was only a matter of time, perhaps, but the skyrocketing costs of designing chips is colliding with the ever-increasing need for performance,
Using TLA⁺ at Work
Designing a snapshot coordination system
Railway Plans to Simplify Infrastructure for Developers
Railway promises to simplify infrastructure for frontend and web developers. The company recently rewrote its command line interface in Rust.
A Platform for Kubernetes
Kubernetes community can greatly benefit from internal developer platforms to simplify its adoption and day-to-day usage.
Data Streaming: When Is Redpanda Better Than Apache Kafka?
The low latency, high throughput and storage needs of the cloud native era require new thinking. Redpanda can help improve performance and keep costs low as it scales.
Databases - The Fourth (Storage) Protocol? - Architecting IT
Could data structures represent the fourth data type in addition to the current block, object and file storage?
Decentralizing Identity with ENS Vision
We recently led a $2M seed round in ENS Vision.
Minimal vs Fully Qualified Access Requests
By creating fully qualified authorization contexts from minimal requests, a policy information point reduces the burden on developers building or integrating policy enforcement points, allows for more flexible and reusable policies, and enriches authorization contexts to allow more precise access decisions.
Small Is Beautiful #11
Can the Small Web be as easy (or easier) to use than the Big Web? (Spoiler: Yes.)
Meminductor: Researchers discover new circuit element
Dr. H. Rusty Harris, associate professor in the Department of Electrical and Computer Engineering at Texas A&M University, has identified a new circuit element known as a meminductor.
Steampipe: select * from cloud; | Steampipe Blog
Funnel 101: sharing your local developer preview with the world
Tailscale Funnel lets you share a local service with the internet. Today Xe covers how you can use this productively by sharing the development copy of an application to the world.
About
We’re a tiny and independent two-person not-for-profit based in Ireland. We’re working on building the Small Web.
R&D
Building the Small Web: a public space of individually-owned and controlled places.
Small Technology Foundation – Home
Hello!
We’re a tiny and independent two-person not-for-profit based in Ireland.
We are building the Small Web.
No, it’s not web3, it’s web0.
The ActivityPub ecosystem - ConfTube
Clocks and Causality - Ordering Events in Distributed Systems
In distributed systems, logical clocks play a key role in the ordering of system events. What are the various logical clock designs, and how do they help with event ordering? This article answers these questions.