moonpiedumplings
No. There was malware in the releases. The issue was most likely accidental, something that spread from their computer. But they didn't handle it well.
Discussed here:
The emulation on android community definitely has a problem with ungrateful trolls though, particularly on the discords, which is why I am annoyed whenever projects bother to create one. I've seen 2-3 projects get shut down because of harassment on their discords.
Here's my older post on a similar topic on reddit: https://www.reddit.com/r/AndroidGaming/comments/g0sw0k/i_am_making_a_list_of_source_ports_on_android/
Yeah, creative writing communities like r/AmITheAsshole, r/relationshipadvice, or r/offmychest.
Try following around the linux
tag on twitch. I've found plenty of people who game or do software development on Linux that way.
If you have an old android phone, then you can repurpose it into a Linux server.
Or an old computer. But you probably don't need to buy anything to get started.
https://moonpiedumplings.github.io/playground/ccdc-logs/
I played around with some non-elasticsearch web/gui based solutions as well.
Depends on the program and the professors. I'm doing computer scuence at CSUN, and I've gotten lucky, none of the online exams have required any proctoring software (rootkit monitoring software). They just do them in the browser.
LMFAO, I did not expect a lord of the mysteries reference in here. I gotta finish/reread it, I dropped it a long time ago
I really, really hate this site. This is not the first time I've seen low quality garbage. It reports old news as crazy new novel techniques.
I'm pretty sure it's possible to use timeshift to create backups on another drive using rsync (instead of btrfs). They are incremental, and deduplicated, as well.
But the other commenters are correct, timeshift is not a backup tool, it's more for snapshots to undo system changes you may not want. In addition to that, it doesn't do user files by default — because again, it's not a backup tool.
btrfs send/receive
technically does what you want, using btrfs to do backups to another drive, but I don't think any GUI app supports it. Plus, you would have to create snapshots for btrfs from the command line.
Your best bet are apps explicitly designed for this usecase, like someone mentioned pika, or borg or restic are good choices. They don't do BTRFS, but they do incremental, deduplicated updates in a user friendly way.