[-] DecorativeTarp@lemmy.zip 4 points 10 hours ago

This is a recipe for blindly hosting CSAM.

[-] DecorativeTarp@lemmy.zip 3 points 1 day ago

I end up with issues with it because I do a lot of graphic design which means I have a lot of fonts. So, it ends up rebuilding its subtitle font cache for little reason every time I start it. Can at least disable that though.

[-] DecorativeTarp@lemmy.zip 11 points 1 day ago

Krassenstein’s just a grifter of another stripe.

[-] DecorativeTarp@lemmy.zip 6 points 6 days ago

This is an industry wide thing for the web. There’s a pivot to attempting to do AEO, or “answer engine optimization,” on top of the traditional search engine optimization. But, as it’s so new and hard to gauge the results of we may all just be bullshitting ourselves.

[-] DecorativeTarp@lemmy.zip 6 points 1 month ago

Your email service’s scanner might, because some of them go through every link and check what’s on the page.

[-] DecorativeTarp@lemmy.zip 2 points 1 month ago

Might’ve missed this with my edit timing:

This snarky comment is the one that actually shows what you need in full though.

[-] DecorativeTarp@lemmy.zip 2 points 1 month ago* (last edited 1 month ago)

Nah, have too much on my plate. Just saw this pop up while browsing hot, and it’s a common design pattern without an obvious solution.

This snarky comment is the one that actually shows what you need in full though.

[-] DecorativeTarp@lemmy.zip 2 points 1 month ago* (last edited 1 month ago)

You can set the grid item to display: flex, they’re not totally mutually exclusive (one can be within the other). Kinda hard to blindly walk through stuff like this without seeing the HTML/CSS though.

One of those cases where browser dev tools are your friend as it should only need a few properties, you can poke and prod to see how they land, and you can see whether you’re getting a 100% height fill on the parent.

[-] DecorativeTarp@lemmy.zip 1 points 1 month ago* (last edited 1 month ago)

This is largely a flexbox question:

https://stackoverflow.com/questions/31000885/align-an-element-to-bottom-with-flexbox

Have to make sure the parent element of the text and buttons is set to an appropriate display:flex and is also taking up the full height of the grid item though (if it’s not just the grid item itself).

[-] DecorativeTarp@lemmy.zip 9 points 1 month ago

Definitely call it change in Ohio, rest must be right.

[-] DecorativeTarp@lemmy.zip 3 points 3 months ago

I was giggling at just the 📝 reply when I originally saw the thread.

[-] DecorativeTarp@lemmy.zip 2 points 4 months ago* (last edited 4 months ago)

I don’t think the migration will be that awful going from Linux to Linux container? I just gave up and nuked it going from Windows to a Linux container, but that was after hours of playing whack-a-mole with Windows -> Linux path issues.

The main thing is you’ll probably want to mount your media location as a volume in docker using the same location as it was on bare metal, as otherwise I think you’ll need to fix all those paths in Jellyfin’s DBs. Otherwise you’ll need to locate Jellyfin’s config/etc directory and mount it in docker with the appropriate binds, and while doing that you’ll probably want to move it to a spot that’s more appropriate for container config storage.

An additional thing is that the container will need to be explicitly given access to your GPU for transcoding if needed, but that changes with your system and is just part of Jellyfin docker setup.

view more: next ›

DecorativeTarp

joined 4 months ago