• 46 Posts
  • 542 Comments
Joined 9 months ago
cake
Cake day: March 4th, 2025

help-circle


  • Running multiple things in one host is perfectly fine. The more you have, the more complicated dependencies will become. Tool A needing PHP < 8 and tool B needing PHP 9 can be handled but is a headache.

    That’s why many people are using containers, specifically Docker. Each tool brings their own dependencies that are running isolated. Not sharing dependencies is more resource intensive but easier to handle.

    I’m not running the tools you mentioned but probably they list their resources requirements. I suggest you to check containers/Docker and consider using them instead of installing the tools natively.









  • Rolling releases, great docs, great amount of software available with the package manager, especially with the AUR.

    I went through the manual installation a few times and while the general process is annoying and error-prone, after setting up the basics many things worked great out of the box, even the printer I once had. I’m on Endeavour now which mostly does exactly what I want.


  • Excerpt from the Wikipedia introduction:

    Yarvin has been described as a “neo-reactionary”, “neo-monarchist” and “neo-feudalist” who “sees liberalism as creating a Matrix-like totalitarian system, and who wants to replace American democracy with a sort of techno-monarchy”.[14][15][16][17] He has defended the institution of slavery, and has suggested that certain races may be more naturally inclined toward servitude than others.[3][18] He has argued that whites have inherently higher IQs than black people,[18] and opposes U.S. civil rights programs.[19]



  • Not sure if this supports similar variables. I guess generally the migration should be easy as everything is already in the necessary structure but I haven’t tried it yet. I only have bindmounts that are in-repo, everything else is docker volumes.

    One feature Komodo offers that I’m not yet using is multi-node support. I do have multiple nodes and it would be convenient to have them all configured in one place but IDK if doco-cd has something similar.