
Lemmy Shitpost
Welcome to Lemmy Shitpost. Here you can shitpost to your hearts content.
Anything and everything goes. Memes, Jokes, Vents and Banter. Though we still have to comply with lemmy.world instance rules. So behave!
Rules:
1. Be Respectful
Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.
Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.
...
2. No Illegal Content
Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.
That means:
-No promoting violence/threats against any individuals
-No CSA content or Revenge Porn
-No sharing private/personal information (Doxxing)
...
3. No Spam
Posting the same post, no matter the intent is against the rules.
-If you have posted content, please refrain from re-posting said content within this community.
-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.
-No posting Scams/Advertisements/Phishing Links/IP Grabbers
-No Bots, Bots will be banned from the community.
...
4. No Porn/Explicit
Content
-Do not post explicit content. Lemmy.World is not the instance for NSFW content.
-Do not post Gore or Shock Content.
...
5. No Enciting Harassment,
Brigading, Doxxing or Witch Hunts
-Do not Brigade other Communities
-No calls to action against other communities/users within Lemmy or outside of Lemmy.
-No Witch Hunts against users/communities.
-No content that harasses members within or outside of the community.
...
6. NSFW should be behind NSFW tags.
-Content that is NSFW should be behind NSFW tags.
-Content that might be distressing should be kept behind NSFW tags.
...
If you see content that is a breach of the rules, please flag and report the comment and a moderator will take action where they can.
Also check out:
Partnered Communities:
1.Memes
10.LinuxMemes (Linux themed memes)
Reach out to
All communities included on the sidebar are to be made in compliance with the instance rules. Striker
Pfffft….

Amateurs!

I see someone finally embraced the fact that C++ templates are Turing-complete and you don't really need much of the rest.
Josuttis's books are normally pretty good, lots of examples and a clear explanation of why you might want to use something, but oof that looks akin to a kick in the essentials.
Even if you've no other reason to update to C++20, the fact that if constexpr gets rid of half the things you'd previously need to use SFINAE for, and concepts gets rid of the other half, makes it well worthwhile. Amazing how much it stops hurting when you stop doing ridiculous things.
C++ 20? I had to learn and do template metaprogramming on gcc 4.8 😭😭😭
The book is a good book though.
This book...I read the whole thing, did most of the problems, and still don't know a thing about abstract algebra.


I noped the fuck out of that course. I'm sure it's super interesting and rewarding, but I just couldn't take it mentally at the time.

For anyone who doesn't know, this is what linear algebra looks like

y = mx + b
It's algebra. It's linear. 😬
No way, dude. Thats affine, not algebra, and not linear. Its a lie meant to divide us.
You've officially lost it.

I've never had it
I solved it. Answer hotdog
Is this how Costco keeps their hotdog combo so cheap?
That and the threat of the CEO going full Patrick Bateman on the board.
you got to use numbers? i'm so jealous. we had to use matrices of variables when i learned it
One time at work I was trying to work out a least-squares fit using linear algebra.
I have no background knowledge in linesr algebra, it felt like drawing a pentagram on the floor and chanting in backwards Latin.
That's not a fair example, I know what linear algebra is but can't tell what's going on.
Change of basis would be my guess, but that's pretty basic.
You could've provided something far worse, like a manual construction of the Jordan normal form of a large matrix.
It's been more than a handful of years since I had to learn linear algebra so I am very out of practice, and this was the first image that I saw that made me go, "yeah, that looks about right." I thought I should include some image since I have told people during college that I was in a linear algebra class and several had the same response of, "Really? I learned algebra in high school. Weren't you in calculas last semester?"
I am a freak who really enjoys linear algebra. It's actually quite heartening to discover that even amongst my friend group of weirdos, there are still freaks
My dad's grade 4 teacher used to clobber him real good with a Bible whenever he did normal kid stuff, the Bible can definitely make you cry.
Ew Java

I remember algebra. x = 2 and all that jazz. Letters and numbers mixed all willy-nilly. Surely the "commutative" part can't make it much worse.
Everybody giving all these first year engineering books. Real engineers cry when they're doing their CCNA certification.

I actually did study for the CCNA and was primed to certify. I decided not to go that route and found myself in a Java class a couple years later. I now don’t use either of those things.
Java is neat: you just get what you write. There are things that really makes you cry and Java is not among them
Just make the 200 line boiler code setup to make some
system.stuff.thingy.log.println("hello world");
Then it's not compatible with the installed vm.
Then it's not compatible with the installed vm.
This almost never happens, unless you do very niche things or have unrealistic expectations from your file system.
Niche things include using obsolete cyphers for net communication or running java code on the ibm mainframe, not something you do day to day.
Java has changed a lot since Java 8. Here's a 3-line HelloWorld.java compatible with Java 21+:
void main() {
System.out.println("Hello, World!");
}
Theres always Kotlin, which is like Java but for humans
It makes me cry when modded minecraft uses 100% of my CPU and eats up 20gb of ram. (This is only a little bit java's fault)
-
Java should not be used for game engine design. Stop-the-world events and poor shaders support do not help.
-
JVM eats as much memory as you give it, so try playing with -Xmx param
you just get what you write.
Every language is like that
Project Hail Mary legitimately made me cry there towards the end. I watched the movie afterwards and it wasn't nearly as impactful (and I have opinions about the movie, even tho it was decently good), but the book just kicked me in the chest.
Lessons in chemistry
I have that book on my bookshelf. It didn't make me cry nearly as much as some C++ books.
