• 2 Posts
  • 67 Comments
Joined 3 years ago
cake
Cake day: August 9th, 2023

help-circle

  • I’m running the same setup. I migrated from Mint. I had just a few headaches, mostly due to some multi-boot configuration confusion. I learned a lot by fixing those and now it’s a solid setup.

    I’m loving having a much lighter weight PID1!

    Please do post back with how Sway turned out.


  • As impressive as the physical catalog is, their website is legitimately phenomenal. Super easy to find anything (as long as they sell it), most items with freely downloadable CAD of several formats, all with zero BS.

    And if you think the McMaster catalog is beefy, you should see the Misumi catalog!














  • I got curious about x86 assembly, so I followed some tutorials to get the hang of it. Once I had some confidence, I wrote a prime number generator. I had a loop that I was sure could be more efficient, but couldn’t figure it out.

    I pasted the code to ChatGPT. It came back with an optimization that wouldn’t work because it wasn’t preserving critical register values. I pointed that out, and it responded, again and again, with the same code with the same problem. I was never able to get it out of this broken record mode.