• 1 Post
  • 92 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle


  • Surprisingly, no, hackability isn’t high on my list. Sure it’s nice, but I tend to value good defaults and simple configuration more than creating a super bespoke system that only works for me. With Helix if I really needed to extend it there are the shell commands for now and plugins are coming soon. But I haven’t really felt the need to. 🤷‍♂️

    I do agree that VS Codes remote is fantastic and I wish that there was something as good as it more generally. I do see a proposal for adding it to Helix based on the distant library. That might become my first PR for helix.


  • For me, the killer feature is the consistent selection->action grammar followed by the discoverability features. Being able to see what I am doing before I do it works much better for me and having those little pop ups for the space and g menus mean that I learned the bindings so much faster and use more of them that I ever did for either emacs or vim.


  • I have used many ides and editors over the years, including nano, emacs, vi, Notepad++, CodeWarrior, JetBrains, Code Composer, MPLAB, Cider, VS Code, and now Helix.

    I’ve found that the most important things for me to be productive are:

    • UI speed. Lag in the UI is a constant friction that just eats away at you.
    • Fast fuzzy search for files, names, definitions, and references. The larger the codebase, the more important this is.
    • Good keyboard controls for everything with sane, discoverable bindings. Digging into a menu to do something or having hesitation about hitting a key because I’m not sure what it will do is a huge time suck. It’s not about the time it takes to move the mouse, but the context switch from typing to looking for how to do something.
    • Good out of the box experience. I don’t want to have to spend hours or days rebuilding my setup if I’m on a new machine and can’t bring over my stuff for some reason. Sure, I want to be able to adjust things to my liking but a clean setup should be good enough to be productive. And bringing over my setup shouldn’t be more difficult than copying over a zipped directory.
    • Really good multi language syntax support, tree parsing, highlighting, etc.

    Currently for me Helix is winning on all of the fronts. Cider was surprisingly great, particularly at search, but isn’t available to us plebs, VS Code is ok, emacs and vi can get there but have terrible out of the box and discoverability issues. The others have major problems with multiple criteria.



  • I don’t use AI when I’m learning a new system, framework or language because I won’t actually learn it.

    I don’t use AI when I need to make a small change on a system I know well, because I can make it just as fast and have better insight into how it all works.

    I don’t use AI when I’m developing a new system because I want to understand how it works and writing the code helps me refine my ideas.

    I don’t use AI when I’m working on something with security or copyright concerns.

    Basically, the only time I use AI is when I’m making a quick throw away script in a language I’m not fluent in.













  • I recently picked up a couple of e-waste laptops, Thinkpad x130e’s with an AMD E-300, 4GB RAM and a 320GB spinner. For the pair I paid $60 shipped. These were low-end semi-ruggedized laptops meant for students released around the time that HBO started showing Game of Thrones.

    I’ve put Debian on one and it runs great. All the hardware just works, everything is pretty quick after boot, and I love how rugged and portable it is. Email, writing, basic productivity, hobby development and 2D gaming all work great. Web browsing takes a hit if I open too many tabs, the video card is too underpowered for most 3D games that came out after 2010, and large compiles are slow. I’m a bit worried about the aging HDD so I’m going to replace it with a cheap SSD which should help with boot and compile times.

    The other one I’m not sure about. I’ve tried HaikuOS and the video and wifi work well and the whole system feels very snappy, but there’s no audio or webcam support. Redox seems interesting but needs a whole lot more hardware support. I’ll probably just end up cloning the first one unless I can get a better suggestion.

    All that is to say, Linux is great on old cheap hardware.