

~/dev
~/dev/oss
~/dev/work
~/dev/personal


~/dev
~/dev/oss
~/dev/work
~/dev/personal
Awww. It’s so cute. Fantastic photos!


You can run it all locally if you want…. They’re just docker containers. Set up a docker compose and docker compose up


You don’t even need a single app, just run it with docker compose
Holy shit. That is terrible.
But it doesn’t really matter how bad it is, if you asked them to do something and they ignored it that’s inexcusable unless it’s illegal or breaking code. Doesn’t matter if you asked them to use a fucking 30” old growth log.
I don’t know what common practice is regarding that adjustable support. We have one similar that’s holding up our entire basement ceiling lol, but it looks like it was built that way with the house. Doesn’t look good but I’m guessing it’s fine.


Any reason not to use https://github.com/VERT-sh/VERT?


No… because more people would be working on it.


They are not marked as resolved.


That only works if the plugins are somehow accessible through an api controller, which as far as I’m aware, is not how jellyfin plugins work. So no, it wouldn’t increase your attack surface at all.


Aside from most of those being “potential issues”, which weren’t proven, the rest are GETs of things that do not need to be secret, things like album art and list of installed plugins. Besides the one plugin issue, which was an actual security issue, which was fixed over a year and a half ago. https://github.com/jellyfin/jellyfin/pull/11436
Contrast that with Plex which has numerous high severity CVEs that include things like remote code execution, directory traversal, and more.


Please do explain or link sources to what you think are “security holes”.
lol read a few comments down.


You very clearly dont understand home assistant.


In what way is DT more powerful than LR? When I used DT like 2 years ago it couldn’t do half the shit that LR has as basic functions, much less the crazier stuff.
I think it’s just that LTT drops everything he touches lol
That still doesn’t mean you’re gonna remember it. I forget my master password all the time. Torture would just ensure I’d forget it even worse.


There is functionally no benefit to using bash and there hasn’t been for over a decade. Even macOS transitioned to the default shell being zsh. In terms of user friendliness, fish outcompetes zsh and bash handily. The only other shell I’ve heard ‘beats’ fish is nushell. But I’ll never go back to zsh or bash. Needing to drop into bash to run a script can always be done if you need it, but your scripts will be easier to read in fish.
Isn’t this what conky does? Puts it on the root layer?
You signed up on one of the most political instances there is. Switch instances and browse Local. Like the other person suggested, lemmy.zip or programming.dev are both good options.
For anyone coming later, I’d actually add a section between where you explain commands for the first time and where you explain their flags or at minimum directly after the flag section. The section should explain how commands are found, how the PATH works and where the majority of binaries on a Linux system are located. Knowing that will allow a reader to immediately understand how simple a shell is and how people are always able to write their own scripts for stuff.