Aka csm10495 on kbin.social

  • 10 Posts
  • 245 Comments
Joined 3 years ago
cake
Cake day: June 8th, 2023

help-circle


  • I’m one of those people who hate change. I like things just working like the have. The closest I got was Smart Launcher after importing my nova config, though the drawer wasn’t right, the Google search bar I’ve used forever didn’t work anymore, I couldnt get double click of the home button to open Gemini voice anymore, also didn’t like the search ui as much, and didn’t like being able to swipe sideways to get to search (I’ve used a single home screen for a long time).

    I’m sure I could be less stubborn and learn but I’m stubborn and happy with what I have.

    For now I’ve blocked updates to nova and am still using it.

    Makes me wonder how well an AI would do at decompiling an old nova, removing tracking, etc.





  • Holy crap. So I tried a pack of the Green PETG (still Kingroon) and the first print didn’t go well. It didn’t like .3mm on a .4mm nozzle.

    This happened:

    Image

    A bit of a clog and other weirdness.

    I took the default Cura PETG settings for .4mm nozzle, swapped to .2mm (fast) default settings then set fan to 50% and temperature to 230C… I got a beautiful benchy:

    Image

    It’s beautiful.

    I guess it seems like maybe something is just wrong with that roll of blue…

    Makes me wonder if a Bambu or some other more set/forget kind of printer would have been able to print it somehow. Maybe I’ll try again one day.

    Thanks everyone so much for all.














  • I have a couple pis that run docker containers including pihole. The containers have their storage on a centralized share drive.

    I had a power outage and realized they can’t start if they happen to come up before the share drive PC is back up.

    How do people normally do their docker binds? Optimally I guess they would be local but sync/backup to the share drive regularly.

    Sort of related question: in docker compose I have restart always and yet if a container exits successfully or seemingly early in it’s process (like pihole) it doesn’t restart. Is there an easy way to still have them restart?