<?
include("utils.php");

drawHeader("FAQ");
?>

<DL>
<DT><B>How do you create the strip?</B></DT>
<DD>Each panel is seperate image created in <A HREF="http://www.t3.rim.or.jp/~quanta/English/Q_Paint_support.html">QPaint</A> on my Visor PDA. A screenshot of each one is taken in sequence. When I sync the visor it converts the screenshots to GIFs and puts them in a network share. I then run a script on the server which:<BR>
<UL>
<LI>Copies the original frames into a backup directory</LI>
<LI>Appends them into a single image</LI>
<LI>Erases the QPaint controls left over from the screenshot</LI>
<LI>Adds the title and copyright text</LI>
<LI>Converts it to PNG</LI>
<LI>Moves the file into the directory for queued comics</LI>
<LI>Adds a new record to the database, with 'Visible' set to 'no'</LI>
<LI>Removes the GIFs from the network share</LI>
</UL>
This allows many comics to be queued which are released one per day. A cronjob at 03:14 PST runs the release script which:
<UL>
<LI>Moves the queued comic into the comics directory</LI>
<LI>Updates the record with the release time and sets 'Visible' to 'yes'</LI>
</UL>
</DD>

<DT><B>What does the name mean?</B></DT>
<DD><I>Camera obscura</I> is latin for 'dark room'. Back when optics were still new and nifty, <A HREF="http://brightbytes.com/cosite/what.html">room sized pinhole cameras</A> were popular and this is what they were called.<BR>I wanted an old photographic term to emphasize the crude nature of the comics. I originally thought to call the comic '<A HREF="http://www.daguerre.org/home.html">Dageurrotype</A>' but decided that was too unwieldy. Other rejected names: <A HREF="http://www.rleggat.com/photohistory/history/tintype.htm">tintype</A>, <A HREF="http://www.rleggat.com/photohistory/history/heliogra.htm">heliograph</A>.</DD>

<DT><B>How can I contact you?</B></DT>
<DD><s>Send me mail at <A HREF="mailto:cameraobscura@cyphertext.net">cameraobscura@cyphertext.net</A>.</s> Sorry, was getting too much spam, and the comic ended 4 years ago. If you really want to contact me, I bet you can find a way.</DD>

<DT><B>Are you really a proponent of anarcho-capitalism/socialism/lathes?</B></DT>
<DD>I love lathes. The other concepts I just find mildly amusing and sadly underused these days. Check out Ken MacLeod for great modern SF set in both. Other good portrayals of anarcho-capitalist societies: The Ungoverned, by Vernor Vinge, Snow Crash by Neal Stephenson, The Moon is a Harsh Mistress by Robert Heinlein.</DD>

<DT><B>Have you really made boozecicles?</B></DT>
<DD>Yes.<BR>They're not very good and very, <i>very</i> cold.</DD>

<DT><B>Where did the cast come from?</B></DT>
<DD>William, Maxwell and Denise are characters in <A HREF="http://studios.midgard.org/films/nbd.html">Now Be Dragons</A>, a short film I was working on. There is no connection between Now Be Dragons and Camera Obscura; I'm just lazy and re-used the names.</DD>

<DT><B>Are you William?</B></DT>
<DD>Not anymore. But I do project onto him more often than onto Maxwell.</DD>

<DT><B>Are you Maxwell?</B></DT>
<DD>Dear god, no. But part of me wants to be.</DD>

<DT><B>Did you make up all these questions?</B></DT>
<DD>All the previous ones, yes.</DD>

<DT><B>Have you really licked a lathe?</B></DT>
<DD>No. I'd remember that, I think. I hope.<BR><B>Updated:</B><BR>Now that I have a lathe, it has been licked by several people. But not me.</DD>

<DT><B></B></DT>
<DD></DD>


</DL>

<?

drawFooter();

?>
