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

help-circle
  • 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.