bandana

↗ HN profile [ 199 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. It's a two pane CLI with a pseudo terminal on the left and a chatbot on the right. The agent can run basic "one off" bash commands (ls etc) but also "interactive" (full-screen) commands like VIM or various CLI. It's…

  2. I mostly wanted to prove to myself that I could build and deploy a non-trivial app — complete with user login, UI etc even though I'm more a backend guy. The fill algorithm is based on Knuth's Dancing Links (DLX), so it…