Why Prusa is floundering, and how you can avoid their fate

Prusa is a 3D printer manufacturer which has a long history of being admired by the 3D printing community for high quality, open source printers. They have been struggling as of late, and came under criticism for making the firmware of their Mk4 printer non-free. Armin Ronacher u … | Continue reading


@drewdevault.com | 4 months ago

Can I be on your podcast?

I am working on rousing the Hare community to get the word out about our work. I have drafted the Hare evangelism guidelines to this effect, which summarizes how we want to see our community bringing Hare to more people. We’d like to spread the word in a way which is respectful o … | Continue reading


@drewdevault.com | 5 months ago

On "real name" policies

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 exper … | Continue reading


@drewdevault.com | 5 months ago

Going off-script

There is a phenomenon in society which I find quite bizarre. Upon our entry to this mortal coil, we are endowed with self-awareness, agency, and free will. Each of the 8 billion members of this human race represents a unique person, a unique worldview, and a unique agency. Yet, m … | Continue reading


@drewdevault.com | 6 months ago

The forbidden topics

There are forbidden topics in the hacker community. One is sternly reprimanded for bringing them up, by their peers, their leaders, and the community at large. In private, one can expect threats and intimidation; in public, outcry and censorship. The forbidden topics are enforced … | Continue reading


@drewdevault.com | 6 months ago

Hyprland is a toxic community

Hyprland is an open source Wayland compositor based on wlroots, a project I started back in 2017 to make it easier to build good Wayland compositors. It’s a project which is loved by its users for its emphasis on customization and “eye candy” – beautiful graphics and animations, … | Continue reading


@drewdevault.com | 7 months ago

AI crap

There is a machine learning bubble, but the technology is here to stay. Once the bubble pops, the world will be changed by machine learning. But it will probably be crappier, not better. Contrary to the AI doomer’s expectations, the world isn’t going to go down in flames any fast … | Continue reading


@drewdevault.com | 8 months ago

Hello from Ares!

I am pleased to be writing today’s blog post from a laptop running Ares OS. I am writing into an ed(1) session, on a file on an ext4 filesystem on its hard drive. That’s pretty cool! It seems that a lot of interesting stuff has happened since I gave that talk on Helios at FOSDEM … | Continue reading


@drewdevault.com | 8 months ago

The rc shell and its excellent handling of whitespace

This blog post is a response to Mark Dominus' “The shell and its crappy handling of whitespace". I’ve been working on a shell for Unix-like systems called rc, which draws heavily from the Plan 9 shell of the same name. When I saw Mark’s post about the perils of whitespace in POSI … | Continue reading


@drewdevault.com | 8 months ago

Alpine Linux does not make the news

My Linux distribution of choice for several years has been Alpine Linux. It’s a small, efficient distribution which ships a number of tools I appreciate for their simplicity, such as musl libc. It has a very nice package manager, apk, which is fast and maintainable. The developme … | Continue reading


@drewdevault.com | 9 months ago

Seriously, don't sign a CLA

SourceGraph is making their product closed source, abandoning the Apache 2.0 license it was originally distributed under, so once again we convene in the ritual condemnation we offer to commercial products that piss in the pool of open source. Invoking Brian Cantrill once more: … | Continue reading


@drewdevault.com | 9 months ago

Social media and "parasocial media"

A few months ago, as Elon Musk took over Twitter and instituted polices that alienated many people, some of these people fled towards federated, free software platforms like Mastodon. Many people found a new home here, but there is a certain class of refugee who has not found it … | Continue reading


@drewdevault.com | 10 months ago

Burnout and the quiet failures of the hacker community

This has been a very challenging year for me. You probably read that I suffered from burnout earlier in the year. In some respects, things have improved, and in many other respects, I am still haunted. You might not care to read this, and so be it, take your leave if you must. Bu … | Continue reading


@drewdevault.com | 10 months ago

Reforming the free software message

Several weeks ago, I wrote The Free Software Foundation is dying, wherein I enumerated a number of problems with the Free Software Foundation. Some of my criticisms focused on the message: fsf.org and gnu.org together suffer from no small degree of incomprehensibility and inacces … | Continue reading


@drewdevault.com | 10 months ago

Throwing in the towel on mobile Linux

I have been tinkering with mobile Linux – a phrase I will use here to describe any Linux distribution other than Android running on a mobile device – as my daily driver since about 2019, when I first picked up the PinePhone. For about 3 years I have run mobile Linux as my daily d … | Continue reading


@drewdevault.com | 10 months ago

How to go to war with your employer

There is a power differential between you and your employer, but that doesn’t mean you can’t improve your working conditions. Today I’d like to offer a little bit of advice on how to frame your relationship with your employer in terms which empower you and afford you more agency. … | Continue reading


@drewdevault.com | 10 months ago

Burnout

It kind of crept up on me. One day, sitting at my workstation, I stopped typing, stared blankly at the screen for a few seconds, and a switch flipped in my head. On the night of New Year’s Eve, my backpack was stolen from me on the train from Berlin to Amsterdam, and with it abou … | Continue reading


@drewdevault.com | 12 months ago

Who should lead us?

Consider these two people, each captured in the midst of delivering a technical talk. .images { display: flex; } Based on appearances alone, what do you think of them? The person on the left is a woman. She’s also pretty young, one might infer something about her level of exp … | Continue reading


@drewdevault.com | 1 year ago

rc: a new shell for Unix

rc is a Unix shell I’ve been working on over the past couple of weeks, though it’s been in the design stages for a while longer than that. It’s not done or ready for general use yet, but it is interesting, so let’s talk about it. As the name (which is subject to change) implies, … | Continue reading


@drewdevault.com | 1 year ago

The Free Software Foundation is dying

The Free Software Foundation is one of the longest-running missions in the free software movement, effectively defining it. It provides a legal foundation for the movement and organizes activism around software freedom. The GNU project, closely related, has its own long story in … | Continue reading


@drewdevault.com | 1 year ago

Writing Helios drivers in the Mercury driver environment

Helios is a microkernel written in the Hare programming language and is part of the larger Ares operating system. You can watch my FOSDEM 2023 talk introducing Helios on PeerTube. Let’s take a look at the new Mercury driver development environment for Helios. As you may remember … | Continue reading


@drewdevault.com | 1 year ago

When to comment that code

My software tends to have a surprisingly low number of comments. One of my projects, scdoc, has 25 comments among its 1,133 lines of C code, or 2%, compared to the average of 19%.1 Naturally, I insist that my code is well-written in spite of this divergence from the norm. Allow m … | Continue reading


@drewdevault.com | 1 year ago

Porting Helios to aarch64 for my FOSDEM talk, part one

Helios is a microkernel written in the Hare programming language, and the subject of a talk I did at FOSDEM earlier this month. You can watch the talk here if you like: A while ago I promised someone that I would not do any talks on Helios until I could present them from Helios i … | Continue reading


@drewdevault.com | 1 year ago

Should private platforms engage in censorship?

Private service providers are entitled to do business with whom they please, or not to. Occasionally, a platform will take advantage of this to deny service to a particular entity on any number of grounds, often igniting a flood of debate online regarding whether or not censorshi … | Continue reading


@drewdevault.com | 1 year ago

My plans at FOSDEM: SourceHut, Hare, and Helios

FOSDEM is right around the corner, and finally in person after long years of dealing with COVID. I’ll be there again this year, and I’m looking forward to it! I have four slots on the schedule (wow! Thanks for arranging these, FOSDEM team) and I’ll be talking about several projec … | Continue reading


@drewdevault.com | 1 year ago

Setting a new focus for my blog

Just shy of two months ago, I published I shall toil at a reduced volume, which addressed the fact that I’m not getting what I want from my blog anymore, and I would be taking an indefinite break. Well, I am ready to resume my writing, albeit with a different tone and focus than … | Continue reading


@drewdevault.com | 1 year ago

I shall toil at a reduced volume

Over the last nine years I have written 300,000 words for this blog on the topics which are important to me. I am not certain that I have much left to say. I can keep revisiting these topics for years, each time adding a couple more years of wisdom and improvements to my writing … | Continue reading


@drewdevault.com | 1 year ago

Codegen in Hare v2

I spoke about code generation in Hare back in May when I wrote a tool for generating ioctl numbers. I wrote another code generator over the past few weeks, and it seems like a good time to revisit the topic on my blog to showcase another approach, and the improvements we’ve made … | Continue reading


@drewdevault.com | 1 year ago

In praise of Plan 9

Plan 9 is an operating system designed by Bell Labs. It’s the OS they wrote after Unix, with the benefit of hindsight. It is the most interesting operating system that you’ve never heard of, and, in my opinion, the best operating system design to date. Even if you haven’t heard o … | Continue reading


@drewdevault.com | 1 year ago

Notes from kernel hacking in Hare, part 3: serial driver

Today I would like to show you the implementation of the first userspace driver for Helios: a simple serial driver. All of the code we’re going to look at today runs in userspace, not in the kernel, so strictly speaking this should be “notes from OS hacking in Hare”, but I won’t … | Continue reading


@drewdevault.com | 1 year ago

TOTP for 2FA is incredibly easy to implement. So what's your excuse?

Time-based one-time passwords are one of the more secure approaches to 2FA — certainly much better than SMS. And it’s much easier to implement than SMS as well. The algorithm is as follows: Divide the current Unix timestamp by 30 Encode it as a 64-bit big endian integer Write the … | Continue reading


@drewdevault.com | 1 year ago

Status update, October 2022

After a few busy and stressful months, I decided to set aside October to rest. Of course, for me, rest does not mean a cessation of programming, but rather a shift in priorities towards more fun and experimental projects. Consequently, it has been a great month for Helios! Hare u … | Continue reading


@drewdevault.com | 1 year ago

In praise of ffmpeg

My last “In praise of” article covered qemu, a project founded by Fabrice Bellard, and today I want to take a look at another work by Bellard: ffmpeg. Bellard has a knack for building high-quality software which solves a problem so well that every other solution becomes obsolete … | Continue reading


@drewdevault.com | 1 year ago

Does Rust belong in the Linux kernel?

I am known to be a bit of a polemic when it comes to Rust. I will be forthright with the fact that I don’t particularly care for Rust, and that my public criticisms of it might set up many readers with a reluctance to endure yet another Rust Hot Take from my blog. My answer to th … | Continue reading


@drewdevault.com | 1 year ago

Notes from kernel hacking in Hare, part 2: multi-threading

I have long promised that Hare would not have multi-threading, and it seems that I have broken that promise. However, I have remained true to the not-invented-here approach which is typical of my style by introducing it only after designing an entire kernel to implement it on top … | Continue reading


@drewdevault.com | 1 year ago

The phrase "open source" (still) matters

In 1988, “Resin Identification Codes” were introduced by the plastic industry. These look exactly like the recycling symbol ♺, which is not trademarked or regulated, except that a number is enclosed within the triangle. These symbols simply identify what kind of plastic was used. … | Continue reading


@drewdevault.com | 1 year ago

Status update, September 2022

I have COVID-19 and I am halfway through my stockpile of tissues, so I’m gonna keep this status update brief. In Hare news, I finally put the last pieces into place to make cross compiling as easy as possible. Nothing else particularly world-shattering going on here. I have a bun … | Continue reading


@drewdevault.com | 1 year ago

Notes from kernel hacking in Hare, part 1

One of the goals for the Hare programming language is to be able to write kernels, such as my Helios project. Kernels are complex beasts which exist in a somewhat unique problem space and have constraints that many userspace programs are not accustomed to. To illustrate this, I’m … | Continue reading


@drewdevault.com | 1 year ago

In praise of qemu

qemu is another in a long line of great software started by Fabrice Bellard. It provides virtual machines for a wide variety of software architectures. Combined with KVM, it forms the foundation of nearly all cloud services, and it runs SourceHut in our self-hosted datacenters. M … | Continue reading


@drewdevault.com | 1 year ago

powerctl: A small case study in Hare for systems programming

powerctl is a little weekend project I put together to provide a simple tool for managing power states on Linux. I had previously put my laptop into suspend with a basic “echo mem | doas tee /sys/power/state”, but this leaves a lot to be desired. I have to use doas to become root … | Continue reading


@drewdevault.com | 1 year ago

A review of postmarketOS on the Xiaomi Poco F1

I have recently had cause to start looking into mainline Linux phones which fall outside of the common range of grassroots phones like the PinePhone (which was my daily driver for the past year). The postmarketOS wiki is a great place to research candidate phones for this purpose … | Continue reading


@drewdevault.com | 1 year ago

PINE64 has let its community down

Context for this post: Pine64 should re-evaluate their community priorities The Pine Formula Why I left PINE64 A response to Martijn’s blog I know that apologising and taking responsibility for your mistakes is difficult. It seems especially difficult for commercial endeavours, … | Continue reading


@drewdevault.com | 1 year ago

I wish I could organize my thoughts

Continue reading


@drewdevault.com | 1 year ago

The past and future of open hardware

Continue reading


@drewdevault.com | 1 year ago

Conciseness

Conciseness is often considered a virtue among hackers and software engineers. FOSS maintainers in particular generally prefer to keep bug reports, questions on mailing lists, discussions in IRC channels, and so on, close to the point and with minimal faff. It’s not considered im … | Continue reading


@drewdevault.com | 1 year ago

Code Review at the Speed of Email

Continue reading


@drewdevault.com | 1 year ago

Status update, July 2022

Hello there! It’s been a hot July week in Amsterdam, and I expect hotter days are still to come. I wish air conditioning was more popular in Europe, but alas. This month of FOSS development enjoyed a lot of small improvements in a lot of different projects. For Hare, I have intro … | Continue reading


@drewdevault.com | 1 year ago

The Fediverse can be pretty toxic

Continue reading


@drewdevault.com | 1 year ago