TheBaron said:
You have no understanding of how remote X works. It's not "transmit the image being rendered over the net connection." It's "transmit the windowing commands and bitmap images being displayed over the net connection."
You know what? You're right, I really don't know how RemoteX works. Thank you for the crash course, it sounds fabulous et al, but so what? I do remote desktop on a daily basis to multiple servers over my broadband (4mbit down, 256kb up) without any problems. Yeah, it's not INSTANTANEOUS like sitting at the console, but I don't need something with a 30ms response time either. When I'm running a remote job, the job itself is running at the speed of the remote host -- my display doesn't need to keep up at the EXACT same speed, that's why I have log files if I want to get crazy. I can do what I need to do as if I were sitting there, and that's
all I need. What processes do you run that require such incredibly tight display latencies? (just as a curiousity)
TheBaron said:
The biggest features I don't have with Windows, to me, are the lack of a security model that can be extremely fine-tuned easily and the lack of a cohesive scripting language.
I can't speak to the security model; I'm not sure what you're aiming for there. NTFS permissions, user rights, local policy, firewall rules... Maybe it's too abstract to you. For me, Linux is WAY too abstract in the way they do things as well. What makes sense to you is what you learned on -- I learned on Windows, and Linux goes out of it's way to make things convoluted in my opinion. Does that make either of our opinions more right than the other's? I think you know the answer
As for scripting language, you've had batch scripting since the dawn of DOS. I use batch scripting almost daily. If you don't want to count batch scripting, you also have Windows Scripting Host, available since Win2K. Both are free, both allow registry maniuplation, file manipulation, user interface manipulation, you name it.
Chalnoth said:
Well, IE7 isn't an OS, and how long has it been since Mozilla first implemented tabbed browsing? Two years? Three? Compare that to a market where there's real competition, like the video card market.
Doesn't matter. Microsoft steals ideas from everyone else, even the small guys. And I used it as one example, I'm sure you and I both could think of four dozen other ways they've grabbed ideas from other OSes. Howabout the ability to mount a volume as a folder instead? (Linux had this for years, MS had it since Win2K because people started asking for it)
Chalnoth said:
I'll admit, I didn't know XP had this, but that still means that it took Microsoft nearly a decade to implement it. Again, see my above note on competition.
They put it in when the requests hit a certain critical mass. You give an example of how "everyone" in your office uses SSH. Does your office consist of Joe Dumb and Jane Dumb clientelle? Twenty bucks says no, or if there are, it's because they don't know what SSH is and can't tell it's any different from actually using the program on their own machine. Seriously. Consider the market that Microsoft has, and tell me that 99% of their user base is going to realize what they're missing with Remote Desktop... You
ARE the "uber leet", just as I am, and it has no bearing on our relative merits but instead our daily interaction with the OS. I coined the term to poke a bit of fun, but in reality, it's not too far off. If you're reading this forum, you're one of that 1% who knows enough to understand how effective remote control can be.
Chalnoth said:
Currently, one of the huge benefits with working in Linux is actually robust command line and the robust text-based software available. Text-based software is very nice to use from time to time for speed reasons. GUI's are okay for when you're just going to do something once, or for when you're just learning, but text is where it's at for getting work done quickly. I've never been able to make new plots as quickly as I can now with supermongo under Linux (a completely text-based plotting program).
I agree completely, GUI just isn't effective for a lot of tasks. I do quite a bit in command line; I always have at least one command line shell open on my XP box at work (typically two) I don't know about plotting, but I'm quite sure you can find something... I do most of my ISO creation with a nice old version of CDRPACK and MKISOFS; I do most of my script editing in good ol' EDIT.COM.