System Architecture

System Architecture

7447 bookmarks
Custom sorting
Activity: Create an OpenAPI specification document
Activity: Create an OpenAPI specification document
The OpenAPI tutorial walked you through 8 steps in building the OpenAPI specification document. Now it’s your turn to practice first editing and then creating an OpenAPI specification document.
·idratherbewriting.com·
Activity: Create an OpenAPI specification document
Start working API-first | Optic
Start working API-first | Optic
Ship better APIs, faster. Catch breaking changes and keep consumers happy.
·useoptic.com·
Start working API-first | Optic
How to Generate an OpenAPI Description for an API
How to Generate an OpenAPI Description for an API
Describing an API according to the OpenAPI Specification comes with a wide variety of benefits for maintaining APIs in production, and keeping docs automatically synchronized with your live API. You don't have to start over designing your API in order to adopt the OpenAPI standard! If you already have an
·blog.readme.com·
How to Generate an OpenAPI Description for an API
The growing image-processor unpleasantness
The growing image-processor unpleasantness
There was a time when care had to be taking when buying hardware if the goal was to run Linux on it. The situation has improved considerably in recent decades, and unsupported hardware is more the exception than the rule. That has, for many years, been especially true of Intel hardware; that company has made a point of ensuring that its offerings work with Linux. So it is a bit surprising that the IPU6 image processor shipped with Alder Lake CPUs lacks support in Linux, and is unlikely to get it anytime soon. The problem highlighted here goes beyond just Intel, though.
·lwn.net·
The growing image-processor unpleasantness
The ABI status of ELF hash tables
The ABI status of ELF hash tables
It is fair to say that some projects are rather more concerned about preserving ABI compatibility than others; the GNU C Library (glibc) project stands out even among those that put a lot of effort into preserving interface stability, So it may be a bit surprising that a recent glibc change is being blamed for breaking a number of applications, most of which are proprietary games. There is, it seems, a class of glibc changes that can break applications, but which are not deemed to be ABI changes.
·lwn.net·
The ABI status of ELF hash tables
How do One-Time passwords work?
How do One-Time passwords work?
Many of us use one-time passwords (OTP) regularly to log into different services. Most probably rely on Google Authenticator and similar tools. But what about building one by ourselves?
·zserge.com·
How do One-Time passwords work?
New Paradigm on Scheduling
New Paradigm on Scheduling
Rocketry has a unique take on scheduling using a condition system. This enables arbitrary scheduling with readable syntax.
·itnext.io·
New Paradigm on Scheduling
In Pursuit of Better Container Images: Why You Shouldn't Probably Use Alpine
In Pursuit of Better Container Images: Why You Shouldn't Probably Use Alpine
How to make container images better? What does a better container image really mean? Image size vs the number of vulnerabilites. Pros and cons of using Alpine as a base image. Alpine and distroless alternatives.
·iximiuz.com·
In Pursuit of Better Container Images: Why You Shouldn't Probably Use Alpine
This Week in Programming: eBPF Coming to a Windows Near You – The New Stack
This Week in Programming: eBPF Coming to a Windows Near You – The New Stack
The New Stack has been keeping a close eye on eBPF for a few years now, calling the technology one of the top trends of 2020. If you haven't heard of eBPF before, chances are you are about to hear a lot more about it, as Microsoft said this week that it was bringing it…
·thenewstack.io·
This Week in Programming: eBPF Coming to a Windows Near You – The New Stack
Making eBPF work on Windows - Microsoft Open Source Blog
Making eBPF work on Windows - Microsoft Open Source Blog
eBPF is a well-known but revolutionary technology—providing programmability, extensibility, and agility. eBPF has been applied to use cases such as denial-of-service protection and observability. Over time, a significant ecosystem of tools, products, and experience has been built up around eBPF. Although support for eBPF was first implemented in the Linux kernel, there has been increasingRead more
·cloudblogs.microsoft.com·
Making eBPF work on Windows - Microsoft Open Source Blog
Making our toolchain work on the web using WebAssembly
Making our toolchain work on the web using WebAssembly
WebAssembly is a great technology for porting existing applications to run on a web page. Read along to learn what we had to do to compile our step toolchain to WebAssembly and make it usable on the web.
·smallstep.com·
Making our toolchain work on the web using WebAssembly
Pixel Vision 8
Pixel Vision 8
Pixel Vision 8 is the first customizable 8-bit fantasy console. Don't just make games, design your fantasy console specs to match actual hardware, or create something new. It's perfect for game jams, prototyping ideas, and having fun!
·pixelvision8.github.io·
Pixel Vision 8
DDD, Hexagonal, Onion, Clean, CQRS, … How I put it all together
DDD, Hexagonal, Onion, Clean, CQRS, … How I put it all together
In my last posts I’ve been writing about many of the concepts and principles that I’ve learned and a bit about how I reason about them. But I see these as just pieces of big a puzzle.  …
·herbertograca.com·
DDD, Hexagonal, Onion, Clean, CQRS, … How I put it all together
Zero Trust Network Access vs ZTAA vs ZTA - Cyolo
Zero Trust Network Access vs ZTAA vs ZTA - Cyolo
Choose between ZTNA, ZTAA and ZTA by determining which is the best zero trust security model for your employees, partners and contractors.
·cyolo.io·
Zero Trust Network Access vs ZTAA vs ZTA - Cyolo
The Bull by Pablo Picasso
The Bull by Pablo Picasso
Pablo Picasso's The Bull is a series of eleven lithographs created in 1945. It depicts the bull at various stages of abstraction.
·drawpaintacademy.com·
The Bull by Pablo Picasso
Hooking Go from Rust - Hitchhiker’s Guide to the Go-laxy
Hooking Go from Rust - Hitchhiker’s Guide to the Go-laxy
How did we hook Go functions from Rust to work with mirrord? A quick dive into the Go Runtime and switching from the Go stack to the system stack.
·metalbear.co·
Hooking Go from Rust - Hitchhiker’s Guide to the Go-laxy
Rise of the Anti-Join
Rise of the Anti-Join
Find me all the things in set "A" that are not in set "B". Paul has some suggestions of when to use the anti-join pattern in queries with some impressive results.
·crunchydata.com·
Rise of the Anti-Join