sunwillrise's Shortform
post by sunwillrise (andrei-alexandru-parfeni) · 2024-08-23T13:11:44.897Z · LW · GW · 5 commentsContents
5 comments
5 comments
Comments sorted by top scores.
comment by sunwillrise (andrei-alexandru-parfeni) · 2024-08-23T13:11:45.215Z · LW(p) · GW(p)
Why does the inline react tool require the selection of a unique snippet of text? This is slightly counterproductive sometimes, for example when trying to react to a particular word or phrase with "Taboo those words?" (often times, the reason why I would like to react that way is precisely because that word was used very many times in that comment/post...)
Replies from: habryka4↑ comment by habryka (habryka4) · 2024-08-23T17:27:35.622Z · LW(p) · GW(p)
It's related to the technical implementation. Agree it's annoying. It makes it so that we can reliably detect which text the react is supposed to be attached to, because we don't want to modify the actual content data to indicate where the react is, and so we need unique anchors.
We might improve the algorithms here at one point and will then loosen the restriction.
Replies from: Vladimir_Nesov↑ comment by Vladimir_Nesov · 2024-08-23T19:35:15.742Z · LW(p) · GW(p)
We might improve the algorithms here at one point and will then loosen the restriction.
Being robust to edits in the reacted-to comment seems important, otherwise there is pressure to avoid further edits (which becomes anxiety without advance feedback on if a given edit breaks react placements). Though for posts, the audio already fails to update after edits, motivating avoidance of editing after posting.
Replies from: habryka4↑ comment by habryka (habryka4) · 2024-08-23T19:51:15.575Z · LW(p) · GW(p)
Well, it's messy. In many cases you would like the reacts to disappear as you edit the part that was reacted to. This is most obvious in the case of typo reacts, but also for paragraphs that people react to with "disagree" or probability-reacts, you want people's reacts to be invalidated when the paragraph goes through substantial enough revisions.
Replies from: Vladimir_Nesov↑ comment by Vladimir_Nesov · 2024-08-23T20:05:25.082Z · LW(p) · GW(p)
Most edits should closely preserve intent, especially where there are already replies or reacts, it's more straightforward for such edits. In some other cases it would be more appropriate to reply to a react, and there is no direct way of doing that (which is slightly frustrating and probably feeds the blunt tool of anti-reacting).