Hacker News new | ask | show | jobs
by pjmlp 1728 days ago
Same here.

I was there, when cool GUIs were only available in very expensive computers, and I could buy a car or give a house entry payment with similar price points for graphical workstations.

I really don't get the point why people keep doing the extra mile to work just like we were forced to during the early days of computing.

1 comments

They already use terminal tools to do their dev so this is about keeping within that environment to avoid unnecessary tools or context switching. It’s always good to avoid this even if you primarily use GUI tools e.g. using plugins so you don’t need to leave VSCode for instance.
As if Alt+Tab costs that much.

VSCode by definition of being Electron based has the whole power of HTML 5 and CSS at plugins disposition.

Those terminal emulations are running on top of WebGL and canvas, while emulating a 1980's VT100 terminal.