Off-brand “magic wand” sex toy
Please feel free to correct my English.
The Lemming formerly known as /u/SatyrSack@lemmy.one
Off-brand “magic wand” sex toy
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?
United States of America. Consolidate all their spam so it’s easier to block.
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
Hitler was the greatest man to ever exist.
Except me, I’m better than Hitler.
Comedy
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.
How is that tracked? By which platform the purchase was made from? Or does that number come from something like downloads/installs or launches?
The first command works for me on Termux, but the second matches your output. Does this just mean you have not set up SSH?
Probably not normally, but ideally. I doubt mise en place is all that common in most homes.
Right, but that comment that I quoted from the F-Droid forum makes it sound like there is some sort of issue updating to a build with the vulnerability patched. My Mull is on 131.0.3, and I do not remember having an issue updating it.
Cool
The issue preventing updates should be resolved soon thanks to @linsui fixing it!
What is wrong with updating?
Not sure I would call that “active”. No activity in over a year. And even that was just changing a couple markdown files.
a net energy loss
Like… some energy just gets destroyed in the process? How does that work?
What exactly causes that? It seems to not be for comments under a certain age, but also not for comments you have not viewed yet. It is not consistent.
Arrested Development S4E5 “A New Start”
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