Skip Navigation

Posts
5
Comments
610
Joined
1 yr. ago

  • Lemmy has 2 full-time developers and their own instance and that's getting funded entirely by donations

  • To make matters worse, many Chinese devices just kill everything in the background that's not on a hard coded whitelist.

    Looking at Xiaomi's Miui here. My last phone was a Xiaomi one and it was great. It didn't take long for me to install LineageOS on it tho because Miui is horrible. It killed every app you had opened the second you switched to another one. Things like email verification codes were literally impossible to enter into an app because when you went into your mail app, copied the code and then went back into the app you wanted to enter it in, that app would have to start up again because it was already killed in the background.

    Also, Miui itself used up like half my RAM without anything being opened and it was buggy as hell.

  • it has stupid things like weekdays sorted alphabetically

    Holy shit, that's stupid. Why would you even do this in the first place?! I can't comprehend how anyone could come to the conclusion that that's a good way to sort it.

  • If you want to watch YouTube in a more privacy friendly way and without an account, there's also LibreTube

  • A mini-pc with an Intel N100 will be a little more expensive (I bought one for ~150€) but it's about 5-6 times faster than the Pi and mine also came with 16gb of RAM and a 500gb SSD. It requires very little power and because of that, it's also very quiet. AV1 decode is also great if you plan to run something like Kodi on it or you want to do transcoding from an AV1 video with Jellyfin (I haven't migrated those to it yet, so I don't know how well it works in practice). I'm not sure but it might not even be a lot more expensive than a Pi with 8gb of RAM and an additional 500gb SSD.

  • You just need the docker and docker-compose packages. You make a docker-compose.yml file and there you define all settings for the container (image, ports, volumes, ...). Then you run docker-compose up -d in the directory where that file is located and it will automatically create the docker container and run it with the settings you defined. If you make changes to the file and run the command again, it will update the container to use the new settings. In this command docker-compose is just the software that allows you to do all this with the docker-compose.yml file, up means it's bringing the container up (which means starting it) and -d is for detached, so it does that in the background (it will still tell you in the terminal what it's doing while creating the container).

  • It does when using X11 but it's a little annoying to have to log out and back in every time you want to play VR

  • Maybe do a memtest. Idk what the software was called exactly but you just flash it on a USB, boot from that USB and it will test if your RAM is okay.

  • If you set an alarm and shut down your phone, it will actually boot up again when the alarm is supposed to ring. This has been a thing for years on pretty much all phones, so they must have something like this already.

  • I wonder why they don't just have Monero as an option