wainstead is currently certified at Master level.

Name: Steve Wainstead
Member since: 2000-07-19 04:22:01
Last Login: 2009-06-01 01:35:14

FOAF RDF Share This

Homepage: http://www.panix.com/~swain/

Notes:
I am the Director of Software Development for MyPhotoAlbum. My album is here: swain.myphotoalbum.com

Projects

Recent blog entries by wainstead

Syndication: RSS 2.0

28 May 2009 »

Today I finally emailed Pavel Curtis a note that I obtained a copy of the LambdaMOO code base, per Xerox's copyright notice. So far it hasn't bounced.

26 May 2009 »

Score one for SourceForge. Though I have to click through three pages to download a tarball (was that trip really necessary?), one can copy a CVS project wholesale with rsync. Found this out via Subversion's FAQ, which points to cvs2svn, which points to cvsclone, which has the instructions in a comment.
 Applying this tool to sourceforge.net or savannah.gnu.org is
 neither necessary nor recommended: With $1 being the project,
 you can simply
      rsync -av rsync://$1.cvs.sourceforge.net/cvsroot/$1/ $1
So rsync -av rsync://lambdamoo.cvs.sourceforge.net/cvsroot/lambdamoo/ lambdamoo-CVSROOT got me the whole CVS repository; pointing CVSROOT at it in my shell, I can check modules out locally. How fun is that? (Now, to convert it to git).

20 May 2009 (updated 20 May 2009 at 13:57 UTC) »

(defun hahahahaha()
  "descriptive string"
  (interactive)
  (jump-to-register ?1)
)

6 May 2009 »

Our photo sharing site is moving to a Flash based tool to show photos on things like coffee mugs. It's nice and all, but the downside is my Perl script "lhhreplay.pl" won't work with it. And I was so happy to have solved how to cross the http/https boundary. Hmm. Perhaps I should just create a proxy server to capture all the traffic and be done with it.

6 Nov 2008 »

Been a while since I posted anything; time for some new Emacs Lisp.

While waiting on cron, I find myself running "date" over and over to see when the top of the hour has arrived... but why not make the status bar do this for me? (I'm in shell mode usually).

Dunno how much this will punish your system; I'm running it via X11, displayed locally with no problems, and also in a terminal window on a remote server and there's no display flickering or anything.

;; check the man page for the 'date' command to format the
;; day/time differently..
(defun sw-display-seconds-in-status-bar ()
  "Make the clock display the seconds so I know when cron is
going to run..."
  (interactive)
  (setq display-time-interval 1)
  (setq display-time-format "%c")
  (display-time)
  )

66 older entries...

 

wainstead certified others as follows:

  • wainstead certified Ward as Master
  • wainstead certified ncm as Master
  • wainstead certified roguemtl as Journeyer
  • wainstead certified dirtyrat as Journeyer
  • wainstead certified jon as Apprentice
  • wainstead certified Xorian as Master
  • wainstead certified robogato as Master

Others have certified wainstead as follows:

  • mbp certified wainstead as Apprentice
  • Telsa certified wainstead as Apprentice
  • jon certified wainstead as Apprentice
  • andrewmuck certified wainstead as Journeyer
  • fxn certified wainstead as Apprentice
  • kishorebalakrishnan certified wainstead as Master
  • larry certified wainstead as Journeyer
  • sethcohn certified wainstead as Master
  • jooon certified wainstead as Journeyer
  • TheCorruptor certified wainstead as Journeyer
  • realblades certified wainstead as Apprentice
  • nixnut certified wainstead as Master
  • obritim certified wainstead as Master
  • brainsik certified wainstead as Journeyer
  • vdv certified wainstead as Master
  • Xorian certified wainstead as Master
  • Sandino certified wainstead as Journeyer

[ Certification disabled because you're not logged in. ]

New Advogato Features

FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!

X
Share this page