• 3 Posts
  • 17 Comments
Joined 8 months ago
cake
Cake day: September 10th, 2024

help-circle



  • I don’t know, nothing struck me as new, the only difference is the presentation and the mouse (but I prefer keyboard). the example given for animated indicators already exists using ASCII escape codes. my zsh already has syntax highlighting on the prompt indicating mistyped commands, and suggest possible completions with a tui (with vim bindings). I could go on but anyway my point is everything they show is already possible with a tui, the only reason a clicky clicky solution doesn’t exist is because keyboard are freakin better and faster. They are right that we need a terminal evolution/revolution, but it’s not the mouse.











  • tor is an onion proxy software, and tor-browser is a custom version of firefox which uses tor to connect to the web. Usually when people say tor they mean the tor browser but you can actually have any browser use tor (although it’s less safe). You should look into something that can control a headless browser like puppeteer and have the headless browser use the tor SOCKS interface. I don’t actually know if that’s possible, never tried that, but I think that’s where you should be looking.