Hacker News new | ask | show | jobs
by stevelaz 4466 days ago
Before any flame war starts, I'd like to say that my comment below is not meant to be offensive.

This type of thing would only happen in the OSX app store. It's interesting what a market will pay for depending on where/who you're selling to.

1 comments

I was just thinking that given osx desktop background already has a feature to cycle through a directory of images, if you have imagemagick and curl then to do something that generates backgrounds from online MOTD services could be done in one line of bash.
That sounds like a fun experiment :) I can confirm that people are willing to pay for simple apps that has a positive impact on their life.
How would you solve choosing the right font size though? It should be such that the longest line perfectly fits the width.
generate an imagemagick text label at a certain font size, then pipe it to identify -size , pull the width out of that and then use the result to calculate the required font size which you then use in a second textlabel

edit - or just generate a large text label to start with, then scale it to whatever is required