If you can write off JS because “you have to use it because it’s the internet” then I can write off Java because “you have to use it for billions of 20 year old legacy applications”.
If you can write off JS because “you have to use it because it’s the internet” then I can write off Java because “you have to use it for billions of 20 year old legacy applications”.
You actually think there’s more Java code than JavaScript? Basically every website in the world feels the need to use JS nowadays.
She does, in fact, explain it in the video. Worth the watch.
How would that even fundamentally make sense? Define “own”. If you post the comment “lol” does that mean I shouldn’t be allowed to post “lol” since you “own” it? How would simply posting something establish ownership? What if you had copied it from a different site?
What does “crowd everyone else out” mean specifically here? People could still choose to use non-Threads ActivityPub apps.
Strong disagree about the email thing. When people say that, they aren’t talking about low level implementation details like this article goes into. They’re talking about the ability for Gmail to talk to AOL.
Non-technical users have no idea about implementation details of email anyway, so I highly doubt anyone has ever interpreted it that way.
Yes, my point is that context is irrelevant.
So is email
GDPR isn’t specific to public forums.
Show me where. Taiwan claims to BE China, not part of China. That’s a big difference.
Also, they don’t need to claim independence since Taiwan has never been part of PRC. That would make as much sense as France never claims independence from the USA.
Outside of that very specific context, China == PRC. I understand the history of Taiwan very well, and it’s important for people to understand that they are two different countries.
China*
Please stop saying “mainland China”. It implies Taiwan is part of China, at least to some.
This is opting in to Mastodon’s search, not third party search engines.
Because a lot of the time you lose users because there aren’t enough users.
If the landlord cares about something then they should have put it in the contract and then kicked them out due to that. Raising pricing is not necessary.
It might have to do with using VPNs.
Exceptions opt out of the type system. The problem with them is the same problem as null. Here’s a video of the creator of null explaining: https://www.infoq.com/presentations/Null-References-The-Billion-Dollar-Mistake-Tony-Hoare/
Null and errors are just values at the end of the day, and should be treated as such. Doing so means your code is far easier to reason about.
Rust takes this approach and is one of the many reasons people love it so much.