• 1 Post
  • 238 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle











  • I happen to have family members with birthdays in early March and early April, so I just remember to time it between those two dates. Y’know because just going “it’s March it’s time to cut back the weeds!” Isn’t enough

    I also do a daily bike ride around sunset, and I try to do a very quick walk around the yard before/after which gives another opportunity to grab thr loppers and chop a couple of things that are growing in a bad spot


  • I currently only have hand powered yard tools aside from the gas powered lawnmower that came with the house. As long as you stay on top of the pruning hand tools get the job done. I discovered a 20+ foot tall tree hiding in a larger pine when I went to pull a vine off of it and still managed to chop it up with the handsaw for normal city collection. Poured some stump killer on the stumps and one full spring later (I did this at the end of winter when it was nice and cool out, and everything was still dead/hibernating) only one stump shows any signs of life out of the 4 trees I chopped down, and it might even just be a new shoot.


  • The thing I don’t like about laptops are 1. Noise and 2. The bursty CPUs just don’t mesh well if I want to run a swarm of VMs or need to just run a big compress/decompress process. I watched one laptop slowly throttle itself all the way down to 700mhz while I was messing with a bunch of VMs and it really made me miss having a desktop where it can just chill at 5x the speed at 100% utilization and chew through whatever is being thrown at it


  • x86-64 is a CISC architecture

    In many cases it’s actually RISC under the hood and uses an interpreter to translate the CISC commands and run them in the most optimal manner on the silicon

    ARM and RISC-V absolutely scale up to multi-hundred watt server CPUs quite easily. Just look at the Ampere systems you can rent from various VPSes for example

    The big benefit that ARM and RISC-V have is they have no established backwards compatibility to keep carrying technical debt forwards. ARM versions their instruction sets and software has to be released for given versions of ARM cores, and RISC-V is simply too new to have any significant technical debt on the instruction set side.

    Atom cores were notable for focusing the architecture on some instructions then other instructions would be a slog to execute, so they were really good at certain things and for desktop use (especially in the extremely budget machines they got shoved into) they were painful. Much like how eCores are now. They’re very carefully architected for power efficiency, and do their jobs extremely well, but an all eCore CPU is a slog for desktop use in many cases