this post was submitted on 07 Mar 2026
320 points (97.1% liked)

Selfhosted

57262 readers
1137 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

My wife needed a cycle tracker. Everything out there was either Flo (which got sued twice for sharing health data) or an abandoned GitHub project. So I built Ovumcy. Single Go binary, SQLite, Docker-ready. No analytics, no third-party APIs, no cloud. Your data stays on your server. Features: period tracking, symptom logging, predictions (ovulation, fertile window), statistics, CSV/JSON export, dark mode, Russian and English. Just pushed v0.2.5. Looking for feedback from real users.

you are viewing a single comment's thread
view the rest of the comments
[–] Serinus@lemmy.world -4 points 17 hours ago (3 children)

It's not realistic to expect no AI assistance in coding in 2026.

It's also not a stand-in for a human. There's a huge field of gray where it's unclear how much of it was fully vibe coded vs how much is carefully hand reviewed and/or written.

I've been a professional developer for decades and I've done both. Obviously I've hand coded stuff for many years. The fully vibe coded stuff is personal, to test and learn the capabilities of the tech. My professional stuff I watch much more closely, and I'm much more targeted in what I'm having the AI do.

That said, if I were gonna use this I'd actually review the code. I'm not recommending this guy's stuff, but you can't rule it out on the basis of ai assistance alone.

[–] teawrecks@sopuli.xyz 2 points 4 hours ago

A bunch of people who couldn't tell their left shift from their right shoelace think you don't know what you're talking about lol.

I agree, to a person who knows the machine, an AI is like a compiler: you know the output you're going for, the tool helps you get there faster. Expecting you to do something the slow way because someone else doesn't know how to code is nonsense. There is a massive difference between using it as a tool, and blindly taking generated code.

If the internet existed in the 70s, I bet people would have asked for a disclaimer on compiled assembly.

[–] iamthetot@piefed.ca -2 points 6 hours ago

Guess I'll stick to unrealistic software then.

[–] CameronDev@programming.dev 12 points 16 hours ago

It may not be a stand in for a human, but that's exactly how many of these vibe coded projects are. It's not unreasonable to ask the developer to spend 30 seconds to describe how they use these tools.