Comment on
The Zuckiverse and you
I don't think it is a good idea. We should block them immediately. Nobody knows what they will be capable of doing.
Comment on
The Zuckiverse and you
I don't think it is a good idea. We should block them immediately. Nobody knows what they will be capable of doing.
Comment on
10 years with this tube, and the day has finally come. RIP.
Doesn't thermal compound experies? I thought after some years it would not work anymore.
Comment on
*Permanently Deleted*
I stopped watching LTT content when he started the Trust Me Bro bs. And just now I started watching again. I will stop watching again I guess.
Comment on
New handheld game consoles will need replaceable batteries from 2027, EU says
Reply in thread
Steam deck battery is held with adhesive unfortunately. And replacing it is difficult according to ifixit https://www.ifixit.com/Guide/Steam+Deck+Battery+Replacement/149070
I hope with this legislation it will be easier to replace.
Comment on
*Permanently Deleted*
Besides the download torrent capabilities. It can download from some hosters (like 1ficher, and mega) as it was premium. So you pay for the real-debrid subscription which is low and has premium in a lot of those hosters. It is awesome and I strongly recommend.
Comment on
Let's talk repairability/build quality this week.
Reply in thread
Replaceable battery and water proof is possible. Se this video of Louis Rossmann about this https://youtu.be/7k4AV7N5g3U
Comment on
pirating for parents that lack technical literacy?
I have setup Streamio + Torrentio+ Real-debrid in my father's computer. He can uses it really easy and I don't need to worry about hosting anything. If you want to it work on the TV you would need a Chromecast or Fire stick tv.
Comment on
Help me trash my FireTV stick
Reply in thread
Real-debrid is like a "cache" for torrents. Instead the torrent been streaming direct to your device, it will be downloaded to the real debrid server, and then streaming it from real-debrid to you. The good thing is that if you start a torrent that is already in the real-debrid it will start streaming instantly. It is payed but I think it is totally worth.
Comment on
Skyrim Special Edition, 5-10 FPS
This is really a hardware limitation. If you are in a desktop you should add a graphics to it. But if it is a laptop unfortunately there is nothing you can do.
Comment on
Linus Tech Tips pauses production as controversy swirls
Reply in thread
Yes, I did that in the past. The floatplane exclusives was interesting. But then the Trust Me Bro bs happens, and I stopped watching in floatplane and YouTube. Also I was unable to watch in 4K, I opened a ticket with the support, they asked me to run cloudflare's speed test and I replied then with the results. But never had a response, so no I don't trust you bro.
Comment on
What is the best firestick app for movies?
I have streamio + Torrentio + real debrid and works great. I pay for Amazon prime but prefer to watch series in the streamio since it doesn't drop the resolution ever.
Comment on
*Permanently Deleted*
Reply in thread
And to make things worse the name that LMG gave to this warranty was "Trust Me Bro Warranty"
Comment on
Como instalar Stremio/apps piratas numa TV, e qual a TV indicada para isso?
A princípio qualquer tv com Android daria, mas eu acho que o melhor é comprar um firestick 4k e instalar o Streamio no Firestick. E aí você pode comprar qualquer tv.
Comment on
Docker compose questions
In my opinion you would want to create a Dockerfile to generate a Docker Image with your script and the ENVs in it. Remember though this script will run inside the docker container and the host will not see any modification. Could you explain in more details what this script would do?
Comment on
I might have a problem......
Well this seems to be a good problem to have hahah. If you need to get rid of some of those ssds count with me.
Comment on
I setup my Framework 13 DIY !
I like the Framework idea, looking forward when they are available in my region.
Comment on
Can't figure out how to add new models to docker install of Automatic1111
Reply in thread
You should put your models inside the folder model/StableDiffusion that is in your host machine.
Comment on
Problem connecting to host from Docker container
Reply in thread
I think it would be easier to use only one docker compose file with all services, and use the same network across all of them
Comment on
What streaming services do you pay for?
Amazon prime and YouTube Premium Family.
Comment on
Can't figure out how to add new models to docker install of Automatic1111
It seems like you are missing a volume mapping from your PC to your Docker. The way it works is that you would put the inside the folder on your PC and it would automatically appear in docker. Could you provide the command you are using? Or if you are using docker-compose the docker-compose.yml?