• 0 Posts
  • 9 Comments
Joined 3 months ago
cake
Cake day: June 28th, 2024

help-circle



  • Installed it, why not. Tried to run it.

    error opening [PathLikeWithPosition { path_like: “/home/me/test”, row: None, column: None }]: NoSupportedDeviceFound

    Then tried it in Xorg, and it runs normally. I guess it doesn’t run in Wayland?

    So, I gave it a short test drive. Observations:

    • UI is nice and minimal
    • Window splitting is useful
    • Key bindings don’t seem to do anything
    • Command palette commands don’t seem to do anything
    • Editor appears to crash if I switch to a virtual terminal then back to Xorg

    Suspect it’s shooting to be something like sublime text. Cool, but seems like there’s a lot of work to be done.




  • I will read that post sometime (maybe). I wasn’t really referring to some well defined thing, but rather to something that happens naturally when complex software development is done right. Quasi-scientific: make assumptions, build the thing, test assumptions, update assumptions, rinse and repeat. The “architecture” ends up being the collected knowledge about the system which emerges from the development.

    Something like that anyway. Interested to read about One and Two Way decisions.