System Architecture

System Architecture

7404 bookmarks
Custom sorting
Decoding Complex-Sounding Programming Terms with Examples
Decoding Complex-Sounding Programming Terms with Examples
In the software world, we don’t have as many complicated terms as there are in biology, but we aren’t completely immune to giving complex-sounding names to what should be simple concepts – some of us even enjoy getting pedantic about them. Here are some of my favorites, with examples in JavaScript…
·lackofimagination.org·
Decoding Complex-Sounding Programming Terms with Examples
The Event Loop simplified
The Event Loop simplified
The event loop, busy-waiting, threads and waiting in lines. A real-life tale from waiting in lines at the stores.
·mihaiolteanu.me·
The Event Loop simplified
We build X.509 chains so you don’t have to
We build X.509 chains so you don’t have to
By William Woodruff For the past eight months, Trail of Bits has worked with the Python Cryptographic Authority to build cryptography-x509-verification, a brand-new, pure-Rust implementation of the…
·blog.trailofbits.com·
We build X.509 chains so you don’t have to
[Paper Review] XFaaS: Hyperscale and Low Cost Serverless Functions at Meta
[Paper Review] XFaaS: Hyperscale and Low Cost Serverless Functions at Meta
Hi everyone, Micah here. This week’s paper is one of several papers I’ll be reading from 2023’s Symposium on Operating Systems Principles (SOSP). Enjoy!Just arriving? Join my growing community of engineers to receive 1 email per week with a deep dive into cutting-edge Computer Science research.
·newsletter.micahlerner.com·
[Paper Review] XFaaS: Hyperscale and Low Cost Serverless Functions at Meta
Twofd
Twofd
null
·cr.yp.to·
Twofd
AI, 5G and IoT spur edge data centers
AI, 5G and IoT spur edge data centers
Enterprises are moving to a distributed data center model for real-time processing at the edge.
·networkworld.com·
AI, 5G and IoT spur edge data centers
Minimal contents of a .git folder
Minimal contents of a .git folder
What does a minimal usable .git folder look like? Let’s try it out!
·manuel-strehl.de·
Minimal contents of a .git folder
How do I work with a git repository within another repository?
How do I work with a git repository within another repository?
I have a Git media repository where I'm keeping all of my JavaScript and CSS master files and scripts that I'll use on various projects. If I create a new project that's in its own Git repository...
·stackoverflow.com·
How do I work with a git repository within another repository?
SUBMODULES: A git repo inside a git repo.
SUBMODULES: A git repo inside a git repo.
As I followed the installation guide to set up saleor-platform on my system, I just copied and pasted...
·dev.to·
SUBMODULES: A git repo inside a git repo.
How can I create a git repo that contains several other git repos?
How can I create a git repo that contains several other git repos?
Lets say that I want the create a new website and use git to track my revisions. Now I want to include several helpful things in my site that come from other people's git repos like: html5-boiler...
·webmasters.stackexchange.com·
How can I create a git repo that contains several other git repos?
SML
SML
Description
·dev.stenway.com·
SML
DSH (Dancer's Shell) - Run Commands on Multiple Linux Hosts
DSH (Dancer's Shell) - Run Commands on Multiple Linux Hosts
DSH is short for “Distributed Shell” or “Dancer’s Shell”, which is a very nifty tool that allows a user to run commands across multiple machines.
·tecmint.com·
DSH (Dancer's Shell) - Run Commands on Multiple Linux Hosts
HashSet in Java - javatpoint
HashSet in Java - javatpoint
The HashSet class implements the Set interface, it uses hashtable to store the elements and contains only unique elements.
·javatpoint.com·
HashSet in Java - javatpoint