Readit News logoReadit News
cyxxon · a year ago
So, Twitter did a clbuttic mistake in 2024 and went live without testing this, presumably?
nfriedly · a year ago
duffyjp · a year ago
That was a fun read. I fired up a Valheim server for my kids (and me, let's be honest) and it censored part of the word "Basement" in my server name. :)
timoxley · a year ago
Clbuttic is even the (Collins) dictionary-defined nomenclature for this effect: https://www.collinsdictionary.com/us/dictionary/english/clbu...
65 · a year ago
Clbuttic -> Cl-ass-ic -> Cl-butt-ic
k1rd · a year ago
reminds me of teh cloud-to-butt chrome extension https://chromewebstore.google.com/detail/cloud-to-butt-plus/...

Deleted Comment

EdwardDiego · a year ago
Is this like the Scunthorpe Problem?
nojs · a year ago
I mean I recently saw an Airbnb ad with something like pREMOVED instead of pagoda, so I guess it happens to everyone
extraduder_ire · a year ago
I was wondering what kind of rude word an 'agoda' is. Turns out it's a competing website to airbnb. How incredibly petty.
ryandrake · a year ago
Everything about this rebranding has been baffling to me. First, the original brand was great and pretty much untarnished, and there was no split/merger of business happening that would encourage it. There doesn't seem to be a business purpose to rename it. Second, these hamfisted attempts to try to get the new (terrible) name to stick. It's just not going to work. The huge number of existing users will always think of it as Twitter. It will at best become The Service Formerly Known As Twitter. It just feels like in software when you get a new Product Manager on the project who just wants to superficially "leave his mark" on the product in some way and then move on. Except this PM paid billions to do it.
rco8786 · a year ago
Apparently Elon has been trying to push the "X" brand on things throughout his career, but always had someone stop him until he had complete control of things.

https://en.wikipedia.org/wiki/X.com_(bank)

https://www.washingtonpost.com/history/2023/07/25/elon-musk-...

Hamuko · a year ago
Is there a company he owns where "X" is not a thing? There's X the social network, Tesla Model X, SpaceX.
mocha_nate · a year ago
His first payment company before he merged with PayPal was X.com
elcritch · a year ago
Seems Musk always had a desire to use "X" from his pre-Paypal days. He made a boastful post about buying Twitter, didn't actually want to follow through but was forced to do it by the courts.

My take is that Musk then sorta went "f-it, I had to buy Twitter. I might as well try and make it into X."

ziddoap · a year ago
>Everything about this rebranding has been baffling to me. First, the original brand was great and pretty much untarnished

I always thought the rebrand was a complete shame, if only for the reason that "tweet", meaning "to make a posting on the Twitter online message service : to post a tweet" is in the dictionary!

What a waste to throw that away.

lol768 · a year ago
> Everything about this rebranding has been baffling to me.

Everything about the purchase and the way the company has been run since Elon took the reigns has been baffling. The bizarre forced-push of the X brand is just the tip of the iceberg.

JeremyNT · a year ago
> Everything about the purchase and the way the company has been run since Elon took the reigns has been baffling. The bizarre forced-push of the X brand is just the tip of the iceberg.

I dunno, is it that baffling? It seems like he really loved using the product but didn't like the leadership, and he just wanted to own it so he could mess around and have fun following his own whims.

Once you get the idea that he doesn't actually care about financial success it all seems pretty reasonable. Like any hobby, for X/Twitter to be a "success" it just has to amuse him, and based on his usage of the platform it seems to be doing that.

The amounts of money he's losing are staggering to us but also meaningless to him. Our society has allowed him to accumulate so much wealth that nothing he could do "wrong" in a business sense would meaningfully impact his lifestyle.

Dead Comment

aidenn0 · a year ago
He really likes X. He even named one of his kids that (well X Æ A-12, with the spaces). The A-12 is indeed a reference to the plane that came out of the oxcart project. Æ Musk pronounces "Ash" which is apparently an accepted name for the character, which was (among other things) used as a latinization of the futhorc rune[1] that means "ash tree"

1: HN won't let me paste the rune, not sure if it's limited to BMP on purpose but you can see it on https://en.wikipedia.org/wiki/Ansuz_(rune)

segasaturn · a year ago
They government let him name his kids that? I remember a story a long time ago about a couple that tried to name their kid "Brfxxccxxmnpcccclllmmnprxvclmnckssqlbb11116" which is about as meaningful as "X AE A-12", but was blocked by naming laws
Symbiote · a year ago
Ironically, Æ is the most useful part of this child's name. Ash short for Ashley or Ashleigh is common for girls and boys in Britain. Wikipedia suggests the name is mostly for girls in the USA.
yowzadave · a year ago
Two kids! (A girl, named Exa, in addition to X).
jsheard · a year ago
Nearly a year into the rebrand x.com still redirects to twitter.com, rather than vice versa, which you'd think would be the first thing they'd want to fix.
duxup · a year ago
That's one of those situations that feels like: "Executive just hasn't noticed / lost attention span, and engineer is leaving a workaround for a bad call in place."
shadowgovt · a year ago
Because domain names are tied to security model, they're often the last thing you can fix.

So let's say, hypothetically, they build in a redirect from twitter to x-dot-com. Off the top of my head...

- All logins are now busted. Some percentage of users is lost forever because they can't remember their login credentials and instead of going through the recovery flow, they go use Bluesky.

- A huge amount of third-party integrations are busted because they aren't using client libraries that understand redirects

- A full code audit is necessary. Someone has hard-coded twitter.com into a critical system somewhere. Other people have referenced a variable, but it's the wrong variable. Still others are looking up the value in a database somewhere that doesn't have a search frontend anyone knows about. And some other database has a huge cache of absolute URLs it vends and everyone who built it got fired by Musk. This is probably the most predictable-cost step, but it's still a cost to be paid.

- A significant number of users are confused. The median of web user is profoundly ignorant of how the web works, and no matter how much you warn them and how much you prepare them, day-of-switch they will panic. Staff up your support team. Customers-lost-forever-two-point-oh.

- Every business integration needs to be updated. Google App Store, Apple App Store, Amazon Appstore... They all have bindings to twitter.com, and some part of their flow will panic and flag a security issue if they see it's turned into a redirect to elsewhere. That probably triggers a security audit of every version of the Twitter client (and those companies aren't particularly inspired to foot the bill on Musk's behalf, billionaire that he is...). Hell, Google indexes twitter.com via a dedicated side-pipe. Will that side-pipe handle a redirect?

(source: I've been in the side-seat for a merger-become-rebrand, and the number of things people expect to "just work" and don't is impressive).

Hamuko · a year ago
I imagine that changing it would break a lot of things, otherwise they would've done it already. Copying a link to a tweet already makes it an x.com link too.
nearlyepic · a year ago
Presumptuously:

It's stupid and irrational because this wasn't a decision that was made based on reason - it was an emotional one. Elon is a bag-holder. He bought x.com in the dotcom boom and doesn't want to admit that the domain he paid a good chunk of money for is worthless - hence the (failed) attempt to make a brand out of it.

dom96 · a year ago
Any ideas how much he paid for the domain back then?
pjc50 · a year ago
zettabomb · a year ago
So far I really haven't seen anyone seriously call it just X. Most news orgs seem to resort to "X (formerly Twitter)" or similar. Some still call it Twitter, not even an acknowledgement that it's been renamed. At least Meta had the sense to just change their app splashscreens and such (e.g. Facebook by Meta). And it seems that Alphabet doesn't make any effort to make their presence known.
baobabKoodaa · a year ago
The thing that really bothers with me with this is why couldn't it just be "Twitter by X"? You want to make an "everything app", that's great Elon, let's call that X. Now what do we call all the mini apps inside the everything app? Oh, they're called "X", too? So you're using "X of X" to call a cab, and "X of X" to send a message, and these are different apps inside the mega app? How does this naming make sense?
jsheard · a year ago
Even X itself resorted to putting "Formerly Twitter" in its App Store and Play Store taglines after their daily installs fell off a cliff. Previously the tagline was just "Blaze your glory!" but nobody knows what that means.
rsynnott · a year ago
> Most news orgs seem to resort to "X (formerly Twitter)" or similar.

I mean, if nothing else, "X did [something stupid]" just looks like someone forgot to fill in a template; no-one is going to publish an article with 'X', unqualified, in it.

foobarchu · a year ago
Shoot, even the Wikipedia page is still titled "Twitter"
ben_w · a year ago
> The Service Formerly Known As Twitter

Was thinking almost exactly this while reading a recent BBC article — their style guide appears to be that the company's name is "X, formerly Twitter,"

nprateem · a year ago
You have to write that (or similar) in UIs too since X just looks like a mistake/null value.
andsoitis · a year ago
> Everything about this rebranding has been baffling to me. First, the original brand was great and pretty much untarnished, and there was no split/merger of business happening that would encourage it. There doesn't seem to be a business purpose to rename it.

Stated goal is to gradually transform it into an “everything app” — https://theconversation.com/elon-musk-aims-to-turn-twitter-i...

baobabKoodaa · a year ago
First, fire 80% of developers. Then, make the remaining developers create an "everything app" (in addition to the workload they already have with the Service Formerly Known As Twitter app). Something, something. Profit ???
hgs3 · a year ago
I think the "everything app" already exists. It's called a web browser.

Deleted Comment

MattGaiser · a year ago
The purchase was never about business in the first place, so the running of it could be just as bad.
fundad · a year ago
Exactly! Ownership is not in it for revenue. They'll say they don't care about revenue to everyone who asks. To be baffled, one has to ignore all of that.

There is strong nostalgia for aw-shucks persona of an inventor-turned-business-owner.

https://www.cnbc.com/2023/05/16/cnbc-exclusive-cnbc-transcri...

https://www.rev.com/blog/transcripts/dealbook-summit-2023-el...

mparnisari · a year ago
> It just feels like in software when you get a new Product Manager on the project who just wants to superficially "leave his mark" on the product in some way and then move on. Except this PM paid billions to do it.

This is how it goes in all big companies :(

throw2022110401 · a year ago
True but there is no way it would be implemented in such a half-assed way at any other big company (including pre-Musk Twitter).

Stuff like this makes it obvious that the people who are still there no longer give a fuck, they just do what they are told with the minimum effort required to collect the paycheck.

visarga · a year ago
What can you do if he likes "X". It used to sound cool at some point decades ago.
Philadelphia · a year ago
The X Games, X-treme X-men, Xander Cage in XXX era
rurp · a year ago
Maybe they need a new slogan to help folks with the transition. Something like: "Don't tweet, Xcrete!"
babypuncher · a year ago
Everyone I know has partially adopted the new brand and started calling it Xitter.
WorldMaker · a year ago
Which is especially fun to pronounce with the Pinyin 'x': https://en.wikipedia.org/wiki/Pinyin
xboxnolifes · a year ago
Until just now, every time I saw someone in HN mention Xitter I assumed it was a third-party client like Nitter.
drivingmenuts · a year ago
The best new name I've seen is Xitter. Very fitting, IMO.

Dead Comment

comboy · a year ago
That's a beginner mistake, it's really hard to make if you dealt even a bit with some regular expressions.
tracker1 · a year ago
Probably not even a regex, just a straight replace. Hopefully at the render layer and not the backend data.

s/\btwitter\.com\b/x.com/ig

remram · a year ago
You made the same mistake with the same amount of confidence.

1. your version replaces at-twitter.com with at-x.com

2. your version replaces twitter.com.au with x.com.au

rsynnott · a year ago
Beyond the incredibly botched implementation, the actual _idea_ is very funny; the 1984 approach to rebranding. Twitter, the Unwebsite. Like, how the hell could he think this would actually work.
perihelions · a year ago
I don't understand the social structure inside a software company where this kind of thing can go from some intern's 3am idea to production, without passing many layers of gatekeepers, any one of which should have swiftly flagged this down. It's not that the string replacement was implemented wrongly (that too)—it's that they're touching, in any manner at all, one of the most obviously-sensitive UX things in their product. Without a commensurate amount of security review.

Like, in my imagination, within five minutes of anyone seeing this, a person with responsibility would have stepped in and said "No, you can't do this. And if you insist on doing this, here's five layers of audits and sign-offs that this needs to go through first, because the thing you're proposing is potentially really dangerous". Am I thinking it about it wrongly?

I cannot understand at all.

pjc50 · a year ago
> Like, in my imagination, within five minutes of anyone seeing this, a person with responsibility would have stepped in and said "No, you can't do this. And if you insist on doing this, here's five layers of audits and sign-offs that this needs to go through first, because the thing you're proposing is potentially really dangerous". Am I thinking it about it wrongly?

Which part of "anyone who is not a Musk yes-man has already been fired or quit" are you having trouble with?

lenerdenator · a year ago
It's worth remembering, there are two kinds of yes-men:

1) the sycophant who loves authoritarian institutions; the "true believers"

and

2) the young, brilliant visa holder who was the talk of his parents' social circle in Hyderabad three years ago when he graduated and was able to get on board at a household-name NorCal tech company, but who is now being abused by the employer who sponsors the thing that lets him stay in the US.

You'll always have type one; some humans simply love following a dolt. The second type is a result of our laws, and laws can be changed to keep people like Elon from taking advantage of workers.

lokar · a year ago
Go re-read all the comments here during the take over and layoff where people claimed it could not possibly take more then a handful of people to run such a simple site.
misiti3780 · a year ago
he fired a huge number of the staff and the site is still running, so how was that assumption not proven correct ?
swid · a year ago
Don't take this as a defense of what is a harebrained idea; but this kind of replacement should be easy to do correctly. You know; in such a way where only real twitter.com links are changed to x.com.

Honestly it is only somewhat surprising to me that no one noticed the error ahead of time. On the one hand, this is the type of mistake I do see in reviews from time to time... usually in the form of a regex that is not anchored to the start of the string, or perhaps it uses a non escaped period which of course means "any character" in regex. On the other hand, it is revealing about the kinds of controls in place that it got through.

notatoad · a year ago
even things that are easy (or maybe, especially things that are easy) can benefit from having a review to make sure you didn't miss something obvious.

nothing more dangerous than "oh, that's easy, let's push it straight to prod"

perihelions · a year ago
That's a good hypothesis with the non-escaped period! That someone wrote /twitter.com/ for the string substitution, which almost works, and then added a second one like /\w+.twitter.com/ for subdomains, which also seems to work, and would pass simple tests to check if it works or not. Matches everything it's supposed to; rejects most of the things it shouldn't.
segasaturn · a year ago
Well, that is the specific outcome Elon wanted when he laid off three-quarters of the company. He very clearly stated that he didn't see the value of the "trust and safety" teams that would have been the ones to flag something like this down.
ceejayoz · a year ago
This wouldn't have fallen within "trust and safety" purview. This should've been caught in even the most cursory of code reviews.
sangnoir · a year ago
> I don't understand the social structure inside a software company where this kind of thing can go from some intern's 3am idea to production

This is what happens when you "cut the fat" and are left with an adversely-selected[1], skeleton crew of "hard core engineers." The site was never going to fail all at once, instead, it's a death by a thousand cuts and suboptimal engineering.

1. No disrespect to current Twitter engineers who can't leave easily, or believe in the mew mission. However those who survived layoffs but could leave have left.

renewiltord · a year ago
Well, that’s because any org that has five layers of audits for this just has five layers of audits for everything and so rarely gets anything done. This is a clbuttic bug. It’s silly and damaging but easy to fix and move on with.

Not particularly different from Bluesky allowing one guy to own all of S3.

rtkwe · a year ago
Well it starts with the bad idea probably coming from the top, Musk saying I'm tired of seeing twitter.com links change them all to look like x.com links, that plus his gutting of the company when he took over means there's less people around to be the person to say no you can't do this this way go back and start over (or not at all).
quandrum · a year ago
It's probably worse with Musk. His executive style seems to be, from his biography, ignore a thing for a while until he gets in a maniac phase and then over the shoulder manage a thing until it's done, regardless of time or context.

I can just take the scene of Musk being on a roof yelling at the crew to change how they install solar tiles late in the night and translate it to him berating a programmer in the office to make it look like x.com and not caring about the details.

SmartJerry · a year ago
This article was 5 hours old at the time I'm viewing it and the bug is supposedly already fixed per the article itself. So yea, seems like this was probably fixed within 5 minutes of anyone noticing.
greenthrow · a year ago
Anyone who would tell Elon "this isn't a good idea" left or was fired.

Deleted Comment

Deleted Comment

MattGaiser · a year ago
> without passing many layers of gatekeepers

Given all the Twitter bugs and issues, it seems they have all been laid off.

zettabomb · a year ago
>I don't understand the social structure

There is none. Stop trying to understand - it's a fool's errand.

>a person with responsibility would have stepped in

There are none left. They were either laid off, or they left before that could happen.

>"No, you can't do this"

... is the last thing anyone says to Elon Musk before getting fired.

Deleted Comment

scblock · a year ago
> some intern's 3am idea

I think you mean "Elon Musks random demand".

Deleted Comment

rsynnott · a year ago
I mean, I assume anyone who could get another job has already left, so they're probably running low on competent gatekeepers.
tinyhouse · a year ago
Since most of my tweets where related to work, I moved from Twitter / X to LinkedIn. Twitter under Elon is a huge mess. The irony is that he kept complaining about spam and bots before. Since he took over, my new followers and many of the likes I received were from new only fans like users. Maybe it's by design and he wants to make it an only fans clone. But I'm out. I don't even bother reading my feed yet alone posting.

LinkedIn has its problems too. I would say it's the least bad among the two.

Deleted Comment

tracker1 · a year ago
My biggest issue with LinkedIn is their horrible mobile web interface. I didn't trust their app. I know it's been years, but they burned anything resembling trust.
shadowgovt · a year ago
It's been a bizarre ride watching Twitter slowly unravel under the new leadership.

It'll have a long way to fall... the total userbase is still around the same order of magnitude as the population of the United States. But when I read stories of decisions like this, I can't help but think that it indicates the adults are no longer in the room, and a 300-million-plus userbase becomes a massive target surface if it's being run by a team that doesn't really grok the Internet...

JTbane · a year ago
I'm just sad they killed the blue bird, and the "tweet" verb as well.
remram · a year ago
I'm not using xcreting so I'm sticking with tweeting until the platform dies.
PartiallyTyped · a year ago
Well, I think that's a fair characterization for a non trivial portion of the users.
maxlin · a year ago
It's certainly less weird in official contexts now though. The brand was OK but not really "scalable" without sounding like something right off Idiocracy in some contexts.