• 0 Posts
  • 9 Comments
Joined 3 years ago
cake
Cake day: July 1st, 2023

help-circle


  • Which doesn’t work for The grand majority of devices that would be used to watch said media.

    Tvs game consoles rokus so on so forth typically don’t support VPN clients.

    The Jonathan clients for these devices also typically don’t support alternative authentication methods which would allow you to put jellyfin behind a proxy and have the proxy exposed to the internet. Gating all access to jellyfin apis behind a primary authentication layer thus mitigating effectively all security vulnerabilities that are currently open.




  • Did you go to the repo before running your mouth? It’s awesome-selfhosted data.

    What AI slop?


    Edit:

    I’m guessing I must have missed something here when I made that comment. I visited the link in the body of the OP not once, or twice, but three times to verify I wasn’t losing my mind. Even went into reading the readme, some issues…etc to verify.

    I’m now realizing that in my Lemmy client the link in the body is more obvious to click on than the actual article itself.





  • Pretty much.

    I’ve started using AI on a project last week and the first thing I do is write tests. Lots of tests.

    With enough guardrails, you could actually get pretty decent quality output out of it and with enough regression tests, you can ensure that nothing’s actually breaking.

    Similarly, reviewing its changes and actually reading the code that’s being generated to ensure correctness is necessary. However, I am finding ways to automate that and reduce the incident rate of problems to even lower than my co-workers.