• 1 Post
  • 25 Comments
Joined 1 year ago
cake
Cake day: July 16th, 2023

help-circle








  • Might regret it but I just ordered an S23 after trying it out at BestBuy. I saw that Samsung had a Black Friday deal for $200 off with trade-in of an old device. I have an old Galaxy S7 just sitting in a drawer and was amazed to see it on the list of accepted devices.

    I’ve really been wanting a smaller phone as my OnePlus 8T gets really uncomfortable to hold after a while. Love everything about it except the size.

    I also looked at the Pixel 8 but the S23 felt like the better choice with less compromises. Pixel 8 Pro is even bigger than my 8t, so no-go there.

    Really wish the S23 was rootable (in US at least). That’s prob the biggest drawback for me. Will see if I can live without that.



  • That would be more than capable. Retro emulation can run on very low end hardware.

    But here’s an ebay listing for same model that I bought earlier. It doesn’t include an SSD but you can buy M.2 SSDs for very cheap which I also did. Plus they’re much faster and more reliable than micro SD cards.

    It’s very easy to open the machine up which I liked.

    RAM upgrades are cheap too but 8GB is a lot for most cases.

    A lot of corporate environments use these so when they upgrade you can find them used for dirt cheap, if you don’t mind some possible cosmetic defects. Mine are just stacked on a shelf and I just use them as servers for docker and whatnot.


  • While I love Raspberry Pis and have a few older ones, it’s a shame that the latest ones were very hard to come by and far exceeded the $35 price point.

    I was looking to upgrade to a Pi 4 a while back but prices were outrageous or it was sold out completely. I eventually discovered tiny form factor PCs.

    I bought some used Lenovo Tiny ThinkCentres (which are about 10x more powerful than a Pi 4), off eBay for ~ $70. I upgraded the Ram and SSDs and they are quite capable, low power units!

    So to anyone looking for a low power computer to run Linux, consider buying used off eBay. You can get some pretty good deals on used hardware that’s more capable.



  • I def agree that there needs to be major interoperability improvements between platforms. Though I do not want to be locked into using Google Messages to get RCS. I wish they’d open their API to other apps and even more so allow self-hosting your own RCS server but I don’t foresee the latter ever happening.

    Ya there’s Matrix and whatnot which I use with some people, but most everyone just wants what works by default. I like to tinker and have options, but most people don’t.

    Till then, I’ll enjoy postage stamp resolution videos from my Apple friends /s



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


  • It may seem that way because it’s a complete paradigm shift of how you interact with an editor. Once you understand that, then it becomes a very valuable tool that will make you more efficient. It is a big time investment but the payoff is worth it.

    I still need to use IDEs for software development at work but I have to have some sort of Vim emulation on top of them.