• 0 Posts
  • 3 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
  • It states that any battery should be removable and replaceable by the user. So this slap on tactic will only work if your device has no internal battery.

    I also noticed this is for all batteries. Not just phones, but also cars etc.

    EDIT: As any EU law there is a lot of nuance and exceptions. I dig a little further and found the following:

    The regulation introduces requirements that say that portable batteries should be easily removable and replaceable by the end-user and LMT batteries and cells in LMT batteries should be easily removable and replaceable by an independent professional.

    So what is LMT?

    The regulation defines five battery categories depending on how the battery is used:

    • Portable batteries
    • Light means of transport (LMT) batteries
    • Starting, lighting and ignition (SLI) batteries
    • Industrial batteries
    • Electric vehicle (EV) batteries

    I couldn’t find any concrete wording for “easily removed and replaceable”. But I sure hope it means no more glue for the portable batteries.

    Source: https://www.intertek.com/blog/2023/08-17-battery-regulation/



  • I work somewhere that doesn’t have licensing with Docker Inc. And I work on a Mac. With Docker desktop out of the picture, I got some experience with the alternatives. I know this post is about the native implementation and not the VM one, but I just wanted to add my 2 cents:

    Alternatives run by me: Podman, Rancher Desktop, Finch

    Results:

    • Podman uses a lot more energy on idle than Finch and Rancher. On AVG 4 more Wats on an M1. (Normal idle is about 5W, so 9 almost doubles it cutting greatly in my battery life)
    • Podman and Finch are not compatible with some tools that expect a full docker sock. In my case the AWS CDK and SAM CLI have issues. (Which is fun as Finch is also made by AWS)
    • Finch does not offer a sock at all
    • Finch requires you to recreate the full VM when updated.
    • If you really want to have a drop-in replacement for Docker Desktop, use Rancher Desktop. Rancher lacks in UI and the extension feature. But I never had issues with the sock, as I can run it with containerd.
    • Finch has no UI
    • Podman’s VM has clock drift if you put your machine in sleep. Only solution I found is to reboot the podman VM.
    • Podman allows you to log in the VM with a command. I haven’t found a way on the others.