Ssheven: A modern SSH client for Mac OS 7-9
11–20 of 137 posts
Re: Ssheven: A modern SSH client for Mac OS 7-9
#12This is amazing. I am going to try running this on a Raspberry Pi emulating System 7, and relive the hours I spent logging in to remote machines back in the dial-up days.
Re: Ssheven: A modern SSH client for Mac OS 7-9
#13Earlier quoted context omitted.
Came here for this exact comment. The artwork is spot on. That, by itself alone, would have been amazing. I don't miss the lack of memory protection of classic Mac OS, but I do miss everything else.
Didn't last Mac OS 9 versions have memory protection? I mean there's a reason it's hard to run 9.2 on an emulator — it requires a working MMU.
I think you can emulate 9.2 just fine, but it's been a while since I played with this things.
Re: Ssheven: A modern SSH client for Mac OS 7-9
#14Earlier quoted context omitted.
I genuinely think it fits right in. Apple always had a good aesthetic, even when everything was beige and rectangular. I did a giant chunk of my school work on Claris Works, before I discovered latex. Happy memories.
If only I could still get laptops with the keys printed in Univers 57 Condensed Oblique :) https://catalog.monotype.com/font/linotype/univers/57-conden...
Re: Ssheven: A modern SSH client for Mac OS 7-9
#15Is modern encryption a challenge to those old machines? Is it because of specialized encryption hardware or sheer brute force?
Or is it just this implementation that's slow?
I used telnet back in the 68k days.
Re: Ssheven: A modern SSH client for Mac OS 7-9
#16Re: Ssheven: A modern SSH client for Mac OS 7-9
#17>input latency feels high because redrawing the screen is slow (along with all the encryption, which is also slow) Is modern encryption a challenge to those old machines? Is it because of specialized encryption hardware or sheer brute force? Or is it just this implementation that's slow? I used telnet back in the 68k days.
Ooooooh yeah. It's got some serious overhead on single core systems several-hundred-megahertz systems without the instructions that are used to accelerate encryption these days. AES is what modern CPUs use to help with that. It wasn't until Power7+ before encryption was accelerated on that class of CPUs. The latest Mac to use Power CPUs was discontinued 6 years before that.
Re: Ssheven: A modern SSH client for Mac OS 7-9
#18Earlier quoted context omitted.
Came here for this exact comment. The artwork is spot on. That, by itself alone, would have been amazing. I don't miss the lack of memory protection of classic Mac OS, but I do miss everything else.
Didn't last Mac OS 9 versions have memory protection? I mean there's a reason it's hard to run 9.2 on an emulator — it requires a working MMU.
Re: Ssheven: A modern SSH client for Mac OS 7-9
#19>input latency feels high because redrawing the screen is slow (along with all the encryption, which is also slow) Is modern encryption a challenge to those old machines? Is it because of specialized encryption hardware or sheer brute force? Or is it just this implementation that's slow? I used telnet back in the 68k days.