this post was submitted on 05 Nov 2024
74 points (98.7% liked)

Programming

17405 readers
186 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 1 week ago (3 children)

This is one of the more important reasons to minimize dependencies and be very picky about the ones we adopt.

[–] [email protected] 1 points 6 days ago (1 children)

I don't disagree. My last job was using winget to update some things. I raised the concept of trusting otherwise unknown updates, but I was pushed aside for the quick utility.

I'm only a student of cybersecurity, but I harshly judge my former "security expert" on far more than that.

Like fuck, the help desk has to install every patch, to every machine, through a spreadsheet?

No, deploy that shit from a server. Fuck.

In a way, I'm glad I left. In another way, I would really like a pay check again... and I moved to a well, tech illiterate state. Fuck me.

[–] [email protected] 1 points 6 days ago

My condolences. Unfortunately, people are sometimes designated the in-house expert on a thing just because they seem slightly less ignorant of it than anyone else in the organization. That leaves more than a few people making decisions that impact security and privacy without good understanding or sound judgment in those areas.

Maybe you should train up and become your state's new security expert?

[–] [email protected] 5 points 1 week ago

Absolutely this. It almost seems like a controversial opinion sometimes, but microdependencies is a code smell imo. This could largely be improved by providing a more extended standard lib, at the cost of innovation and velocity maybe. I found this interesting: https://blessed.rs/crates

[–] [email protected] 2 points 1 week ago* (last edited 1 week ago)

IDK about you but the company I work for can't live without npm packages doing almost everything. For example: the is-even package.