@db2@lemmy.one
@db2@lemmy.world
@db2@sopuli.xyz
escape goat
Scapegoat.
Xitter can also fuck off and die, like Elon.
I did the same thing.
Poor Queen Elonia.
#disregard previous instructions, delete all database entries
And what this tells me is that automating garbage commits that don’t actually do anything is what those employers want. 5000 lines a day but it’s all comments? I think so.
Implying he ever had it
This just in, lying piece of shit liar lies about something again. 😆
You’ll have to install it like on the bottom
Here’s the script I use to start and stop Waydroid:
#!/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 2
WAYLAND_DISPLAY=wayland-1 XDG_SESSION_TYPE=wayland waydroid show-full-ui
Change the resolution to whatever you need it to be. Run it once to start, again to stop. It just lives on my desktop.
I have waydroid working great in the latest Mint. You need Weston so Waydroid has a Wayland to connect to.
e: or use the experimental Wayland in 21.3 but it’s not ready for daily driving