Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Yeah, I was looking for that info, because I don't trust any (especially new projects, that use AI).
How did you know, it was AI though? I am just curious
The OP says so in the comments, but also:
That's right, I've been working on this project for a few weeks. I wasn't sure if I should commit it to a public repo, but I thought it'd nice to have other people testing it out, and giving their opinion. Honestly, I never used github before, that's why the account is new. I committed everything at once, when I felt like the application was "functional".
Git commits should be focused on one small thing at a time, doing small changes or additions. Then using descriptive commit messages like "add webook notifications" or "fix webhook triggering twice".
This makes the history of the project easier to see what changes were made and for what purpose. If something breaks webhook functionality then you can have an easier time finding what broke that feature. It also has the added benefit of someone showing their work progress. It's like you can be a math genius but if you don't show your work, your professor is going to think you cheated. In this case, it's a pretty dead giveaway that AI was involved. Since you are using AI then smaller commits also let you see what the AI to changing between iterations since even if you give it a copy of a file, it may change other parts of that file that you didn't ask for, and those changes could be good or bad.
And just because you are making these commits doesn't mean you have to "git push" them to your public repo right away. Since you're working alone and don't have any community contributors then you can just keep that work locally and push when you're ready for the next public release. Over time you could start using a development branch in git and push to that, so other developers can see your progress and when you're ready for a public release your merge the changes to your main branch. That's some more advanced git stuff but it's a core skill of any developer to be able to use branches.
Also there's nothing wrong with being new. I only mentioned the new account because when combined with the other things, this was a dead giveaway of AI use.
For what it's worth, good job putting together something that is useful for you. I would just encourage you to make sure you are trying to understand what you are doing and be willing to challenge yourself instead of using AI as a mental crutch like many people do. AI can only get you so far and you'll need to learn enough to call its bullshit and point out its mistakes.
Also the look of the UI I can see default Claude UI a mile away these days. Always the same colours, fonts, layouts, ect...