Explore >> Select a destination


You are here

mdlayher.com
| | unorde.red
3.0 parsecs away

Travel
| |
| | williamdurand.fr
2.2 parsecs away

Travel
| | I am writing a minimum viable network stack from scratch for ArvernOS (a UNIX-like toy kernel). This two-part story describes some protocols of the TCP/IP stack as well as some implementation details in the context of ArvernOS.
| | windswept.home.blog
3.0 parsecs away

Travel
| | This post describes a simple way of embedding Apple LLAP (LocalTalk Link Access Protocol) packets inside UDP, which enables a "virtual" LocalTalk network to be created on top of an existing IP LAN. Why? To provide reasonably plug-and-play networking for Mini vMac that doesn't need root privileges, that is easily portable between OSes, and that...
| | nurkiewicz.com
26.8 parsecs away

Travel
| Clocks are important to computers. Computers need to order events in a way understandable to humans. Every computer has a bunch of internal counters, like CPU ticks. But they only work within one machine. We need a way to have a reliable, global clock, that is synchronized between many computers. Why, exactly? Well, imagine you are selling tickets to The Rolling Stones concert. They sometimes sell within a few seconds. First come, first served. But who was first, if selling happens asynchronously in mult...