this post was submitted on 08 Jul 2026
651 points (98.5% liked)

Selfhosted

60526 readers
1261 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

This is why you should not install any of the vibe coded apps that get advertised in here regularly. You're just creating a liability for yourself.

you are viewing a single comment's thread
view the rest of the comments
[–] rimu@piefed.social 47 points 1 day ago* (last edited 1 day ago) (3 children)

I made the mistake of installing Starling recently, not realizing how it was made. I contributed a PR to it, wrote a few issues describing some showstopping bugs, and since then there's been absolutely no activity from the creator.

That's fine, they are under no obligation to work for free. But I wouldn't have installed it if I knew it was abandonware.

[–] crater2150@feddit.org 8 points 1 day ago (2 children)

Are there any obvious signs of it being vibe coded that I'm missing?

In my experience, projects not being very active, especially small ones by a single person, isn't anything new that has much to do with LLMs, it was always that way for hobby projects. And it was inactive for only about a month now, with the author replying within one day before that. I have a few hobby projects myself and don't reserve time every month to work on them or check on their repos.

[–] irate944@piefed.social 2 points 19 hours ago

If you have access to their git, watch out for the commit history. Check how much code each commit is introducing and/or editing and how fast they are, and how many times these big commits happen.

If you see a project with big commits in very short interval of times, it’s a sign that it was vibe coded

[–] rimu@piefed.social 4 points 22 hours ago (1 children)

No obvious signs, nope. It wasn't until I started using it in earnest that I got suspicious and then when trying to work on the code it became very clear.

[–] Dojan@pawb.social 6 points 18 hours ago

This in my experience is the hallmark of a vibe coded project. Individual pieces of code can be perfectly fine, but when you zoom out into an overall structure things get weird. Design patterns changing, same/similar problems solved in different, sometimes conflicting ways.

Been working on a project like that at work. Initially I enjoyed the change of pace, but as I realised that there's no coherence at all in the project structure my joy turned into frustration.

To me, the most frustrating thing is that you can't ask someone why something is done in a particular way, because no decision was ever made because no one was there to make a decision. Things just happened.