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

help-circle
  • JustEnoughDucks@feddit.nltoSelfhosted@lemmy.worldNetwork Switch
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    2 days ago

    I think it has to do with data differences between self hosters and data hoarders.

    Example: a self hosted with an RPI home assistant setup and a N100 server with some paperwork, photos, nextcloud, and a small jellyfin library.

    A few terabytes of storage and their goal is to replace services they paid for in an efficient manner. Large data transfers will happen extremely rarely and it would be limited in size, likely for backing up some important documents or family photos. Maybe they have a few hundred Mbit internet max.

    Vs

    A data hoarder with 500TB of raid array storage that indexes all media possible, has every retail game sold for multiple consoles, has taken 10k RAW photos, has multiple daily and weekly backups to different VPS storages, hosts a public website, has >gigabit internet, and is seeding 500 torrents at a given time.

    I would venture to guess that option 1 is the vast majority of cases in selfhosting, and 10Gb networking is much more expensive for limited benefit for them.

    Now on a data hoarding community, option 2 would be a reasonable assumption and could benefit greatly from 10Gb.

    Also 10Gb is great for companies, which are less likely to be posting on a self hosted community.




  • Do you have the Intel drivers installed on your machine? Are GuC and HuC working?

    sudo reboot
    sudo dmesg | grep i915
    sudo cat /sys/kernel/debug/dri/0/gt/uc/guc_info
    sudo cat /sys/kernel/debug/dri/0/gt/uc/huc_info
    

    On Debian I had to manually download the i915 full driver Zip, extract it, take out the Intel drivers, and put it in /usr/lib/firmware

    Then hardware acceleration worked on my Arc380.

    If you use QSV, your CPU iGPU will be the one that can use it, so make sure to set your render device in docker to the iGPU and not the RTX 2060


  • I mean China definitely does it.

    Tibeten “re-education” anyone? They stole the playbook for Tibet right from america dealing with native Americans, but with a little less outright killing. Uyghurs is less language genocide and more actual genocide and concentration/slave camps.

    America did it and does it with native americans. Americans did it with literally every single group that came into the country with their whole “English isn’t our official language but you better speak English or be ostracized” through its history.

    Literally every nation has tried at one point.

    I am pretty sure language erasure is not “a form of genocide”, but “a component of recognizing genocide” or something that states thag commit genocide commonly do. I have looked at a bunch of definitions and genocide definition seems to always involve actually killing people:

    any of the following acts committed with intent to destroy, in whole or in part, a national, ethnical, racial or religious group, as such:

    (a) Killing members of the group;
    (b) Causing serious bodily or mental harm to members of the group;
    (c) Deliberately inflicting on the group conditions of life calculated to bring about its physical destruction in whole or in part;
    (d) Imposing measures intended to prevent births within the group;
    (e) Forcibly transferring children of the group to another group.[3]
    

    My point was that every nation does it simply because of nationalism and ease of administration. Governments already run bad enough without having to keep 25 running translations of every document.







  • To be fair, if something is open by default or very easy to enable without informing about the risks, tons of people will have it exposed without thinking.

    It isn’t that “tons of people do it so it is normal and perfectly fine” but more “people don’t realize.” It also uses some nontrivial amount of resources to process and block those attempts, even if they never have a chance of getting in.

    There is yet a reason I can find to have it forwarded for home use. Need to ssh into a machine to fix it? VPN.

    There are plenty of secure web-based tools to manage your server without a VPN also.










  • There is one neat trick: don’t expose SSH.

    There is still not a reason anyone has been able to give for 99% of self-hosters to expose SSH.

    If you need to access your machine via ssh while on the go. Wireguard to your local network, use SSH. Done. Unless you are running an always-up public facing site, the amount of times you have to access your machine that can’t wait until after work is very low anyway.

    Bots will scan all ports. That is just how it works. Less than 22, but you will still get spammed. Why force your computer to go through the fail2ban loop and take up resources when it is simply not needed at all and you can block it on another machine?