-
Why Do Peephole Optimizations Work?
—
Embedded in Academia
In its original form, a peephole optimization applied to a collection of instructions located close together in a program. For example, in a register transfer language we might find this sequence of instructions: r0 = xor r8, -1 r1 = xor r9, -1 r0 = and r0, r1 Here, assuming the two’s complement representation, -1 […]
-
How long does it take to compile LLVM 17 on a Raspberry PI 4
—
Neil Henning
With the imminent launch of the Raspberry Pi 5 I wondered - how long does it take to compile the latest LLVM release (17 at the time of writing this blog) on the Raspberry Pi 4. This will give me a baseline that I can test the Raspberry Pi 5 against once I get ahold of it. For my initial exploration I decided to test j...
-
On "real name" policies
—
Drew DeVault's blog
Some free software projects reject anonymous or pseudonymous contributions, requiring you to author patches using your “real name”. Such projects have a so-called “real name” policy; Linux is one well-known example.1 The root motivations behind such policies vary, but in my experience the most o...
-
A fix by any other name
—
WLOG - blog
tags: i2c, plan9 Another month, another file system. Well, if you can’t fix it in software, fix it in hardware (looking at you, bme680, we’re not done yet). The show must go on, as they say, and I would like my experiments to go on. So a “new” addition to the environmental sensor family connected to the humble “server”...
-
Next/Image "url" parameter is valid but upstream response is invalid
—
Mirza Pandzo's Blog
Getting "url" parameter is valid but upstream response is invalid error with Next/Image on WSL2
-
Deploy a Nomad Cluster on Alpine Linux with Vultr
—
Valerian Saliou
After spending countless hours trying to understand how to deploy my apps on Kubernetes for the first time to host Mirage, an AI API service that I run, I ended up making myself a promise that the next app I work on would be using a more productive & simpler
-
Chart of Accounts for Startups and SaaS Companies
—
Neil Panchal
Accounting is fundamental to starting a business. You need to have a basic understanding of accounting principles and essential bookkeeping. I had to learn it. There was no choice. For filing taxes, your CPA is going to ask you for an Income Statement (also known as P/L statement). If
-
My 2023 all-flash ZFS NAS (Network Storage) build
—
Michael Stapelbergs Website
For over 10 years now, I run two self-built NAS (Network Storage) devices which serve media (currently via Jellyfin) and run daily backups of all my PCs and servers. In this article, I describe my goals, which hardware I picked for my new build (and why) and how I set it up. Design Goals I use my network storage device...
-
The various meanings of DKIM signing message headers
—
Chris's Wiki :: blog
When I talked about the issue of what headers to include in email DKIM signatures, I didn't really cover the specifics of how you DKIM sign email headers and what the various options mean. The specifics can matter, especially since they help you (me) understand and navigate through the options that mailers (such as Exi...
-
Building a DIY Pen Plotter
—
Szymon Kaliski
This article documents my learnings from designing and building a DIY Pen Plotter during the summer of 2023. My ultimate goal is to build my…