• 4 Posts
  • 334 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
    3 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


  • That is a completely separate issue from the above commenter.

    You absolutely cannot get 2FA authenticator codes from 90% of services

    A shockingly large amount of companies demand phone numbers and send verification texts before allowing you to do business with them, to create an account, to recover an account, to delete an account, to place an order, etc.

    They really shouldn’t, it’s a bad security practice but companies love it because with a phone number they can lower support costs by just allowing people to do a self-service where they get an automated text and can unlock their locked account.

    Also an issue, but indeed a separate issue from using unsecure SMS as TOTP.




  • JustEnoughDucks@feddit.nltolinuxmemes@lemmy.worldLinux rule
    link
    fedilink
    arrow-up
    27
    arrow-down
    1
    ·
    16 days ago

    Capitalists making use of and profiting from socialist programs and structure is a tale as old as capitalism.

    Pharma as an example. Crowdsourced research, government funding with money from the people only to be bought by a capitalist corpo where they do the last 10% of the work by industrialization, jack up the price by 1000x, and take 100% of the profits and don’t even pay back their fair share in taxes, and then get a state-sponsered monopoly for an outrageous period.





  • 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.



  • Depends. If someone is gaming with new hardware, don’t use a distro that doesn’t update the kernel quickly and regularly.

    Almost every problem with hardware on mint is solved by going through the process of updating the kernel or switching to a distro with up to date libraries.

    It’s fine for a lot of people, but it doesn’t “just work” outside of the use case of only browsing the internet and word documents.

    This is coming from someone who used mint for 4 years. There was about a dozen times where the software on the software center was so out of date that it simply didn’t work and I had to resort often to using random ppa’s which often broke other things. Definitely not user friendly.

    That being said, Cinnamon is probably one of the most user friendly DEs for people switching from window. It is very nice.


  • The steam controller is absolutely my favorite shape and feel for the controller.

    The one big flaw is the plastic bumper mechanism that has broken on 3 of my units, 1 I was able to send back, 1 replaced with PETG 3D printed part which is less clicky, but more durable, and 1 still intact.

    Still, I have exclusively used those for years when not playing on Switch


  • People have hit on most of them here, but here is another big one:

    Fitness apps. Mainly calorie tracking, workout tracking and heart rate tracking

    Health app

    Sleep as Android

    (No, gadget bridge is not a replacement for 99% of cases and doesn’t even support the gold standard for heart rate tracking, polar H10)

    For calorie tracking, the massive food databases required, barcode scanning, and crowd sourcing are generally not compatible with the open source community’s privacy ideals. OpenNutriTracker has promise though!

    For workout tracking, none of them have any device support and most of them are dead and abandoned. Not to mention heart rate zones, stats and training trends, etc… FitoTrack and Opentracks are good starts though.

    And then a google fit alternative. Something that can integrate sleeping, workouts, heart rates, sensors, etc… Data all in one aggregates place. It is a huge task and it makes sense that there is no open source alternative for it. Especially when the components aren’t individually there to aggregate.