Go Back   Aural Moon - Progressive Rock Discussion > Prog Rock Discussion > General Discussion/Prog News
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 11-17-2006, 10:07 AM
Methem Methem is offline
Registered User
 
Join Date: Dec 2004
Location: Oulu, Finland
Posts: 221
Re: Sciences on Moon

Quote:
Originally Posted by jtmckinley View Post
There was an interesting CSPAN program with Ray Kurzweil 11/5/2006 that discussed some of these topics that Moonfolk might find interesting [...]
Just saw this on the USENET group alt.folklore.computers:

Quote:
> Imagine the day when someone will be able to reflect back on the
> last 6000 years of composing programs. Will a.f.c still be around
> in some form?

Well, according to Ray Kuzrweil in "The Singularity is Near"
[...] we will still be around in 6000 years (at least those of us who can
survive until the technological utopia arrives around 2040). But - by
then the computers will have been programming themselves for many
millenia. Maybe the computers will have an a.f.h newsgroup
(alt.folklore.humans) where they will reminisce about the distant past
when humans still programmed them. For a laugh they might even dredge
up some 20th century code.
Hmmm.....


-Methem
Reply With Quote
  #2  
Old 11-17-2006, 03:56 PM
VAXman's Avatar
VAXman(Admin) VAXman is offline
progger propellerhead
 
Join Date: Dec 2003
Location: Presently reside in Jackson (southern) NJ (20 miles east of NEARfest 2002 & 2003
Posts: 2,362
Send a message via AIM to VAXman Send a message via Skype™ to VAXman
Re: Sciences on Moon

Quote:
Originally Posted by Methem View Post
Just saw this on the USENET group alt.folklore.computers:



Hmmm.....


-Methem
Suppose they dredged up Weenoze source code!!! Those computers would be pondering how they ever survived.
__________________
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 --

Cogito ergo iMac.         
Reply With Quote
  #3  
Old 11-17-2006, 04:41 PM
Methem Methem is offline
Registered User
 
Join Date: Dec 2004
Location: Oulu, Finland
Posts: 221
Re: Sciences on Moon

Quote:
Originally Posted by VAXman View Post
Suppose they dredged up Weenoze source code!!!
What a surprise...

Quote:
Those computers would be pondering how they ever survived.


I wonder what they would do with something like the following:
http://www.ibiblio.org/pub/academic/...sts/search.tes


-Methem
Reply With Quote
  #4  
Old 11-17-2006, 04:52 PM
VAXman's Avatar
VAXman(Admin) VAXman is offline
progger propellerhead
 
Join Date: Dec 2003
Location: Presently reside in Jackson (southern) NJ (20 miles east of NEARfest 2002 & 2003
Posts: 2,362
Send a message via AIM to VAXman Send a message via Skype™ to VAXman
Re: Sciences on Moon

Quote:
Originally Posted by Methem View Post
What a surprise...




I wonder what they would do with something like the following:
http://www.ibiblio.org/pub/academic/...sts/search.tes


-Methem
OMG! How timely! I was writing some TECO (ie. the MUNG SEARCH) code today to replace "0" (zeros) in a file with slashed zeros.

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 --

Cogito ergo iMac.         
Reply With Quote
  #5  
Old 11-17-2006, 05:14 PM
Methem Methem is offline
Registered User
 
Join Date: Dec 2004
Location: Oulu, Finland
Posts: 221
Re: Sciences on Moon

Quote:
Originally Posted by VAXman View Post
OMG! How timely! I was writing some TECO (ie. the MUNG SEARCH) code today to replace "0" (zeros) in a file with slashed zeros.

EB{file}$EY$<FS0$216\$;>EX$$

Clear as day, right? FYI, the $ are escapes as show TECO.
Yes, very clear... Luckily I'm too young to have ever needed to deal with that language. I only know it's pretty cryptic, as can be seen.

The original EMACS editor (on ITS and TOPS-20?) was obviously written in TECO macros; must have been a lot of fun.


-Methem
Reply With Quote
  #6  
Old 11-17-2006, 06:56 PM
VAXman's Avatar
VAXman(Admin) VAXman is offline
progger propellerhead
 
Join Date: Dec 2003
Location: Presently reside in Jackson (southern) NJ (20 miles east of NEARfest 2002 & 2003
Posts: 2,362
Send a message via AIM to VAXman Send a message via Skype™ to VAXman
Re: Sciences on Moon

Quote:
Originally Posted by Methem View Post
Yes, very clear... Luckily I'm too young to have ever needed to deal with that language. I only know it's pretty cryptic, as can be seen.

The original EMACS editor (on ITS and TOPS-20?) was obviously written in TECO macros; must have been a lot of fun.


-Methem
I have EMACS on my Powerbook configured in EDT mode. I know simple commands in VI but it's really annoying to trip in and out of escape mode.

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 --

Cogito ergo iMac.         
Reply With Quote
  #7  
Old 11-18-2006, 07:41 AM
Methem Methem is offline
Registered User
 
Join Date: Dec 2004
Location: Oulu, Finland
Posts: 221
Re: Sciences on Moon

(Sorry for hijacking your beautiful science thread for this sort of stuff, folks. )

Quote:
Originally Posted by VAXman View Post
I have EMACS on my Powerbook configured in EDT mode. I know simple commands in VI but it's really annoying to trip in and out of escape mode.
Vi isn't my cup of tea either. I use Emacs on my Linux box. I don't claim to be any sort of guru with it though -- far from it.

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.
Can't much comment on the merits of each of those, as I don't really know too much about VMS at this point. So far I've been reading about it and mainly using the machines of the Deathrow cluster to experiment with things. Going the Hobbyist route is of course a consideration and has been for quite a long while now.

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
Reply With Quote
  #8  
Old 12-07-2006, 06:59 PM
Roger -Dot- Lee's Avatar
Roger -Dot- Lee(Admin) Roger -Dot- Lee is offline
El Queso Grande
 
Join Date: Mar 2004
Location: Feet from the southern tip of the San Francisco Bay. Pity me.
Posts: 1,076
Send a message via ICQ to Roger -Dot- Lee Send a message via AIM to Roger -Dot- Lee
Re: Sciences on Moon

Quote:
Originally Posted by VAXman View Post
Suppose they dredged up Weenoze source code!!! Those computers would be pondering how they ever survived.
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!
Reply With Quote
  #9  
Old 12-07-2006, 08:17 PM
VAXman's Avatar
VAXman(Admin) VAXman is offline
progger propellerhead
 
Join Date: Dec 2003
Location: Presently reside in Jackson (southern) NJ (20 miles east of NEARfest 2002 & 2003
Posts: 2,362
Send a message via AIM to VAXman Send a message via Skype™ to VAXman
Re: Sciences on Moon

Quote:
Originally Posted by Roger -Dot- Lee View Post
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.
No, they would probably view it more like the aberration of the human experience that was Adolf Hitler.
__________________
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 --

Cogito ergo iMac.         
Reply With Quote
  #10  
Old 12-13-2006, 10:44 AM
Methem Methem is offline
Registered User
 
Join Date: Dec 2004
Location: Oulu, Finland
Posts: 221
Re: Sciences on Moon

Quote:
Originally Posted by VAXman View Post
Suppose they dredged up Weenoze source code!!! Those computers would be pondering how they ever survived.
http://www.cbc.ca/technology/story/2...dy-061207.html
http://groups.google.com/group/alt.f...c9f23336ee22ef

---

Dot, will try to reach you on the Deathrow system whenever I'm online there -- not very often these days.


-Methem
Reply With Quote
  #11  
Old 12-13-2006, 10:56 AM
VAXman's Avatar
VAXman(Admin) VAXman is offline
progger propellerhead
 
Join Date: Dec 2003
Location: Presently reside in Jackson (southern) NJ (20 miles east of NEARfest 2002 & 2003
Posts: 2,362
Send a message via AIM to VAXman Send a message via Skype™ to VAXman
Re: Sciences on Moon

Quote:
Originally Posted by Methem View Post
http://www.cbc.ca/technology/story/2...dy-061207.html
http://groups.google.com/group/alt.f...c9f23336ee22ef

---

Dot, will try to reach you on the Deathrow system whenever I'm online there -- not very often these days.


-Methem
Thanks Methem... I haven't read alt.folklore.computers in eons... maybe I should rekindle the subscription.

FYI, DEATHrow is back on-line. A major system drive failure. The SYSUAF file was restored from a backup months prior so you need to use password from then. Here a podcast with more info... http://www.openvms.org/podcast/OWAU-2006-12-7_1.mp3
__________________
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 --

Cogito ergo iMac.         
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump



All times are GMT -5. The time now is 03:50 AM.