Skip Navigation

Posts
19
Comments
482
Joined
2 yr. ago

  • I thought it was a racist slur for Asian devs...never heard the term soyboy before, but would have assumed racist slur as well.

  • I've only used the upper end of the forerunner line. But getting 18+ days from the fenix with regular sports use seems well above spec, they spec it with up to 57h in GPS mode and 18d in regular smart watch mode without sports activities.

  • I've never gotten more than a week tops from my Garmin watches, a handful of runs and it needs a recharge. And I need to fully charge it if it's a long run or risk it dying on me while I'm running.

  • Tesla's implementation of both card and phone key doesn't require internet connection. It's all local and offline. Phone key uses BT and card is simply RFID.

  • It's not OSS so I I'm not paying/supporting it financially. I don't mind donating to a good ad-free (F)OSS client though.

  • The "do not track" is really just you asking them politely not to track you, they are not obligated to stop tracking...more often than not, it is completely ignored and they track you anyway.

  • So do I, for a few days. If I haven't read it by then, I'll either bookmark for later or just close. I pretty much never have more than 10-15 active tabs ever.

  • I like to be in control of what gets closed and when, so nothing gets closed before I bookmark it if need it.

  • What if... we just ran them when people weren't in the room?

    This is already a thing in many hospitals, and has been used extensively even before covid.

  • Yeah it's a bit weird with FF, I just purge open tabs for unnecessary tabs daily.

  • I bookmark stuff I need at a later time, or will need again, and read the stuff I want to read now and close the tab when I'm done.

  • It's just kind of sucks that updates consistently breaks banking apps and other stuff relying of passing safetynet. Every time I update I have to do the Magisk workaround again which is really annoying.

  • What kind of psychopath has that many tabs open!?

  • This is likely an issue with your SD card...Pi's eat them up, even the good ones that supposedly can handle it get chewed up pretty quickly. It really sucks that they haven't transitioned to emmc but insist on using SD cards.

  • Filled with ads and not open source, so not for me.

  • Sync has ads and isn't open source, so that's a big no thank you from me.

  • I really miss a good Lemmy mobile client though...I was using liftoff which reminded a lot of RIF, but that seems to have been abandoned completely. A lot have ads, so that's a hard pass for me. I'm currently using Thunder, but it's a pretty buggy mess TBH with a lot of UI oddities and bugs.

  • I was overloading the controller with gcode commands due to high gcode resolution. I dug a little in to the terminal and could see that locked it up due to a checksum mismatch of commands when using octoprint. I'm guessing a reading speed/buffer issue is the cause when using the SD card.

    I decreased resolution from the profile default 0.0125mm to 0.5mm and it went away. I'm going to see how fine I can set the resolution without introducing the stutter, but at 0.5mm it still looks good.

    I was potentially trying to execute 24,000 gcode commands per second with that resolution when moving at max speed, now it's down to a more manageable 600 commands per second.