We found no goblins, we found no ghouls, because they don’t exist!
Please feel free to correct my English.
The Lemming formerly known as /u/[email protected]
We found no goblins, we found no ghouls, because they don’t exist!
That’s a very Earth-centric assumption
You can see that from the modlog via Dubvee
That instance has always (to my knowledge) had a hard-line extremism stance, and they take proactive measures to prevent anything borderline from being federated to the instance.
Looks like this was the comment that got you banned: https://lemmy.world/comment/11174896
there’s no single proper tool to export the fricking SVG to GIF
Not even ffmpeg?
Closed source, and their prominent “contains NO Spyware” disclaimer doesn’t quite instill confidence. I have also never even heard about it until now.
From 2007
Not just JSON
; they said to name the baby .JSON
. Reminds me of a post somewhere where someone asked if they could officially name their baby something with a newline character in it.
It could definitely have been acquired before they understood/cared about that.
I also prefer scrolling ebooks, and I settled on Librera. I have not found a way to get rid of the blank newline between each “page”, but it’s still better than turning pages.
Extreme couponing
Also Korn’s dubstep album. Not every song was a hit, but there were quite a few bangers on that track list. Get Up got me into dubstep and still goes hard.
I just listened to it again, and it is definitely not as good as I remember it being. I was a fan of it, but I can definitely see how fans of either Korn or dupstep would have disliked it. “Get Up!” in particular is still just as good as I remember, though!
Their download page lists different payment tiers that include things like “Unlimited tracks” and “Z Series plugins”. I presume you get those features for a limited time with the trial.
On the other hand, I presume all those features are available to you perpetually if you build it yourself from source instead of installing from a prebuilt binary.
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.
```
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.
``` text
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.
```
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.
``` cpp
bool getBit(int num, int i) {
return ((num & (1<<i)) != 0);
}
```
bool getBit(int num, int i) {
return ((num & (1<<i)) != 0);
}
``` python
def add(a, b):
return a + b
```
def add(a, b):
return a + b
Off-brand “magic wand” sex toy
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
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?
in qBittorrent: Tools > Options > Advanced > Network Interface. That dropdown box should list things like your Wi-Fi connection, Ethernet connection, etc., including an option that sounds like your VPN provider. If you run into troubles, do an Internet search for “qbittorrent network interface” for various articles and guides.