• 1 Post
  • 72 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle

  • Not a lawyer; would this likely stand up in court? Obviously I wouldn’t risk it were I the dev, but just curious.

    It’s pathetic that I’ll happily recommend my Emporia Vue2 energy monitor to folks running HA — not because it works out of the box, but because the company is aware of the community integration projects and seems ok with it, even if they don’t actually support it. (ESPHome Firmware flash gives you local control — It’s been pretty great!)


  • I’m fortunate enough to not be in a position where money is tight for food, but re: beans and rice, I absolutely love my instant pot!

    Mexican-style beans are, IMHO, delicious, easy to make, and dirt cheap. I love them, our toddler loves them, and it’s easy on the wallet. Dry beans are really affordable, and a 25lb bag of rice is great to have in the pantry (note: careful with bulk brown rice as I think it can go rancid). A stove and a pot can do both, but an instant pot and a rice cooker makes it so easy.

    I also drink a fair amount of coffee, but again, bulk or even just “make coffee at home” is very affordable. A few cups at Starbucks costs the same as a pound of beans (which yields many cups).



  • Is power consumption a consideration? I want my self hosted server on 24/7, so a low-power single board is much more economical for me.

    Also, are resources a problem? If your game is maxing out your rig and some batch job on a self hosted service starts, that could be annoying — or it could be a non-issue, just depends on your usage both as a desktop and a server.





  • I’ve been eyeing an Orange Pi 5+ for my RPi4 upgrade — think I may stick with that route, but glad to see RPi putting out another model.

    My experience with RPis over the years was that the multimedia was way better supported than alternatives, but for self hosting that’s not really relevant for me (headless, and don’t really care about transcoding).


  • I’m guessing that’s because you’re using software decode? If you use HW decode it runs wonderfully in my experience. I could play raw 1080p h264 or VC1 Blu-ray rips over the network just fine**. You have to pay for VC1 and MPEG2 IIRC — otherwise it will try to play in software which is no good. This was an rpi3 with Kodi on Raspbian.

    Interestingly I believe they removed MPEG2 and VC1 HW support in the 4, so those files play better on a 3 than a 4. But if your media is in h264 and you use a supported player it should work great on a 4.

    ** I think NFS worked best, and of course over Ethernet. Maybe http also worked (iirc samba would stutter occasionally).








  • One practical thing I like about Linux is that you can control the GUI/window manager independently of the rest of the system. So I can use i3wm, a tiling window manager, and my interface to the computer will be the same — I can upgrade my computer, I can install a new distro, whatever, and I’ll always have the UI I want.




  • So long as the stream that the pi is receiving can be decoded in HW you’re fine. But if you’re streaming e.g. a raw VC1 Blu-ray rip, I think things will work much better on a pi 3 than 4 (though you still need to purchase the codec license for HW decode on a 3).

    But yeah, if the server is transcoding to HEVC or h264 in real time (or again, the source material is already in that format), then the 4 should be good.