alt.hn

7/5/2026 at 7:25:25 AM

Fast Software, the Best Software (2019)

https://craigmod.com/essays/fast_software/

by ustad

7/5/2026 at 1:46:36 PM

Yes, there are so many examples of this .. a recent one for me, is iStatMenu .. it just got to the point that waiting for it to start, alone, was sufficiently boring enough that I sought an alternative .. and of course, I realized, there's no reason not to use the Linux tooling I'm accustomed to, and so I have btop where iStatMenu used to live, kinda. btop doesn't get in the way, doesn't phone home, doesn't check a registration key, isn't harvesting key clicks, and .. so on .. its just small, light, and fast.

Well, with the encumbrance of it living in a terminal window, but I also live in the terminal window even on MacOS, so its a feature not a bug.

Point is, I wouldn't have this to say about it if iStatMenu had just been a little more discrete about its loading times ..

by MomsAVoxell

7/5/2026 at 12:23:57 PM

> Google Maps has gotten so slow

When it comes to navigating (except public transit), hiking, and route building, Organic Maps[1] is very good. OSM data and offline-first is the way forward for detailed and _fast_ map experience.

For cycling route building I have to mention BRouter[2], which allows you to write a custom cost function that is used to tweak your route preferences.

[1]: https://organicmaps.app/

[2]: https://brouter.de/brouter/index.html

by ivanjermakov

7/5/2026 at 2:51:55 PM

I remember an engineer I talked to recently saying that OSM didn't have sufficiently up-to-date data for their routing use case -- new roads, closed roads, traffic data, etc. Is that the case?

by hansvm

7/5/2026 at 3:59:07 PM

No. It's their route function which sucks compared to Google maps. Their data is better and newer.

by rurban

7/5/2026 at 4:47:39 PM

Isn't OSM the data layer, and people are free to build apps on top of it?

"The data is better than Google maps, it just needs a better routing algorithm" should be catnip to a certain class of OS dev. If it's really true, I'll take a crack at it myself!

by dmurray

7/5/2026 at 7:39:03 PM

It's not true.

At least, not exactly.

At its best, the OSM data puts Google to _shame_. Super-fine resolution and details, nuances of street layout precisely correct, mountains of meticulously-maintained metadata that makes manifold niche geospatial apps possible.

Alas, in any given area, OSM is only as good as the union of the publicly-provided street data and the obsessiveness of the area's mappers.

Most towns in central PA, for example, have no street address listed for hundreds of buildings.

I've made many small contributions to help, and really enjoy doing so, but someone looking for driving directions needs to be able to whip out their phone and slap in an address / business name and have it Just Work.

You can't reliably count on OSM for that.

I wind up falling back from OsmAnd to Gmaps probably every fifth drive.

by NateEag

7/5/2026 at 5:11:04 PM

Do it! Google routing is open source in or-tools

by rurban

7/5/2026 at 1:12:07 PM

Cool! I'm guessing no traffic data in organic maps? I'd still install it to use as a backup.

by titanomachy

7/5/2026 at 3:35:58 PM

https://www.cycle.travel is also excellent for cycling routes. Made by a solo developer as far as I remember.

by carlosjobim

7/5/2026 at 6:20:18 PM

On this note, (from a web dev perspective) I think we've overdone making the static build as lean as possible and pushing everything into the backend. E.g., if a 2MB dataset will make a search/select bar return results instantly instead of having to roundtrip an API, just send up the whole dataset with your initial load. After gzip it's nowhere close to 2MB anyway.

Also, I think suspense is an anti-pattern now. We've all been conditioned to groan every time we see suspense animations because it means the website must be slow. It's better to just have a little circling loader or just freeze.

by roncesvalles

7/5/2026 at 1:31:29 PM

The neglected part here is latency, speed itself can be masked by progress bars/animations, but having visible lag ruins the idea of speed and users treat it as slow vs animated loading bar.

by countWSS

7/5/2026 at 1:44:51 PM

Maybe it's me who's weird, but I find animations as much worse - it's basically pointless and wastes slightly more time (even when program is fast enough!).

The interface without animations feels snappier even if sometimes it takes a second to load. I disable any and all animations in software that I can - particularly in Android (via developer settings) and Linux (i3+vim vs something like KDE+VScode).

by archargelod

7/5/2026 at 4:02:05 PM

Some tiny amount of animation is needed to show that the system has responded.

I regularly use a website in which a submit button does not change state in any way. It is indistinguishable from the click having gone to /dev/null. And the completion of the action takes a copule of seconds.

It's literally, "no response ... few seconds ... oh, done!"

If the button simply responded in the usual way, like 3d poppin in and out effect, it would be better. The UI can change state also to show some "wait ..." text.

These are examples of animations, just not progressive/persistent.

by kazinator

7/5/2026 at 3:03:51 PM

As a kid I liked the interfaces that lagged badly, but still accepted input perfectly.

It felt like I was racing. Type the whole message before the screen updates? Check.

I miss AOL sometimes.

by qup

7/5/2026 at 11:59:41 AM

I run headless Alpine Linux (a minimal distro) in my homelab and it’s fast AF. The lag in Windows Explorer is sad when something like cd folder/folder is instant in Linux.

by ungreased0675

7/5/2026 at 12:58:39 PM

I really don't understand how you can even create software that feels as bad to use as Windows Explorer. It's like it's barely attached to reality. There's this weird floaty delay in everything. You copy a file, or did you? You're not sure. It hasn't updated yet. Oh, now the copy dialog appears with this progress bar that isn't showing progress. The dialog just sits there. Is something happening? I don't know. Many seconds later the dialog closes. But it hasn't showed up in the window yet... oh, now it did!

How is that even possible, especially with modern hardware? Like you'd almost have to build the file explorer around like a sqlite-based message queue with a 1500ms poll interval to get performance characteristics like this. Absolutely insane feats of architecture astronautism are no doubt required for this to happen.

by marginalia_nu

7/5/2026 at 6:22:29 PM

Wild theory for fun: this is on purpose to condition people in order to seamlessly switch to OneDrive as whole data drive.

At least your description matches some the pain I get using NFS + lf.

by BoingBoomTschak

7/5/2026 at 6:28:45 PM

Well yeah, it kinda feels like you're using NFS, and the server you're connecting to is in orbit around mars and is using a pringles cantenna to get its wifi signal back to earth.

Like the vanilla file explorer experience is way worse than anything I've come to expect with stuff like CIFS and SMB.

by marginalia_nu

7/5/2026 at 3:32:36 PM

>I really don't understand how you can even create software that feels as bad to use as Windows Explorer.

I was wondering how bad a sign it was when the decline in performance between Windows 95 and Windows 98 was detectable in many ways, but nobody was complaining because it was not always noticeable on PCs that were 3 years newer. You had to figure Microsoft developers had way better PCs than that, and didn't have any clue at all.

Turns out my suspicions were correct, it was the insidiously ignored ramp-up to exponential amounts of sluggishness as time marches on.

You know, like a snail without a shell :(

by fuzzfactor

7/5/2026 at 3:44:47 PM

It’s probably got phone home a few times to to make sure they’re measuring user engagement

by gmm1990

7/5/2026 at 12:21:31 PM

To be fair, cd folder/folder is also instant in a command line in Windows, it's just the GUI aspects that are slow. Comparing Windows Explorer to a terminal is comparing apples to oranges.

by prodigalknight

7/5/2026 at 1:59:24 PM

I don't think so. Windows is a GUI first OS, and Linux is a CLI first (or even CLI native) OS. You can't open a command line window in Windows without loading more than half of the desktop stack.

In that sense, when a terminal (running on a desktop environment) in Linux is faster than Windows Explorer, it's a shame. When a big file explorer like Dolphin drives circles around native file explorer of Windows, that's a big ole embarrassment.

by bayindirh

7/5/2026 at 12:43:40 PM

I don’t think I’ve ever noticed a difference in speed on the terminal between distros. Shells (or more accurately, plugins / frameworks - I recently gave up oh-my-zsh in favor of zimfw for that reason), yes, but not the terminal itself.

by sgarland

7/5/2026 at 1:39:08 PM

Shout-out to PowerSync for making it easier to develop fast offline-first mobile apps. It pushes data from Postgres/MySQL/SQL Server subscriptions to a SQLite into the user's mobile device, avoiding the need for many loading animations when the data is there ahead of time. My company is a customer and we recommend it.

by giovannibonetti

7/5/2026 at 11:06:07 AM

I fully agree. I loathe slow software. I hate bloat. I love fast software. As a developer, I'm completely, even irrationally, obsessed with speed, performance optimization, and profiling. I wish more developers felt the same way.

by rossant

7/5/2026 at 2:39:52 PM

The sad part is that most employers don't care particularly about performance optimization skills (the economics don't work out, they can often just fix the problem cheaper with more hardware—and even if they can't, they mostly don't bear the cost themselves).

The fun part is that when your employer _does_ care about software optimization, few people are actually good at it and your skills are more exclusive :-)

by Sesse__

7/5/2026 at 7:26:34 PM

This is true until they see the AWS bill after moving all their infrastructure there in a difficult to undo manner.

Suddenly they are very aware of the costs of inefficient software.

by jimbokun

7/5/2026 at 1:24:52 PM

Irrational how? What higher values does it undermine for you to make fast software?

by coldblues

7/5/2026 at 1:42:03 PM

OP is probably referring to many engineering managers who think it is irrational to spend an hour in order to speed up a computing task that only shaves a few milliseconds off.

Even when that software is widely used so the few milliseconds add up to thousands of hours in collective time savings. 'We don't pay for user's time, only your's', is the attitude. Again 'irrational'.

by didgetmaster

7/5/2026 at 12:09:21 PM

There are dozens of us! Dozens!

by jonhohle

7/5/2026 at 4:03:31 PM

Also called: "Death by PM"

Esp. known from Microsoft, Adobe, Google. Should be added to the Antipatterns repo

by rurban

7/5/2026 at 3:58:43 PM

If the software is fast as a byproduct of being simple, that tends to align with correctness.

If it is fast because it is optimized, then that does not align with correctness, because optimizing something that works only adds risk.

by kazinator

7/5/2026 at 5:58:03 PM

Simple software is also easier to optimize. The simpler it is, the less weird corner cases you have to deal with.

by snek_case

7/5/2026 at 6:58:53 PM

In production operations this plays out concretely. The systems that hold up under incident pressure are almost always the simple ones. Clever optimizations are the first things to behave unexpectedly at 2am.

by mikebs1

7/5/2026 at 12:53:52 PM

I think it's the different feeling you get from using an end-to-end streaming service (compute, not videos) versus the one that does a lot of intermittent buffering. It's quite subtle actually. Using a vanilla language model can feel like that if it's also sufficiently small but they are going towards the opposite direction very rapidly now because cloud.

by wseqyrku

7/5/2026 at 2:56:16 PM

Shout-out: Voidtools Everything on windows. Lightning fast file search.

by mwkaufma

7/5/2026 at 10:26:38 AM

No, no software is the best software.

BTW, the title should say "(2019)".

by fmajid

7/5/2026 at 3:50:05 PM

But that's an example of fast software: how many nanoseconds does it take to run zero instructions?

by kazinator

7/5/2026 at 10:40:04 AM

Best solution is no software, or as little code as possible. But that the best software is no software isn't very practical or actionable :)

by embedding-shape

7/5/2026 at 11:51:02 AM

No code is faster than no code

by thunderbong

7/5/2026 at 12:21:15 PM

Faster at doing nothing?

by sfn42

7/5/2026 at 7:54:08 PM

Yes. Code doing what you need && nothing else is better than code doing what you need && 10 other things you don't need but have to take a perf/memory/clutter hit for.

by coldtea

7/5/2026 at 2:35:14 PM

Yes.

If you want to do foo. You don't need framework bar to load baz or call home to qux.

That's all added complexity that isn't inherent to the task.

So we aren't talking about not doing bar. We are talking about not doing all the other things that aren't for the benefit of the user.

by benj111

7/5/2026 at 11:04:29 AM

[dead]

by dan_i

7/5/2026 at 1:47:22 PM

I will read this entire article tomorrow while I wait for the Cursor UI and Visual Studio to finish loading.

by williebeek

7/5/2026 at 7:28:00 PM

I’m really enjoying Zed.

Definitely much more responsive than VS Code.

by jimbokun

7/5/2026 at 7:08:32 PM

What do y'all do and use for performance testing in CI, given that host speed can fluctuate?

by esafak

7/5/2026 at 7:52:23 PM

Why would host speed fluctuate?

by coldtea

7/5/2026 at 12:13:40 PM

No way I wanna chat with my oven

by pgisapedo

7/5/2026 at 12:34:50 PM

Got any burning questions today?

by mike_hock

7/5/2026 at 5:32:01 PM

Maybe a few half-baked thoughts.

by jagged-chisel

7/5/2026 at 11:31:52 AM

Fast and efficient software varies depending on the local context, but for me, I think I'd be fine with something slower as long as it's convenient enough. After all, once it passes a certain threshold, I can barely even notice the speed difference anyway.

I wonder what OP's thinks of IDEs like VSCode. Would they see it as heavy and not great because it's Electron-based? But I find IDEs convenient.

by jdw64

7/5/2026 at 7:29:22 PM

Didn’t ask me but I’ve been enjoying Zed and finding it a big improvement over using VS Code.

by jimbokun

7/5/2026 at 2:35:46 PM

Remove the specter and friends mitigations from your linux kernel, and your system will be significantly faster.

by sylware

7/5/2026 at 11:16:27 AM

Honestly, I'm in partially disagree camp. What matters is how much time it saves.

A good WYSIWYG editor will run circles around the fastest text editor. Even if WYSIWYG is a bit slower to open.

It would be preferable for software to be more focused and faster over time, but that doesn't attract people to it.

by Ygg2

7/5/2026 at 3:39:53 PM

[flagged]

by nvms

7/5/2026 at 10:19:42 AM

[flagged]

by gsu2

7/5/2026 at 10:36:34 AM

The article is from 2019.

by ManuelKiessling

7/5/2026 at 11:13:45 AM

The slop is breaching temporal containment!

by arcanemachiner

7/5/2026 at 1:15:23 PM

Mr. Robertson: That's the way it has to be. That's the way it's always been. You should understand that better than anyone.

Temporal GPT: The snake that trains on its own tail, forever and ever?

by aetherspawn

7/5/2026 at 12:55:01 PM

Can’t think of a less sloppy writer than Craig Mod…

by mtsolitary

7/5/2026 at 12:54:24 PM

I think the author has a certain writing style that you apparently dislike, which is fine, but it’s hardly slop. I agree that the comparison between Sketch being somewhat unreliable but fast undercuts the claim that speed and reliability often go hand-in-hand — though one could argue that the modifier “often” saves it.

I’ve found that writers who self-profess to have ADHD often write in this way, with multiple, seemingly disparate points being made that can tie together if you squint. As an ADHD person who enjoys writing, it makes sense, and at least in my head, these points always connect; I’m just not great at demonstrating how they connect. I’ve no idea if the author is neurodivergent, but it’s one possible explanation.

by sgarland

7/5/2026 at 10:52:03 AM

This is definitely not slop. I’ve followed Craig Mod’s work for a long time and he’s a prolific, talented, and very human writer.

by robjimgreen

7/5/2026 at 10:58:16 AM

What makes you think it is slop? The emdash?

by stcg

7/5/2026 at 12:25:04 PM

> EDIT: I didn't say _AI_ slop

Ahahaha holy cope

by nubg