hank_and_deans
@hank_and_deans@lemmy.ca
- Comment on Americans’ junk-filled garages are hurting EV adoption, study says 1 week ago:
I have some good news for you: www.geotab.com/blog/ev-battery-health/
- Comment on Americans’ junk-filled garages are hurting EV adoption, study says 1 week ago:
I have one of those Bolts.
Not only was the battery replaced, the 8 year warranty on it was reset. Also, the idea that EV batteries die after a couple of years like in phones was unfounded. The batteries in EVs are actually properly temperature regulated unlike the ones in mobile phones. The primary degradation in an EV battery happens when the battery is new and stays basically flat for the rest of its life.
EVs have been on the road long enough for studies to determine that most batteries will last at least as long as most people will own the car.
- Comment on Americans’ junk-filled garages are hurting EV adoption, study says 1 week ago:
I was paying $385 per month in gas for an Astra hatchback, which is not exactly a gas guzzler, though I did live in the mountains at the time.
I replaced it with a Bolt EV and the hit to my electric bill was about $50 with the same commute.
- Comment on Best way to get IPv4 connectivity to my self-hosted services 2 months ago:
That is correct. There is a trick where you can set the source ip to the ipv6 mapped ipv4 ip it originally came from. I have implemented that in a transparent tcp proxy I worked on some years ago, but I am not sure if nginx supports that.
I should look into that actually. It would be useful to me as well.
- Comment on Best way to get IPv4 connectivity to my self-hosted services 2 months ago:
It’s merely a tcp proxy. It doesn’t even have to be http since it has no idea. The trick with tls is that it can extract the requested host name via SNI.
- Comment on Best way to get IPv4 connectivity to my self-hosted services 2 months ago:
Or just use Nginx stream proxy, and all the encryption happens on the endpoints. No need for certs on the proxy at all.
This is how I make https and mqtts available on ipv4.