I like to eat noodles. Yummy!

  • 1 Post
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle
rss
  • Or maybe terminal emulation needs to be brought up to speed with modern computing. New terminal specs and all that.

    Nothing is better for remote computing and administration than a terminal. It’s far too data data dense for anything to be competitive.

    Nothing is better for quick and easy iteration of programming ideas than a quick text output in a terminal.

    It doesn’t need to be destroyed, it needs some iteration. It’s an old technology with a lot of cruft.




  • Bash’s posix mode still has a lot of bashisms. The only way to test true posix compliance is to test with other shells like dash and ash. I have found this is the case a lot of time. People will say it’s POSIX compliant shell, but it’ll obviously only be tested in bash Like at that point just make it a bash script, since pretty much every system under the sun has it.