Every major OS update Apple changes something that breaks either specific programs or restricts the OS further which leads to breakage.
The "too many files open" error could be fixed by raising the limit of open files (there are instances where a tool really does need lots of open files and isn't leaking) but nowadays I need to break the security of my own hardware to maybe be able to raise it as Apple adds hoops and is changing what to do every so often.
But the original terminal was also already using a side channel. You used them to connect to a remote piece of hardware and weren’t running anything locally. In that sense ssh itself is also a side channel.
I also don’t know why you consider manipulating the system clipboard a side channel. The terminal emulator provides a way of manipulating the clipboard but that is just convenience.
Any program can access the clipboard and a TUI program can do this as well. I have a grepalike that inserts a search match into the clipboard for convience. Somewhat ironically most of the time that match gets pasted back into the terminal.
I would actually like to have a network wide clipboard system. There are solution for that but I haven’t yet found any that isn’t too unwieldy.
> But the original terminal was also already using a side channel.
What? The serial link was the only way for the terminal to talk to the Big Machine. There never was a "side channel", in fact things like control flow are mixed in-band; that's why some programs get confused about C-s and C-q.
> The terminal emulator provides a way of manipulating the clipboard but that is just convenience.
That's different from the TUI application accessing the system clipboard. You need to use pbcopy or xclip, that's non-portable, won't work over SSH, relies on those external tools being installed, etc.
> I would actually like to have a network wide clipboard system. There are solution for that but I haven’t yet found any that isn’t too unwieldy.
Try any two Apple devices signed in to the same iCloud account. It works OOB, zero setup, 100% reliable. It's called Continuity: <https://support.apple.com/en-us/108046>
Yeah, proprietary, non-portable, etc. Choose your trade-offs.
3.5 and 3.9 felt like “3.1 plus some bundled, licensed shareware”. Which is fine! It’s nice to have a baseline where you know everyone running that version has a particular TCP stack or dock app or whatever. But 3.1.x and 3.2 to me “feel” like newer versions of 3.1 with actual OS updates (and also plenty of bundled shareware).
I wouldn't argue against someone who sees it the the opposite way.
I was living Amiga daily during the OS 3.9 days, and have no reason to think it didn't come from the Commodore source. Back then I got the feeling it was called "3.9" because the various powers assumed it would be the last release of 3.x. I've never used Hyperion's 3.x, but that is official, too, if largely a backport of 4.x, which of course also came from official source. I would say Hyperion jumped into 3.x (against their contract?) in search of cash, as nostalgia for these old systems increased and ARM emulator boards (etc.) made it possible.
OS4 is still the future, but the cost of PPC motherboards greatly limits the market size.
There is still some activity on the fandom wiki. So for any casual observer, it doesn't look abandoned.
NetHackWiki (somewhen around 2010 or 2012?) moved off fandom when it was still called wikia. It took several years to overtake the older wiki in search results even though the old one was completely abandoned and vandalized by humans and bots, and active engagement by users to change links to the new wiki ___location all over the internet.
You can see several examples on this page http://toastytech.com/guis/win31.html that depict an icon with a computer which is almost identical to the one used by putty.
I had to zoom in to verify that it's not the same.
Just an anecdote but i'll put it here:
A friend of mine insisted that her ex was slowly driven somewhat mad by finasteride, not in the typical crazy ex way, but obsessive somewhat delusional thoughts and moods, like he was getting stuck in a loop over some idea.
She later dated another guy who was taking it for a very long time, and said he had the same type of delusional quirks.
Every major OS update Apple changes something that breaks either specific programs or restricts the OS further which leads to breakage.
The "too many files open" error could be fixed by raising the limit of open files (there are instances where a tool really does need lots of open files and isn't leaking) but nowadays I need to break the security of my own hardware to maybe be able to raise it as Apple adds hoops and is changing what to do every so often.
reply