shmage-site

scripts and documents that generate shmage.xyz
git clone git://git.shmage.xyz/shmage-site.git
Log | Files | Refs

02-sxmo-brings-suckless-philosophy-to-mobile.md (2786B)


      1 # Sxmo brings suckless philosophy to mobile
      2 ## 01/02/2021
      3 
      4 One of the aspects of computing that I lament most is the current state of the mobile smart phone market.
      5 Nearly all cell phones are made to limit the user's capabilities and freedoms.
      6 Most phones are designed to be replaced later, and restrict the user with an operating system that limits what the user can do with the computer they've just bought.
      7 [Pine64's Pinephone](https://pine64.org/pinephone) and [Purism's Librem 5](https://puri.sm/products/librem-5) are examples of some products that are designed with extensibility or freedom in mind.
      8 
      9 Whenever I hear discussion about one of these products, I hear a phrase that rings similarly to
     10 
     11 "It's not ready yet,"
     12 
     13 "I'll consider it when there's more polish," or
     14 
     15 "It needs more time to be usable as a daily driver."
     16 
     17 I can say, at least, with my experience with Pine64's Pinephone, that using a Pinephone as a day-to-day device is definitely possible, right now.
     18 While I haven't tried many of the interfaces available for the Pinephone yet, I can say without a doubt that my favorite is [Sxmo: Simple X Mobile](https://sr.ht/~mil/Sxmo).
     19 I've done some work with the project last year, but I've just now gotten back to giving it a try after letting my Pinephone collect dust for a few months, and the improvements made in my absense prompted me to write this post.
     20 
     21 Sxmo is built on top of [PostmarketOS](https://postmarketos.org), and exists as a collection of programs to build an interface that truly follows the Unix and suckless philosophies.
     22 Sxmo takes GNU, suckless utilities, and the tools on-hand to create a sleek, working environment.
     23 The fact that it's made up of common GNU utilities and suckless software makes it extremely user friendly to those already versed in their usage.
     24 For example, window managment is done with a modified [dwm](https://dwm.suckless.org), and most of the utilities that are custom-made for the environment are shell scripts that take advantage of the GNU coreutils.
     25 
     26 Because of this, it's very easy to say, open an SSH server on the device, or set up a file-sharing job, since OpenSSH and rsync already exist here.
     27 This also makes the source code of the included utilities easy to read, understand, and modify.
     28 If I were to attempt some of these things on a stock Android installation, they would become much more difficult and at times seemingly impossible.
     29 I'm finally able to treat my mobile device as the computer it is, and I'm able to extend it for any purpose with the freedom I'm given.
     30 If you have a Pinephone on-hand, or are considering the benefits of having one, I recommend this environment to enjoy along with the other liberties you'd be gaining from these devices, like removable batteries and network kill-switches.