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.
Great, that worked! Thanks.
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?
Where on my host filesystem is /jellyfin/jellyfin-web
? I am using the official container image. Is that somewhere within /config
or something?
To install the theme, put the contents of theme.css in Custom CSS code and set a hue:
@import url("https://glcdn.githack.com/smaniottonicola/jellyfin-custom-accent/-/raw/master/theme.css"); :root { --custom-hue: <value>; }
If I want to take that theme.css
file and just save it to my server itself instead of having Jellyfin fetch it each time the CSS loads, what would I put in the @import
rule? I placed the file in my Jellyfin Docker container’s config
folder and used @import "/config/theme.css”;
, but that does not seem to change the CSS at all.
That would probably get incredibly monotonous. Combat is one of Stardew Valley’s weak points, and the cave system is rather limited.
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
Also “yo” = “me”, which is what makes the “tú” = “you” part funny
Don’t know why they’d put “Developer of the Newpipe app” as dev though
My guess is that they did not want to take credit as the developer of NewPipe itself. As if to say “We did not develop NewPipe, we just packaged it as a Flatpak”. There is probably a better way to get that across in the byline, but I believe that is the intent.
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.
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