• 7 Posts
  • 44 Comments
Joined 11 months ago
cake
Cake day: August 6th, 2023

help-circle

  • I loved reading through the manual for Morrowind with the copy we got on the original XBox. I read all the class descriptions, details about the schools of magic, and had a whole character planned out before starting the game. I didn’t get into tabletop gaming until much later, but looking back, that manual really captured the same feeling of reading through the D&D players handbook and picking out a race, class, background, etc.

    I think that feeling is why it’s still my favorite PC game.



  • Yeah I’ve never had a missing driver problem with a windows install since maybe windows 7. I even moved a hard drive with a windows 8 install from an Asus laptop with an Intel cpu to a custom build desktop with a ryzen cpu without having to change any drivers. I did have to reactivate windows because of the hardware change but that’s it.

    The included drivers are often providing less performance than updated ones from the vendor though, so it is recommended to download those in some cases, specifically nvidia. But most gaming laptops will have a vendor provided update center to manage all of that for you.

    I like Linux over windows for a lot of reasons but this post is a bit silly.



  • Debian on a base model 2013 MacBook air checking in. Runs better than it ever did on Mac OS. Battery life is still fine. I did have to use proprietary drivers for some things (wifi and webcam) but other than that it was pretty much plug and play.

    Lots of replacement parts are on ebay for cheap, and there are a lot of repair tutorials on YouTube (and piped.video) I replaced keyboard and trackpad cheaply, and some of the internal cables.

    As far as drawbacks, if you have to replace the storage or or logic board, those are expensive. I have a sound issue which I haven’t been able to fix and from searching around it looks like a logic board would be required. Bluetooth headphones work fine though so I’m just dealing with it.







  • Similar situation here. I was raised home schooled for all of my education. Got a GED, good score on the ACT, got a 4.0 in the community college where I got an associates degree. The problem is parents who homeschool because they don’t want their kids to turn “woke” or be “converted” by exposure to the fact that non-straight, non-cis people exist. A lot of the time, the emphasis is only on indoctrination, and there is little or no actual education involved.

    I have been to homeschool conferences - there are some good resources there, and a LOT of really pretty awful stuff like this article mentioned. People like the author are so incredibly impactful, even if they don’t realize it. They may never see results but those seeds matter. Even if the parents don’t get it, the kids will.

    At a conference last year, there was a speaker talking about parenting difficult children (Kirk Martin with Celebrate Calm). He was presenting very much a solid gentle parenting approach (though he didn’t call it that) that is very contrary to the culture of a lot of homeschool groups. He spent a lot of time unpacking his experiences as someone who grew up with really strict physical discipline, the impact it had on him, his experience being a parent - kind of leading people on a journey from where they might be to where they should be as parents.

    He also spent a bit of his talk on how the Bible doesn’t teach us to raise our kids to fight in a culture war and just really pretty clearly calling out a lot of the toxic far right christian-nationalist talking points. Sure he made a lot of people uncomfortable, but those thoughts will stick with them.

    After his talk he was spent over an hour talking with people outside of the conference room answering questions. His next talk was packed as well.

    Anyway, all that to say - I know it can take a lot out of someone to deal with people in those environments, but it is absolutely impactful and so desperately needed.





  • I use Cura 5.4 and the only changes I made were to the start and end gcode for the machine (per the guild I linked). After that, I did a few prints with my regular profiles, then started cranking up the speed a little at a time. So really the only setting I changed was the print speed and start / end gcode.

    The printer handled everything else - honestly it feels a little like magic to me, even though it’s just software. I’m a software engineer so I feel like I should have a better grasp of it, but printer firmware is pretty far outside of the type of work I do. One thing I do know is that Klipper manages acceleration itself and doesn’t use the acceleration gcodes sent from the slicer - those get ignored and Klipper decides how fast to accelerate (this is configurable using moonraker or the config files).

    I think the thing that makes the most difference in letting you print at higher speeds is the input shaping. I don’t understand all the inner workings, but it using the processing power on the raspberry pi to compensate for the vibration of the printer, letting you print much faster without getting artifacts in the print that affect quality. Here is some info on that

    I’m sure there are a lot of slicer and Klipper configurations that I can do to improve things even more as well