

Here is a paper on the relationship between heat and battery degradation
Here is a paper on the relationship between heat and battery degradation
Any AC load you can throw at an EV is effectively “slow charging”. My car supports a maximum of 9.6kw from an AC charger, but up to 150kw from DC fast chargers. Even with the fast charging, its not like a phone, it has active thermal management which will cool the battery and slow down the charging if it gets too hot. phones don’t really have that and is mainly why they degrade faster if quick charged.
The big thing for me with plex is user management. I am absolutely knowledgeable enough to set up jellyfin, but i dont want to deal with user management. Plex makes it easy, i tell them to make their own account and i just share my library. i dont have to reset passwords, they can do that themselves. However, it’s getting to the point where i will probably just switch to jellyfin and deal with it because of how bad plex is getting.
Yes, it’s one thing to offer a lifetime subscription early on to get a large cash infusion and reward early adopters, but it’s a big red flag if they don’t get rid of the lifetime subscription eventually. What will happen is one by one, the people that use the service the most will switch to lifetime and your cash flow will dwindle. Eventually the only people left on the month to month are the casual users who don’t use it very often and will leave as soon as a price increase happens.
Have you looked at grapheneOS? Its essentially a fork of the android open source project with extra privacy features. So, regular android apps still work for the most part, but you dont have google spyware built in.
Same, I was ready to just buy the first chinese mini pc that had the 128G strix halo processor. This is way better as it will have actual support and likely be better made.
It does ok with that. better than the default model, but worse than the built in search on my phone.
The best one I have found was one of the newer ones that was added a few months ago. ViT-B-16-SigLIP__webli
Really impressed with the accuracy even with multi word search like “espresso machine”
Yea, he was CEO of VMware from 2012 to early 2021. All the issues VMware has now came from broadcom buying them which happened well after he left.
That sounds like he doesn’t understand how to use one pedal driving.
You shouldn’t be comparing with DIMMs, those are a dead end at this point. CAMMs are replacing DIMMs and what future systems will use.
Intel likely designed Lunar lake before the LPCAMM2 standard was finalized and why it went on package. Now that LPCAMMs are a thing, it makes more sense to use those as they provide the same speed benefits while still allowing user replaceable RAM.
You were never actually able to buy a game, it has always been a “license” to play it. Even for physical cartridges and disks. The difference being, legally speaking, if you actually owned it, you could make and sell copies of it or take the assets from the game and make a new game with them and then sell that. Owning a license means you can play it, but cant make copies or reuse the assets.
Even with physical media, that license could in theory be taken away if the rights holder chose too. Realistically it would be impossible to enforce since there is no way of tracking down all the physical copies, so no one has ever tried to do it. But legally it works exactly the same as on steam. The only change is that a new california law is going to require steam, and other stores, to be transparent about it, but nothing is actually different.
Even on GOG, where they give you a DRM free binary, if the rights holder doesnt want it available anymore, they have to take it away. You wouldn’t be able to download it and if you had saved a copy of the DRM free binary, playing it would legally be the same as piracy at that point.
Despite all of this, game preservation is alive and well and isn’t going anywhere.
AWS has multiple teirs of storage options in s3, some replicate and some dont. by default those that do replicate do so in multiple availability zones, but not across regions. unless you turn on cross-region replication (CRR) which is an additional charge.
So, for example without CRR if your bucket is in us-east-1 and 1 availability zone goes down you can still access the data, but if all of us-east-1 is down, you cannot.
it should probably stay in docker containers
As if managers even know what RISC-V is
Its the server world that is demanding it. For most consumers 4.0 is more than enough, but servers are already maxing out 5.0 and will probably immediately max out 6.0 when devices actually become available.
yahoogle
There is one extra step. I have an 6700xt, and with the docker containers, you just have to pass the environment variable HSA_OVERRIDE_GFX_VERSION=10.3.0
to allow that card to work. For cards other than 6000 series, you would need to look up the version to pass for your generation.
Here’s an example compose file that I use for ollama that runs ai models on my 6700xt.
version: '3'
services:
ollama:
image: ollama/ollama:rocm
container_name: ollama
devices:
- /dev/kfd:/dev/kfd
- /dev/dri:/dev/dri
group_add:
- video
ports:
- "11434:11434"
environment:
- HSA_OVERRIDE_GFX_VERSION=10.3.0
volumes:
- ollama_data:/root/.ollama
volumes:
ollama_data:
have you tried the rocm docker containers that amd makes for your needs? it pretty much makes installing rocm on the base OS unneeded for me. https://hub.docker.com/u/rocm https://github.com/ROCm/ROCm-docker
I think assassinated is the appropriate term here as it’s politically motivated.