53 lines
1.3 KiB
Markdown
53 lines
1.3 KiB
Markdown
+++
|
|
title = "Making Twitter Tolerable"
|
|
date = 2022-06-22T00:00:00
|
|
lastmod = 2022-06-22T00:00:00
|
|
draft = false
|
|
|
|
# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`.
|
|
authors = ["Carl Pearson"]
|
|
|
|
tags = ["tricks"]
|
|
|
|
summary = ""
|
|
|
|
# Projects (optional).
|
|
# Associate this post with one or more of your projects.
|
|
# Simply enter your project's folder or file name without extension.
|
|
# E.g. `projects = ["deep-learning"]` references
|
|
# `content/project/deep-learning/index.md`.
|
|
# Otherwise, set `projects = []`.
|
|
projects = []
|
|
|
|
# Featured image
|
|
# To use, add an image named `featured.jpg/png` to your project's folder.
|
|
[image]
|
|
# Caption (optional)
|
|
caption = ""
|
|
|
|
# Focal point (optional)
|
|
# Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
|
|
focal_point = "Center"
|
|
|
|
# Show image only in page previews?
|
|
preview_only = true
|
|
|
|
|
|
categories = []
|
|
|
|
# Set captions for image gallery.
|
|
|
|
|
|
+++
|
|
|
|
I'm not much of a Twitter afficionado, which is probably why I prefer to use the following search string:
|
|
|
|
```
|
|
filter:follows -filter:replies -filter:"RT @"
|
|
```
|
|
|
|
This shows only people you follow, no replies, and no retweets from people you follow.
|
|
|
|
[Here](https://twitter.com/search?q=filter%3Afollows%20-filter%3Areplies%20-filter%3A%22RT%20%40%22) is a direct link to Twitter with that search query.
|
|
|