Comment on
unrolling loops is efficient, right?
Reply in thread
It's so rare for me to have to use the modulo operator I'm actually excited when I come across a situation where I can.
Comment on
unrolling loops is efficient, right?
Reply in thread
It's so rare for me to have to use the modulo operator I'm actually excited when I come across a situation where I can.
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
Reddit just removed all the mods from /r/self and locked the sub
Reply in thread
not like there’s a rapidly growing, decentralized alternative solution out there that is positioned to compete, right Spezzy?
Complex thoughts like this require the ability to self-reflect, and that isn't exactly a trait that raging narcissists are known for.
Comment on
Apparently, Google's new AI-based search is quite honest.
Reply in thread
Just added it to the massive Google graveyard next to Stadia, wave, hangouts, plus, music, etc etc
I am shocked and appalled that Google Reader didn't get called out in this list and is relegated to the "etc" category.
It deserves more than "etc."
Comment on
What's a company secret you can share now that you no longer work there?
Reply in thread
Some places are insanely polluted to the point where you wonder how a whole company could be so braindead and essentially poison themselves.
"That's the future guy's problem, my problem is making money."
No need to wonder. That's how.
Comment on
when you are wrong but won't take responsibility
Comment on
Lemmy enjoys growth as developers pivot from Reddit amid API charging controversy
Reply in thread
I just wished the Lemmy API docs were better lol.
Finnegans Wake makes more sense than Lemmy API docs. Even calling it "documentation" is a stretch.
I literally had to clone the Lemmy git repo and read the source code to find the implementation of an API endpoint and see how it worked for a script that I was writing.
Comment on
Le torture
Reply in thread
Deleting an entire line by hitting x repeatedly
The first time I ever touched Double Ds was in vim.
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
Reddit just removed all the mods from /r/self and locked the sub
Reply in thread
It was a sub that only allowed self text-only posts, no links. People used it as a place for pretty much anything, like getting advice, venting, telling a funny story etc.
Comment on
Fuck yeah, r/android is still on lockdown
Reply in thread
You could just use Unicode lookalike characters instead. Guarantee they aren't scanning for that:
lеmmу
That doesn't actually say "lemmy." They're Unicode lookalike characters, not ASCII. CTRL+F for the word lemmy, that instance above won't show up.
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
Looks like it's happening!
Reply in thread
Not sure what version you're on, but the "compact" view in Liftoff now (I'm on version 0.10.9) is actually compact:
Comment on
12 years ago. Wonder what Lemmy will look like in 12 years?
Reply in thread
It's a decade later, and I'm still bitter about Google Reader's unceremonious execution.
Comment on
Reddit now won't let non-logged in users see subreddits until they've been "reviewed"
Reply in thread
Future incidents probably will still happen
It's not a question of if, but when. The only secure computer is one that's a mile underground, encased in concrete, and with no network connection.
And even then, it's still not a 100% safe bet.
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.
Comment on
Lemmy.world has grown by about 66.6% since reddit's API shutdown
Reply in thread
FYI, you can patch RiF with Revanced to use your own OAuth token. I did it, and it works, but I'm not actually using it anymore/haven't been to reddit for a while.
I just did it as more of a "Fuck you, I won't do what you tell me" thing than anything else.
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.
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.
Comment on
What's a company secret you can share now that you no longer work there?
Reply in thread
Throw in a mysterious comment that says "Don't change anything below this line or everything breaks" and it's complete.
"We don't know why this works, but it does, don't touch it." would also be acceptable.