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

help-circle




  • This time over telnet.

    telnet is an insecure protocol. Ideally you should use ssh instead but most which some modern BBS’s support both. Of course if you want to dial in on legacy “authentic” hardware then SSH isn’t possible.

    💡You can SSH (or telnet) from your phone using Termux and it works pretty well (though admittedly not as good without full ANSI support). It doesn’t use full height of screen but is still usable. BBS’s could be enhanced to support that though.

    Here’s an example of how one looks on my phone:

    ssh NEW@bbs.bottomlessabyss.net -p 2222 -c aes256-cbc

    Screenshot_20231010-174323_Termux



  • I used to use Brave, then used Bromite but that got abandoned. I think there’s another fork of it, but ultimately I just use Firefox which has worked better for me overall.

    Browsers are a big attack vector for exploits and security is very important. Firefox releases patches regularly and I don’t have to worry about it being abandoned like some others. I disabled whatever telemetry / sponsored stuff they have enabled by default and feel it’s a good balance of security & privacy + doesn’t have the DRM crap chromium is trying to add.

    Their extension support is nice too.











  • I’ll admit the hardware on iPhones is excellent but waaayy overkill for iOS.

    Let me install my own third party apps w/o the App store (I know altstore exists, but needing to renew apps every few days is super janky). If I spend my money on a device, I should be allowed to put whatever I want on it, however I want. Let me, the consumer accept the risks of doing so.

    Let me use HDMI out over USB-C to an external monitor and have a full desktop with ability to run desktop class apps. Let me use the full potential of the chipsets to get actual work done and effectively replace a computer.

    Till then, Android it is for me because I can do both these things easily. I know my use cases are more niche, but “Pro” naming on consumer Apple products is just fluff.




  • It helped me break the habit of needing to use arrow keys / mouse for navigating around text. Why is this important? The 1-2 seconds to reach over from home row add up. For example, instead of scrolling the mouse several turns to get to the top of a file, I can just type gg. All without needing to strain my wrist to reach over for the less efficient methods.

    Once you master navigation with just keyboard (sans arrow keys) you really feel like a speed demon and the alternative begins to feel clunky. It may not seem like it at first because you have to retrain the way you interact with text files that goes against the habits you’re used too.

    Apart from that, for any sort of Linux server management, vim or vi are usually installed so it’s a good skill to have if you quickly need to tweak a config for example. Nano works but is less efficient from an editing perspective.

    I work in the terminal a lot and also use tmux with vim keybindings. I love being able to navigate entirely mouse free.

    I use Vim emulation wherever possible. I enjoy using a web browser with vim keybindings to navigate around and reduce mouse usage. Vim is a paradigm that many tools incorporate or have plugins to do so because it is just that useful once you learn it.

    Vim is not meant to be an IDE. Things like intellisense don’t work (as) well from my experience. But I just use vim plugins in my IDEs so I can get best of both.