Spyke

Replies

Comment on

What's a company secret you can share now that you no longer work there?

Reply in thread

Places like that never learn their lesson until The Event™ happens. At my last place, The Event™ was a derecho that knocked out power for a few days, and then when it came back on, the SAN was all kinds of fucked. On top of that, we didn't have backups for everything because they didn't want to pay for more storage. They were losing like $100K+ every hour they were down.

The speed at which they approved all-new hardware inside a colocation facility after The Event™ was absolutely hilarious, I'd never seen anything approved that quickly.

Trust me, they're going to keep putting it off until you have your own version of The Event™, and they'll deny that they ever disregarded the risk of it happening in the first place, even though you have years' worth of emails saying "If we don't do X, Y will occur." And when when Y occurs, they'll scream "Oh my God, Y has occurred, no one could have ever foreseen this!"

It'll happen. Wait and watch.

Comment on

What is a website everyone should know about?

Reply in thread

Is this really that useful though?

It's very useful if you don't use a password manager and/or reuse passwords.

The most useful part about it to me is the API. You can tie it in to Active Directory to blacklist all hashes that appear in any breach, plus expire/force a password change if any user on your domain uses a password that has been in a breach. It completely eliminates that vector from threat actors immediately.

So yeah, I would call this intensely useful.

Comment on

Folder

Reply in thread

I've been using nothing but Linux at home and work for 20 years and it's news to me that these words are not equal synonyms.

The only people that get upset over it are those whose entire personality are based on superficial bullshit like this because they don't have a personality, or just want to feel superior to someone else, or both.

I've been using Linux professionally for a couple of decades, and using it period since it was hard to install and Slackware came in the mail on ~50 floppy disks. There is not enough "Get off my lawn" in the world for those people.

I'll call the path container whatever I damned well please.

Comment on

What did you see?!

Reply in thread

I've had something similar happen, except the post that I found which fixed the problem was made by... me. Apparently I'd had the problem before, figured it out, and then posted an update about why it was happening and how to fix it.

That was some Twilight Zone shit.

general

Comment on

Lemmy.world is exposing the NGINX version

Reply in thread

Edit: on the other hand, does the latest nginx get pulled at time of creation?

It depends on how you have your docker compose file set up. If you pin the version, no, it's never going to get updated unless a new version with that exact tag is released. If you omit the tag, it's going to default to whatever is tagged as latest in the image repository, and that's only going to actually update the image when you either manually pull the image or relaunch the compose stack.

If you want it to auto-update without relaunching the stack or manually pulling the latest image, you'd have to set up something like Watchtower and have it monitor that container.

linux

Comment on

Slackware turns 30 today

Reply in thread

and how hard it was to get x11 working

Oh good God. If you really want to test someone's resolve, sit them down at an old computer with a CRT and no Internet and have them configure X11 from scratch. Seeing that default X11 crosshatch background for the first time was practically orgasmic after the bullshit I went through to make it work.

That's one of those traumatizing experiences I'd completely blocked from my memory until I read your comment.

Traumatizing experience #2 that just came back to me was getting a winmodem working and connected to my ISP via minicom.