

Fast food used to be cheap AND convenient. Now it’s just convenient. The fact that I can get a McDonalds meal from the drive thru for the same price as getting a pizza delivered… why would I leave my house
Fast food used to be cheap AND convenient. Now it’s just convenient. The fact that I can get a McDonalds meal from the drive thru for the same price as getting a pizza delivered… why would I leave my house
Video container types (.mkv, .mp4) are different from encoding types (x264, 265)
For both, the “best” or “better” is gonna depend on your use case. .mkv is nice because they bundle multiple video tracks, audio tracks, and subtitle tracks all into one file, but .mp4 is pretty much guaranteed to be playable on anything (although the number of devices that don’t support .mkv is pretty small at this point)
x265 is nice because the quality:file size ratio is much better than x264, but again, compatibility is an issue because x265 is still somewhat new, so older devices probably won’t support it.
As you can probably tell, I prefer .mkv + x265 whenever possible, but that’s only because every device I own can play them
Wednesday is for people who grew up on Harry Potter and want more of it but know that won’t happen because Rowling is a terf wacko
My favorite part of watching WWE is the way their main commentator says “WWE”. You can tell he savors every syllable of it
I get it but maybe something different like “Musk-led Tesla” would achieve what you said while also making it clear he plays no creative role in the companies (which he very much wants, just look up reports of him sitting in on engineering meetings making stupid proposals)
Agreed but we should say something different like “Musk-led Tesla”
Can we agree to stop saying “Musk’s Grok”, “Musk’s Tesla”, etc.? It only plays into his desire to be viewed as a genius instead of just a guy with blood diamond money. He’s never created anything.
I can smell the fedora through this post
Huge KDE fan too but there are a couple defaults that make me scratch my head. Like single clicking opens stuff instead of just selecting
Ah yes, the production of the broadcasts is creative work
Can someone explain to me how copyright, something meant for creative works, is allowed to be applied to athletes playing a fucking game? Like the athletes themselves holding the copyrights would be one thing, but the fact that they’re held by some crusty old English dudes who can’t kick a ball without throwing their back out is crazy
This is what I use to download game replays from NFL+, because they don’t have a download function for whatever reason
You tend to see nonsensical, disjointed product UX and usability decisions a lot more in bigger, highly hierarchical organisations, with big teams, highly specialised, siloed ICs several levels removed from their end users by layers and layers of middle management fat.
Yep, and those layers and layers of middle management will never walk away from a UI/UX review saying “yeah, looks good to me!” because that wouldn’t justify their existence, so they feel compelled to say something even when there’s zero real issues, which is how you end up with inane bullshit
Haven’t thought about that Weird Al song in a while
Anyone got the original comic?
Author did kinda reference this with the ✨Development Velocity✨ part, but the truth is managers and businesspeople* are the ones that just don’t care. Well, not about users at least. Managers just care about promotions and maintaining the upper hand in office politics, and businesspeople just care about money.
If devs were given the proper amount of time to implement things, they wouldn’t be adding GBs of NPM packages from which only one function is used.
If devs were given any power in the decision-making process, the “17 tracking scripts you put on your websites which added 0.004 pence to your bottom line” would never be added
The platform is definitely part of the problem. Bending over backwards to serve the desires of the Trump administration and the executive class
They said they’re new to Lemmy, so they’re probably used to redditors, and anyone still on that platform is very much not okay
I worked with a physicist who wrote code that was so unreadable, it actually made me laugh. He would often include his initials in variable names, even though he was pretty much the only person working in the code base. His functions usually included a flags
argument, which was a list of (usually undocumented) integers that you could pass in to change the behavior of the function. For example, one time one of his functions wasn’t giving the expected output, so I asked him and he replied “oh did you put 32 in the flags list?” Like he just didn’t understand that you shouldn’t need to read the entire contents of a function in order to understand how to use it.
Inb4 “well why didn’t you help him?” he was in his 70s and vehemently refused any advice.
I used to have that problem with ln until I realized it’s essentially the same ordering as cp: source, then destination. The source being the existing file that you’re linking to, and the destination being the link that you’re creating