Explore >> Select a destination


You are here

josephg.com
| | borretti.me
12.5 parsecs away

Travel
| | Reflections on using Rust professionally for two years.
| | groveronline.com
12.6 parsecs away

Travel
| | I think Rust is extremely well-suited for low level Linux systems userspace programming -- daemons, services, command-line tools, that sort of thing. Low-level userspace code on Linux is almost universally written in C -- until one gets to a certain point where it's acceptable for Python to be used. Undoubtedly this springs from Linux's GNU...
| | erik.doernenburg.com
11.1 parsecs away

Travel
| | At work I'm seeing more and more embedded software; over the past few years in, among others, coffee machines, forklifts, and cars. Embedded software needs...
| | zylinski.se
93.1 parsecs away

Travel
| In my book Understanding the Odin Programming Language I wrote that "Odin incorporates some of my favorite C best practices, straight into the language". But I didn't really elaborate on the details. Let's do that here! This brings me to talking a bit about a previous job I had. Back in 2021 I worked at a place called Our Machinery. We were creating a whole game engine in plain C. We used a very comfortable and powerful way to program C.