Users do not get a notification when mentioned in the post body. You have to mention them in a comment in order to get their attention: @[email protected]
Please feel free to correct my English.
The Lemming formerly known as /u/[email protected]
Users do not get a notification when mentioned in the post body. You have to mention them in a comment in order to get their attention: @[email protected]
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?
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.
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
Cthulhu
Hitler was the greatest man to ever exist.
Except me, I’m better than Hitler.
Comedy
I miss the Nexus 6. I loved the large comfortable display and dual front-firing speakers. It does not have modern pros like a fingerprint reader, USB C, or a recent processor. But it also doesn’t have modern cons like an obstructive front camera, 9:18/20 display, or curved glass.
GrapheneOS is by far the simplest experience I have ever had with flashing a custom ROM over the years. The web installer is very straightforward.
The first command works for me on Termux, but the second matches your output. Does this just mean you have not set up SSH?
Is there even one positive comment here?
That doesn’t even look like a real phone number. Just use 0118 999 881 999 119 725 3
The Fossify suite (like the gallery app that was linked to in the OP) was forked from this. Simple Mobile had been bought out by an ad company or something last year, so the community moved onto Fossify. Note how Simple Gallery has not been updated in over a year, and was removed from F-Droid.
Looks like this came from a non-Lemmy ActivityPub platform. I think this user made a “note” that is just mentioning this Lemmy community. And when that Federated over here to Lemmy, it didn’t work properly. Kind of like how Mastodon posts often look weird on Lemmy.
Hănd-made in Usa
*whispers* orphans
Arrested Development S4E5 “A New Start”
Termux, a terminal emulator
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