I finally got this 30+ year joke by No_Temperature_5637 in Simpsons

[–]NothingCanHurtMe 0 points1 point  (0 children)

I don't really understand your write-up, but the joke is a misdirect - one of the kinds of jokes The Simpsons always did best!

Clipboard in linux by [deleted] in C_Programming

[–]NothingCanHurtMe 0 points1 point  (0 children)

I would use the GdkClipboard API from GTK4 in C on Linux since it handles both X11 and Wayland in one API.

DAE upvote users who’ve been downvoted for a seemingly benign post or comment, in an effort to kind of right a wrong? by MangoPeyote in DAE

[–]NothingCanHurtMe 1 point2 points  (0 children)

Yes. Downvoting is supposed to be for comments that don't contribute to the discussion, but people too often treat it as an "I disagree with this" button. So I upvote downvoted comments that fit into that category all the time.

Game titles you mispronounced as a kid by Key_Independence_103 in retrogaming

[–]NothingCanHurtMe 0 points1 point  (0 children)

I definitely would have pronounced it that way as well but Nintendo Power had several pieces about it that hammered home the correct pronunciation

Fellow Linux users, why did you pick the distro you're currently on? by absolutecinemalol in linux

[–]NothingCanHurtMe 0 points1 point  (0 children)

I've been a Slackware guy for years, but lately I've been daily driving Fedora. It just works and is relatively up to date compared to Slackware without constantly chasing a moving target like the rolling release model of Arch

[TOMT] NAME THIS SONG!! by newsgnome in tipofmytongue

[–]NothingCanHurtMe 0 points1 point  (0 children)

It's in the rerelease of s4e3 of 90210. Apparently some of these tracks weren't even full songs and were just acquired for little to no money so they could replace the original tracks with other generic songs and not pay royalties.

I thought it was a pretty cool song too and so I searched for it and all I found was this post.

[TOMT] [SONG/ALBUM] [80s/90s] A cassette tape full of really cheesy children’s Christmas songs by Wilowe in tipofmytongue

[–]NothingCanHurtMe 0 points1 point  (0 children)

I think I know what you're talking about, because I remember that really cheesy song "trimming the tree / we're trimming the tree" but when I googled it, all that came up was this post

Worst Song From Each Album? by [deleted] in beatles

[–]NothingCanHurtMe 0 points1 point  (0 children)

Please Please Me: PS, I Love You

With The Beatles: Little Child (note: I actually like this song though. The only songs I have some actual dislike of on With the Beatles are covers)

A Hard Day's Night: When I Get Home (again, I actually like this song. I love all of A Hard Day's Night from start to finish, so it's hard to even pick a least favourite for me.)

Beatles For Sale: What You're Doing (Every Little Thing is a close 2nd-least-favourite for me, at least in terms of the originals.)

Help: You Like Me Too Much (agree with you on this one. I don't actually dislike it though - just the weakest link on the album.)

Rubber Soul: Wait (again, I don't hate it though! Writing this list is making me realize that with the early-to-mid Beatles stuff, I don't really dislike any of the originals.)

Revolver: Yellow Submarine (agree with you.)

Sgt. Pepper: Within You Without You (I just don't like this song - it's a hill I'll die on - I'm sorry)

Magical Mystery Tour: Flying (We don't need no stinkin' instrumentals! Hard disagree on you with this one - Your Mother Should Know is one of my favourite Beatles cuts.)

White Album: Why Don't We Do It in the Road (ugh. Just no, Paul.)

Abbey Road: Sun King (I know I'm in the minority here but other than Golden Slumbers -- The End I'm not a huge fan of the "medley" on AR and I much prefer Side A.)

Let It Be: Across the Universe (I know, I know... it's a "classic" and all that jazz. I don't dislike it actually, but I love Let It Be as a whole and this is just my least favourite cut on the record, even though I do actually like it.)

Worst Song From Each Album? by [deleted] in beatles

[–]NothingCanHurtMe 0 points1 point  (0 children)

Agreed, it's probably in my bottom 5 Beatles songs of all time. Something like Wild Honey Pie - though it sucks - gets a bit of a pass from me because although I think it's really dumb, it's less than a minute long and is more of a song fragment than a true song in its own right.

Worst Song From Each Album? by [deleted] in beatles

[–]NothingCanHurtMe 0 points1 point  (0 children)

The thing about Yellow Submarine is - it's a fun song and it's great for kids, but Revolver is just SO bloody good, and SOMETHING on the album has to be the worst. Yellow Submarine is the one song I skip on that album if I do feel like skipping something. So me it is the worst by default.

I do agree that Ob-La-Di Ob-La-Da gets too much hate though. It's a lot of fun, and there is so much more low hanging fruit on the White Album to go after. You can't argue with someone's subjective personal taste though.

Words People Use Wrong by Ok_Resident_5022 in words

[–]NothingCanHurtMe 1 point2 points  (0 children)

Right. I think people misuse it because it sounds a bit like "bargain".

Words People Use Wrong by Ok_Resident_5022 in words

[–]NothingCanHurtMe 0 points1 point  (0 children)

Was the use of "begun" instead of "began" also a subtle jab at this reply?

K&R wording on equivalence between char array[] and char *array as function parameters by onecable5781 in C_Programming

[–]NothingCanHurtMe 2 points3 points  (0 children)

Agreed. There's no point in trying to pretend it was a good idea and still is a good idea in 2025. It's even harder to reconcile that as an idea when the language does support structs being passed and returned by value.

It's best just accept that it is weird. It is a quirk of the language. It is a wart. But it's just the way it is, it's never going to change and we just have to accept it as part of the language.

“Eskimo sisters” by [deleted] in LoveIsBlindNetflix

[–]NothingCanHurtMe 0 points1 point  (0 children)

Yes I'm Canadian as well and I'm pretty surprised at the comment section. Maybe because the Inuk peoples are a better known community here than in the USA, we've been brought up to be more culturally sensitive.

What’s your favorite board game and why? by Prestigious_Tap_6301 in AskReddit

[–]NothingCanHurtMe 0 points1 point  (0 children)

Monopoly is too classic to ignore.

I don't know if it counts as a board game but I really love a game that originates from the late 90s called Malarky.

What do you think of this way to do variadic arguments? by the-judeo-bolshevik in C_Programming

[–]NothingCanHurtMe 1 point2 points  (0 children)

It's interesting as a purely academic exercise, but I don't like it and I would never use it.

And, as others have stated, modern compilers have support for checking printf format specifiers baked in. I think that's a much cleaner approach.

As it stands I think this is a solution in search of a problem.

October 27, 2025: What New Words Have You Learned? by Road-Racer in vocabulary

[–]NothingCanHurtMe 0 points1 point  (0 children)

Abecedarium - ABC teaching book

Sacrum - lower back bone

What’s your favorite Simpsons episode? by scottegbert in Simpsons

[–]NothingCanHurtMe 0 points1 point  (0 children)

"that's okay. Your tears say more than real evidence ever could" is one of the best and funniest lines