How can I create a self-quoted tweet that cites 'the tweet itself'?
Mr. Ossian Moran, an engineer who succeeded in making a 'tweet quoting the tweet itself' on Twitter, explains how to do it on his blog.
Oisín Moran | How I Made a Self-Quoting Tweet
The tweets that succeeded in self-quoting are as follows.
— Quinetweet (@quinetweet) September 26, 2020
If you check on the Twitter site, you can see that the URL of the tweet is described in the tweet and it is in an infinite reference state.
According to Moran, the point of creating a self-quoted tweet is to guess what kind of rule the tweet ID is generated.
With a total of 63 bits, it's almost impossible to rely on it completely randomly. However, since the time stamp part, which is the largest element, can be easily guessed, it is possible to make a self-quoted tweet if you can guess the machine ID of up to 1024 patterns and the sequence number of up to 4096 patterns.
Moran first set up a Twitter developer account
Quick succession test 1
— Quinetweet (@quinetweet) September 24, 2020
Quick succession test 2
— Quinetweet (@quinetweet) September 24, 2020
Moran kept sending tweets until he was hit by an API limitation, fixing the time stamp lag. The state of the program is as follows, and the time stamp, machine ID, and sequence number are displayed under the tweet ID. In particular, the third ID had the same time stamp and machine ID, but the sequence number was different by 1, which was very regrettable.
And succeeded in self-quoting tweet at the 960th tweet.
— Quinetweet (@quinetweet) September 26, 2020
At the end of the blog, Moran told Twitter engineers 'I'm very sorry' that the structure of the tweet is no longer a directed acyclic graph because of this one tweet.
Related Posts:
in Software, Web Service, Posted by log1d_ts