|
#41
|
|||
|
|||
Re: Sciences on Moon
What a surprise...
Quote:
![]() I wonder what they would do with something like the following: http://www.ibiblio.org/pub/academic/...sts/search.tes -Methem |
#42
|
||||
|
||||
Re: Sciences on Moon
Quote:
EB{file}$EY$<FS0$216\$;>EX$$ Clear as day, right? FYI, the $ are escapes as show TECO.
__________________
VAXman -- Watcher of the moon, watcher of all. ----------------Mopper of the moon, mopper of all. -------------------- Aural Moon's Janitorial Services ---------------------and Restroom Supplies, and Techno-patsy -- ![]() |
#43
|
|||
|
|||
Re: Sciences on Moon
Quote:
![]() The original EMACS editor (on ITS and TOPS-20?) was obviously written in TECO macros; must have been a lot of fun. -Methem |
#44
|
||||
|
||||
Re: Sciences on Moon
Quote:
__________________
Lotus **************************************** The light at the end of the tunnel is the light of an oncomming train...... ![]() |
#45
|
||||
|
||||
Re: Sciences on Moon
Quote:
I've used TECO, SUMSLP, SOS, EDLINE and EDT on VMS. EDT is the most powerful editor. EVE/TPU I use when there's certain needs but mostly, I only use TPU if I need to write a text processing module.
__________________
VAXman -- Watcher of the moon, watcher of all. ----------------Mopper of the moon, mopper of all. -------------------- Aural Moon's Janitorial Services ---------------------and Restroom Supplies, and Techno-patsy -- ![]() |
#46
|
||||
|
||||
Re: Sciences on Moon
Quote:
"Turn that Music down!" "The Sumarian's great gift to the world, the chartered accountant." ...and at the great Pyramid... "Was it supposed to do that?" "Adequate supplies of flower arrangements" "An 'I love India' T-shirt was hardly going to do the job" "Fibonacci's book was a must read" Stoning Zero! mathematician v. Abacus "I much prefer working with Michael Palin." OMG, this is a "must see". If you haven't watched this, do so!
__________________
VAXman -- Watcher of the moon, watcher of all. ----------------Mopper of the moon, mopper of all. -------------------- Aural Moon's Janitorial Services ---------------------and Restroom Supplies, and Techno-patsy -- ![]() |
#47
|
|||
|
|||
Re: Sciences on Moon
(Sorry for hijacking your beautiful science thread for this sort of stuff, folks.
![]() Quote:
Quote:
The first time I've used VMS was a few years ago when I was doing some summer work in steel industry. The place was a cold-rolling mill, and it was a large annealing and pickling line that processed stainless steel strip. There was an oldish Alpha box with, I think, VMS 6.x installed on it. The box provided some mathematical models and calculations for the the general automation system that controlled the production line. Among other things, the box was used to adjust the temperatures in the large annealing furnace that processed the strip. Now, that was a safe place to experiment with the OS. ![]() -Methem |
#48
|
||||
|
||||
Re: Sciences on Moon
Quote:
Quote:
Quote:
The US Postal service uses VMS to sort and route all mail (letters, packages, flats). The USPS sorts/routes 40K times the volume of all of the other package handling services in the US daily... that's a lot of mail! ...and you wouldn't have the PeeCee either. Intel runs all of its fabs on VMS. They can't afford downtime. Even a few minutes of downtime costs $millions to Intel. ..and until recently, Micro$oft themselves ran all of the accounting for the firm on VMS. Seems even M$ didn't trust their own product when and where it mattered to them most -- the money! Only when a certain application provider HQed in .DE was able to provide a redundancy option in its app -- no longer requiring VMS to protect it -- did M$ get off of VMS. Rumor has it that it's still there for backup. I guess I needn't mention it is secure. Here's SANS' latest list of security vulnerabilities. Note what is NOT on their list.
__________________
VAXman -- Watcher of the moon, watcher of all. ----------------Mopper of the moon, mopper of all. -------------------- Aural Moon's Janitorial Services ---------------------and Restroom Supplies, and Techno-patsy -- ![]() |
#49
|
|||
|
|||
Re: Sciences on Moon
Quote:
Quote:
![]() -Methem Last edited by Methem : 11-18-2006 at 11:31 AM. |
#50
|
||||
|
||||
Re: Sciences on Moon
Quote:
Quote:
Buffer overruns executing arbitrary code? Impossible on VMS. Code and data have always been segregated. Pages in memory have protections that protect inner (privileged) modes from executing code -- malicious or otherwise. The whole "privilege" paradigm in VMS extends to all objects -- processes/jobs, memory, disk, images, etc. The image activator, once an image has been activated, keeps the code sections in mapped virtual pages that are read only. Any attempt to do/use a data overrun (one of the major mechanisms employed to breach other systems) would yield an Access Violation when it tried to write in a code region. IF it would only over write data in a process's image data space, it could NEVER be executed even if written there. Now, if somebody wants to download malicious code from a sight, install it with privies and subsequently execute it, that will be a problem. However, it is not a security issue in the OS; that is a security issue with the idiot that installed the malicious code. VMS development is a process. Code is reviewed by others in the group. Data integrity and security are the chief criteria for the code review. Feature parity is way down on the list. Features are not introduced if they sacrifice the aforementioned. I could ramble on for hours. There are OS constructs that do not exist in any other OS. They are there for a reason -- data integrity and security. These things were designed into the OS from the get-go; not layered on as an after thought. If the foundation of flawed and weak, no amount of plastered on after thought security is going to prevent a breach.
__________________
VAXman -- Watcher of the moon, watcher of all. ----------------Mopper of the moon, mopper of all. -------------------- Aural Moon's Janitorial Services ---------------------and Restroom Supplies, and Techno-patsy -- ![]() |
#51
|
|||
|
|||
Re: Sciences on Moon
Quote:
As for rambling on for hours, please do: Then I don't need to spend any time or money on obtaining the VMS internals books, as I'll get all the necessary information here. ![]() Do you know how well NSK and z/OS are handling these same issues you've mentioned, by the way? -Methem |
#52
|
||||
|
||||
Re: Sciences on Moon
Quote:
I've only had a cursory overview of NSK. The hardware is too prohibitively priced for me to get my hands on for any academic purposes. Most of what I know about NSK deals with the kernel's use of the processor lock-step mode. Outside of that, I know little of the application environment of NSK.
__________________
VAXman -- Watcher of the moon, watcher of all. ----------------Mopper of the moon, mopper of all. -------------------- Aural Moon's Janitorial Services ---------------------and Restroom Supplies, and Techno-patsy -- ![]() |
#53
|
|||
|
|||
Re: Sciences on Moon
Quote:
Quote:
--- In the interest of politeness, I thought it would be nice to provide a few links that shed a little light on what this thread has been about for the last 10 posts or so. For those who've been wondering what the hell is going on: http://en.wikipedia.org/wiki/Text_Editor_and_Corrector http://en.wikipedia.org/wiki/EDT_text_editor http://en.wikipedia.org/wiki/Emacs http://en.wikipedia.org/wiki/TOPS-20 http://en.wikipedia.org/wiki/RSTS/E http://en.wikipedia.org/wiki/RSX-11 http://en.wikipedia.org/wiki/OpenVMS http://h20223.www2.hp.com/NonStopCom...0-0-0-121.html http://en.wikipedia.org/wiki/Z/OS http://www.openvmshobbyist.com/ http://deathrow.vistech.net/ http://www.twenex.org -Methem Ps. I wonder if it would be a good idea to create a whole new section/subforum/whatever in the forums for heavily off-topic threads not related to prog. rock. |
#54
|
||||
|
||||
Re: Sciences on Moon
Quote:
Perhaps, a "Geek-Speak" forum (there's certainly enough of that here) and a "watercooler" forum for other off-topic talk. Any other suggestions welcome.
__________________
VAXman -- Watcher of the moon, watcher of all. ----------------Mopper of the moon, mopper of all. -------------------- Aural Moon's Janitorial Services ---------------------and Restroom Supplies, and Techno-patsy -- ![]() |
#55
|
||||
|
||||
Re: Sciences on Moon
Methem,...
Speaking of TECO... Next time you are on a VMS machine do the following: Alpha: $ MAKE :== $TECO32_TV MAKE VAX: $ MAKE :== $TECO32 MAKE Then type $ MAKE LOVE
__________________
VAXman -- Watcher of the moon, watcher of all. ----------------Mopper of the moon, mopper of all. -------------------- Aural Moon's Janitorial Services ---------------------and Restroom Supplies, and Techno-patsy -- ![]() Last edited by VAXman : 11-18-2006 at 02:42 PM. |
#56
|
|||
|
|||
Re: Sciences on Moon
Quote:
![]() -Methem |
#57
|
||||
|
||||
Re: Sciences on Moon
Wow…kewl thread moon units. Now that I have just read it I have to take a look at some of the links. You will be hearing from me soon
![]()
__________________
Invisible airwaves crackle with life Bright antennae bristle with the energy Emotional feedback on timeless wavelength Bearing a gift beyond price, almost free |
#58
|
||||
|
||||
Re: Sciences on Moon
Here's a scary concept: They're actual descendants of Billy's Best Efforts, and they view it, not as a humorous view into the past (akin to, say, today's view of platform shoes and bell bottoms) but instead as a heroic predecessor, like George Washington, Mustafa Ataturk, etc.
__________________
Roger -Dot- Lee El Queso Media Grande Unrepentant Geek Officially sanctioned station dude emeritus Generally agreed upon second in command of OS, Web, and hardware. On the Moon. "[m]y iPod is solar powered" Aural Moon! |
#59
|
||||
|
||||
Re: Sciences on Moon
Quote:
__________________
VAXman -- Watcher of the moon, watcher of all. ----------------Mopper of the moon, mopper of all. -------------------- Aural Moon's Janitorial Services ---------------------and Restroom Supplies, and Techno-patsy -- ![]() |
#60
|
||||
|
||||
Re: Sciences on Moon
When will humans become a space fairing species?
The way I see it is, until there is world peace or a common enemy we will rot on this rock. For humans to find a way to overcome all the obstacles of life in space it will require the efforts of the entire species working together towards that goal. Global mass extinction is inevitable; it has happened before and will most certainly happen again. The question is, can we get our shit together before it is too late for us?
__________________
Invisible airwaves crackle with life Bright antennae bristle with the energy Emotional feedback on timeless wavelength Bearing a gift beyond price, almost free |
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
All times are GMT -5. The time now is 07:43 AM. |