• 9 Posts
  • 485 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle








  • In practice? Constantly changing hardware with soc vendors that publish nothing and device manufacturers that (have to) keep pushing out new models on a short cycle. Plus many of them have extra shenanigans to keep the bootloader locked so you can’t install a recovery (presuming you had a working one) so you could replace the os. There are some rare exceptions, but the hardware is rare and tedious and not many people can or will work on installable Linux on them.

    If you just want to run some Linux userland, there’s ways to do that on top of android, though. Want to get to a Linux like system or run a program? Might be as close as installing a terminal or running adb shell.








  • I don’t think I’ve found amazing things recently. Things worth using and things better than the alternative and things that are promising to maybe one day be great, yes.

    But I’ll single out one little thing: dust. https://github.com/bootandy/dust

    Dust is meant to give you an instant overview of which directories are using disk space without requiring sort or head. Dust will print a maximum of one ‘Did not have permissions message’.

    Dust will list a slightly-less-than-the-terminal-height number of the biggest subdirectories or files and will smartly recurse down the tree to find the larger ones. There is no need for a ‘-d’ flag or a ‘-h’ flag. The largest subdirectories will be colored.

    It’s like a killer combination of du and sort oneliners that actually shows me what I want to know: What’s the big stuff in this dir.