System Architecture

System Architecture

7404 bookmarks
Custom sorting
Home - WhiteBox
Home - WhiteBox
Code debugging with instant feedback, visualise code behaviour alongside your favourite editor. Streamlined development - Try the Alpha today.
·whitebox.systems·
Home - WhiteBox
Finnish Startup Wants to Build 100x Faster CPUs
Finnish Startup Wants to Build 100x Faster CPUs
Flow Computing has developed a new computing architecture that combines parallel processing units with CPUs. By reducing the overhead of parallelization, the company claims it can effectively make a CPU 100 times faster.
·spectrum.ieee.org·
Finnish Startup Wants to Build 100x Faster CPUs
Tai64
Tai64
·cr.yp.to·
Tai64
The Unspoken Tradoffs of Fine-Grained Authorization
The Unspoken Tradoffs of Fine-Grained Authorization
Discover the possible tradeoffs when building fine-grained authorization (FGA). Learn from a real-world use case how to examine such tradeoffs and build better software.
·permit.io·
The Unspoken Tradoffs of Fine-Grained Authorization
pump.io - Wikipedia
pump.io - Wikipedia
pump.io is a software package containing a social networking service and communication protocol that can be used as a federated social network. Started by Evan Prodromou, it is a follow-up to his previous microblogging software StatusNet and its OStatus protocol. It is designed to be more lightweight and usable for general activity streams instead of the predecessor's focus on microblogging timelines, with its goal being to achieve "most of what people want from a social network".
·en.wikipedia.org·
pump.io - Wikipedia
Pleroma (software) - Wikipedia
Pleroma (software) - Wikipedia
Pleroma is a free and open-source microblogging social networking service. Unlike popular microblogging services such as Twitter or Weibo, Pleroma can be self-hosted and operated by anyone with a server and a web domain, a combination commonly referred to as an instance. Instance administrators can manage their own code of conduct, terms of service, and content moderation policies, allowing users to have more control over the content they view as well as their experience. It was named after the religious concept of pleroma, or the totality of divine powers.
·en.wikipedia.org·
Pleroma (software) - Wikipedia
wip: terminal (initial commit)
wip: terminal (initial commit)
Delicious Brazilian coffee, ethically sourced, and roasted to perfection • Order via your terminal • ssh http://terminal.shop
·terminal.shop·
wip: terminal (initial commit)
Bento (database) - Wikipedia
Bento (database) - Wikipedia
Bento is a discontinued database application for Mac OS X made by the former FileMaker Inc., since renamed to Claris. Bento differed significantly from the company's flagship product, FileMaker Pro, in that it relied heavily on templates and integration with other applications. By default, Bento's data sources included Apple's Address Book and Calendar applications, which it could modify directly. FileMaker announced on July 31, 2013, that it would discontinue Bento on September 30, 2013.
·en.m.wikipedia.org·
Bento (database) - Wikipedia
A New Coding Paradigm: Declarative Domain Programming
A New Coding Paradigm: Declarative Domain Programming
I want to introduce you to a programming paradigm, that I discovered and that I have explored for the past five years: In Declarative…
·medium.com·
A New Coding Paradigm: Declarative Domain Programming
Firecracker
Firecracker
·firecracker-microvm.github.io·
Firecracker
An Introduction to Semantic Routing
An Introduction to Semantic Routing
Many proposals have been made to add semantics to IP packets by placing additional information in existing fields, by adding semantics to IP addresses themselves, or by adding fields. The intent is to facilitate enhanced routing/forwarding decisions based on these additional semantics to provide differentiated forwarding paths for different packet flows distinct from simple shortest path first routing. The process is defined as Semantic Routing. This document provides a brief introduction to Semantic Routing.
·ietf.org·
An Introduction to Semantic Routing
Waiting for many things at once with `io_uring`
Waiting for many things at once with `io_uring`
When doing systems programming we often need to wait for something to happen. Common examples might be waiting for some data to come through a socket or waiting on a lock. We also often want to wait on any of several conditions to become true. A web server might be handling many sockets at once, waiting for any number of them to become readable or writeable. This short blog post is concerned with the latter scenario in Linux. Until recently there was no generic framework which allowed us to wait on many arbitrary events, but now there is, thanks to `io_uring`.
·mazzo.li·
Waiting for many things at once with `io_uring`
Transactions in Distributed System - SAGA Pattern
Transactions in Distributed System - SAGA Pattern
In many monolithic applications, transactions ensure consistency and isolation when making changes to the application state.
·betterengineers.substack.com·
Transactions in Distributed System - SAGA Pattern
Dim: Functional Web Components | Welcome to positive-intentions
Dim: Functional Web Components | Welcome to positive-intentions
Modern JavaScript frameworks like React and Vue have popularized functional and declarative approaches to web development. While these frameworks have made creating dynamic web applications more accessible, it's worth exploring the potential of web components in this evolving landscape. Lit, with its minimalistic and declarative approach, stands out as an appealing base for leveraging web components in modern frontend development.
·positive-intentions.com·
Dim: Functional Web Components | Welcome to positive-intentions
Write Change-Resilient Code With Domain Objects
Write Change-Resilient Code With Domain Objects
This is another post in our Code Health series. A version of this post originally appeared in Google bathrooms worldwide as a Google Tes...
·testing.googleblog.com·
Write Change-Resilient Code With Domain Objects
Stop Designing Your Web Application for Millions of Users When You Don’t Even Have 100
Stop Designing Your Web Application for Millions of Users When You Don’t Even Have 100
It’s easy to get carried away when you’re building a new web app. You’ve got big ideas, you picture millions of users flocking to your platform, and you start imagining the kind of infrastructure needed to handle all that traffic. So, you build for scale from day one—optimising databases, setting up powerful servers, and ensuring everything is robust enough for massive growth.
·darrenhorrocks.co.uk·
Stop Designing Your Web Application for Millions of Users When You Don’t Even Have 100
DirectX Adopting SPIR-V as the Interchange Format of the Future - DirectX Developer Blog
DirectX Adopting SPIR-V as the Interchange Format of the Future - DirectX Developer Blog
Today the Direct3D and HLSL teams are excited to share some insight into the next big step for GPU programmability. Once Shader Model 7 is released, DirectX 12 will accept shaders compiled to SPIR-V™. The HLSL team is committed to open development processes and collaborating with The Khronos® Group and LLVM Project. We’re sharing this […]
·devblogs.microsoft.com·
DirectX Adopting SPIR-V as the Interchange Format of the Future - DirectX Developer Blog
Cache Me Not, Cache Me, Cache Me Not | Hazel Weakly
Cache Me Not, Cache Me, Cache Me Not | Hazel Weakly
Caching is hard. So hard. But also, we are so fucking bad at it. Every time I have to use a public wifi setup I have a joker moment. Does absolutely nobody test...
·hazelweakly.me·
Cache Me Not, Cache Me, Cache Me Not | Hazel Weakly