• 2 Posts
  • 60 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • It’s basically always been over 100km after some of the early test flights. It was explicitly a stated goal to cross the karman line as “making it to space.”

    I think you’re thinking of when this same thing played out in the first manned flight. At the time some of the “better” arguments said the karman line is arbitrary and some other height was better. Or time in space. Or training. Or ability to control the ship. Or…

    In the end, she’s been to space and these comments just seem petty to me.








  • Guess it depends on how you live. I’m over here like “how do you have spots that don’t fit trucks? Every other car on the road is that size”

    Context, I live in Texas.

    Also also, I’ve been to the Netherlands and those spots in towns are tight fits for a normal car. Even a large full size German sedan probably wouldn’t fit. But that’s fine because almost everyone parks outside of town and uses public transportation or walks or bikes. You basically can’t drive around in town. This truck driver is just an idiot.









  • Yeah seeing the original I suspected retraction settings since it was mostly in places with lots of retractions.and long paths even out and look smooth.

    This fixed the under extrusion which seems to confirm it’s a retraction problem but disabling it entirely you’ve got those oozing artifacts where moves happen.

    I’d suggest using a small value for your retraction and probably take the time to use teaching tech or ellis’ tunning guides to tune your retraction settings.


  • Every other ci in existence you just write a command. Then if it doesn’t work you run the command on your machine and fix it.

    Actions are “magic” which means you have to fake the ci runner with tools and reverse engineer the action to run local debugging and if it failed you might not even fully know what was running with digging into the actions source.

    GitHub provides you the tools and their “easy” until they aren’t.

    It’s very Microsoft though. It feels like trying to write a Windows app and trying to get your random Net environment definition to line everything up and compile in VS then hoping the same thing happens when you deploy.