Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)Q
Posts
1
Comments
32
Joined
2 yr. ago

  • Ahh yes idle=not using computer and using computer=100% cpu usage. There is no such thing as "reading a pdf document" or "surfing the web".

  • The problem is just the infinity fabric that connects the chiplets. Afaik this is because its clock runs at a consstant speed and its made on a way bigger node. The monolithic parts dont have that problem.

  • Nah all the am4 cpus have abysmal idle power, the am5 got a little better as far as i know but the infinity fabric was a nightmare for the idle power.

  • Idle power is the only thing they are good at, but for a homeserver a used older cpu is good enough.

  • Yea my point was if people stopped using the apps then the big players will lobby the governemt to revert shit like that. But i also think that long term all big players would love to normalize taking your picture to open their app. Every bit of information they can sell is a win for them.

  • Its not like every industrie can somehow lobby every consumer right away when someone wants to make a new law... oh wait they do...

  • If the bearing is gone, that wont make it better. Best way would be dissasembly and then turning it to feel if it is bad.

  • Thats the great thing abput being a electrical engineer, people wont laugh at you but they will ask you to fix their house wirering. And once you just look at a pcb and casually tell them what the parts off it do you blow their mind.

  • For me its like "oh great a old textbook, now i can finally understand our legacy codebase".

  • I work in a company that has a old codebse in c with tons of realtime intime stuff that is acessed via a shared memory from the realtime to the non realtime system. Tons of strucs get copied around then typecast to other structs and global variables all over the place. You never know where a variable is written to and where it is also acessed from or if it is just a copy. No assembly but still super obscure.

  • With embedded stuff its still done like that. And if you go from the arduino functionss to writing the registers directly its a hell of a lot faster.