Ah, yes. Another weed meme of a person who clearly never consumed any weed.
Ah, yes. Another weed meme of a person who clearly never consumed any weed.
Not the original commenter, but I think it’s a good ending fitting the show. It’s a drama and it ends in drama.
It shouldn’t. Boring troll attempt.
When using current reddit UI, you need to log in to “verify you are over 18”.
When using old.reddit.com you can proceed with a simple click on “Confirm over 18”.
I am so glad the shareholders got their money!
Just imagine some rich people didn’t get more rich, just stayed as rich as they were, so we could “save the planet”. Disgusting!
What is the reason for such an addon? Simply bypassing the tracking of the shortener?
Being rich implies you are evil. If you were good, you would give back to the people who create your wealth.
A good person understands they are not entitled to that much money with so much bad things in the world nor need it in the first place to live a decent live.
(30,27): error TS7006: Parameter 'fuck' implicitly has an 'any' type.
Read a book! Best way to get the brain to calm down.
This is due to the default sorter in JavaScript sorting by the string value. The reason for that is that this won’t create errors at runtime. Since JavaScript does not have types, this is the safest way of sorting.
This works:
const unsorted = [1, 100000, 21, 30, 4]
const sorted = unsorted.sort((a, b) => a - b)
deleted by creator
Same the other way around. I (european) regularly read about “100 degrees weather” somewhere in the US and my first thought always is “damn, that’s as hot as boiling water”.
deleted by creator
Thanks for the tip, I will try that one out!
I like to listen to podcasts in the gym and I will interrupt my set to skip sponsors and ads. The enshittification on Spotify is particularly bad as they now play ads in addition to sponsorings for premium listeners.
I have been adblocking on YouTube for as long as I remember. Personally I think it’s unusable without an adblocker. What’s the alternative? Because I am not suddenly going to pay for a platform that keeps getting worse all the time.
It’s not. The default sorter does that, because that way it can sort pretty much anything without breaking at runtime. You can overwrite it easily, though. For the example above you could simply do it like this:
[3, 1, 10].sort((a, b) => a - b)
Returns: [
]
JS !== Java
Try Javascript some day!
Try Javascript today!
NASA has a super interesting explanation about it here: https://svs.gsfc.nasa.gov/4709
Probes have also been taking pictures: https://en.m.wikipedia.org/wiki/Far_side_of_the_Moon
I know you are joking, but it’s super interesting to me, so I wanted to share something about it.
For me it’s 7am-3:30pm and I do all my work between 7am and the daily at 9:30am. After that it’s just meetings and bullshitting on the internet. Everyone is satisfied with my work.