Remix.run Logo
An ode to houseplant programming (2025)(hannahilea.com)
119 points by evakhoury 2 days ago | 24 comments
foresto an hour ago | parent | next [-]

> A happy home: I love having both plants and homemade projects in my living space.

This reminds me of various programs I've made to improve the quality of my digital life. Humble little things that I didn't want to build, addressing minor problems that could be mostly solved by other means, but nevertheless appeared on my mental wish list often enough that I eventually dedicated some time to creating them.

These tools do exactly what I need, all day, every day, quietly making things more pleasant than they would be otherwise. With them, I feel at home.

userbinator 12 hours ago | parent | prev | next [-]

Not sure we need another term for this, as "utilities" has been the accepted term for various one-off programs that do miscellaneous things, and of which power-users will tend to have a rather large collection of.

However, the term reminded me of a memorable interaction I had many decades ago with an old woman who wanted to write a program in x86 Asm to manage various aspects of the plants in her garden. (She did succeed at doing so.)

bombcar 6 hours ago | parent | next [-]

I was surprised when I actually dabbled in x86 ASM (in the guise of MASM which arguably is a higher-level language than direct ASM) with BIOS and DOS interrupts as functions - it's quite close to C and not at all difficult - just tedious.

A powerful editor/IDE makes it ... not the worst programming experience in the world.

And since it's "so detailed" it's pretty easy to understand and explain, unlike higher-level languages that "do everything for you".

wonger_ 7 hours ago | parent | prev | next [-]

Sometimes utilities can be production-grade, tho, so I don't think that captures the nonchalance the author was looking for.

"Home-cooked apps" is still my preferred phrase. Personal software and subsistence development are also good terms.

AlotOfReading 2 hours ago | parent | next [-]

Home-cooked doesn't sound right. The term Handmade has a fair bit of usage for this already and has a lot less semantic friction in my head. Homemade isn't bad either, if you really like the cooking analogy.

wrsh07 2 hours ago | parent [-]

I think Maggie uses home-cooked here and it works for me because of the extended analogy

https://maggieappleton.com/home-cooked-software

chrisweekly an hour ago | parent | prev [-]

"subsistence development", to me, sounds like "doing menial dev tasks in order to earn enough $ to survive"

yuppiepuppie 10 hours ago | parent | prev | next [-]

I like the new term which distinguishes it from "utilities" that are personal tools used for programming it self.

midnitewarrior 8 hours ago | parent | prev | next [-]

"Utilities" is a generic term suggesting it is small, potentially reusable, purpose-limited, and used to simplify a task.

"Utilities" doesn't indicate the audience or the intended longevity of use of the tool like "houseplant" and "bouquet" do.

Both indicate they are built for personal use cases, suggesting potentially low reusability. The longevity of "houseplant" suggests it's intended for ongoing use, while "bouquet" suggests a limited use tool.

With work, either could be made reusable for others, but I think it's implied that the scope is an edge case or uncommon case that likely only applies to its creator or a very limited audience.

I see value in the terms, but these terms may themselves be houseplant terms, not sure if general adoption is useful to someone not building houseplant software, they are mostly hobbiest terms by definition.

Almondsetat 7 hours ago | parent | prev [-]

userscripts

ku1ik 12 hours ago | parent | prev | next [-]

This is such a lovely article. It’s one of the few things posted to HN these days that actually feels human.

kubb 12 hours ago | parent | next [-]

I also feel this way. It’s a breath of fresh air. I love the Blomsterfönstret illustration too.

slopinthebag 12 hours ago | parent | prev [-]

Yeah this place has been depressing lately. The hope is that AI could be used to automate the parts of our lives that bring us no joy or growth and help us become fully actualised human beings, but instead it seems like it's just used as a tool to boost profits while making the world a worse place.

pona-a 11 hours ago | parent | next [-]

It's the denigration of any and all intellectual pursuits that gets me. It's the myopic lead the blind, in a race to empty their brain fastest before the singularity can rupture them into the mainframe heaven.

Their irl counterparts at the university make me think it must be envy, the same as with AI art: they were never good programmers but have always envied the their prestige; and using this new wonderful machine, they can now live out their fantasy at the expense of others. For others it's just nihilism: why not cheat through your entire higher ed if it's now entirely possible?

But many AI-boosters here on HN were once respected programmers, so what else can it be? Fatigue setting in with age, exacerbated by too many levels of indirection in modern software, AI becoming a crutch to avoid noticing you're slowing down?

IanCal 8 hours ago | parent [-]

Or it’s just a useful tool that lets me build more stuff and focus on what I’m more interested in, and can use it to learn.

1stub 5 hours ago | parent [-]

AI becomes problematic when its exceeds the role of a tool.

sriram_malhar 11 hours ago | parent | prev [-]

As someone said, "Machines were supposed to rid us of tedious work. Instead they write poetry and create art, and we fill captchas to prove to them that we are human"

zikduruqe 10 hours ago | parent [-]

I prefer a quote from Dune - "Once men turned their thinking over to machines in the hope that this would set them free. But that only permitted other men with machines to enslave them."

Voklen 3 hours ago | parent | prev | next [-]

I love this, although I tend to use the “Home-cooked meal” analogy https://news.ycombinator.com/item?id=38877423

skyberrys 3 hours ago | parent | prev | next [-]

The article has a bonus cat video so I highly recommend it. I like the houseplant metaphor, but I don't see how the author is tending to the programs like the plants. The plants are getting regular care, do the one of programs?

phito 8 hours ago | parent | prev | next [-]

I love it. I do plant tissue culture as hobby and really see plants as the living systems that they are.

contingencies an hour ago | parent [-]

Cool, can you provide some more info on how you got in to this, recommended dabbling strategy and what sort of ROI you're getting from time invested? I have been getting in to botany pretty heavily already.

amelius 4 hours ago | parent | prev [-]

I prefer:

https://en.wikipedia.org/wiki/Atomic_gardening

fc417fc802 an hour ago | parent [-]

While interesting, that seems unrelated. A software equivalent might be turning an agent loose on a codebase unrestricted and seeing what it comes up with (which is followed by cleaning up the mess, analogous to the rounds of outcrossing that follow irradiation and selection).