Explore >> Select a destination


You are here

www.thanassis.space
| | sunshowers.io
16.1 parsecs away

Travel
| | At Oxide, we use Helios as the base OS for the cloud computers we sell. Helios is a distribution of illumos, a Unix-based operating system descended from Solaris. As someone who learned illumos on the job, I've been really impressed by the powerful debugging tools it provides. I had a chance to use some of them recently to track down a segmentation fault in the Rust compiler, with the help of several of my colleagues.
| | blog.thea.codes
17.3 parsecs away

Travel
| | A deep look into the black magic that is linker scripts.
| | www.moddable.com
15.5 parsecs away

Travel
| | Presentation to TC39, the JavaScript language committee, to introduce XS, the JavaScript engine by Moddable Tech. Background on the XS engine and technical details on techniques used to minimize memory and code size, while maintaining near full conformance.
| | membarrier.wordpress.com
70.7 parsecs away

Travel
| In the previous post we saw how the memory management unit (MMU) uses page tables to translate virtual addresses into physical ones. We will now consider the various features that such a translation enables in an operating system. In the discussion below, it is important to remember that the granularity of translation is a single...