Live data from Hacker News

Is Show HN dead? No, but it's drowning

arthurcnops.blog

151–160 of 455 posts

Re: Is Show HN dead? No, but it's drowning

#151

I don't actually mind AI-aided development, a tool is a tool and should be used if you find it useful, but I think the vibe coded show HN projects are overall pretty boring. They generally don't have a lot of work put into them, and as a result, the author (pilot?) hasn't generally thought too much about the problem space, and so there isn't really much of a discussion to be had. The cool part about pre-AI show HN is…

” The first 90 percent of the code accounts for the first 90 percent of the development time. The remaining 10 percent of the code accounts for the other 90 percent of the development time.”

— Tom Cargill, Bell Labs

Some day I’m going to get a crystal ball for statistics. Getting bored with a project was always a thing— after the first push, I don’t encounter like 80% of my coding side projects until I’m cleaning— but I’ll bet the abandonment rate for side projects has skyrocketed. I think a lot of what we’re seeing are projects that were easy enough to reach MVP before encountering the final 90% of coding time, which AI is a lot less useful for.

Re: Is Show HN dead? No, but it's drowning

#152

I don't actually mind AI-aided development, a tool is a tool and should be used if you find it useful, but I think the vibe coded show HN projects are overall pretty boring. They generally don't have a lot of work put into them, and as a result, the author (pilot?) hasn't generally thought too much about the problem space, and so there isn't really much of a discussion to be had. The cool part about pre-AI show HN is…

As someone who posts blogs and projects out of my own enjoyment, no AI for code generation, handed edited blog, I still have no idea how to signal to people that I actually know what I’m talking about. Every step of the process could’ve been done by an LLM, albeit worse, so I don’t have a way of signifying my projects as something different. Considering putting a “No LLMs used in this project” tag at the start but that feels a little tacky.

Re: Is Show HN dead? No, but it's drowning

#154
The worst part of the death of Show HN is that most of these people are so allergic to putting any effort in that they can't even write the description themselves. The repo's readme, the ShowHN post, and often even their comments will all be fully LLM-generated. This doesn't even take skill! Writing good marketing copy might take skill, but ShowHN isn't (supposed to be) marketing. Just describe the project in your own words, I promise it's not that hard. The bar is so low that even copy-pasting whatever you prompted to the LLM would be more interesting than the LLM's output. Although maybe it's better this way, since it makes it easier to filter out the garbage instantly.

Re: Is Show HN dead? No, but it's drowning

#155

I don't actually mind AI-aided development, a tool is a tool and should be used if you find it useful, but I think the vibe coded show HN projects are overall pretty boring. They generally don't have a lot of work put into them, and as a result, the author (pilot?) hasn't generally thought too much about the problem space, and so there isn't really much of a discussion to be had. The cool part about pre-AI show HN is…

One of the great benefits of AI tools, is they allow anyone to build stuff... even if they have no ideas or knowledge. One of the great drawbacks of AI tools, is they allow anyone to build stuff... even if they have no ideas or knowledge. It used to be that ShowHN was a filter: in order to show stuff, you had to have done work. And if you did the work, you probably thought about the problem, at the very least the pro…

Sometimes 'gatekeeping' is a good thing.

Re: Is Show HN dead? No, but it's drowning

#158

Earlier quoted context omitted.

There's software for running your own program so they handle most of that except the actual payment part, monitoring for fraud, etc. Plus they don't give any visibility to your program which a network would help with to an extent

Can you recommend this software? It's definitely not considered an ad, but just to understand what exactly you find useful.

yes - please recommend affiliate software that is actually good, lots of people here woudl love it to get off the ground

Re: Is Show HN dead? No, but it's drowning

#159

I don't actually mind AI-aided development, a tool is a tool and should be used if you find it useful, but I think the vibe coded show HN projects are overall pretty boring. They generally don't have a lot of work put into them, and as a result, the author (pilot?) hasn't generally thought too much about the problem space, and so there isn't really much of a discussion to be had. The cool part about pre-AI show HN is…

One of the great benefits of AI tools, is they allow anyone to build stuff... even if they have no ideas or knowledge. One of the great drawbacks of AI tools, is they allow anyone to build stuff... even if they have no ideas or knowledge. It used to be that ShowHN was a filter: in order to show stuff, you had to have done work. And if you did the work, you probably thought about the problem, at the very least the pro…

I have yet to see any of these that wouldn’t have been far better off self-hosting an existing open source app. This habit of having an LLM either clone (or even worse, cobble together a vague facsimile) of existing software and claiming it as your own is just sort of sad.

Re: Is Show HN dead? No, but it's drowning

#160

I don't actually mind AI-aided development, a tool is a tool and should be used if you find it useful, but I think the vibe coded show HN projects are overall pretty boring. They generally don't have a lot of work put into them, and as a result, the author (pilot?) hasn't generally thought too much about the problem space, and so there isn't really much of a discussion to be had. The cool part about pre-AI show HN is…

” The first 90 percent of the code accounts for the first 90 percent of the development time. The remaining 10 percent of the code accounts for the other 90 percent of the development time.” — Tom Cargill, Bell Labs Some day I’m going to get a crystal ball for statistics. Getting bored with a project was always a thing— after the first push, I don’t encounter like 80% of my coding side projects until I’m cleaning— bu…

> I’ll bet the abandonment rate for side projects has skyrocketed

My experience is the opposite. It’s so much easier to have an LLM grind the last mile annoyances (e.g. installing and debugging compilation bullshit on a specific raspberry pi + unmaintained 3p library versions.)

I can focus on the parts I love, including writing them all by hand, and push the “this isn’t fun, I’d rather do something else” bits to a minion.

Post reply on HN