- 2 Posts
- 17 Comments
taco_shale032@lemmy.mlto
Privacy@lemmy.ml•0807: a self-hosted file host with self-destructing links. Open source, Tor, no logs
1·6 days agoI see, is there a reason why you don’t just link to the GitHub repository (or better yet, use Codeberg)? Seems a bit strange to have the logo there when it goes to a different domain. This project looks like it could be useful.
Edit: I found the contribute pages, I’m assuming you did it this way for those that wish to stay anonymous (e.g: Tor visitors).
taco_shale032@lemmy.mlto
Privacy@lemmy.ml•0807: a self-hosted file host with self-destructing links. Open source, Tor, no logs
3·6 days agoIs this a repost? I’m sure I saw a post like this already a few days ago.
taco_shale032@lemmy.mlOPto
Privacy@lemmy.ml•A new community rule for language model disclosure
2·10 days agoHow would you even verify “did this project use an LLM”?
There are different ways, checking if a
CLAUDE.md,AGENTS.mdorSKILLS.mdfile is present is often enough. Obviously this isn’t bullet proof but it’s better than no disclosure in my opinion.disclosure tag doesn’t change whether the code is accurate, safe or good.
I didn’t say it has to be a tag, what I had in mind was a simple disclosure in the post description explaining how you used AI for the project (or just a simple “this project is AI assisted” if you dont know the extent, e.g: projects that aren’t yours).
I don’t necessarily have an issue with experienced developers using AI to write the code for them which is what I mean with “when not used correctly”. I do take issue with inexperienced developers that create privacy related software without proper knowledge of what their code actually does (AKA vibe-coding) and going around promoting it as “privacy-friendly” and “secure” while that may not be the case.
Maybe there are better ways to go about this though, which is partly why I created this post.
I don’t see how that relates to my question. 🤔 I’m asking because you say it’s “open source and community-maintained” on the landing page.

What about the source code? I couldn’t find it on GitHub.
I’m not necessarily disagreeing with you, but I personally think it should be disclosed somewhere when AI/LLMs are used and optionally to what extent.
Did you build this with AI/LLMs? Also, where can I find the source code?
taco_shale032@lemmy.mlto
Privacy@lemmy.ml•Memdeklaro - Freedom of identity - Open source alternative to centralized ID
3·1 month agoIt’s hard to say with certainty, maybe I’m just nitpicking or the developer isn’t very experienced, but there are a few things that could hint towards it (for context, I’m a web developer):
- lack of white-space and newlines
- inconsistent indentation
- a missing
and missing closing tags for the<body>and for a<div>element <meta name="robots" content="index, follow">but therobots.txtfile that’s present does not match with its content<meta itemprop="..." ...>: I have never actually seen this attribute before, apparently this is meant for SEO but I don’t think any modern website uses it- overriding styles that are written lines before it like:
margin: 0 auto; margin-top: 60px; margin-bottom: 80px; - using
varstatements instead oflet/const
That’s what I gathered after skimming through the
index.htmlfile.Edit: I forgot to point out that the design of https://memdeklaro.org/ looks extremely vibe coded as well.
taco_shale032@lemmy.mlto
Privacy@lemmy.ml•Memdeklaro - Freedom of identity - Open source alternative to centralized ID
8·1 month agoThis looks vibe coded.
taco_shale032@lemmy.mlto
Selfhosted@lemmy.world•Axios JavaScript library has been compromised with malware in supply chain attackEnglish
8·3 months agoI agree, I think it would be better to use something like dependabot or renovatebot so you can know of and apply security updates right away.
taco_shale032@lemmy.mlto
Open Source@lemmy.ml•[App]Found an open-source alternative to replace Google Photos — and it even offers unlimited storage!
6·3 months agoThis sounds hard to believe.
I wouldn’t be surprised if Telegram eventually ended up deleting someone’s entire “backup”.
taco_shale032@lemmy.mlto
Selfhosted@lemmy.world•Introducing Homelabinator, the easiest way to self-host.English
3·3 months agoIt does seem odd to leave comments like https://github.com/homelabinator/homelabinator_unified/blob/a3301d01d732449ba65561c1033e158839e7244f/.gitignore#L66-L67 in. But aside from that, some of the code is also written in an unusual way imo.
taco_shale032@lemmy.mlto
Selfhosted@lemmy.world•[METAPOST] Please stop linking OpenSlopwareEnglish
141·3 months agoI’m not sure if this also applied to the (now deleted?) original repository since this is a fork, but I agree that the name of the project is misleading.
The readme file mentions the following:
The intention of this list is to raise awareness of AI/LLM usage in popular open-source software.
So it is supposed to be a list of software that uses AI to any degree and leaves it up to the reader what to do with said information.
And to counter your argument:
If you are using the app, you know if it has AI features or not and if you have not noticed, why are you bothered?
It isn’t always clear whether features use AI unless you actively look for it. Some people prefer avoiding software that uses it to a certain or any degree.
If you think this is a bad list, then I believe that’s because you misunderstood it’s purpose, though I don’t necessarily blame you.
You could open an issue to suggest changing the name.
taco_shale032@lemmy.mlto
Selfhosted@lemmy.world•Sharkord - an open-source self-hostable Discord alternative with voice, video, and real-time messaging.English
7·4 months agoI suppose tone matters when trying to get your point across. 😄
taco_shale032@lemmy.mlto
Selfhosted@lemmy.world•In light of changes coming to discord: SharkordEnglish
80·4 months agoKeep in mind that this project is likely vibe coded, or at least seems very AI assisted. (Copilot is mentioned in the
.gitignorefile and this was built by a single person in about 4 months) A bunch of security issues have already been opened.
taco_shale032@lemmy.mlto
Selfhosted@lemmy.world•Sharkord - an open-source self-hostable Discord alternative with voice, video, and real-time messaging.English
40·4 months agoKeep in mind that this project is likely vibe coded, or at least seems very AI assisted. (Copilot is mentioned in the
.gitignorefile and this was built by a single person in about 4 months) A bunch of security issues have already been opened.Edit: @[email protected] already mentioned this, my bad. 😄

Ah, that makes sense. Thank you! I might eventually look into self-hosting an instance so I don’t have to keep migrating.