this post was submitted on 11 Jan 2024
24 points (100.0% liked)

Open Source

30308 readers
2240 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
24
Don't be that guy. (lemmy.world)
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

When you're talking to an open source dev, just remember that they are literally giving you their time for free, and they are people who don't like to be treated poorly.

Edit: Just to be clear, I don’t mean any ill will toward the guy. He’s frustrated and he’s just taking it out in the wrong venue at the wrong people, but that doesn’t mean he’s a bad person.

Edit 2: The reinstalling he’s talking about is NPM. So just running npm install. It’s because he tried removing the node_modules directory, which is a reasonable thing to do, but it means you need to reinstall the modules with that command.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -1 points 8 months ago (22 children)

You're not entitled to a working computer once you execute a free program?

[–] [email protected] 0 points 8 months ago (16 children)

Honestly, no. It's your job to vet the software you run. If it's open source, you had every chance to make sure it wasn't going to irreversibly break your system ahead of time.

Alternatively, you could pay money for a solution from a reputable company with support.

[–] [email protected] -1 points 8 months ago (12 children)

You're implying that to even install the simplest of programs, I'd need to read and understannd many thousands of lines of code, starting with the FOSS project itself and then spidering out to every dependency. This speaks nothing of the fact that it may be written in multiple languages, some of which I am not familiar with, and even if I am, code can be written in ways that's almost impossible to understand. This might take a week for a 200 line project.

Reminds me of when my employer said they were going to stop using open source software until a team had vetted it completely. Lol, once they talked to engineers that idea died immediately.

[–] [email protected] 0 points 8 months ago (1 children)

That's absolutely a ridiculous stance. Yes, you can personally go through everything, but there's also searching around to find out what other people say about it, actually look through the issues people have raised. Some of it applies to proprietary software as well, find out what other people say about the software. You don't need to do everything yourself, but you do have to take responsibility for trying to make sure it will work as you hope it will.

[–] [email protected] -1 points 8 months ago
load more comments (10 replies)
load more comments (13 replies)
load more comments (18 replies)