• 0 Posts
  • 167 Comments
Joined 2 years ago
cake
Cake day: August 19th, 2023

help-circle

  • I torrent a lot on Linux and use Qbittorrent. Surfshark has a great VPN on Linux.

    If you want to get into it then Sonarr, Radarr, Prowlarr and nzb360 ($10) with Jellyfin is a great stack to manage your library but needs a bit of work to set up. You can then use the phone to download and search and watch it with an android TV app.

    I had some issues setting it up with a ublue fedora immutable distro which are pretty non-existent on most standard distros.





  • Maybe but probably not. People that develop applications can save a major headache by choosing flatpaks so the ecosystem will gravitate towards it.

    At some point new applications that didn’t launch a Linux version will do so but only on flatpak and older applications will start moving towards flatpaks since it’s less dev time.

    It looks to me as inevitable that the best versions of an app will be a flatpak but if you’re on Ubuntu based system you can probably get by for very long without them.


  • Jellyfin is not there yet but it definitely can be. It can be done pretty easily without any centralised server.

    1. Sending people magic links to their accounts on their phones that auto log them into Jellyfin.
    2. Make IP dictionary to have people type “cat mug door end” which pings the server with a login from an IP.
    3. Show QR code.
    4. Scan with an authorised app which pings the server to authorise the device on behalf of the user.

    It’s passwordless 4 word input + phone scan that can be optimised for TV pretty heavily since you only need make something 10^12 unique to account for all IPv4.

    It will take around 15-30 hours to code though for a person familiar with Jellyfin on android TV and server.












    1. Make a text adventure game that runs in the console.
    2. Tic tac toe in the console.

    Then if you want to go for a GUI web app with react use “dotnet new react” and create a to-do list with a client/server setup.

    If you want to learn to make games you could make a tic tac toe again but with a GUI in Godot.

    Once that’s done make tetris.

    You research what you need right before you need it and use it immediately so it sticks better. You’ll need to get comfy with typing systems and I recommend using an IDE like Rider or Visual Studio to program it since they help out a lot.