this post was submitted on 30 Apr 2026
119 points (100.0% liked)

Ask Lemmy

39350 readers
1753 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, toxicity and dog-whistling are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS
 

Have you ever found a GitHub project or anything that seemed nice and tempting to install until you dug a bit deeper?

What are some red flags that should detur anyone from installing and running something?

(page 3) 45 comments
sorted by: hot top controversial new old
[–] DrSteveBrule@mander.xyz 9 points 1 day ago (1 children)

Cant remember what they are off the top of my head, but there's been a couple of times I wanted to download a FOSS program, but it was only available to install through the Microsoft store.

load more comments (1 replies)
[–] chicken@lemmy.dbzer0.com 17 points 2 days ago (4 children)

The install process requires one of:

  • Running a command with npm
  • Manually compiling binaries from source
  • Manually installing dependencies

These aren't bad per-se, but my experience has led me to associate these with spending a bunch of time trying to resolve errors and having to give up in the end and not install the software after all, so if there's any alternatives that I could use I am trying those first.

[–] sem@piefed.blahaj.zone 3 points 1 day ago

Sometimes compiling is painless.

But if it throws any errors, I'm out.

[–] makingStuffForFun@lemmy.ml 3 points 1 day ago (1 children)

Omg. As soon as I see npm, I nope out. So so so so so many dependencies, broken this, not working that. I'm over it.

Supply chain attacks are a bitch.

load more comments (2 replies)
[–] northernlights@lemmy.today 24 points 2 days ago (1 children)

Whenever they start with "I built XXX". People who write their own code say "I wrote".

[–] hikaru755@lemmy.world 12 points 1 day ago (1 children)

Eh, disagree on that one. Even if I write every bit of the code myself, producing good working software involves a lot more than just writing code. Just makes "building" feel like a better descriptor.

[–] northernlights@lemmy.today 0 points 1 day ago

You may be the exception to the rule :)

[–] Mac@mander.xyz 18 points 2 days ago

"Update/Accept or Remind me later"

[–] chunes@lemmy.world 18 points 2 days ago* (last edited 2 days ago) (1 children)

Having no user manual. A user manual is essential. A blurb about what it is and how to build it doesn't count. And please, integrate it with the software, OS, or at least distribute a readme alongside. So much offline software assumes you have a 100% stable internet connection for online help. Also, please don't throw up a wiki and rely on your users to do it.

This might be asking too much, but it wouldn't hurt to pay attention to principles of good technical writing as well. A well-written user manual brings your users a great deal of joy.

[–] MalReynolds@slrpnk.net 8 points 2 days ago

User manuals, I remember those, fondly. Unfortunately a pretty dead concept these days, but certainly a green flag if there is one, but absence is not a red flag.

A readthedocs.io entry is also a green flag (you can always download it for later offline...).

[–] cerement@slrpnk.net 19 points 2 days ago (1 children)

“A user you’ve blocked has previously contributed to this repository.”

[–] Deebster@infosec.pub 5 points 1 day ago

Where that user is Claude? I think that's the only username in my blocklist.

[–] MercuryGenisus@lemmy.world 14 points 2 days ago (1 children)

The build is failing on main. Or they don't have a build process at all.

[–] violentfart@lemmy.world 4 points 2 days ago

Ah, sounds like my workplace.

[–] mimavox@piefed.social 4 points 1 day ago

Goes without saying, but no activity for a very long time makes me skeptic. Also annoying when then aren't any releases, or only available as source.

[–] shittydwarf@sh.itjust.works 8 points 2 days ago

"Ask me later" instead of "no"

[–] mech@feddit.org -1 points 1 day ago

If it isn't in the AUR, it can't be useful.

load more comments
view more: ‹ prev next ›