Live data from Hacker News

Personal Software Is Becoming a Trend

xuanwo.io

11–20 of 30 posts

Re: Personal Software Is Becoming a Trend

#11

Working in software professionally, the internal struggle I seem to have is separating "personal software" from "resume fodder." The line of thinking is generally: "Why create this one-off thing for myself when I can publicize it, get some contributors, and add it to my list of successful OSS projects." It's a terrible loop, to be honest.

Do you write scripts for you own use? I've usually been able to do that without thinking "I really should publish this".

Re: Personal Software Is Becoming a Trend

#14

Working in software professionally, the internal struggle I seem to have is separating "personal software" from "resume fodder." The line of thinking is generally: "Why create this one-off thing for myself when I can publicize it, get some contributors, and add it to my list of successful OSS projects." It's a terrible loop, to be honest.

Like a creative person you have to develop overly experimental bad things before you retire and blame others.

Re: Personal Software Is Becoming a Trend

#15
post #8

I wrote a notes app in react native just for myself a few years ago (out of frustration after changing notes apps every year or so) that does /exactly/ what I want and it has been the most used app on my phone for a few years now. It's offline-first but syncs reliably, uses the exact interpretation and display of markdown I like, searches and sorts the way I like, integrates with AI only in the ways I want it to (spe…

And this is why people like Emacs or go for no desktop environment on Linux. Customize it to fit what you need and no further. Then you can just use it without learning where everything is again.

Re: Personal Software Is Becoming a Trend

#16
I wrote a budgeting web app for myself. I love it when I realize there's a feature missing or implemented not quite right and I can immediately add/fix it. But my favorite part is that I never have to log in, because no user accounts (it's safely behind wireguard).

Re: Personal Software Is Becoming a Trend

#17
post #11

Working in software professionally, the internal struggle I seem to have is separating "personal software" from "resume fodder." The line of thinking is generally: "Why create this one-off thing for myself when I can publicize it, get some contributors, and add it to my list of successful OSS projects." It's a terrible loop, to be honest.

Do you write scripts for you own use? I've usually been able to do that without thinking "I really should publish this".

Yes, I tend not to feel the need to apply the loop to sufficiently small tasks. To give a recent example, though, I use a text-based bookkeeping system for my personal finances. I've recently started work on an API that can sufficiently increase the possibility of automating the more mundane parts. Of course, out of habit, as I'm designing the API, I'm immediately making tweaks to make it more accessible outside of my own personal needs.

It's a culture I've subconsciously adopted, and I appreciate the author's intent to shrug it off.

Re: Personal Software Is Becoming a Trend

#18
post #8

I wrote a notes app in react native just for myself a few years ago (out of frustration after changing notes apps every year or so) that does /exactly/ what I want and it has been the most used app on my phone for a few years now. It's offline-first but syncs reliably, uses the exact interpretation and display of markdown I like, searches and sorts the way I like, integrates with AI only in the ways I want it to (spe…

Oh, that seems like a really good software.

Re: Personal Software Is Becoming a Trend

#19
I guess I'm of a certain vintage in programming these days. This is a common practice for me.

Often the IDE tooling for certain languages doesn't work for me. It's too bloated or slow. I write my own tools instead. They're fast and tailored to my workflow. Custom debuggers, analyzers, etc.

I often need to perform certain tasks... sometimes they don't warrant any kind of automation. However I'll often write snippets of code in a literate `org-mode` file as I work and write down what I was doing/why, etc. Occasionally these will get tangled into a proper script that becomes the automation.

I grew up in an era when computers only came with a manual and a bare bones operating system. Writing your own tools was part of the experience from that time which stuck with me.

Re: Personal Software Is Becoming a Trend

#20
> This idea gained popularity with the rise of AI. With AI's assistance, creating software that meets individual needs is now easier than ever.

For any decent programmer, writing reusable small applications has always been a thing. Nothing new.

Post reply on HN