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.
Please feel free to correct my English.
The Lemming formerly known as /u/SatyrSack@lemmy.one
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 is this implying? That Fedora is a good balance between stable and bleeding edge?
Tall phones are good for splitscreen apps and gaming. I do neither. I really miss 9:16 displays.
Also “yo” = “me”, which is what makes the “tú” = “you” part funny
Is there even one positive comment here?
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.
a net energy loss
Like… some energy just gets destroyed in the process? How does that work?
You should probably also update the meme faces to whatever the hell the kids are using these days.
Huh, I didn’t think emojis would be italicized. Interesting.
Panel 1 and panel 4 are basically mirrors of each other, where panel 1 is from the “human dimension” and panel 4 is from the “ghoul dimension”. Same relationship between for panels 2 and 5, as well as panels 3 and 6.
Before I open an app that needs auth, I open bw and unlock my vault.
What happens when you don’t? I definitely have not had to do that.
Yet
Instance owners could potentially insert ads to help cover server costs. Users would likely just migrate to a different instance, but I could definitely imagine one of the bigger instances doing that eventually.
More than a year after the protests, Reddit is essentially back to normal.
[citation needed]
Ghosts can’t go through doors, stupid. They’re not fire!
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