tester1121

joined 1 year ago
8
submitted 3 months ago* (last edited 3 months ago) by tester1121@lemmy.world to c/matrix@lemmy.ml
 

I have heard these words used a lot in Matrix documentation. Here's what I think they mean:

  • Bot: Like a Discord or Slack bot, can be run off of a normal account on a homeserver (no homeserver hosting required)
  • Bridge: Connects Matrix and another messaging service, self-hosted homeserver seems to be required
  • Integration: Another name for a Bot, or is it something displayed in Matrix clients (ex: Element has n Etherpad integration)???
  • Appservice: A better bot???

There's also the whole language around bridges (puppeting, plumbing, etc.), but that's for another question.

[–] tester1121@lemmy.world 1 points 3 months ago

It supports E2EE.

[–] tester1121@lemmy.world 1 points 3 months ago

The desktop and previous mobile clients are based off of Element, it's only the new mobile clients that are custom.

[–] tester1121@lemmy.world 1 points 3 months ago

You will have to start the chat from desktop, none of their mobile clients support starting a Matrix chat as of now.

 

I have been using Delta on iOS for my Gameboy gaming, and I have now moved to Android and am now trying to use Lemuroid. It doesn't accept Delta's .sav files, and instead uses .gb.slot1/.gb.slot2/etc. files. Is there a way to convert between them?

 

I am running a NAS that needs to connect to a server (the NAS isn't powerful enough). I also need to connect my NAS to a Windows, Mac, and Linux device (Linux being the most important, then Mac, then Windows). Out of SMB, FTP, and NFS, which one would be the best, quickest, and most secure for my situation? My NAS supports multiple sharing protocols, but I don't want to deal with mixed up permissions and conflicts later on.

 

I am currently using an old laptop (circa 2015) with a 250GB SSD in it, and 4GB of RAM. It runs Fedora 39 Server, and only hosts a Jellyfin instance through Docker right now (though I want to use Nextcloud later too). There is only 15GB of storage left on it, and the CPU is constantly overloaded (due to forced transcoding). I happen to have a lot of 500GB 3.5" HDDs laying around, and I want to use them in RAID 5. What hardware would be good for having 4 HDDs, and running Jellyfin and Nextcloud in Docker? I'm okay with either having just a 4-bay NAS (as long as it can handle transcoding (MKV 480p -> MP4)), or having a 4-bay NAS and a server/computer/NUC. I only have a budget of CAD$900 (USD$658 as of writing), but I am willing to go to CAD$1000 if absolutely necessary.

[–] tester1121@lemmy.world 2 points 5 months ago (2 children)

I just didn't want people to suggest to me to run a different server OS, as I can't do that (I think).

[–] tester1121@lemmy.world 2 points 5 months ago (3 children)

Is it a run and just works docker compose file?

[–] tester1121@lemmy.world 1 points 5 months ago (3 children)

Kinoite is looking really nice since my Linux is bugged (again).

 

I am used to simple things running on Docker (Jellyfin, Nextcloud, etc.) I am looking at running my own personal Mastodon instance (maybe share it with a few friends and family), but I like using Docker. Looking at install guides, the steps required seem to be much harder than just editing docker-compose.yml and running the container. Is it actually that difficult to set up Mastodon, or is there a better guide? I can't just use Yunohost/CasaOS because I am using a VPS to host this.

 

I don't mean for this to become a KDE vs GNOME post. I'm looking at switching to Fedora (because Arch is a pain), and it seems that GNOME is more supported. I use KDE on Arch. What features would I be losing if I were to switch? (ex: toolbar management, KRunner, etc.)

 

See title. I've heard that the S23 and S24 have region locking for international SIM/eSIMs, is this true? (ie: SIM refuses to work because of software lock)

[–] tester1121@lemmy.world 2 points 5 months ago (1 children)

They are. All carriers use the same tower infrastructure, but I can't use 5G from the tower operator carrier.

[–] tester1121@lemmy.world 2 points 5 months ago (1 children)

I am trying to use SaskTel, which is the opposite: all carriers (except Rogers?) have an agreement to use SaskTel towers, and SaskTel uses other carriers' towers in different provinces. I know that Bell and Telus work, but not SaskTel? They both use the same tower, so I don't know why there is still no 5G for SaskTel on my Pixel.

[–] tester1121@lemmy.world 2 points 5 months ago

The provider that I use has 5G antennas/towers all over roads, and the capital also has some 5G+ locations. It also annoys me that I seem to need the 5G option to show up or else LTE+ does not work at all.

[–] tester1121@lemmy.world 2 points 5 months ago

eSIM works, but 5G doesn't work.

 

I am trying to set up a plan with a smaller carrier, but I have a feeling that since they are not on Google's allowlist (even though I live in Canada), they will not let me use 5G with them. The Pixel watch supported carrier list also makes no sense, because for some reason the new carriers for the watch 2 don't support the first version? I was thinking about switching to Samsung, but it seems they also pull off shenanigans in the way of region locking. Why are these practices in place?

 

I use Arch Linux, and some apps require me to use Windows. I have tried to get Wine working, but it's just too much of a hassle. If the only goal of my virtualization setup is to run something like Adobe apps (I'm not doing any gaming on it), will Virtualbox or virt-manager be the quick and easy choice for me? I have tried using Virtualbox, but it didn't work due to some dkms drivers I think. I also don't want to use QEMU by itself, as I don't like using terminal commands and much prefer using a GUI to do things.

[–] tester1121@lemmy.world 1 points 5 months ago (1 children)

Is a Docker volume accessible like a folder if I SSH/SFTP into the host machine, not the container?

[–] tester1121@lemmy.world 3 points 5 months ago

This has saved so many files from my mistakes before.

 

I have a really bad "server" (just a laptop) that runs Fedora Server and uses Docker Compose to host Jellyfin. It has been very annoying to update (the web GUI for Fedora doesn't even work half of the time), updating is painful, and it's a pain to manage. I am trying to redo my entire setup, so I will be getting a NAS to store all of my media. However, I still want to host apps like Nextcloud and Jellyfin, but I'm probably just going to use the NAS as storage for such apps.

Should I:

  • use CasaOS, Yunohost, or a different easy to use server OS
  • stick with Fedora server
  • use a different distro

If I should use a conventional server distro (Fedora, Debian, Ubuntu), suggestions for management GUIs, easy to use Docker management GUIs, and ways to set up file sharing (Samba configuration seems like a pain) are greatly appreciated.

(side note: I use Docker bind mounts and they seem to allow me to update my Jellyfin content through SFTP/whatever the SSH-based file transfer protocol is. Is there a point in me switching to volumes? I haven't taken my container down manually since I first started it up)

 

I use a Pixel 6 Pro with Android 14 installed, and I cannot use Proton Mail instead of Gmail for email links. Whenever I click Proton Mail, Gmail is still the top option the next time I open the same email link. I don't want to reset app preferences, as I have too many notification and app usage settings set for my apps. Is there a way to set Proton Mail as the default? (preferably a universal method so that I can use this on other apps)

Attached below are pictures of the app "Open by default" settings from the Android settings app for both Gmail and Proton Mail.

 

I'm using a Pixel 6 Pro right now, and I'm looking around to see if there are any good phones. However, I have heard that there are ads in the newer flagship phones (Samsung, Xiaomi). I am willing to spend around USD$750 on a new phone, but I just don't want any crazy ads or preinstalled apps like Facebook. Are there phones that don't suck nowadays? I can buy a phone that is sold in the US, Canada, or EU.

(I don't want to go through menus to disable ads (Xiaomi), and I'm currently looking at phones other than the Pixel lineup to see if there's a better option for me)
(I also don't want to mess around with custom bootloaders/systems, I rely on Google services way too much)

EDIT: If it wasn't clear enough, I am not looking for things like GrapheneOS or LineageOS or others, I am looking for a phone and judging based on the stock system on it.

view more: next ›