

Every now and then, I’ll read a post like “BEES ARE YELLOW!” or something and I’ll somehow know that Trump said some random bullshit.


Every now and then, I’ll read a post like “BEES ARE YELLOW!” or something and I’ll somehow know that Trump said some random bullshit.
You have to listen to Jolene 2: Jolene got a time machine. It’s basically the plot of Terminator 2 but instead of Arnie it’s a redhead hottie.
Common misconception. They’ll be bussing.
The word is “conscientious”. AI is not conscientious because it has no interiority. Therefore, it doesn’t actually take any responsibility for the work, which means it doesn’t actually make you more productive.
Similar to a calculator is great for adding numbers together, and a computer accelerates that, but woodworkers just use the lengths of the wood rather than calculating things.
She’s sort of a prostitute in the movie (not the same thing due to cultural differences, but those guys are all there for paid sexual relations). That’s what the lyrics are about.
Why is Ben Stiller there? For that matter, why is Sean William Scott there? Like that movie sort of ruined his career.


Devito is the only person I can think of who would say his height is shorter than it actually is. Dude’s probably like 5’ 3" but downplays it.
Australia has had phone number portability for well over 20 years. This means that for basically everyone, the phone number they had when they first got a mobile phone is the one they use today. Phone numbers are amazing in that they are simultaneously a stable code from which we can contact someone we know, but they are also abstract and therefore deniable (AKA “new phone who dis?”).
What we have today is not a network effect problem, but an identity problem. Not only does XMPP give you a pretty unreliable identity, that identity, well, identifies you to everyone. Everyone knows [email protected] is me, even people who aren’t logged in.
Signal gets around this by piggy backing off your phone number, a thing people trust. Basically any traction Signal has is because of this piggy-backing. It can also use this technique to prevent a bunch of spamming / aid in moderation. Matrix, which the article also mentions, also gets around a bunch of issues through centralisation. XMPP servers need to do this manually, have moderation, etc. You also cannot guarantee portability the way you can with phone numbers.
One possibility is to do the same trick. Piggy back off phone numbers. Create some sort of attestation framework with phone numbers, then have some list of servers which will automatically create a UUID-named account based on that attestation. Now servers can come and go, and the client just needs to create a new attestation. This sort of works like a sea of servers and the client just uses the nearest one to create an account and fetch attestation information. However, it also has one of the biggest downsides of Signal: Needing a phone number.
The other trick is to use some sort of externalised identity framework, maybe openid or Solid, which means someone has to pay for the Solid ID, but not for the actual messaging framework. I wonder if that just shifts the problem one step over though. The big disadvantage here is that the deniability / anonymity is completely gone.
The root of the problem feels like DNS, and XMPP anchors off it. Maybe the right solution is something peer to peer, but then why not just use that as the messaging platform.