Earlier quoted context omitted.
> I guess people who aren't software engineers don't realise that merely making a trivially basic website is not what software engineering is. "Software engineering" doesn't matter to anyone except to software engineers. What matters is executing that idea that's been gathering dust for ages, or scratching that pain point that keeps popping up in a daily basis.
Software engineering matters very much to anyone who has ideas or pain points that are beyond the capabilities of a next-token prediction engine to solve.
Show HN: I quit coding years ago. AI brought me back
381–390 of 460 posts
Re: Show HN: I quit coding years ago. AI brought me back
#382Made with care for accuracy. I'm not sure how you can claim this on the footer of every page when you're vibe coding these calculators.
Re: Show HN: I quit coding years ago. AI brought me back
#383Sorry for yucking into everyone's yum here but... did we miss an opportunity here as programmers to provide simpler tools for people to build simple applications for themselves? Since when did "average" people have time to set up a CI pipeline, agents, MCPs, and all the rest needed to get vibe coded apps to work become the "simple" way for non-programmers to use computers to mush some data together for their small bu…
Re: Show HN: I quit coding years ago. AI brought me back
#384Same here. Farmer now, former network engineer and software project lead, but I stopped programming almost 20 years ago. Now I build all sorts of apps for my farm and organizations I volunteer for. I can pound out an app for tracking sample locations for our forage associations soil sample truck, another for moisture monitoring, a fleet task/calendar/maintenance app in hours and iterate on them when I think of featur…
Out of all the apps you've worked on, what's one or two that you think came out really well?
Honestly, I have so many features in it now it's hard to describe it, shared work calendar, parts shopping list, recurring maintenance, blah blah blah. It's very bespoke and I doubt anyone else would want to use it the way we do.
Re: Show HN: I quit coding years ago. AI brought me back
#385Same here. Farmer now, former network engineer and software project lead, but I stopped programming almost 20 years ago. Now I build all sorts of apps for my farm and organizations I volunteer for. I can pound out an app for tracking sample locations for our forage associations soil sample truck, another for moisture monitoring, a fleet task/calendar/maintenance app in hours and iterate on them when I think of featur…
Did you start farming from scratch? Did you take over a farm?
Re: Show HN: I quit coding years ago. AI brought me back
#386Re: Show HN: I quit coding years ago. AI brought me back
#387Earlier quoted context omitted.
> How do you even begin to approach remedying that? The only recourse for humans is to offer to rebuild it all using the existing features as a functional spec. There are cases where that will be the appropriate decision. That may not be every case, but it'll be enough cases that there's money to be made. There will be other cases where just untangling the clusterfuck and coming up with any sense of direction at all,…
> it's probably not a great time to be a very middling pure CRUD web app developer. However, has it ever been, outside of SV and certain very select, fortunate corners of the economy? Like 80% of jobs outside the USA are either local or outsourced CRUD web applications. Many people live quite well thanks to exchange rates. I wonder what's gonna happen if/when those jobs disappear.
Re: Show HN: I quit coding years ago. AI brought me back
#388Same here. Farmer now, former network engineer and software project lead, but I stopped programming almost 20 years ago. Now I build all sorts of apps for my farm and organizations I volunteer for. I can pound out an app for tracking sample locations for our forage associations soil sample truck, another for moisture monitoring, a fleet task/calendar/maintenance app in hours and iterate on them when I think of featur…
love to hear about what tech is like on farms today. do you run into the problems with fixing tractors and equipment and its all locked down with drm and you cant fix it without hacking the software?
The only thing Deere "locks down" is that some of the parts have a CANbus address that you need to get a tech over to program the controller to recognize the part, and do the same if you replace a controller.
It's not some nefarious anti-farmer thing, it's because of the way the controller network works. In fact, I've used a CANbus sniffer on the bus and everything on there is in the clear, they don't even encrypt the messages.
The only things I've sent to town to get fixed was because I didn't have time to diagnose it, or it was an insurance claim and I wanted warranty. Blowing $80,000 worth of innards out the back of a combine wasn't a job I wanted to tackle right then (but I probably should have, I wasn't happy with the attention to detail in the repair).
So the upshot is, don't believe every terrible story about Deere you hear. Just the one where they charge too goddamn much for parts.
Re: Show HN: I quit coding years ago. AI brought me back
#389Earlier quoted context omitted.
> How do you even begin to approach remedying that? The only recourse for humans is to offer to rebuild it all using the existing features as a functional spec. There are cases where that will be the appropriate decision. That may not be every case, but it'll be enough cases that there's money to be made. There will be other cases where just untangling the clusterfuck and coming up with any sense of direction at all,…
>it's probably not a great time to be a very middling pure CRUD web app developer Businesses don't pay for CRUD apps, businesses pay for apps that solve problems which often involves CRUD to persist their valuable data. This is often within the sometimes very strange and difficult to understand business logic which varies greatly from one business to another. That is what "CRUD app developers" actually do, so dismiss…
Why, I do plenty of what you describe myself...