You can also set your profile picture to ‘missing/broken image’ icon.
Why would anyone do that?
What the fuck is that stock image? They really said “contemplating suicide but make it corporate”.
I’d assume the noose is edited in
It’s actually not, I’ve looked through all of the stock images of this guy and in some he was holding the noose in his hands.
Do you have the source?
Here, I hope this doesn’t get me banned or smth lmao
https://www.shutterstock.com/image-photo/businessman-thoughts-suicide-88800343
I have saved it outside of Lemmy!
And that picture’s… Memable!
I went to grab Bobby Tables and found this new variation
Isn’t it actually illegal to call your child “null” or “nil” in some places
It depends on where you live. Some regions have a limited list of acceptable names, some places just have limited lists of unacceptable names, but I can’t find anywhere that explicitly bans Null.
It does suck to be named Null, though. It’s like two steps down from not being given a social security number as an infant
https://xkcd.com/327 the original is even better :)
I’m confused by this comment. “The original is even better” reads like you are informing TO about the original. But you’d expect them to be aware of it, what with them referencing the joke nickname and saying “a new variation”.
It’s mostly confusing because there are clearer ways of posting the original comic for the uninformed than referencing the only person certain to have seen it.
Why hope they sanitize their inputs?
Why are they trusting an AI that cant even do math to give notes to tests?
Because it’s the most efficient. With students handing in AI theses, it’s only sensible to have teachers use AI to grade them. No we only need to have teachers use AI to create exam questions and education becomes a fully automated process. Then everyone can go home early.
I had no idea this was a thing.
Thanks. I’ll use it. I’ll use it a lot.
I did this to myself last week on a new project. Spent an hour trying to track down at what point in my code the data from the database got converted to [Object object]. Finally decided to check the db itself and realized that the [Object object] was coming from inside the house the whole time and the error in my code was when the entry was being written smh
Sanity checks
Always, always check if your assumptions are true
- am i even running the function?
- is this value what i think it is?
- what is responsible for loading this data, and does it work as expected?
- am i pointed at the right database?
- is my configuration set and loaded in correctly?
print(“hello”) print(“hello1”) … print(“wtf!”)