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

Open Source

30385 readers
627 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] 0 points 8 months ago (1 children)

I just hate having to re-configure all my stuff whenever I set up a new box 🤷

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

Agreed. That and I hate Docker with a burning passion.

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

As someone who is out of the loop a lot, what is it about Docker that you hate? What do you use instead?

It took me weeks to wrap my head around it, but now I enjoy being able to spin something up without too much work. At work we have the whole CICD thing with Docker and K8, but I am pretty far removed from what they have to do in the run files.

What other kinds of workflows do people use these days?

[–] [email protected] 0 points 8 months ago

Nix flakes are all I need to completely replace Docker.