That is not showing correctly for me. You can try this instead:
![](https://static.wikia.nocookie.net/kingofthehill/images/8/83/Khan-souphanousinphone.jpg/revision/latest?cb=20090906184427)
Please feel free to correct my English.
The Lemming formerly known as /u/SatyrSack@lemmy.one
That is not showing correctly for me. You can try this instead:
![](https://static.wikia.nocookie.net/kingofthehill/images/8/83/Khan-souphanousinphone.jpg/revision/latest?cb=20090906184427)
Ghengis Khan, Julius Caesar, etc.
Did you expect a decent take on a site called “Worth it or Woke”?
Off-brand “magic wand” sex toy
Lemmy itself allows you to block communities, instances, and users. But it does not support filtering by keyword, e.g. filtering out any post with the word “platypus” in the title regardless of where it was posted or by whom. With help from the comments below, here are some third party Lemmy clients that have their own implementation of keyword filtering:
- Connect
- Eternity
- Interstellar
- Raccoon
- Summit
- Sync
- Tesseract
- Thunder
- Voyager
Do NOT support keyword filtering:
- Alexandrite
- Jerboa
- Lemmy UI
- mlmym
- Next
- Photon
- Quiblr
Comment anything I have missed or mistakes I made
Wow, what kind of lame laundromats have you been visiting?
Literally all of those are still incredibly popular and one of the leaders in their respective space. Sure, they have been “enshittified”, but not killed off by it yet. .
That would probably get incredibly monotonous. Combat is one of Stardew Valley’s weak points, and the cave system is rather limited.
Interesting. So, not the exact same scenario as Eternity, as Eternity currently does render the Reddit-style spoiler as a spoiler instead of as a quote.
This was brought up recently about Eternity, which was also originally a Reddit client. Eternity currently only supports Reddit-style spoilers, not Lemmy-style spoilers. How do these spoilers look to you?
Reddit-style:
>!I use Thunder now!<
!I use Thunder now!<
Lemmy-style:
::: spoiler Spoiler
I use Thunder now
:::
I use Thunder now
On GrapheneOS, it is on by default and set to 18 hours. It makes sense to me to have the default be less than 24 hours.
Don’t switch to a privacy-violating platform just for a feature found in open source operating systems.
What does this change mean for me, as a user? That if a comment chain has 50 comments, I simply cannot reply to the 50th comment?
May not work? So, it works sometimes, just not reliably?
That is my preferred client as well. This post has a list of clients that do/don’t have the feature: https://feddit.uk/post/18770058
Direct link: https://blog.linuxmint.com/?p=4762
United States of America. Consolidate all their spam so it’s easier to block.
There is plenty already
https://fed.dembased.xyz/scoreboard?blocked=200
Recent discussion: https://links.hackliberty.org/post/1676368
I agree that using a code block is not the right way to handle quotes, but you can control the syntax highlighting in a markdown code block by adding a language identifier.
We never once asked for personal donations specifically in the hopes that if this moment ever came, our userbase would appreciate that we were able to make it this long on passion alone, and trust that your donation will make the best possible impact.
bool getBit(int num, int i) { return ((num & (1<<i)) != 0); }
def add(a, b): return a + b