Earlier quoted context omitted.
But if you had to do something now on some alien OS that you didn't know the internals of, wouldn't you prefer a GUI?
That's an interesting question. My first response is: hell no. But I think what's behind your question is the fact that part of UX/UI is to abstract experience and interface. So maybe if I first had to poke at an alien OS I would try its UI as part of familiarity in getting to know it, but ultimately as a system architect, hardware developer, and former O/S dev with 4 decades experience, I want to see how it really w…
Can you use the terminal for everything? [video]
81–90 of 95 posts
Re: Can you use the terminal for everything? [video]
#82Earlier quoted context omitted.
Unix have all kinds of funny things if all happens within a single box. If you want to send someone a message, there is write (if the person have mesg set to yes). There is also talk, but it requires its own daemon. Seriously, _nix started out in the mainframe era. Meaning that the basic assumption was multiple terminals hooked up to a single computer, with a different user on each terminal. Sadly we have a generatio…
Multiseat is a bit complex under X11, but certainly possible today. What do you see as the advantages of thin clients, though?
And it is not about thin clients, thin clients btw is yet another Windows-ism, it is about the concepts embedded in the unix concept that current day devs seems to either sidestep or downplay while building house of cards in userspace that poorly replicate said concepts.
Re: Can you use the terminal for everything? [video]
#83Earlier quoted context omitted.
Multiseat is a bit complex under X11, but certainly possible today. What do you see as the advantages of thin clients, though?
Multiseat is a dirty hack. It is about using software to build a terminal out of a random collection of screens and input devices. All it has really done is give us yet another "session" to mentally track, in the form of consolekit/logind, on top of the kernel and X provides ones. And it is not about thin clients, thin clients btw is yet another Windows-ism, it is about the concepts embedded in the unix concept that…
Re: Can you use the terminal for everything? [video]
#84Earlier quoted context omitted.
Multiseat is a dirty hack. It is about using software to build a terminal out of a random collection of screens and input devices. All it has really done is give us yet another "session" to mentally track, in the form of consolekit/logind, on top of the kernel and X provides ones. And it is not about thin clients, thin clients btw is yet another Windows-ism, it is about the concepts embedded in the unix concept that…
You're not really explaining what it is that you think is missing from modern computing. From my perspective, none of this technology has gone away, but some things see very little use for good reasons.
Re: Can you use the terminal for everything? [video]
#85Earlier quoted context omitted.
https://mpv.io/
AFAIK, mpv calls youtube-dl internally.
Re: Can you use the terminal for everything? [video]
#86Earlier quoted context omitted.
You're not really explaining what it is that you think is missing from modern computing. From my perspective, none of this technology has gone away, but some things see very little use for good reasons.
IT IS NOT THAT IT HAS GONE AWAY, IT IS THAT THE CURRENT GENERATION IS IMPLEMENTING CRAP CLONES OUT OF IGNORANCE AND HUBRIS!!!
Re: Can you use the terminal for everything? [video]
#87I think there's a version of elinks (or one of the other text based browsers) that can display images if you are running on a framebuffer console
Not only that but there are tons of image viewer, video viewer, pdf viewer etc application for framebuffer (for linux). But this begs the question whether framebuffer can be considered "terminal". Also, to me it's still perfectly "terminal", if you use X and run a terminal emulator and live inside it unless you need to see a image, video or pdf. To me, the answer to this question is "yes".
You can actually see it if you cat a big file to the screen.
Re: Can you use the terminal for everything? [video]
#88Earlier quoted context omitted.
I think the point wasn't to specifically lament the lack of thin clients, but the lack of knowledge about how the systems are really designed be multi-user, and actually multi- concurrent -user, as opposed to systems like windows which eventually gained multi-user capabilities, and even then concurrent use isn't exactly the common case (and I'm not sure how well it works in practice, but I imagine with RDP it works w…
All of these tools and capabilities still exist; there's probably still some Unix beards hanging out on Nyx and SDF. Yet here we all are having a discussion on HN instead.
Yes... that's the point of the discussion. They exist, but there is (or is perceived to be) lack of knowledge about their existence and how to make use of them from some newer users, either because of the push for desktop linux, or for whatever reason.
> Yet here we all are having a discussion on HN instead.
I have no idea what you're trying to imply here. I suspect maybe we are discussing similar, but ultimately different, things.
Re: Can you use the terminal for everything? [video]
#89> Spreadsheets in the terminal: Totally doable. I disagree. I find vim, mutt and pandoc superior to LO Writer and Thundrbird for text editing and emailing, but sc is just nowhere near LO Calc or even Gnumeric. I really wish someone would make a text user interface for Gnumeric.
Re: Can you use the terminal for everything? [video]
#90Earlier quoted context omitted.
All of these tools and capabilities still exist; there's probably still some Unix beards hanging out on Nyx and SDF. Yet here we all are having a discussion on HN instead.
> All of these tools and capabilities still exist Yes... that's the point of the discussion. They exist, but there is (or is perceived to be) lack of knowledge about their existence and how to make use of them from some newer users, either because of the push for desktop linux, or for whatever reason. > Yet here we all are having a discussion on HN instead. I have no idea what you're trying to imply here. I suspect m…