Posts Tagged ‘Origami’

February 20th, 2008

Yikes! (4)

Tags: ,

My origami website server kept hitting a limit on “privvmpages”, which is a cap (by the VPS) on some aspect of system memory. SBCL died with some interesting notes about heap exhaustion. I already had to hack SBCL even to get it to start on my server. And now this. I’m running […]

February 18th, 2008

RSS feed (Common Lisp) (2)

I made an RSS 2.0 feed for my origami gallery the other day. Thanks to CL-WHO this is trivial. Here’s the complete code:
;; RSS
(defun rss ()
(cl-who:with-html-output-to-string (s nil :prologue “<?xml version=\”1.0\” encoding=\”ISO-8859-1\” ?>”)
(:rss :version “2.0″ :|xmlns:atom| “http://www.w3.org/2005/Atom”
(:channel […]

February 11th, 2008

One benefit of a Lisp-driven website (25)

My Common Lisp-powered origami photoblog is still up and running smoothly so far. (I posted more models, go look, shameless plugs and so on and so forth.) No major problems to report in the past couple weeks.
One huge benefit (in my opinion) of a site run on Common Lisp is the way you […]

January 29th, 2008

Anti-climactic! (2)

Tags: , ,

My origami gallery / photo blog.
I won’t call it finished, since I plan to keep working on it and the code needs a major cleanup. But hey, it’s up and running and it displays photos, so it has fulfilled its purpose. It’s all Common Lisp top to bottom, too. (Aside from […]

December 14th, 2007

Yikes (0)

I bought two more domains today in preparation for a new site I’m making. I realized today that I own six domain names, and none of them really serve any purpose. How many domains do you need to own before they take away your nerd card and give you the platinum nerd card […]

November 21st, 2006

Origami tiger (4)

Tags:

Tiger by Hideo Komatsu (folded by me, obviously):

November 16th, 2006

Origami longhorn beetle (1)

Tags:

Another from Robert Lang’s Origami Insects 2; I folded this one last night.

November 15th, 2006

Another origami creature (4)

Tags:

Yesterday (and a bit of today) I folded this:

From Robert Lang’s Origami Insects 2. I think the name of this creature is spelled wrong in the book. Is it Eupatorus Gracilicornis or Eupatorus Gracilicornus? Likely I’ll never know. Some photos of what a real one looks like…

October 28th, 2006

Origami cactuar yay (3)

Tags:

I’ve been trying off-and-on to make an origami Cactuar for a long time. I spent a few hours on it each day this week and finally came up with something half-respectable. I’m proud of it, it’s approximately the second original model I’ve ever made. Maybe I should post a crease pattern.

October 21st, 2006

Origami woes (3)

Tags: ,

I’m to the point where I can make just about anything if I have diagrams for it, and I can make a lot of things given a crease pattern and a lot of time. But when it comes to making up my own stuff, I still without exception fail horribly. There are two […]