Muting some magic keywords fixes the Twitter timeline
Apparently, turning off some of the shittier recent features:
Muting suggest_recycled_tweet_inline and suggest_activity_tweet actually has fixed my timeline. It’s all chronological and there are barely any “x and y liked” tweets.
(tags: twitter feature-creep muting hacks)
-
TIL! In other words spelling identifiers-like-this, Lisp style
(tags: kebab-case case lisp identifiers coding terminology)
Cindy Sridharan on Twitter: NanoLog by Ousterhout et al.
– just formatting a log typically takes on the order of 1µs! – nanolog achieves high throughput by shifting work out of runtime hot path into compilation + post-execution phases
Basically records symbolic form of logs, and uses a post-processor after the fact to generate readable text.(tags: logging ops coding performance)