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.
Calling capitalism bad isn’t equal to calling communism good.
I see this all the time. People think the opposite of capitalism is communism, which is plain wrong. They are completely different systems, but many parts are similar. If you say “I don’t wanna do capitalism anymore” it’s not like you are forced to be a communist now.
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”.
What is the reason for such an addon? Simply bypassing the tracking of the shortener?
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”.
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!
I have my own mailserver just for me and it wasn’t that complicated to be honest. I set it up with Mailcow in Docker in under a day. So far it has been stable with regular backups and updates through Lighthouse.
Maintenance comes down to 5 minutes every three months because somehow Let’s Encrypt and Mailcow don’t like each other and I have to renew the certificate manually.
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.
But I love drugs.
There’s tons of email providers out there. I bought a domain and rented a small VM for some learning about servers and the company provides a direct email service with the domain. Now I have unlimited mail-accounts with my own domain name and Google can fuck right off.
You are right. It’s a joke because there is absolutely no affordable housing to be found in Germany.
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.