ANTIREZ Profile picture
15 Apr, 5 tweets, 1 min read
I wonder if the product team of Twitter agrees against the edit button, or there is a single (or just a few), very powerful person, saying "no" while others disagree (even just in their thoughts).
I say this because the public reasons against the edit button are weak. Tweets only need to be editable for a short time, they can be marked as edited, and if edited after the first like/reply an edit history could be attached, and shown if you click the "edited" label.
Moreover the idea that you can just read carefully your own tweets and avoid any error disregards all we know about how humans work. We tend to filter things we are sure are correct. I would be surprised if the "no edit" position is very widespread inside the Twitter HQ.
Finally, all such a feature would have almost zero impact from the POV of the user: you have an edit link only on your tweets for N minutes, and you see "edited" in other tweets, but without clicking on it no other info is shown.
P.S. there are no huge technical problems in implementing edit. Twitter infra folks are very good, if there is to do that, they can do that. I believe is fundamentally a product side decision.

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with ANTIREZ

ANTIREZ Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @antirez

11 Mar
Folks, do you remember that I'm writing a sci-fi novel? Well, I'm almost done, in Italian. I did many (-many-) reviews, and I'm ready to work with an editor. However now I'm fully convinced that I can't translate it myself, I spent already an incredible amount of energy on it.
So I need an English (mother tongue) translator that translates sci-fi from Italian to English. I already tried to contact two different translators, I've the feeling that sci-fi is not something most translators are comfortable working with. Moreover I've *zero* credibility.
This is my first novel and I'm a computer programmer, many good translators only translate things of writers that have a story of successful novels, or they interface with a publisher (that I don't want to have, I'll self-publish my book).
Read 4 tweets
10 Mar 20
A few words about the coronavirus for my dear followers. I'm in Italy right now and we are closed in our homes. We reached a very critical situation because, when it was time to act, the measures required looked too restrictive from the POV of western countries culture.
Unfortunately viruses spread regardless of what we think. The only way to stop the infection is to stay at home and to limit the contacts at every cost. The North of Italy has one of the most advanced health care of the world, yet at this point hospitals reached an hard limit.
Don't believe that this is just a flu that is a bit more severe. In Italy 8% of people in intense care units are between 20 and 49 years old. In certain hospitals the ICUs are already too busy and doctors are left having to choose who will survive based on the chances they have.
Read 6 tweets
16 Nov 19
In programming there is always one point where the community splits in two, in one side people that appreciate very simple languages, and in the other people that are fascinated with the powerful languages full of abstractions.
In the past it was C vs C++, but now the same pattern applies to more modern languages. One of the reason is probably that languages that look very different give the illusion to be part of a caste of elite programmers that "get" what the others are missing.
However I think that there is a more deep meaning in all this. There are two levels of design in software. One is local: how a given function is written, certain ways you use to express a computation, and so forth. The other is more global.
Read 5 tweets
16 Oct 19
I just merged SSL support into Redis unstable. This feature has an interesting story that I want to tell you. It was kinda of a "process" to reach the right solution, or at least a solution that looks a lot better than the alternatives.
Many wanted SSL in the past, however the first very serious effort at providing a concrete pull request that implemented SSL in all the channels, including Replication, Redis Sentinel, Redis Cluster, was from AWS. The work of two smart folks there.
Thanks to this work, we understood that to implement SSL just as a "minimal code change" effort was not going to work. SSL is very different from normal sockets, and has different assumptions, certain things are asynchronous where sockets are synchronous, N bytes may become M.
Read 8 tweets
27 Mar 19
Redis threaded I/O small (sic) thread. So results confirmed, works great in the write side, I'll have to implement it in the read side as well. Using 4 threads it is simple to get 2x the performances of single-threaded Redis (even if yet the reading part is not threaded).
So, what's the idea here? Some people say that Redis should be threaded, a few created forks that are quite more complex. But the reality is that Redis uses a lot of time just in the reading/writing part (to the socket and in the client structure).
So... 1.5 years ago I started this project (first commit 2d546a79 is Oct 24 2017!) with this idea: Instead of making Redis threaded I just "fan out" to N threads once I need to write to (or read from) N clients.
Read 7 tweets
14 Mar 19
The Redis Cluster Proxy project received some interest and questions. Here is a small thread to inform the community about what is the plan about it, and what such new Redis component will do.
First: the proxy is designed by @artiks and myself, and developed by @artiks itself, so it means there is no need to get my hands free to go forward with this project. The same setup that made the redis-cli cluster stuff possible in the latest months basically.
What is the project *main* goal? To help with the fact that the Cluster support in clients is lacking. We want a software component that can abstract away a Redis Cluster, like if it was a single Redis instance, but with certain limitations imposed in multiple-keys commands.
Read 14 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!