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.
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?
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
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?
What is this implying? That Fedora is a good balance between stable and bleeding edge?
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
Flatpak does not support CLI only applicatoins
Where does that misinformation come from? That’s not the first time I’ve heard it. Was that actually true at one point?
Cthulhu
They saw the Minecraft trailer and said YES
Hitler was the greatest man to ever exist.
Except me, I’m better than Hitler.
Comedy
Also “yo” = “me”, which is what makes the “tú” = “you” part funny
Nice! I was waiting for this release to do a fresh install over my previous Fedora installation that I had installed using Ventoy.
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