• 1 Post
  • 29 Comments
Joined 2 years ago
cake
Cake day: June 4th, 2023

help-circle


  • Tell him to learn how to code?

    Optimally yes, the OP should learn some code before doing so - this task doesn’t seem that difficult to do with a script if you wrote it yourself, and it’s even less work to learn enough to just verify what the script is doing.

    I have no idea how a car works at a deep level. However I know enough to know how to drive, and if I see its mirrors are broken off, the seat belts are missing, or there is gas leaking out of it onto the ground, I probably shouldn’t get in and drive it.

    If you don’t understand code and run generated code, the problem is that you are stuck with a result that you may or may not have wanted. You may also just think it worked correctly when in fact It might have done other stuff as well that can’t be seen plainly - this is the inherent risk of running generated code where you can’t actually verify what it’s doing.

    Maybe it performs the requested function correctly but is sourcing the original code from a use case where someone also wanted to delete every other kind of file that wasn’t a pdf in that directory. Maybe not. But this is a difference of one line of code which can have major ramifications if it gets left in.

    The point is that if you aren’t certain what something does before you use it, you should at a minimum go through the necessary steps to be able to make an informed decision, otherwise it’s just reckless.


  • Pre-made tools have reproducible and known functionality that has been tested whereas LLM’s when generating this across 100 different users may come up with 100 different untested results in which someone who doesn’t know programming won’t really know what complete result to expect from the code it generates.

    In short, pre made tools don’t require programming knowledge because someone has handled all of this for you previously, but LLM’s do require programming knowledge to make sure what it made is going to work safely and correctly.




  • UpNp or port forwarding is the same way both Plex and Jellyfin work.

    I don’t know what makes Jellyfin less secure since they both work the same way for this as far as I can tell…

    Can you be more specific about what makes Jellyfin less secure when it comes to UpNp/port forwarding?

    In the case of port forwarding at least Jellyfin is open source and has more eyes on it so it’s less likely for someone to zero day it and have at it unless I have misunderstood how each can connect off-network.

    Furthermore the hash for your password is stored along with many others at a single (or relatively few) attack point/s on a Plex business server since it’s a centralized business whereas this is never the case for Jellyfin.

    Also this thread is about Plex literally selling your personal data so I don’t really consider Jellyfin worse for exposing your personal data.

    I’ll take my chances with a single idiot who want’s to compromise my poor asses tiny network versus an actual hacker who wants to compromise an enterprise businesses network that is storing thousands or hundreds of thousands of user credentials, data, and payment information (Which Jellyfin doesn’t store even half of).

    If someone hacks Jellyfin on my network -> They have my… media files? Maybe the hash of the one password I use there?

    If somone hacks Plex on my network or anywhere - or the people they sold that data to -> They have my password hash, credit card number and probably my name that is associated to it, personal data that Plex is selling, etc.

    TL:DR I think Plex is more likely to be hacked rather than myself and the outcome of Plex getting hacked is worse than if my personal Jellyfin server gets hacked.












  • Unsure about the iLO, but I do recall powering on one of these remotely in school using it. I’ll have to wait until I find some power cable to take a look I believe, but I do see a sticker with the default user name and password for it on the side, so here’s hoping haha.

    I have a PLA 3d Printer, but I fear PLA has too low of a melting point to use for server components. It would be neat if there were a caddie model out there I could test with though - will have to look around.

    Thanks for the insight on the rack as well, that will be good to know in the future I am certain.



  • That’s a good question, I’m not too sure since I work in IT/Software as well and am currently using kakoune. I think a lot of efficiency upgrades in other industries are typically a cost gap instead of an understanding gap. For example, a carpenter could start out with a tool like a hand saw, and then later upgrade to a band saw, but they need to pay a lot more for and find space for the more efficient tool. This can kind of exist in software as well, but the funny thing is that a lot of the time these days I find the FOSS stuff better overall, which I think sets this phenomenon apart from other industries and whatnot.