If that's true, you should be doing it. Worry about marketing once you have something to market.
Ask HN: Alternative ways to make money with coding and system skills?
101–110 of 286 posts
Re: Ask HN: Alternative ways to make money with coding and system skills?
#102Earlier quoted context omitted.
Yup. If you want to do interesting work / really write software then you have to give it away for free. If you want to get paid you have to spend your days cobbling together open source to accomplish totally trivial functionality that some dimwit has “invented”. That’s the situation we’ve gotten ourselves into, unfortunately.
You have to deliver value to your customers/users. If doing hard engineering delivers value then you will get paid for it. If plumbing together open source components delivers value then you will get paid for that. Users don’t care how your product works, they just care that it improves their life.
Re: Ask HN: Alternative ways to make money with coding and system skills?
#103Earlier quoted context omitted.
Yup. If you want to do interesting work / really write software then you have to give it away for free. If you want to get paid you have to spend your days cobbling together open source to accomplish totally trivial functionality that some dimwit has “invented”. That’s the situation we’ve gotten ourselves into, unfortunately.
You seem to confuse "a job" with research. How privileged are you when you are complaining about not being able to have fun 100% of paid time, like no generation before us ever had.
Re: Ask HN: Alternative ways to make money with coding and system skills?
#104I loathe CS for many reasons and saw the writing on the wall for my degree-less ass, so I went back for industrial engineering. 3 semesters to go and loving every second of it!!! Well, maybe not the materials science and beam analysis but the rest is great.
Re: Ask HN: Alternative ways to make money with coding and system skills?
#105Re: Ask HN: Alternative ways to make money with coding and system skills?
#106Building and selling macOS apps is a pretty good niche to be in right now. I escaped my stressful corporate job 1 year ago and I’ve been living comfortably since then from app revenue only. I’m making between $3.5k and $9k per month with https://lunar.fyi/ and the smaller apps I create at https://lowtechguys.com/ It’s not much for some parts of the world. But I’m well enough from this that I even took the time to bui…
Re: Ask HN: Alternative ways to make money with coding and system skills?
#107Building and selling macOS apps is a pretty good niche to be in right now. I escaped my stressful corporate job 1 year ago and I’ve been living comfortably since then from app revenue only. I’m making between $3.5k and $9k per month with https://lunar.fyi/ and the smaller apps I create at https://lowtechguys.com/ It’s not much for some parts of the world. But I’m well enough from this that I even took the time to bui…
Re: Ask HN: Alternative ways to make money with coding and system skills?
#108Earlier quoted context omitted.
I also made tens of dollars a month with https://lowtechguys.com/rcmd for the first few months ¯\_(ツ)_/¯ The good thing is that usually you just keep growing from this. Now it’s making $1k per month, mostly because of sharing it with the world and implementing recurrent annoyances shared by users. It’s important to have a way for users to contact you. I love Formspark.io for that, just slap a contact form on the app…
Thanks for following up. One q: I suck at building landing pages. Do you have any tips here? I have some ok-ish copy already distinct from the App Store page, but I hate finagling HTML.
In my experience, knowing CSS is 90% of making a pretty and informative page. HTML is mostly just h1 for title, h2 for subtitle, div for groups and p for copy text.
I don’t like writing neither HTML nor CSS so my websites are written in Plim with Tailwind classes for styling.
Here’s a snippet that defines the icon on the https://lowtechguys.com/clop page
section#hero.min-w-[100vw].flex-center.flex-col.relative.pb-20
img.w-28.h-28.md:w-32.md:h-32.filter.drop-shadow-2xl src="/static/img/clop-icon.png"
h1.mb-6.text-4xl.text-zinc-600 Clop
h5.text-gray-500.m-0.p-0 Clipboard optimizer for images
h5.text-gray-500.m-0.p-0.-mt-1 Copy large, paste small, send fast
You can see how most of the text is just Tailwind classes which are basically CSS one liners.It’s not easy to understand nor pretty to read, but it makes for super fast iteration time, especially because of the responsive breakpoints (e.g. .flex-col.md:flex-row for a vertical layout on mobile and horizontal on desktop)
Re: Ask HN: Alternative ways to make money with coding and system skills?
#109AI space is heating up with the release of Stable Diffusion models and OpenAI. If you are interested you can start playing with these tech and make things useful for people. I'm just getting started on this and released the MVP version of Picasa AI[1] and I'm excited about it. I wanted to build something for a long time and I always postponed it for better time. With the AI trends I feel now is the correct time to ju…
Re: Ask HN: Alternative ways to make money with coding and system skills?
#110Building and selling macOS apps is a pretty good niche to be in right now. I escaped my stressful corporate job 1 year ago and I’ve been living comfortably since then from app revenue only. I’m making between $3.5k and $9k per month with https://lunar.fyi/ and the smaller apps I create at https://lowtechguys.com/ It’s not much for some parts of the world. But I’m well enough from this that I even took the time to bui…
wow, zoom hider! just yesterday i was in a zoom saying i wish i had something that could keep the damn floating controls hidden when i hit escape, and there it is. fantastic
I have it constantly running with the menubar icon hidden, so even I forgot it existed. It just does its job when I go into a Zoom meeting.