What happens when you open a terminal and enter `ls’
31–40 of 60 posts
Re: What happens when you open a terminal and enter `ls’
#32I want to use Warp but it has forced telemetry. Any roadmap for making this more private? Would happily give you my money
Re: What happens when you open a terminal and enter `ls’
#33> ASCII text would be transmitted character-by-character over the wire as the user typed. How does that work exactly on a lower level, say the current? ASCII text would be decoded to the binary and 1s would be high voltage and 0s would be low? And if there's no data transmitted it would be all low voltage?
On the old terminals, the wire sits at one voltage level until a character is transmitted. After that, the bits are spaced out at agreed-upon time intervals. So the receiver detects the first transition, and then reads and stores the bits by applying the same timing, then waits for the next character. Meanwhile, the value of that character, say an 8-bit number, is stored in a register, and typically the processor is…
https://en.wikipedia.org/wiki/8250_UART
Though the UART chip I used was years earlier than that. Perhaps the Wikipedia article is wrong on that point.
Re: What happens when you open a terminal and enter `ls’
#34Great article. It's amazing how much ancient tech still pulsates in our sleek new machines.
Re: What happens when you open a terminal and enter `ls’
#35I want to use Warp but it has forced telemetry. Any roadmap for making this more private? Would happily give you my money
Due to the corporate software on my work Mac auto-updates fail. Ordinarily this isn’t a huge deal as I’ll just download the DMG and replace it manually. But Warp drops down an obtrusive overlay and you can’t dismiss it until you update.
I tried to like it, but little forced choices like that sent me back to iTerm 2.
Re: What happens when you open a terminal and enter `ls’
#36Re: What happens when you open a terminal and enter `ls’
#37Earlier quoted context omitted.
Haha, yeah we probably should have added a caveat that this is only applicable to Unix
I assumed so, but then I got curious what would happen in a DOS window.
Re: What happens when you open a terminal and enter `ls’
#38That article starts with too many inaccuracies to recommend it to anybody: - Teletypes were designed about a century before the era of mainframes. - Mechanical teletype did not have an "I/O driver" in it. - OS on Mainframe computers did not have a "Kernel", and neither "I/O driver", "Line discipline" or "TTY driver". This model was introduced with UNIX, the OS that ran on minicomputers. - Was ChatGPT used to write th…
However, something that I have not seen yet and I’d love to check is an attempt to redesign the terminal from scratch separating historical baggage from the parts that still make sense nowadays.
How would a designer create this tool without the historical precedence? Is tradition holding us back? What new standards could we reach ?
Re: What happens when you open a terminal and enter `ls’
#39I want to use Warp but it has forced telemetry. Any roadmap for making this more private? Would happily give you my money
Another issue is that when an update is available I need to be able to tell Warp that I don’t care at the moment. Due to the corporate software on my work Mac auto-updates fail. Ordinarily this isn’t a huge deal as I’ll just download the DMG and replace it manually. But Warp drops down an obtrusive overlay and you can’t dismiss it until you update. I tried to like it, but little forced choices like that sent me back…
Re: What happens when you open a terminal and enter `ls’
#40That article starts with too many inaccuracies to recommend it to anybody: - Teletypes were designed about a century before the era of mainframes. - Mechanical teletype did not have an "I/O driver" in it. - OS on Mainframe computers did not have a "Kernel", and neither "I/O driver", "Line discipline" or "TTY driver". This model was introduced with UNIX, the OS that ran on minicomputers. - Was ChatGPT used to write th…
I’ve seen many times descriptions of how original teletypes work and how that influences modern terminals. However, something that I have not seen yet and I’d love to check is an attempt to redesign the terminal from scratch separating historical baggage from the parts that still make sense nowadays. How would a designer create this tool without the historical precedence? Is tradition holding us back? What new standa…