Live data from Hacker News

Ask HN: Anyone making a living building desktop applications?

news.ycombinator.com

241–250 of 361 posts

Re: Ask HN: Anyone making a living building desktop applications?

#241
I am in the process of doing so.

I am using both Dolphin Smalltalk and Free Pascal/Lazarus. Both produce very good looking forms in Windows at least, which is my target platform. Both are easy and quick to develop in, particularly Dolphin. Both have powerful events systems, sane object systems, both very amenable to MVC. Both backed backed by SQLite3.

Selling point for users is that user data is retained locally and not sent to a remote server, execution speed, and familiar workflows.

Re: Ask HN: Anyone making a living building desktop applications?

#242
post #144

Earlier quoted context omitted.

This as opposed to cross-platform? Any general use case or for a targets Windows user base?

I'm answering in terms of what I know best. I, personally, don't see the point of supporting non-Windows desktops. User base isn't large enough for me to bother.

my cross-platform DAW, Ardour, has as many Linux downloads as Windows downloads (on the order of 5k per month). Is it the DAW niche? Or are you possibly wrong about this?

Re: Ask HN: Anyone making a living building desktop applications?

#246
post #6

The guy from Inkdrop [0] makes a living with his note-taking app. He also has a YouTube channel [1] which I found very relaxing. [0] https://www.inkdrop.app [1] https://www.youtube.com/c/devaslife

Seems to be doing quite well too, considering all the hardware on his channel.

Re: Ask HN: Anyone making a living building desktop applications?

#247

Earlier quoted context omitted.

Why would I want to sit at my computer to manage my budget instead of being able to access it anywhere? I always have a “computer in my pocket”.

I do this every day with YNAB (even though they have a mobile app). Takes about 5 minutes. So much easier on a computer than on a tiny phone.

I use Google sheets for my budget - from my phone. I can’t remember the last time I actually used my personal computer for anything. I use my work computer for work and my phone or iPad for everything else.

What am I suppose to use when I’m out and about or traveling? I was on vacation when I got paid in December. The only thing I had on me was my phone.

Re: Ask HN: Anyone making a living building desktop applications?

#249
Yes. I have a suit of watermarking apps under the uMark name. Although I also have a full time job, I make as much money from uMark as I make from my job. I can easily live on any one of the incomes.

The app is developed in .Net way back in 2006 and I keep updating it periodically.

Re: Ask HN: Anyone making a living building desktop applications?

#250

Earlier quoted context omitted.

Uses a subscription pricing model though. I wonder why he choose that model. Personally I love the Sublime model, buy a license, use it anywhere.

Because a subscription pricing model brings in more money and a more predictable revenue stream. Most people selling apps on a pay-once basis can't afford to support it and develop new features indefinitely, so they move on to the next project and it goes into maintenance mode, only getting updates when a new OS update breaks it. Also needs to pay for the cloud servers running it lol.

> goes into maintenance mode, only getting updates when a new OS update breaks it.

I don't see anything wrong with this. Users buy software because it solves their current problem now, rather than a possible feature in the future. The revenue stream is definitely more reliable though. Just that as a user I wouldn't mind if the software I bought today stays that way forever, and as a developer I wouldn't mind developing software to completion then leaving it as that.

Post reply on HN