db2

joined 1 year ago
[–] [email protected] 40 points 11 months ago (1 children)

The leader of a gang of child rapists has nothing of value to say.

[–] [email protected] 20 points 11 months ago

Fractions of pennies compared to what they're taking in. This isn't a fine, it's racketeering.

[–] [email protected] -2 points 11 months ago (5 children)

Trans bad. Or something like that.

[–] [email protected] 4 points 11 months ago

Which influential politician had to pay a fee and got salty? I'll only believe it wasn't that if they make it retroactive from 1980 onward.

[–] [email protected] 7 points 11 months ago

When can I expect a check then?

[–] [email protected] 2 points 11 months ago

It's his "culture" that we're looking at here though, so I'd argue that we're both correct.

[–] [email protected] 33 points 11 months ago (2 children)

Typical behavior from a far right turd. It's always everyone else wrong, never them.

[–] [email protected] 6 points 11 months ago (16 children)

That's what I thought you meant, the image implies they're the same thing wearing different masks. The elephant is the weapon, the donkey is the one using it. In other words, a one party system pretending to be two.

[–] [email protected] -2 points 11 months ago (33 children)

That image is more telling than you intended it to be.

[–] [email protected] 17 points 11 months ago (3 children)

If it accessed the message system directly then it makes sense. They're was one just before it that ran on Mac mini farms.

 

In order to get an Android-only app working on a desktop computer I installed Weston and Waydroid which worked, but as I (and the target machine) run Mint 21 it's not as simple as just running Waydroid and having it work, plus there is no way to close out Waydroid from within itself. In order to make it easier to start and stop I made this little script, run it once to start and again to stop. Edit as needed obviously but this should work as-is.

Edit: the & is not correct, lemmy is doing that, edit it to remove the amp; parts

#!/bin/bash
PID=$(pgrep "weston")
if [ "$?" -eq "0" ]; then
    waydroid session stop
    kill $PID
    exit
fi
weston --width=1920 --height=1080 --socket=wayland-1 &>/dev/null &
sleep 5
WAYLAND_DISPLAY=wayland-1 XDG_SESSION_TYPE=wayland waydroid show-full-ui
view more: next ›