• 3 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: March 27th, 2024

help-circle
  • I can’t speak to the quality outlook, but from what I understand about enshittification, it typically requires a self-serving entity like a corporation whose interests are not in alignment with its customers/consumers/userbase. In some of Mr. Doctrow’s writings, he indicates that federating cans be a “circuit breaker” for enshittification.

    In a well federated platform, when one node begins to act counter to its users, the users can easily move nodes/instances. This is one of the reasons why there needed to be a law to allow phone number portability. Email is similar, but only if you own your own domain. Look for Cory Doctrow’s writings on BlueSky for more examples.


  • The solution ended up being a setting on the printer that was overriding the firmware setting. I found the answer here.

    In case anyone is having the same problem, It seems that the settings stored in the printer overwrides the FILAMENT_RUNOUT_DISTANCE_MM in the firmware. So I just went the the printer configuration -> advance configuration -> filament and then I changed the runout distance and stored the settings.


  • Thanks for the reply, it’s good advice to try looking at the sensor as a unit by itself. I did take it apart because in some of the reviews, people said that the mechanism inside of the vase jiggles as the filament is pulled in and out during retraction. I ended up wedging some plastic from a raspberry clamshell container (cleaned). Inside, there are two bearing wheels, one fixed and one that compresses the switch. The lower wheel turns another wheel with slots like a wagon wheel with a light sensor on the spokes to detect movement. It seems to work like a mouse scroll wheel.

    There are 3 wires. From what I read, one is ground, one is +5v and one is SPI (from memory, I could be wrong). I can definitely check the switch part.

    I was originally hoping to hear from a fellow Ender user with a simple, “yes it works without modifications” or, “I followed different instructions to make it work”. In thinking through your post, however, I may flip off the motion detection portion of the firmware code and run it as a simple switch to see if that works as expected.









  • r0ertel@lemmy.worldtoShowerthoughts@lemmy.worldxxx
    link
    fedilink
    arrow-up
    5
    ·
    5 months ago

    I’d be mostly ok with it because of noise canceling headphones, but when the neighbors rev it up and down and up and down, the headphones can’t keep up. When the other neighbor’s lawn service comes, they use it on high speed for 7.5 minutes, then go away and I barely hear it.



  • I’d like to hide behind the service that I’m paying for without incurring extra fees for retaining it all. I can figure out the pull side by using fetchmail or something to a server that hosts dovecot, but the sending side is confusing since I’d need something that can receive my email and send it via the service. It’s only 1 email address, so I’m not looking for a mail relay, but something like a full caching mail proxy.







  • Yes, monthly is too fast. I’m using a K8s operator for cert-manager which defaults to a month. I think I can patch the CSV with an annotation that will bump that out, but when the operator updates the CSV then I need to repatch it.

    I was polling the community to see if there’s something that is easy to use but I was not able to find in my searches. It seems like a common problem.

    Part of my problem is that I chose to use a K8s operator for cert-manager which isn’t easy to configure. Had I used a helm chart, i’d have bumped the root cert to 10 years and forgotten about it.




  • Restic and Borg seem to be the current favorites, but I really like the power and flexibility of Duplicity. I like that I can push to a wide variety of back ends (I’m using the rsync), it can do synchronous or asynchronous encryptions and I like that it can do incremental with timed full backups. I don’t like that it keeps a local cache of index files.

    I back up to a Pi 0 with a big local disk and rsync the whole disk to another Pi at a relative’s house over tailscale. I’ve never needed the remote, but it’s there.

    I’ve had to do a single directory restore once and it was pretty easy. I was able to restore to a new directory and move only the files that I clobbered.