That was my bot. Lemmy removed a feature the bot was using, so it stopped working.
18-year-old Autistic, Trans ML descended from the Soviet Union. Bourgeoisie’s worst nightmare.
she/her
Overlord Friendly server admin of the genzedong.xyz matrix homeserver
Previously known as Arsen6331
That was my bot. Lemmy removed a feature the bot was using, so it stopped working.
Yeah, this is the reason. TankieReplyBot used Lemmy’s WebSocket API because it was far more efficient for a bot to receive events as they happen rather than constantly checking for new comments and posts. With that gone, the bot will have to be rewritten to use polling instead, and the last time I did that, it caused my IP to be rate limited within an hour and that was with a relatively long polling interval.
I’m definitely not your overlord. Nope, not at all, not sure why you’d ever think that. Definitely no sarcasm in this comment.
sudo
is just running things as root, which is an account on every Linux system that has permission to do everything. The dangerous part is running a sudo
command if you don’t know what it’s doing, because using the extra permissions, a command can do things like delete your files, break your system, install malware, etc. sudo
itself isn’t going to do anything bad, but the command it runs could.
Here’s a screenshot of Waydroid running on my PinePhone Pro. I’m using an Android image with microG. The black bars on the top and bottom are part of Phosh, the desktop environment I’m using, then everything in the middle is Android running inside a Waydroid container.
I run Arch on a PinePhone Pro. It’s been working really well. Recent updates have improved it a lot. The phone now wakes itself up from sleep when it receives a call or SMS, calls and SMS have been very reliable, MMS messages now work, etc. I even have Android apps running on my PinePhone Pro using Waydroid, which is now hardware accelerated. I use it as a daily driver and it’s a very good daily driver.
The only major issue is that the drivers for the cameras haven’t been mainlined yet which means that even if you get a kernel that supports them, most camera apps won’t support them and the ones that do don’t have postprocessing yet, so the white balance is off and the quality is horrible. If you don’t need the cameras though, it works really well.
For some reason, my brain just doesn’t like having folders in my home directory that don’t start with a capital letter.
My home directories look something like this:
.
├── Applications
├── Code
│ ├── Scripts
│ └── AUR
├── Desktop
├── Documents
│ └── Nextcloud
├── Downloads
├── Music
├── Pictures
│ └── Wallpapers
├── Videos
└── Workspace
Applications
stores appimagesCode
contains the git repos of any projects I’m working on
Code/AUR
contains my AUR packagesDesktop
is pretty much unused, but it was created automatically so it’s thereDocuments/Nextcloud
is the directory that’s synced to my Nextcloud instanceWorkspace
is where I experiment with random stuff that usually doesn’t last long. If it does, I move it to Code
.Everything else should be pretty self-explanatory.
It is! https://gitea.elara.ws/Elara6331/lemmy-reply-bot