• 5 Posts
  • 50 Comments
Joined 2 years ago
cake
Cake day: September 10th, 2024

help-circle

  • This is one of the first appliances I tought about when I discovered open hardware. Considering it was a proprietary printer that first roused Richard Stallman’s anger, and considering printers have had some of the most unfair and obnoxious defective designs, it seemed only fitting to liberate those machines first. Only a few weeks ago did I have a friend telling me their printer had refused to work, until pers figured out pers’s subscription had expired. There was nothing I could do apart from warning them once more about DRM and proprietary software and hardware. It is good news indeed to see someone working on this.













  • I don’t understand why they mention programmable keyboards there. Buying a programmable keyboard to be able to rebind your keys is silly when it can be made entirely through software. On X11 for example you can load a .Xkeymap file and set your keyboard mappings this way. I use this to have a modified dvorak keymap with Altgr+auoeidhtns giving [(=+)]] on the home row for instance, very convenient. Then I use my window manager i3 to rebind mod+p to send Ctrl+V using xdotool (because mod+p seems more vim-like) and I’ve set my terminal urxvt to treat Ctrl+V as paste. if all software supported the Sun copy paste keys then I could send those keys instead of Ctrl+V.








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