Twitter is currently playing whackamole with Trump getting account after account banned by tweeting " As I have been saying for a long time, Twitter has gone further and further in banning free speech, and tonight, Twitter employees have coordinated with the Democrats and the Radical Left in removing my account from their platform, to silence me..." 😂
This shit is why people don't trust gov to not be creeps: https://www.bbc.com/news/amp/world-asia-55541001
This is awesome: "Reverse Engineering the source code of the BioNTech/Pfizer SARS-CoV-2 Vaccine"
https://berthub.eu/articles/posts/reverse-engineering-source-code-of-the-biontech-pfizer-vaccine/
RT @seanhn@twitter.com
People who work on any of [programming languages research, program analysis, formal verification/CSPs/theorem provers, software optimization]: what was the best paper you read in 2020? (Retweets appreciated!)
Perhaps they got distracted by the prospect of getting their hands on the Unobtainium: signing drivers as Microsoft.
close but no cigar.
RIP Jeremy Bulloch, who in addition to playing Boba Fett in the original trilogy also played Lieutenant Sheckil in The Empire Strikes Back and Captain Jeremoch Colton in Revenge Of The Sith
Insider threat in Russia. Seems the государственный пробив market is so good now that it has FSB officers latest phones and data as up to date and complete.
A simple, obvious question nobody seems to ask:
'HOW DO THEY ALWAYS SEEM TO GET "TELECOMS AND TRAVEL DATA" '
UK: and it has not even begun... global container shortage, ports closing down,...
@NatSecGeek surprised periscope or tweetdeck or whatever ppl use to manage their twitter doesn't have the ability to purge blocks and muted
yeh you can write a smol python script to remove blocks, you'll have to register an app to access the api get your consumer key to read your account, if you use micah's tool you probably can use the same keys?
something like:
````
import twitter
api =Twitter(...)
blocks = api.GetBlocksIDs()
for block in blocks:
api.DestroyBlock(user_id=block)
````
I can write it up for you if this is all gibberish.