• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle





  • You still need similar memorisation when using a GUI.

    You don’t give the GUI process a second thought as you’re used to the steps, similar to those using the terminal.

    For example, in Windows to create a new text file, save it, and copy it.

    You need to know the name of the application (notepad), how to find and open it from the Start menu, the steps within notepad to save the file and the path to save to (file -> save -> navigate to path), the name of the file explorer (Windows Explorer) and how to find and open it, how to navigate to the file, the steps to copying a file (right click copy or ctrl-c), and pasting the file (right click paste or ctrl-v).

    On the terminal, it’s a case of remembering commands/switches:
    vim document.txt
    :wq (write quit)
    cp document.txt documentnew.txt
    rm document.txt

    Both processes require memorisation of specific sequence of steps which overtime you’ll become accustom to and not have to actively think about when repeating a similar process.

    My preference is the terminal as it is quicker and simpler in most instances and without the clutter of everything that comes with a GUI application.



  • I would love to move to a Linux based phone, my old N900 was fantastic. However, I struggle to see how this is possible, for me at least, due to application developers giving no thought to them.

    My banking apps and WhatsApp are the only ones I can’t live without. With the banking app specifically and the security around them it’s not possible to run them on a modified non-standard device so short of carrying a separate device it looks like I’m locked into stock Android.