A geek, who no longer likes tech

  • 1 Post
  • 18 Comments
Joined 10 months ago
cake
Cake day: March 7th, 2025

help-circle


  • I’ve been following the software forge federation some time ago, and didn’t feel to pick up even when it was discusssed initially. It is a neat idea on high-level, though it requires forges to implement it, which has a risk of not picking up (just look at how much iterations of social media federation protocols was there, until ActivityPub arose).

    On the other hand, all of the forges are based on a distributed technology out of the box: git. Most of the “modern days” comforts there are, are just built on top, and there are different ways to approach it.

    As an example, you can send patches directly to the author in email. Is heavily implemented and suggested by https://sr.ht/ (1) — a software forge, which focuses on building a federated workflow by using email for communication (which is federated by design). This way, you can create “Pull Requests” without having account on the forge — all you need to do is just submit a patch. Author is very vocal about supporting it (2), and provides quite useful guides to learn (3), (4)

    Generally, I’d say that e-mail is the only federative implementation you can get so far :)














  • I’d prefer not to dual boo, but it might be the safest way to start? If I dual boot, get used to Linux and (hopefully) get everything I need working, can I then go from dual boot to erasing the Windows partition and recombining so I then only have Linux installed and can keep the work and programs I already installed on Linux?

    My personal experience says: try dualbooting first, because it will make you to have a working machine continuously. Taking into account that all Linux-based OS behave vastly differently from MS Windows, it is possible to break things, when learning a new way of doing things.

    The drives for my server are NTFS. Does anyone have experience with this format on Linux (I use Emby)?

    I’ve been using an external NTFS drive for compatibility and big files storage: works as charm. The worst case scenario is you will need to install an ntfs-3g driver, although it is usually included with the distro.


    As for production: I don’t have much experience with that, although I can recommend you looking around tooling that solves the problem. You will need quite a bit of patience and trying things, because switching platform will definitely require you to make some shifts in usual processes you have now. Don’t expect things to be obvious 100% replacement: unfortunately lots of people have this expectation, and get frustrated.

    As for hardware, just looking the model up on the internet with adding “linux”, or “ubuntu”, or “fedora” should do the trick of figuring out if it will work.