System Architecture

System Architecture

7641 bookmarks
Custom sorting
SaaS Data Backup and the API Bottleneck
SaaS Data Backup and the API Bottleneck
Backing up SaaS data is very different from on-premises data protection. Here's what you need to know about making it work.
·devops.com·
SaaS Data Backup and the API Bottleneck
Do ... or Do Not: Why Yoda Never Used Microservices
Do ... or Do Not: Why Yoda Never Used Microservices
A dedicated state management platform for microservices gives us the same kind of abstraction that we see in atomic database transactions.
·thenewstack.io·
Do ... or Do Not: Why Yoda Never Used Microservices
Expanding on UUIDv1 Security Issues
Expanding on UUIDv1 Security Issues
Every week, almost without fail, I come across one thing that confuses, entertains, or most commonly infuriates me. I’ve decided to keep a…
·itnext.io·
Expanding on UUIDv1 Security Issues
Whipping up a new Shell – Lash#Cat9
Whipping up a new Shell – Lash#Cat9
This article introduces the first release of ‘Lash#Cat9’, a different kind of command-line shell. A big change is that it is communicating with the display server directly, instead of b…
·arcan-fe.com·
Whipping up a new Shell – Lash#Cat9
The Day of a new Command-Line Interface: Shell
The Day of a new Command-Line Interface: Shell
This article continues the long-lost series on how to migrate away from terminal protocols as the main building block for command-line and text-dominant user interfaces. The previous ones (Chasing …
·arcan-fe.com·
The Day of a new Command-Line Interface: Shell
Why Javascript Developers are Poor Communicators
Why Javascript Developers are Poor Communicators
In this post, I’ll show you why 99% of Javascript code are less readable than they should be thanks to developers refusing to communicate their intention. const the world Before ES6, there was no way to declare constants so people used to do this: var PI = 3.14; Now when you get fired, your successor will read this code and figure out that PI should never be reassigned. But as from ES6, everthing is a constant:
·confuzeus.com·
Why Javascript Developers are Poor Communicators
Introducing the Docker+Wasm Technical Preview
Introducing the Docker+Wasm Technical Preview
Learn more about the Docker+Wasm Technical Preview that enables all developers to quickly & easily build applications that target Wasm runtimes.
·docker.com·
Introducing the Docker+Wasm Technical Preview
Spoken Programming Languages?
Spoken Programming Languages?
Haskell may not be a language in the same way that French, Swahili, or Quechua are languages, but language both spoken and coded regardless have much in common. However, traditional languages are much better adapted for speech than they are to writing; after all, we humans have been speaking for far longer than we have been writing. Language has been shaped enormously by what is and is not easy to convey with the sounds our mouths make, and text is at best a very lossy technique for recording those sounds, even if the content conveyed by tone, cadence, and emotion is largely lost.
·bzogrammer.substack.com·
Spoken Programming Languages?
Registry
Registry
The OpenTelemetry Project Site
·opentelemetry.io·
Registry
Product idea: Talking discs
Product idea: Talking discs
Many offices and public settings are putting up clear plexiglas barriers to insulate staff from the spread of disease. While we can easily see through these partitions, it ends up creating a lot of…
·seths.blog·
Product idea: Talking discs
IBM builds Diamondback tape library for enterprise and cloud hyperscalers – Blocks and Files
IBM builds Diamondback tape library for enterprise and cloud hyperscalers – Blocks and Files
Big Blue is active afresh in the archive-storing tape library business, with its Diamondback product for web-scale enterprises and hyperscalers, claimed to be the industry’s densest library. IBM says it has 1.8x more petabytes per square foot compared to competitor tape storage and is specifically targeted at Google, Microsoft, AWS and Meta (Facebook). We’re told they […]
·blocksandfiles.com·
IBM builds Diamondback tape library for enterprise and cloud hyperscalers – Blocks and Files
The Iron That Will Drive AI At Meta Platforms
The Iron That Will Drive AI At Meta Platforms
If there is one thing that is consistently true about HPC clusters for the past thirty years and for AI training systems for the past decade, it is as
·nextplatform.com·
The Iron That Will Drive AI At Meta Platforms
Caliptra: Building Cloud Security from the Chip up
Caliptra: Building Cloud Security from the Chip up
The Open Compute Project (OCP), which brings open source methods and collaboration to the data center, has introduced Caliptra, an open specification for a silicon Root-of-Trust (ROT).
·thenewstack.io·
Caliptra: Building Cloud Security from the Chip up
The Journey to Transformational Observability
The Journey to Transformational Observability
Understanding where the organization stands on its observability journey will allow them to forge a path that aligns with the company's business goals
·thenewstack.io·
The Journey to Transformational Observability
Linux: What can you epoll?
Linux: What can you epoll?
On Linux what can you turn into a file descriptor and then monitor with epoll?
·darkcoding.net·
Linux: What can you epoll?
More flexible memory access for BPF programs
More flexible memory access for BPF programs
All memory accesses in a BPF program are statically checked for safety using the verifier, which analyzes the program in its entirety before allowing it to run. While this allows BPF programs to safely run in kernel space, it restricts how that program is able to use pointers. Until recently, one such constraint was that the size of a memory region referenced by a pointer in a BPF program must be statically known when a BPF program is loaded. A recent patch set by Joanne Koong enhances BPF to support loading programs with pointers to dynamically sized memory regions.
·lwn.net·
More flexible memory access for BPF programs
Word cloud + Streamgraph = WordStream
Word cloud + Streamgraph = WordStream
I hear it all the time from chart purists. “I love the streamgraph!” and “Word clouds are the best!” and “I wish there was an easy way to combine a streamgraph and wor…
·flowingdata.com·
Word cloud + Streamgraph = WordStream