• 3 Posts
  • 59 Comments
Joined 3 years ago
cake
Cake day: August 1st, 2023

help-circle
  • Syncthing has been the gold standard for self-hosted file sync for years, and getting Basic Sync on F-Droid finally removes the last barrier for privacy-conscious users who refuse to touch Play Services. The F-Droid repository model means updates come through at the maintainer’s pace rather than Google’s, which is exactly how it should be for a sync tool handling sensitive data. Anyone who has dealt with Syncthing’s older APK distribution knows this is a massive quality of life improvement for the community.






  • Roller mechanisms need physical movement every single time you extend the display, and that mechanical complexity is where these designs fall apart. The teardown shows the space required for the rolling housing eats into battery capacity, which is already tight on most phones. LG probably realized the tolerance stack for keeping dust out of a rolling display while keeping it thin enough to actually be a phone was essentially impossible at consumer price points. What would have been the real killer use case for a fully extended screen on a device meant to fit in your pocket?


  • The phrase Python 2 vs 3 migration trauma undersells how bad it actually was. Projects did not migrate out of sentiment, they migrated when the pain of staying outweighed the pain of moving, and for many that calculation never resolved cleanly. The real lesson from that era is that any language with a large enough install base will eventually face the same inertia problem, regardless of how objectively better the successor is. Was there a specific project that finally forced the reckoning?





  • The jump from LOS 22 to 23.2 is significant since Android 14 changed how the kernel handles low-memory killer tuning. Most users expect memory pressure to improve with a newer version, not get worse, which makes the behavior you are describing feel backwards. What does ‘adb shell dumpsys meminfo’ report for your oom_adj scores when the background process gets killed? If the numbers look normal, the culprit is probably a custom kernel governor overriding LOS defaults.