WYGIWYG

  • 0 Posts
  • 245 Comments
Joined 10 months ago
cake
Cake day: September 24th, 2024

help-circle



  • rumba@lemmy.ziptoSelfhosted@lemmy.worldQuestions about DAS
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    3 days ago

    DAS is 1:1, It’s more or less like just connecting en external hard drive to your computer.

    SAN can do some crazier stuff. You can take arrays and attach them to LUN’s and to sign luns to separate computers. You have fiber optic routing and virtual networks, sometimes iSCSI. But that stuff is extremely expensive and power hungry and did I mention extremely expensive

    NAS is basically just a computer with disks attached to it sharing the data through one of her protocols you need.

    For home gaming, even sharing with a extended family, truenas, unraid, or just a computer with ZFS is ideal.

    ZFS is the elite but slightly harder way to do it. Your volumes all need to be the same size even if your disks are different sizes. There’s regular maintenance that needs to be applied, But it’s very fast and very flexible and very easy to expand.

    Unraid is very slow but very flexible, the discs aren’t in a raid they’re in a JBOD, so really really slow, But if you lose one disc all you’ve lost is the data on that disk, and you can run up to two parity discs. As long as your parity drives are larger than your largest data drive.

    Truenas is more of an unraid type situation but with a ZFS. Both unraid and truenas support virtualization and/or containers for running applications and give you nice metrics and meters and stuff.

    You can hand roll with Debian, ZFS, docker and proxmox.

    I think DAS is pretty much dead. If you have a ton of ephemeral data, and you need to do high speed work on it It’s a reasonable solution. But I think for the most part eight terabyte nvme has made it pretty niche.


  • Porque no los dos?

    There is no functional difference between them scraping you systematically and them coming to you on behalf of user. They’re coming to scrape you either way, being asked by someone is just going to make them do it in a smarter fashion.

    Also, if you’re not using Gemini, damned if Google.com doesn’t search you with it anyway. They want these AIs trained bad, sooner or later almost all searching will be done through AI. There will eventually be no option.

    You are correct that blocking all AI calls well eventually make your search results not work.

    So if you want organic traffic, you have to allow ai scraping eventually. You’re just going to get diminishing returns until a point.


  • rumba@lemmy.ziptoSelfhosted@lemmy.worldgoodbye plex
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    2
    ·
    4 days ago

    Oh, Plex has the risk. A vulnerability in Plex is how LastPass lost all their source code. A vulnerability in Tautulli which he had ported outside surfaced his auth token, then he was able to use the auth token to get into Plex and they were able to hit an rce vulnerability and pull the entire git repo the guy had locally.

    The key difference is Plex at least has a security team and their name on the line with their investors.


  • The interesting part about doing a vignette is that it shows up in ELA when you run it through any one of the dozen doctored image detector websites, the re-encode around the changes shows up in the data when it inspects them, this image has zero error level deviation.

    That’s interesting because it also doesn’t appear as AI at all through the AI detection tests. But here you’re saying it’s actually edited. Maybe the CDN was heavy-handed enough to destroy the ELA. Zip up your edited copy and give that to the masses. The nay-sayers can run it through Fotoforensics and see it’s manually edited. You have already passed all the AI detection pages with 0% AI probability.





  • but, think of it… RACING STRIPES!!! or FLAMES!!!

    You use bamboo skewers to mount the things off the bottom and dampen vibration. mabey use an internal flap and bent the disks out the front and the PSU out the back. If you have enough cardboard, you could even bend it a bit and do like a jet engine with the fan sticking out the front.

    cardboard papercraft homelab… I almost want to get rid of my 42 U rand and make a voltron now.




  • rumba@lemmy.ziptoSelfhosted@lemmy.worldgoodbye plex
    link
    fedilink
    English
    arrow-up
    7
    ·
    4 days ago

    A lot of neophyte self hosters Will try running the binary in Windows instead. Experienced self hosters will indeed use docker.

    Then out of the ones that are using docker some of them will set it up as privileged.

    And then how many of those people actually make read-only versus how many just add the path and don’t think about it.

    Don’t confuse your good practices with what the average person will do.


  • rumba@lemmy.ziptoSelfhosted@lemmy.worldgoodbye plex
    link
    fedilink
    English
    arrow-up
    16
    ·
    5 days ago

    I’ve heard jellyfin has a lot of security issues

    The biggest known stuff I saw on their GitHub is that a number of the exposed service URLs under the hood don’t require auth. So, it’s open-source with known requirements, you can tell easily from the outside that it’s running, and you can cause it to activate a LOT of packages without logging in. That’s a zero-day in any package that can be passed a payload away from disaster.

    AS far as TVOS, I’m kinda surprised swiftfin doesn’t service you.






  • Not OP, and I don’t particularly hate PHP but I certainly understand why everyone else does. It had a ton of horrible issues that didn’t get fixed until 8. Just really awful stuff like a23+n7=30 , inconsistent syntax, It’s just had a lot of holes over the years. Post perl, It had the next greatest number of plugins and was reasonably rapid so it took off with the inexperienced crowd, But we ended up with a lot of code written by a lot of inexperienced people and a lot of best practices were eschewed. Most of the big software names that run PHP have had a constant stream of really bad vulnerabilities, more so than a lot of other languages. (WordPress, PHPBB, vbulletin, a million horribly written WordPress plugins)

    Personally, in a pinch I’ll still do something in PHP. It’s so incredibly rapid and gives you marginally decent debug right out of the gate with nothing installed.