Home · Beamring

System Architecture
Convivial Networks • Blog • urbit.org
Like the relationships that we build within them, our platforms should yield satisfaction precisely because they’re non-trivial; they demand effort, which is another way of saying they require engagement with the world.
Interface • Overview • Urbit
What Urbit feels like to an everyday user
Urbit ID • Overview • Urbit
An overview of the Urbit ID system
Urbit OS • Overview • Urbit
What Urbit should feel like to an everyday user
Urbit - Wikipedia
Urbit is a decentralized personal server platform based on functional programming in a peer-to-peer network.
The Urbit platform was created by neoreactionary political blogger Curtis Yarvin. The first code release was in 2010. The Urbit network was launched in 2013. The first user version was launched in April 2020.
Programmer’s Survival Guide for a Zombie Apocalypse
How to Reinvent Software and Technology from Scratch
AT&T’s CRISP Hobbits
An unexpected journey for AT&T with it's own low power processor
AT&T’s CRISP Hobbits – an unexpected journey for AT&T’s own low power processor
Telecoms giant AT&T once had giant computing ambitions. Its Bell Labs research arm invented the transistor and developed the C programming language and the Unix operating system. As the owner o…
Should we decompose our monolith?
From their first introduction in 2005, the debate between adopting
a microservices architecture, a monolithic service architecture, or a hybrid between the two, has become one of the
least-reversible decisions that most engineering organizations make.
Even migrating to a different database technology is generally a less expensive change than moving from monolith
to microservices or from microservices to monolith.
The industry has in many ways gone full circle on that debate, from most hyperscalers in the 2010s partaking in
a multi-year monolith to microservices migration, to
Kelsey Hightower’s iconic tweet on the perils of distributed monoliths:
Digital Audio Primer - Emulation Online
In this article we look at how sound is represented digitally. We also look at some simple code to generate audio in javascript.
OAuth 2.1 is here: What you need to know · Logto blog
OAuth 2.1 specification has been planned. Let's explore the key differences between OAuth 2.0 and OAuth 2.1 and how they were adopted in Logto.
Alonzo Church - Wikipedia
Alonzo Church was an American mathematician, computer scientist, logician, and philosopher who made major contributions to mathematical logic and the foundations of theoretical computer science. He is best known for the lambda calculus, the Church–Turing thesis, proving the unsolvability of the Entscheidungsproblem, the Frege–Church ontology, and the Church–Rosser theorem. Alongside his doctoral student Alan Turing, Church is considered one of the founders of computer science.
Lambda calculus - Wikipedia
Entscheidungsproblem - Wikipedia
In mathematics and computer science, the Entscheidungsproblem (German for 'decision problem'; .mw-parser-output .IPA-label-small{font-size:85%}.mw-parser-output .references .IPA-label-small,.mw-parser-output .infobox .IPA-label-small,.mw-parser-output .navbox .IPA-label-small{font-size:100%}pronounced [ɛntˈʃaɪ̯dʊŋspʁoˌbleːm]) is a challenge posed by David Hilbert and Wilhelm Ackermann in 1928.[1] It asks for an algorithm that considers an inputted statement and answers "yes" or "no" according to whether it is universally valid, i.e., valid in every structure.
Turing machine - Wikipedia
A Turing machine is a mathematical model of computation describing an abstract machine that manipulates symbols on a strip of tape according to a table of rules. Despite the model's simplicity, it is capable of implementing any computer algorithm.
AlanTuring.net The Turing-Church Thesis
Ramfs, rootfs and initramfs — The Linux Kernel documentation
WebP: The WebPage compression format
I want to provide a smooth experience to my site visitors, so I work on accessibility and ensure it works without JavaScript enabled. I care about page load time because some pages contain large illustrations, so I minify my HTML.
But one thing makes turning my blog light as a feather a pain in the ass.
Breakdown of Scheduling in Erlang - Mudassar Ali
Erlang as a real-time platform for multitasking uses Preemptive Scheduling. The responsibility of an Erlang scheduler is selecting a process and executing based on priority, time slice or reduction bases. Erlang processes are scheduled on a reduction count basis. One reduction is roughly equivalent to a function call.
Mastering Pipes and Filters: A Messaging System Pattern
Have you ever found yourself tangled in the complexity of building a processing pipeline, wrestling with how to correctly design a pipeline…
Linux's Bedtime Routine
How does Linux move from an awake machine to a hibernating one?
How does it then manage to restore all state?
These questions led me to read way too much C in trying to figure out
how this particular hardware/software boundary is navigated.
The list of architectural metapatterns
Classification of architectural patterns
OAuth from First Principles - Stack Auth
Stack Auth is open-source authentication for the modern web.
Failover Mechanism in Distributed Systems
Introduction
User-Agent header - Wikipedia
In computing, the User-Agent header is an HTTP header intended to identify the user agent responsible for making a given HTTP request. Whereas the character sequence User-Agent comprises the name of the header itself, the header value that a given user agent uses to identify itself is colloquially known as its user agent string. The user agent for the operator of a computer used to access the Web has encoded within the rules that govern its behavior the knowledge of how to negotiate its half of a request-response transaction; the user agent thus plays the role of the client in a client–server system. Often considered useful in networks is the ability to identify and distinguish the software facilitating a network session. For this reason, the User-Agent HTTP header exists to identify the client software to the responding server.
“Tor bridges,” a way to keep using Tor in countries that block it | RSF Resource for Journalists' Safety
In highly-censored regimes, circumvention tools like Tor — a browsing system which provides anonymity and unrestricted internet access — are often targeted by censors. In this article, Reporters Without Borders (RSF) introduces Tor bridges and explains how this technology can be used by journalists to access Tor. After blocking websites…
Orca
The Orca initiative aims to
produce a unified platform and set of APIs to develop, distribute and
run sandboxed graphical applications on a variety of operating
systems.
How Amazon Lambda Works 🔥
#55: Break Into Amazon Engineering (6 Minutes)
State and time are the same thing
State is time, time is state.