System Architecture

System Architecture

7404 bookmarks
Custom sorting
Distributed Logical Time
Distributed Logical Time
A simple, decentralized, scalable, constant-memory mechanism for independent replicas to record events in time, preserving the "happened-before" relation in almost all cases.
·longform.asmartbear.com·
Distributed Logical Time
The architecture of SAST tools: An explainer for developers
The architecture of SAST tools: An explainer for developers
More developers will have to fix security issues in the age of shifting left. Here, we break down how SAST tools can help them find and address vulnerabilities.
·github.blog·
The architecture of SAST tools: An explainer for developers
CRDT: Conflict-free Replicated Data Types
CRDT: Conflict-free Replicated Data Types
How to count google.com hits? What about how to store “likes” of popular users? In this article we will consider solutions for these tasks…
·medium.com·
CRDT: Conflict-free Replicated Data Types
A Look at Conflict-Free Replicated Data Types (CRDT)
A Look at Conflict-Free Replicated Data Types (CRDT)
You may have heard about CRDTs in the past few years if you are into distributed systems. In this post I will give a brief summary of what…
·medium.com·
A Look at Conflict-Free Replicated Data Types (CRDT)
Cloud Egress Costs
Cloud Egress Costs
A list of egress costs for major cloud providers.
·getdeploying.com·
Cloud Egress Costs
Using transducers
Using transducers
I’ve been working with Clojure professionally for four years now, and I made some posts about the language in the past. Clojure is a great language, although not without its fair share of things to consider. In other words, I don’t see Clojure as an ideal language by any means, and it’s not suitable for every type of project.
·andreyor.st·
Using transducers
Joe Duffy - The Error Model
Joe Duffy - The Error Model
Joe Duffy's Blog | Adventures in the high-tech underbelly
·joeduffyblog.com·
Joe Duffy - The Error Model
Does RSS Need A Creator-Economy Rethink?
Does RSS Need A Creator-Economy Rethink?
Podcasts are far and away the great example of how RSS can empower creators. Today’s thought experiment: How can we bring these benefits to written content?
·tedium.co·
Does RSS Need A Creator-Economy Rethink?
Lamport clocks
Lamport clocks
Last weekend I wanted to get some inspiration to write some TLA+ spec and I got my hands back on the paper Time, Clocks, and the Ordering of Events...
·blog.fponzi.me·
Lamport clocks
Mixed-Precision Arithmetic | FP16 | Software Correctness
Mixed-Precision Arithmetic | FP16 | Software Correctness
Mixed-precision arithmetic can give big code speedups. But mixed precision runs risk of wrong answers. Careful analysis and use of tools and libraries can help.
·johndcook.com·
Mixed-Precision Arithmetic | FP16 | Software Correctness
WASI Preview 2: What WebAssembly Can and Can't Do Yet
WASI Preview 2: What WebAssembly Can and Can't Do Yet
The new WebAssembly System Interface (WASI) standard is a step in the right direction, potentially paving the way for WebAssembly to fulfill its hype and promise.
·thenewstack.io·
WASI Preview 2: What WebAssembly Can and Can't Do Yet
The end of tasklets
The end of tasklets
A common problem in kernel development is controlling when a specific task should be done. Kernel code often executes in contexts where some actions (sleeping, for example, or calling into filesystems) are not possible. Other actions, while possible, may prevent the kernel from taking care of a more important task in a timely manner. The kernel community has developed a number of deferred-execution mechanisms designed to ensure that every task is handled at the right time. One of those mechanisms, tasklets, has been eyed for removal for years; that removal might just happen in the near future.
·lwn.net·
The end of tasklets
Event Driven Machines
Event Driven Machines
Documentation and guides from the team at Fly.io.
·fly.io·
Event Driven Machines
Every product needs an architecture vision
Every product needs an architecture vision
Software projects often stop working on architecture after the first phase is done. An architecture vision can prevent that from happening.
·florianbellmann.com·
Every product needs an architecture vision
/ htmx ~ Locality of Behaviour (LoB)
/ htmx ~ Locality of Behaviour (LoB)
htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext htmx is small (~14k min.gz’d), dependency-free, extendable, IE11 compatible & has reduced code base sizes by 67% when compared with react
·htmx.org·
/ htmx ~ Locality of Behaviour (LoB)