pinchy

joined 2 months ago
[–] pinchy 3 points 4 days ago

Split the file if it feels like to much code to read comfortably. Most often I have a Layout component in a single file that receives its contents as children. Header and Footer are most often their own file in my case but if they are just a few lines of code I leave them in the Layout.

[–] pinchy 3 points 1 week ago (1 children)

Makes me wonder what the VRCTL8SC is doing

[–] pinchy 2 points 1 week ago* (last edited 1 week ago)

I would go with Jellyfin as a server and Mopidy client as outputs. Like an rpi with an audio hat or class d amp hat. Planning to add Snapcast to the mix for multiroom audio but didn’t find the time yet.

[–] pinchy 3 points 2 weeks ago (1 children)
[–] pinchy 1 points 2 weeks ago

avc1 is the name for H.264 (also called AVC) which is admittedly pretty confusing

[–] pinchy 1 points 2 weeks ago

MP4box has a great local web tool to test the mime type including the codecs parameter:

https://gpac.github.io/mp4box.js/test/filereader.html

Jake Archibald wrote a good article about this topic: https://jakearchibald.com/2022/html-codecs-parameter-for-av1/

[–] pinchy 3 points 2 months ago

Oh, lousy Smarch weather!

[–] pinchy 17 points 2 months ago

Using a GitHub repository wiki is a low effort / zero cost option. https://docs.github.com/en/communities/documenting-your-project-with-wikis (Clearly not as charming as something self hosted though)