So Claude has been a massive help, to get to a working app quickly. I am using it in a similar style to the author. Discuss in the UI, try really hard to cherry-pick from the code it generates, while trying to understand what it’s doing. Claude is not clever enough to realise it’s selling you out-of-date APIs, so i feel I need to be super vigilant, which chimes with what folk are saying here about the iOS upgrade treadmill. I’ve supplemented with a couple of technical ebooks as backup.
But the feeling of having your own app, that does something which improves your own life, running on that computer you’ve been carrying in your pocket for years, is extremely rewarding! (In my use case it needs to be an app not a PWA because it needs to integrate with device APIs.)
Some projects are driven by direct donations, some others via grants (all NLNet-supported projects) and business partnerships (Blender foundation), some provide paid services to fund R&D (SourceHut).
Overall, it's technically possible to derive a decent income from such schemes, but that's not exactly widespread. Many dedicated hackers will work for minimum wage or less, but some will arrange either:
- to reduce their expenses, by moving to cheaper places [2] or living in shared flats or communities; if you're organized as a collective even food and furniture can have close-to-zero cost [3]
- or to have a high-wage part-time job on the side, or support contracts to pay the bills; if you get half-time to work on your pet projects, that's already quite an achievement
Overall, building a cooperative economy asks the question of where does the money go? The more autonomy we can achieve, and the more money we can "recycle" into other cooperatives, the less of our resources leak into the pockets of the 1%.
So yes, if you make a really cool project people appreciate and/or can depend on for their business, you can sure make a living out of it: just be sure to use copyleft licenses (eg. aGPLv3) so you're not scammed out of your work by big businesses. But personally, i'm more interested in non-profits driving R&D with a vision (like Framasoft does with the Degooglize Internet campaign and eg. Peertube/Mobilizon project).
[1] for example libreho.st, chatons.org (french-speaking) for hosting coops
[2] for example in France, if you don't insist on living in the big cities, you can find places to rent for close to free once you subtract housing support from the rent ; i guess the same is true in many places
[3] skipping unsold food from (super)markets or growing food in the backyard; we could also mention utility hacking for free electricity/water but i can't say most devs i know do that
I should note that i'm also not a professional hacker. Programming/sysadmin is more of a passion than a trade to me, and i'm just a lowly amateur unworthy of much praise.
But to be fair, there's amazing non-profits and worker cooperatives building cool software (Framasoft comes to mind). If only more fellow hackers stopped working for evil bosses and started to work for public interest...
What confuses me is that, surely you could achieve the same outcome using software with very little overhead. Doing so saves all the manufacturing and distribution costs so you'd expect it would be a more profitable approach. So why the stick? Is the filtering overhead large enough to justify a dedicated co-processor or is the form factor used here really a placebo? In the way that a heavier wrist watch feels more valuable, does plugging a physical device into your computer to protect it/make it faster, _feel_ more effective than installing software that does the same job?
The X1 is light and fast. I run Fedora, and work often in containers. I have the likes of Podman, VS Code, IntelliJ and Atom running and many Firefox tabs open, all without any problems.
Other good points are the 2xUSB ports, HDMI, and good battery life.
The main downside is the 256GB HDD, which fills up far too quickly, so I end up having to do a bit of housekeeping quite often. But as a dev machine, I can recommend it.
Fedora/RHEL uses RPMs to install software, so you can check in advance whether your favourite application offers an RPM. Most of the major dev tools do, including VS Code, etc.
But whichever distro you choose for your desktop OS, you can still try out other distros by running them inside a container.