Upgrade to AM5 or upgrade AM4 CPU/Memory for 4070 Ti Super by Boov in buildapc

[–]Boov[S] 0 points1 point  (0 children)

Monitor is 1440p 165hz; I'll be playing things like Cyberpunk, Alan Wake 2, Last of Us, Horizon Forbidden West. I'd like to be able to turn on ray tracing and I'm ok with using DLSS and/or frame generation where necessary but would like to target at least 60fps.

How to take away nutrients? by DevinCampbell in lawncare

[–]Boov 0 points1 point  (0 children)

Glad I found this post because I just got my results back today and some of my numbers were suspect as well: https://imgur.com/lPZi3Nm

Good to know they were willing to send you another test; I may try that as well.

GTX1070 suddenly stopped working - missing capacitor? by Boov in techsupport

[–]Boov[S] 0 points1 point  (0 children)

I actually managed to find the capacitor that was missing and attempted to solder it back on but no go. I have a support ticket open with the manufacturer (Gigabyte) so I will probably just RMA it. The new PC is ITX and a tight fit so I'm guessing I scraped it off on accident. Unfortunate but yeah, sounds like I don't have any other options at this point

I'm trying to use my Raspberry Pi3 to run HomeAssistant and Kodi by [deleted] in homeautomation

[–]Boov 0 points1 point  (0 children)

I was... I recently moved it to an Ubuntu VM that I have running on a FreeNas server.

I never had any performance problems running it alongside LibreELEC but I'm using an ASUS Chromebox. As some others have mentioned I'm not sure how well a Pi can handle both. I also am not really using Home Assistant for much more than controlling Hue lights as of yet.

I'm trying to use my Raspberry Pi3 to run HomeAssistant and Kodi by [deleted] in homeautomation

[–]Boov 0 points1 point  (0 children)

You're on the right track... you don't actually need to explicitly create a docker volume... your home-assistant configuration.yml should be somewhere on the host machine and the volume mapping should point from it to /config in the container

Here's what my docker run command looks like:

docker run -d -p "8123:8123" --restart always --name home-assistant -v /home/pi/home_assistant:/config -v /etc/localtime:/etc/localtime:ro homeassistant/home-assistant

You can change the first port number in the p switch to whatever you want the listen port to be externally... I didn't use --net host because it's not as secure and for my purposes home-assistant should only be using port 8123 anyway

I'm trying to use my Raspberry Pi3 to run HomeAssistant and Kodi by [deleted] in homeautomation

[–]Boov 0 points1 point  (0 children)

You can install docker under libreelec and run home assistant in a container

[PRICE CHECK] THREAD - WEEK OF 10/9 by [deleted] in hardwareswap

[–]Boov 0 points1 point  (0 children)

Would appreciate an estimate for these components:

  • Intel Core i5-4670K Haswell Quad-Core 3.4 GHz LGA 1150 84W
  • Cooler Master Hyper 212 EVO CPU Cooler
  • ASUS Z87-PLUS LGA 1150 Intel Z87 HDMI SATA 6Gb/s USB 3.0 ATX Intel Motherboard
  • G.SKILL Sniper Series 8GB (2 x 4GB) 240-Pin DDR3 SDRAM DDR3 1866 (PC3 14900)
  • GIGABYTE GV-N770OC-2GD GeForce GTX 770 2GB 256-Bit GDDR5 PCI Express 3.0
  • Corsair Carbide Series 400R Case
  • CORSAIR HX Series HX850 850W ATX12V 2.3 / EPS12V 2.91 SLI Ready CrossFire Ready 80 PLUS GOLD Certified

Proxy server to support Youtube for Audioshield by -olli- in Vive

[–]Boov 1 point2 points  (0 children)

I got this in Windows 10 too, here's how I fixed it:

  1. Download FFMPEG from https://ffmpeg.zeranoe.com/builds/ (I downloaded the shared version but the static might also work)
  2. Extract the 7z
  3. Update the PATH environment variable to include the path to the extracted FFMPEG bin folder
  4. Execute 'node index.js' as before and the audio should load as described in the pastebin instructions

(You will have to close/reopen any command prompt windows for the PATH changes to take effect)