SysOp, Gamer, Nerd. In no particular order.

  • 5 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle





  • That might be true inside Russia, but not in the rest of the world. F5 could sue in the US and force the registrar responsible for the .org TLD to hand the domain to them.

    In his place, I would chosen something related but different enough to avoid trademark infringement, like “Freeginx”. IANAL, but I believe sometimes all it takes is one letter to keep lawyers away.








  • If India is anything like my country (Brazil), corruption is rampant and enforcement outside business environments is pretty much non-existent, so, no, no one is afraid of piracy for domestic use. We used to have street vendors and booths on strip malls selling all kinds of warez on CD/DVD. The only reason they’re not around anymore is because internet speeds here are already good enough that downloading is easier. And no, no one will cut you connection because of it, our congress already approved laws saying that access to digital communication is a civic right.







  • Go for RAM size. Video editing uses a lot of it.

    Don’t bother with the X3D CPUs, video editors don’t benefit from the extra cache, the problem with the stacked dies is that it makes moving heat out of the CPU harder, so they tend to run at lower clock speeds, so with a normal CPU, you’ll get a little bit more performance on video tasks, while the hit on gaming performance will be minimal, especially if you play at higher resolutions where the GPU will be the limiting factor.

    As for storage, get an NVMe that’s big enough to store the games you’re playing and the video project you’re working at the moment, so access is quicker. for other projects and games you don’t play often, put them on an HDD or NAS with 10Gb Ethernet.

    As for graphics cards, Nvidia has better video encoding than AMD at the moment and great gaming performance, but don’t dismiss Intel Arc, they’re entry-level for gaming, but have a stellar performance in video encoding. Considering the price difference between AMD and Nvidia, you could pretty much buy an RX 7900XTX and an Arc A750 for the same price of an RTX 4080, so you could use one for gaming and the other for encoding. The advantage of this is that you could play games on the AMD card at the same time the encoding is running on the Intel.


  • Anarch157a@lemmy.worldOPtoSelfhosted@lemmy.worldRevamped install for Piped
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    1 year ago

    You can run with your own reverse proxy Nginx if:

    • You expose the port used by the backend/API with a “ports:” setting on the compose file
    • Expose the socket used by the ytproxy container using a volume that points to a directory in the host

    You’ll still need 3 DNS names and a SSL certificate to cover all three.

    TO configure your Nginx, you can use the template I provided on the config/ directory as a base.