• 0 Posts
  • 18 Comments
Joined 8 months ago
cake
Cake day: December 14th, 2023

help-circle
  • I use a Synology nas which has official support for docker / docker-compose to run my arrstack and has n+2 btrfs redundancy. Then for running Plex and jellyfin I use an Intel nuc10i7 with quick sync with the nas media folder mounted over the network but using a direct gigabit link between the 2 so that the traffic stays off my switch.

    I could have gotten away with doing it all on the nas if I forewent ECC in favor of quick sync, but my first priority with my nas is keeping personal artifacts safe so I went with ECC.










  • I’m not a cook but just a general fan of commercial / industrial products (always getting jealous of the stuff I see in my engineer friends machine shops at work, materials science labs, etc), and one of my favorite sites to get ideas for when it comes to household / kitchen stuff is the webstaurant store. I don’t necessarily even buy much stuff because some of the items can only be bought by the case, but it’s fun to browse and if I see something I like I can check if it’s available anywhere else. I have bought a commercial style tall recycling bin and some generic 5 gallon bag in box soda syrups since you could just buy 1 of those, which save a lot of money if you carbonate at home compared to buying soda at the grocery store.

    Anyway they have a surface sanitizer section so you might get some ideas on what to get by browsing there. Again some are by the case but at least a few you can buy a single spray bottle or a single gallon: https://www.webstaurantstore.com/35535/surface-sanitizing-and-disinfecting-chemicals.html

    And of course be sure to read all the directions and warnings since they might be used differently than you would at home, or have different requirements.


  • Isn’t Miracast for sending video data? The thing I like about Chromecast is that the phone or remote app just tells the Chromecast where to load the media directly from, and then only sends playback control commands. That makes it a lot lighter resource wise because you don’t need to proxy the stream through a device like a phone that wants to go to sleep to save battery.



  • If it’s just videos you want, you can try using network inspector to see if you can catch the url of the file - assuming giving the url of the video’s webpage to youtube-dl along with a snapshot of your browsers logged in cookies doesn’t work. You might also see an m3u8 in the network inspector, which you can also give the url of to youtube-dl and it’ll download all the segments and merge them into a video file (you might also need auth cookies or headers unless it’s a temporary url which can work anywhere, just check the network request to see what’s sent). Some sites do separate m3u8 for video and audio or multiple ones for different video qualities, so you might need to change the quality to maximum for the browser to request the high quality stream url. You might also see a file requested that just lists the urls for m3u8s of each quality. If you see a vtt file then you can also grab that, convert to an srt, and remux with mkvtoolnix to embed it into the file as an optional subtitle.

    This should all work as long as they don’t use drm / widevine type stuff and as long as they don’t have some supremely annoying security measures (like using authenticated urls that are one time use so by the time your browser shows it in the network inspector the url is expired or something). Otherwise for widevine you’ll need to do some kind of screen / HDMI capture type setup.


  • I think that text is from melroy, so according to him. From seeing his interactions in the kbin issue tracker I get somewhat of an egotistical impression of him, because he would often take an issue that has just been opened and not triaged or discussed what the best fix is, and he would open a PR with how he thinks it should be fixed, and it sounds like his frustration is that his hasty PRs weren’t getting merged quickly because people wanted to come to a consensus.

    Maybe I’m just reading into it but it felt like he just wanted his name on something and it wasn’t happening with kbin.

    Edit: I want to add that I don’t mean to shit on him as a dev or as a person - it’s possible that I’ve only seen a one-sided view of his interactions as a busy contributor who just wants to whittle down the issue list as fast as possible and that he’s got good intentions, and regardless he seems like a very capable dev. It’s just that based on my perusing of issues and discussions I’ve come across, it doesn’t seem fun to work with him to contribute, and if I were to treat the contributors list as a scoreboard and had the goal of having my name on as many commits as possible, I think it would be hard to tell us apart. I was just going to keep my thoughts about this to myself but I’ve seen some other people comment similar things in other threads about mbin so maybe it’s worth sharing my skepticism about mbin. Take from it what you will.


  • Just want to second this - I use an Intel nuc10i7 that has quicksync for Plex/jellyfin, can transcode at least 8 streams simultaneously without breaking a sweat, probably more if you don’t have 4K, and a separate synology nas that mainly handles storage. I run docker containers on both and the nuc has my media mounted using a network share via a dedicated direct gigabit Ethernet connecting the two so I can keep all the filesystem access traffic off of my switch /LAN.

    This strategy was to be able to pick the best nas based on my redundancy needs (raidz2 / btrfs with double redundancy for my irreplaceable personal family memories) while being able to get a cost effective low power quicksync device for transcoding my media collection, which is the strategy I chose over pre-transcoding or keeping multiple qualities in order to save HDD space and be flexible to the low bandwidth requirements of whoever I share with who has a slow connection.


  • What do you mean no? Everything I said is true - I’m just describing my firsthand impression. Nowhere did I say transparent aluminum is a type of glass? I was just describing why it feels heavier and colder than you would expect since it looks like glass, of which most are less dense and less thermally conductive compared to transparent aluminum, which is not glass but makes sense to compare to in order to convey what handling a piece feels like.


  • Transparent aluminum is so weird, a piece of it was once passed around our office. It felt heavier and colder than I expected, which I guess is probably because it’s much denser than most types of glass (I think it’s only comparable to optical glass so it would be close to holding a high quality glass lens) and it looks like the thermal conductivity is way higher.