<?xml version="1.0" encoding="utf-8"?>
<!-- If you are running a bot please visit this policy page outlining rules you must respect. http://www.livejournal.com/bots/ -->
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:lj="http://www.livejournal.com" xmlns:idx="urn:atom-extension:indexing" idx:index="no">
  <id>urn:lj:livejournal.com:atom1:jwz</id>
  <title>jwz</title>
  <subtitle>jwz</subtitle>
  <author>
    <email>jwz@jwz.org</email>
    <name>jwz</name>
  </author>
  <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/"/>
  <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom"/>
  <updated>2012-06-01T03:36:50Z</updated>
  <lj:journal userid="515656" username="jwz" type="personal"/>
  <link rel="service.feed" type="application/x.atom+xml" href="http://jwz.livejournal.com/data/atom" title="jwz"/>
  <link rel="hub" href="http://pubsubhubbub.appspot.com/"/>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1681274</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1681274.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1681274"/>
    <title>DNA Lounge update</title>
    <published>2012-06-01T03:36:50Z</published>
    <updated>2012-06-01T03:36:50Z</updated>
    <category term="dnalounge"/>
    <content type="html">&lt;a href="http://www.dnalounge.com/backstage/log/2012/05/31.html"&gt;DNA Lounge update&lt;/a&gt;, wherein love for the city goes unrequited.&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/dna-lounge-update-111/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1680975</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1680975.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1680975"/>
    <title>BLIMP!</title>
    <published>2012-06-01T00:31:43Z</published>
    <updated>2012-06-01T01:53:09Z</updated>
    <category term="firstperson"/>
    <category term="photography"/>
    <category term="blimps"/>
    <category term="sf"/>
    <content type="html">&lt;div align="CENTER"&gt;&lt;a href="http://www.jwz.org/images/photo-550.jpg"&gt;&lt;img src="http://www.jwz.org/images/photo-550-thumb.jpg" style="width:100%; height:auto; max-width:400px; max-height:533px;"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/blimp-3/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1680705</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1680705.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1680705"/>
    <title>"Secure Boot" and free software</title>
    <published>2012-05-31T08:37:44Z</published>
    <updated>2012-05-31T08:37:44Z</updated>
    <category term="big brother"/>
    <category term="security"/>
    <category term="corporations"/>
    <category term="doomed"/>
    <category term="linux"/>
    <category term="computers"/>
    <lj:music>Steed Lord -- New Crack City</lj:music>
    <content type="html">&lt;a href="http://www.linuxjournal.com/files/linuxjournal.com/ufiles/imagecache/node-page/nodeimage/story/eufi_boot_options_crop.png"&gt;&lt;img src="http://www.jwz.org/images/eufi_boot_options_crop.png" style="width:40%; height: auto; max-width:200px; max-height:96px; border: 0; margin:2px; margin-left:1em; float:right; clear:right;"&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="http://mjg59.dreamwidth.org/12368.html"&gt;Interesting, long post on how the hell Linux vendors make their product work now that &lt;tt&gt;MICROS~1&lt;/tt&gt; has enabled BIOS DRM.&lt;/a&gt;&lt;p&gt;&lt;i&gt;(The tl;dr version:&lt;/i&gt; running a custom kernel on modern hardware just became rocket surgery.)&lt;p&gt;&lt;blockquote style="margin-left:1em;border-left:2px solid;padding-left:1em"&gt;Fedora 18 will be released at around the same time as Windows 8, and as previously discussed all Windows 8 hardware will be shipping with secure boot enabled by default.&lt;p&gt;Most hardware you'll be able to buy towards the end of the year will be Windows 8 certified. That means that it'll be carrying a set of secure boot keys, and if it comes with Windows 8 pre-installed then secure boot will be enabled by default. This set of keys isn't absolutely fixed and will probably vary between manufacturers, but anything with a Windows logo will carry the Microsoft key. [...]&lt;p&gt;Secure boot is built on the idea that all code that can touch the hardware directly is trusted, and any untrusted code must go through the trusted code. This can be circumvented if users can execute arbitrary code in the kernel. So, we'll be moving to requiring signed kernel modules and locking down certain aspects of kernel functionality. The most obvious example is that it won't be possible to access PCI regions directly from userspace, which means all graphics cards will need kernel drivers. Userspace modesetting will be a thing of the past. Signed modules are obviously troubling from a user perspective. We'll be signing all the drivers that we ship, but what about out of tree drivers? We don't have a good answer for that yet. [...]&lt;p&gt;If I take a signed Linux bootloader and then use it to boot something that looks like an unsigned Linux kernel, I've instead potentially just booted a piece of malware. And if that malware can attack Windows then the signed Linux bootloader is no longer just a signed Linux bootloader, it's a signed Windows malware launcher and that's the kind of thing that results in that bootloader being added to the list of blacklisted binaries and suddenly your signed Linux bootloader isn't even a signed Linux bootloader. So kernels need to be signed.&lt;p&gt;&lt;/blockquote&gt;&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/secure-boot-and-free-software/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1680550</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1680550.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1680550"/>
    <title>Nico Vega</title>
    <published>2012-05-31T08:14:56Z</published>
    <updated>2012-05-31T08:14:56Z</updated>
    <category term="firstperson"/>
    <category term="photography"/>
    <category term="sf"/>
    <category term="music"/>
    <content type="html">&lt;div align="CENTER"&gt;&lt;a href="http://www.jwz.org/images/img_4615.jpg"&gt;&lt;img src="http://www.jwz.org/images/img_4615-thumb.jpg" style="width:57.6%; height:auto; max-width:800px; max-height:600px;"&gt;&lt;/a&gt;&lt;a href="http://www.jwz.org/images/img_4682.jpg"&gt;&lt;img src="http://www.jwz.org/images/img_4682-thumb.jpg" style="width:32.4%; height:auto; max-width:400px; max-height:533px;"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;Awesome show. How does such a huge voice come out of such a tiny pregnant lady?&lt;p&gt;I got a kick out of the "we're going to play an instrumental now because she has to pee" interlude.&lt;p&gt;People who liked Concrete Blonde, Le Butcherettes and PJ Harvey also enjoyed Nico Vega.&lt;p&gt;&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/nico-vega-4/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1680205</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1680205.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1680205"/>
    <title>The Form Has Been Chosen.</title>
    <published>2012-05-31T03:54:44Z</published>
    <updated>2012-05-31T03:54:44Z</updated>
    <category term="firstperson"/>
    <category term="photography"/>
    <category term="movies"/>
    <category term="sf"/>
    <content type="html">&lt;div align="CENTER"&gt;&lt;a href="http://www.jwz.org/images/photo-549.jpg"&gt;&lt;img src="http://www.jwz.org/images/photo-549-thumb.jpg" style="width:100%; height:auto; max-width:800px; max-height:600px;"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/the-form-has-been-chosen/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1680053</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1680053.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1680053"/>
    <title>DNA Lounge update</title>
    <published>2012-05-31T02:44:06Z</published>
    <updated>2012-05-31T02:44:06Z</updated>
    <category term="dnalounge"/>
    <content type="html">&lt;a href="http://www.dnalounge.com/backstage/log/2012/05/30.html"&gt;DNA Lounge update&lt;/a&gt;, wherein Yelp oh-so-politely tells us to get fucked.&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/dna-lounge-update-110/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1679867</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1679867.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1679867"/>
    <title>King City</title>
    <published>2012-05-30T09:13:49Z</published>
    <updated>2012-05-30T09:13:49Z</updated>
    <category term="firstperson"/>
    <category term="mutants"/>
    <category term="reviews"/>
    <category term="comics"/>
    <category term="tentacles"/>
    <category term="the future"/>
    <content type="html">&lt;a href="http://www.amazon.com/gp/product/160706510X"&gt;&lt;img src="http://www.jwz.org/images/dec110506.jpg" style="width:50%; height: auto; max-width:450px; max-height:623px; border: 1px solid; margin:2px; margin-left:1em; float:right; clear:right;"&gt;&lt;/a&gt;&lt;p&gt;You should read &lt;a href="http://www.amazon.com/gp/product/160706510X"&gt;King City&lt;/a&gt; by &lt;a href="http://royalboiler.wordpress.com/"&gt; Brandon Graham&lt;/a&gt;. It's the best comic-book-type thing I've read in quite some time. The trade is a huge phonebook-sized thing and it's awesome.&lt;p&gt;It's hard to describe. Well, it's not hard to describe the plot, but it would sound really goofy, which it is, but it's amazing. This dude has a cat who can turn into lock picks or a grappling hook and he has to defeat a tentacle monster. And it's full of puns. But it's not really about that. You see what happens when I try to describe it? That's like saying Scott Pilgrim was about a slacker who punches people.&lt;p&gt;So you should just take my word for it and read it.&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/king-city/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1679452</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1679452.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1679452"/>
    <title>Pop. 1280</title>
    <published>2012-05-27T07:48:31Z</published>
    <updated>2012-05-27T07:48:31Z</updated>
    <category term="firstperson"/>
    <category term="photography"/>
    <category term="sf"/>
    <category term="music"/>
    <content type="html">&lt;div align="CENTER"&gt;&lt;a href="http://www.jwz.org/images/photo-548.jpg"&gt;&lt;img src="http://www.jwz.org/images/photo-548-thumb.jpg" style="width:100%; height:auto; max-width:800px; max-height:600px;"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;What are all these goths doing here? I thought I came to a post-punk show.&lt;p&gt;&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/pop-1280/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1679208</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1679208.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1679208"/>
    <title>Magazines from the future</title>
    <published>2012-05-27T05:34:21Z</published>
    <updated>2012-05-27T05:34:21Z</updated>
    <category term="robots"/>
    <category term="perversions"/>
    <category term="movies"/>
    <category term="the future"/>
    <content type="html">&lt;div align="CENTER"&gt;&lt;i&gt;I think I used to subscribe to a couple of these.&lt;/i&gt;&lt;p&gt;&lt;a href="http://superelectric.tumblr.com/post/23621727895/odios-sciencefiction-these-are-fictional"&gt;&lt;img src="http://www.jwz.org/images/tumblr_lqsuiudglu1qm9fn3o1_400.jpg" style="width:45%; height: auto; max-width:388px; max-height:500px; border: 1px solid; margin:2px;"&gt;&lt;img src="http://www.jwz.org/images/tumblr_lqsuiudglu1qm9fn3o3_400.jpg" style="width:45%; height: auto; max-width:383px; max-height:500px; border: 1px solid; margin:2px;"&gt;&lt;img src="http://www.jwz.org/images/tumblr_lqsuiudglu1qm9fn3o2_500.jpg" style="width:45%; height: auto; max-width:439px; max-height:500px; border: 1px solid; margin:2px; vertical-align:top;"&gt;&lt;img src="http://www.jwz.org/images/tumblr_lqsuiudglu1qm9fn3o6_500.jpg" style="width:45%; height: auto; max-width:455px; max-height:500px; border: 1px solid; margin:2px; vertical-align:top;"&gt;&lt;img src="http://www.jwz.org/images/tumblr_lqsuiudglu1qm9fn3o5_500.jpg" style="width:45%; height: auto; max-width:422px; max-height:499px; border: 1px solid; margin:2px; vertical-align:top;"&gt;&lt;img src="http://www.jwz.org/images/tumblr_lqsuiudglu1qm9fn3o4_500.jpg" style="width:45%; height: auto; max-width:467px; max-height:500px; border: 1px solid; margin:2px; vertical-align:top;"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://books.google.com/books?id=tHPkSIghtrUC&amp;amp;pg=PA103&amp;amp;lpg=PA103&amp;amp;dq=ridleyville+newsstand&amp;amp;source=bl&amp;amp;ots=QloRvr5JZ6&amp;amp;sig=IzddLht5NtXtU4d_HVg0lptWYSs&amp;amp;hl=en&amp;amp;sa=X&amp;amp;ei=eybBT6XsA4i16AHdyoC5Cg&amp;amp;ved=0CF4Q6AEwAw#v=onepage&amp;amp;q=ridleyville%20newsstand&amp;amp;f=false"&gt;&lt;img src="http://www.jwz.org/images/br_ridleyville_newsstand.jpg" style="width:60%; height: auto; max-width:500px; max-height:404px; border: 1px solid; margin:0 0 2em 1em; float:right; clear:right;"&gt;Future Noir:&lt;/a&gt;&lt;p&gt;&lt;blockquote style="margin-left:1em;border-left:2px solid;padding-left:1em"&gt;Turning down the block and ducking into a futuristic newsstand revealed the most humorous touches of layering, for it was here that this author immediately noticed that a number of faux twenty-first-century magazines had been stuffed into racks mounted on the newsstand's walls, and that many of them sported decidedly tongue-in-cheek covers.&lt;p&gt;These publications had been designed by &lt;i&gt;BR&lt;/i&gt; art department member Tom Southwell. Periodicals of note include &lt;i&gt;Krotch&lt;/i&gt; (going for $29 a copy!), &lt;i&gt;Zord&lt;/i&gt; (at $30), &lt;i&gt;Moni, Bash, Creative Evolution,&lt;/i&gt; and &lt;i&gt;Droid&lt;/i&gt;. &lt;i&gt;Horn&lt;/i&gt;, the "skin mag" of the future, had a cover which offered articles such as "The Cosmic Orgasm" and "Hot Lust in Space." &lt;i&gt;Kill&lt;/i&gt; (whose logo was "All the News That's Fit to Kill") sported cover stories like "Multiple Murders - Reader's Own Photos." &lt;/blockquote&gt;&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/magazines-from-the-future/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1678869</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1678869.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1678869"/>
    <title>DNA Lounge update</title>
    <published>2012-05-26T03:25:58Z</published>
    <updated>2012-05-26T03:25:58Z</updated>
    <category term="dnalounge"/>
    <content type="html">&lt;a href="http://www.dnalounge.com/backstage/log/2012/05/25.html"&gt;DNA Lounge update&lt;/a&gt;, wherein I think out loud about webcast upgrades.&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/dna-lounge-update-109/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1678701</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1678701.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1678701"/>
    <title>Lego Strandbeest!</title>
    <published>2012-05-25T22:27:17Z</published>
    <updated>2012-05-25T22:27:17Z</updated>
    <category term="art"/>
    <category term="robots"/>
    <category term="mpegs"/>
    <category term="toys"/>
    <lj:music>Liberator DJs -- Are 'Friends' Electric?</lj:music>
    <content type="html">&lt;div align="CENTER"&gt;&lt;a href="http://lego.cuusoo.com/ideas/view/17242"&gt;&lt;img src="http://www.jwz.org/images/thumb640x360.jpg" style="width:90%; height: auto; max-width:640px; max-height:360px; border: 1px solid; margin:2px;"&gt;&lt;/a&gt;&lt;lj-embed id="974" /&gt;&lt;lj-embed id="975" /&gt;&lt;p&gt;&lt;a href="http://www.jwz.org/blog/2010/11/strandbeest-segway/"&gt;Previously&lt;/a&gt;, &lt;a href="http://www.jwz.org/blog/2009/12/strandbeest-papercraft/"&gt;previously&lt;/a&gt;, &lt;a href="http://www.jwz.org/blog/2010/12/allow-me-to-be-the-zillionth-person-to-show-you-the-lego-antikythera-mechanism/"&gt;previously&lt;/a&gt;, &lt;a href="http://www.jwz.org/blog/2008/08/lego-tentacles/"&gt;previously&lt;/a&gt;, &lt;a href="http://www.jwz.org/blog/2005/03/i-for-one-welcome-out-new-segmented-robotic-overlords/"&gt;previously&lt;/a&gt;.&lt;/div&gt;&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/lego-strandbeest/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1678481</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1678481.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1678481"/>
    <title>Turtles, all the way down. Or gliders. Or glider turtles.</title>
    <published>2012-05-25T19:15:31Z</published>
    <updated>2012-05-25T19:15:31Z</updated>
    <category term="mpegs"/>
    <category term="computers"/>
    <category term="mad science"/>
    <lj:music>Mono -- Life in Mono</lj:music>
    <content type="html">&lt;a href="http://www.youtube.com/watch?v=xP5-iIeKXE8"&gt;Conway's Game of Life, emulated in Conway's Game of Life:&lt;/a&gt;&lt;p&gt;&lt;blockquote style="margin-left:1em;border-left:2px solid;padding-left:1em"&gt;The life simulator used is &lt;a href="http://golly.sourceforge.net/"&gt;Golly&lt;/a&gt;  which has a built-in script to generate these metapixel grids (select a pattern, and choose "metafier.py" from the scripts list).&lt;/blockquote&gt;&lt;p&gt;&lt;div align="CENTER"&gt;&lt;lj-embed id="973" /&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.conwaylife.com/wiki/OTCA_metapixel"&gt;&lt;img src="http://www.jwz.org/images/otcametapixel.png" style="width:40%; height: auto; max-width:200px; max-height:199px; border: 1px solid; margin:2px; margin-left:1em; float:right; clear:right;"&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="http://www.conwaylife.com/wiki/OTCA_metapixel"&gt;Outer Totalistic Cellular Automata Meta-Pixel:&lt;/a&gt;&lt;p&gt;&lt;blockquote style="margin-left:1em;border-left:2px solid;padding-left:1em"&gt;The metacell uses a period 184 tractor beam, which acts as a clock. It pulls a block downwards by eight cells per impact, releasing a glider in the process. Some of the gliders are utilised; the rest are eaten. When the block reaches the base, it is restored at the top to begin the cycle again. Period 46 and 184 technologies (which are compatible) are used extensively throughout the configuration.&lt;p&gt;The rule is encoded in two columns, each of nine eaters, where one column corresponds to the 'Birth' rule and the other corresponds to 'Survival'. The nine eaters correspond to the nine different quantities of on cells (0 through 8). The presence or absence of the eater indicates whether the cell should be on in the next meta-generation. The state of the eater is read by the collision of two antiparallel LWSSes, which radiates two antiparallel gliders (not unlike an electron-positron reaction in a PET scanner). These gliders then collide into beehives, which are restored by a passing LWSS in Brice's elegant honeybit reaction. If the eater is present, the beehive would remain in its original state, thereby allowing the LWSS to pass unaffected; if the eater is absent, the beehive would be restored, consuming the LWSS in the process. Equivalently, the state of the eater is mapped onto the state of the LWSS. &lt;/blockquote&gt;&lt;p&gt;&lt;a href="http://www.jwz.org/blog/2012/05/fractal-pancakes/"&gt;Previously&lt;/a&gt;, &lt;a href="http://www.jwz.org/blog/2006/08/top-ten-weirdest-cosmologies/"&gt;previously&lt;/a&gt;, &lt;a href="http://www.jwz.org/blog/2005/11/its-turtles-all-the-way-down/"&gt;previously&lt;/a&gt;.&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/turtles-all-the-way-down-or-gliders-or-glider-turtles/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1678282</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1678282.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1678282"/>
    <title>Slinky on a Treadmill</title>
    <published>2012-05-24T00:09:22Z</published>
    <updated>2012-05-24T00:09:22Z</updated>
    <category term="mpegs"/>
    <category term="toys"/>
    <content type="html">&lt;div align="CENTER"&gt;&lt;lj-embed id="972" /&gt;&lt;p&gt;Such pathos!&lt;/div&gt;&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/slinky-on-a-treadmill/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1677877</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1677877.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1677877"/>
    <title>Dum Dum Girls</title>
    <published>2012-05-23T06:10:54Z</published>
    <updated>2012-05-23T06:10:54Z</updated>
    <category term="firstperson"/>
    <category term="photography"/>
    <category term="sf"/>
    <category term="music"/>
    <content type="html">&lt;div align="CENTER"&gt;&lt;a href="http://www.jwz.org/images/photo-546.jpg"&gt;&lt;img src="http://www.jwz.org/images/photo-546-thumb.jpg" style="width:57.6%; height:auto; max-width:800px; max-height:600px;"&gt;&lt;/a&gt;&lt;a href="http://www.jwz.org/images/photo-547.jpg"&gt;&lt;img src="http://www.jwz.org/images/photo-547-thumb.jpg" style="width:32.4%; height:auto; max-width:400px; max-height:533px;"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;(I'd say they're 3/5th &lt;em&gt;Split&lt;/em&gt;-era Lush, 1/5th Belly, and 1/5th that inexplicable country twang you get from Raveonettes and White Stripes.)&lt;p&gt;&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/dum-dum-girls/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1677645</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1677645.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1677645"/>
    <title>Tamaryn</title>
    <published>2012-05-23T04:46:15Z</published>
    <updated>2012-05-23T04:46:15Z</updated>
    <category term="firstperson"/>
    <category term="photography"/>
    <category term="sf"/>
    <category term="music"/>
    <content type="html">&lt;div align="CENTER"&gt;&lt;a href="http://www.jwz.org/images/photo-544.jpg"&gt;&lt;img src="http://www.jwz.org/images/photo-544-thumb.jpg" style="width:57.7%; height:auto; max-width:800px; max-height:600px;"&gt;&lt;/a&gt;&lt;a href="http://www.jwz.org/images/photo-545.jpg"&gt;&lt;img src="http://www.jwz.org/images/photo-545-thumb.jpg" style="width:32.3%; height:auto; max-width:397px; max-height:533px;"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;(Hi Grimace!)&lt;p&gt;&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/tamaryn/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1677456</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1677456.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1677456"/>
    <title>Young Prisms</title>
    <published>2012-05-23T03:49:53Z</published>
    <updated>2012-05-23T03:49:53Z</updated>
    <category term="firstperson"/>
    <category term="photography"/>
    <category term="sf"/>
    <category term="music"/>
    <content type="html">&lt;div align="CENTER"&gt;&lt;a href="http://www.jwz.org/images/photo-542.jpg"&gt;&lt;img src="http://www.jwz.org/images/photo-542-thumb.jpg" style="width:45%; height:auto; max-width:800px; max-height:600px;"&gt;&lt;/a&gt;&lt;a href="http://www.jwz.org/images/photo-543.jpg"&gt;&lt;img src="http://www.jwz.org/images/photo-543-thumb.jpg" style="width:45%; height:auto; max-width:800px; max-height:600px;"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;(These shoes aren't gonna gaze themselves!)&lt;p&gt;&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/young-prisms/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1677255</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1677255.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1677255"/>
    <title>It's alive</title>
    <published>2012-05-23T02:31:50Z</published>
    <updated>2012-05-23T02:34:34Z</updated>
    <category term="xscreensaver"/>
    <category term="retrocomputing"/>
    <category term="doomed"/>
    <category term="computers"/>
    <content type="html">Today I implemented about two-thirds of the OpenGL 1.3 API in terms of the OpenGLES 1.0 API.&lt;p&gt;Gibbering commences now.&lt;p&gt;Though it's actually been a lot easier than that time when I implemented four-fifths of Xlib in terms of Cocoa.

&lt;p&gt;Here's a gem: look upon my works and despair.

&lt;p&gt;&lt;pre style="font-size: 8pt;margin-left:4em"&gt;#define WRAP(NAME,SIG) \&lt;br&gt;void jwzgles_##NAME (ARGS_##SIG)                              \&lt;br&gt;{                                                             \&lt;br&gt;  if (state-&amp;gt;compiling) {                                     \&lt;br&gt;    void_int vv[4];                                           \&lt;br&gt;    FILL_##SIG                                                \&lt;br&gt;    list_push (STRINGIFY(NAME), (list_fn_cb) &amp;amp;jwzgles_##NAME, \&lt;br&gt;               PROTO_##SIG, vv);                              \&lt;br&gt;  } else {                                                    \&lt;br&gt;    NAME (VARS_##SIG);                                        \&lt;br&gt;  }                                                           \&lt;br&gt;}&lt;br&gt;&lt;br&gt;WRAP (glTranslatef, FFF)&lt;/pre&gt; &lt;p&gt;&lt;a href="http://www.jwz.org/blog/2010/08/opengl-questions/"&gt;Previously&lt;/a&gt;.&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/its-alive/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1676829</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1676829.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1676829"/>
    <title>Legalizing domestic misinformation</title>
    <published>2012-05-23T01:02:06Z</published>
    <updated>2012-05-23T01:02:06Z</updated>
    <category term="conspiracies"/>
    <category term="big brother"/>
    <category term="doomed"/>
    <content type="html">&lt;a href="http://www.buzzfeed.com/mhastings/congressmen-seek-to-lift-propaganda-ban"&gt;But would we really be able to tell?&lt;/a&gt;&lt;p&gt;&lt;blockquote style="margin-left:1em;border-left:2px solid;padding-left:1em"&gt;An amendment that would legalize the use of propaganda on American audiences is being inserted into the latest defense authorization bill.&lt;p&gt;The tweak to the bill would essentially neutralize two previous acts -- the Smith-Mundt Act of 1948 and Foreign Relations Authorization Act in 1987 -- that had been passed to protect U.S. audiences from our own government's misinformation campaigns.&lt;p&gt;In a little noticed press release earlier in the week -- buried beneath the other high-profile issues in the $642 billion defense bill, including indefinite detention and a prohibition on gay marriage at military installations -- Thornberry warned that in the Internet age, the current law "ties the hands of America's diplomatic officials, military, and others by inhibiting our ability to effectively communicate in a credible way."&lt;p&gt;The new law would give sweeping powers to the government to push television, radio, newspaper, and social media onto the U.S. public. "It removes the protection for Americans," says a Pentagon official who is concerned about the law. "It removes oversight from the people who want to put out this information. There are no checks and balances. No one knows if the information is accurate, partially accurate, or entirely false."&lt;/blockquote&gt;&lt;p&gt;Um, guys, I think "entirely false" is the &lt;i&gt;whole idea&lt;/i&gt; here...&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/legalizing-domestic-misinformation/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1676716</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1676716.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1676716"/>
    <title>An Introduction to Objectivist-C</title>
    <published>2012-05-23T00:54:23Z</published>
    <updated>2012-05-23T00:54:23Z</updated>
    <category term="big brother"/>
    <category term="pranks"/>
    <category term="computers"/>
    <lj:music>The Kills -- You Don't Own the Road</lj:music>
    <content type="html">&lt;a href="http://fdiv.net/2012/04/01/objectivist-c"&gt;An Introduction to Objectivist-C&lt;/a&gt;&lt;p&gt;&lt;blockquote style="margin-left:1em;border-left:2px solid;padding-left:1em"&gt;In Objectivist-C, an object -- every object -- is an end in itself, not a means to the ends of others. It must live for its own sake, neither sacrificing itself to others nor sacrificing others to itself.&lt;p&gt;In Objectivist-C, software engineers have eliminated the need for object-oriented principles like Dependency Inversion, Acyclic Dependencies, and Stable Dependencies. Instead, they strictly adhere to one simple principle: No Dependencies.&lt;p&gt;In Objectivist-C, there are only two numerical data types: rational and real.&lt;p&gt;In Objectivist-C, there are not only properties, but also property rights. Consequently, all properties are @private; there is no @public property.&lt;p&gt;In Objectivist-C, each program is free to acquire as many resources as it can, without interference from the operating system.&lt;p&gt;In Objectivist-C, there are no exceptions. &lt;/blockquote&gt;&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/an-introduction-to-objectivist-c/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1676501</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1676501.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1676501"/>
    <title>Today in Haunted Vagina news:</title>
    <published>2012-05-23T00:29:36Z</published>
    <updated>2012-05-23T00:29:36Z</updated>
    <category term="firstperson"/>
    <category term="books"/>
    <category term="perversions"/>
    <category term="parts"/>
    <lj:music>Los Campesinos! -- Songs About Your Girlfriend</lj:music>
    <content type="html">&lt;a href="http://carltonmellick.com/"&gt;&lt;img src="http://www.jwz.org/images/hauntedvaginasmall.jpg" style="width:40%; height: auto; max-width:198px; max-height:306px; border: 1px solid; margin:2px; margin-left:1em; float:right; clear:right;"&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="http://carltonmellick.com/"&gt;Carlton Mellick III:&lt;/a&gt;&lt;p&gt;&lt;blockquote style="margin-left:1em;border-left:2px solid;padding-left:1em"&gt;When a living corpse climbs out of her during an awkward night of sex, Stacy learns that her vagina is actually a doorway to another world. She persuades Steve to climb inside of her to explore this strange new place. But once inside, Steve finds it difficult to return... especially once he meets an oddly attractive woman named Fig, who lives within the lonely haunted world between Stacy's legs. &lt;/blockquote&gt;&lt;p&gt;Not to be confused &lt;a href="http://www.jwz.org/blog/2009/01/you-have-to-get-out-of-here/"&gt;the previous haunted vagina&lt;/a&gt;.  Since this guy appears to write 7+ books a year, I'm guessing this is what happens when the underbelly of Usenet meets self-publishing.&lt;p&gt;You should probably just read Kathy Koja's &lt;a href="http://www.amazon.com/The-Cipher-Kathe-Koja/dp/0440207827"&gt;&lt;i&gt;The Cypher&lt;/i&gt;&lt;/a&gt; instead.&lt;p&gt;&lt;a href="http://www.jwz.org/blog/2009/01/you-have-to-get-out-of-here/"&gt;Previously&lt;/a&gt;, &lt;a href="http://www.jwz.org/blog/2011/12/vagina-dentata-glow-in-the-dark-underwear/"&gt;previously&lt;/a&gt;, &lt;a href="http://www.jwz.org/blog/2010/03/i-am-pleased-that-i-have-a-previously-link-for-giant-inflatible-vagina/"&gt;previously&lt;/a&gt;, &lt;a href="http://www.jwz.org/blog/2008/06/teeth/"&gt;previously&lt;/a&gt;.&lt;p style="text-align: right"&gt;&lt;small&gt;Mirrored from &lt;a href="http://www.jwz.org/blog/2012/05/today-in-haunted-vagina-news/" title="Read Original Post"&gt;jwz.org&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1676094</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1676094.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1676094"/>
    <title>301 Moved Permanently</title>
    <published>2012-05-20T00:03:31Z</published>
    <updated>2012-05-30T12:01:02Z</updated>
    <category term="mpegs"/>
    <content type="html">&lt;div align="CENTER"&gt;&lt;div style="display:inline-block; border:2px solid; padding:2em; margin:4em 0"&gt;&lt;b style="font-size:72pt"&gt;301&lt;/b&gt;&lt;b style="font-size:18pt"&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This blog has moved to &lt;a href="http://www.jwz.org/blog/"&gt;jwz.org&lt;/a&gt;.&lt;br&gt;This post has been archived &lt;a rel="canonical" href="http://www.jwz.org/blog/?p=13243131"&gt;here&lt;/a&gt;.&lt;br&gt;Please update your links.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/b&gt;&lt;b style="font-size:72pt"&gt;301&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1675854</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1675854.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1675854"/>
    <title>301 Moved Permanently</title>
    <published>2012-05-19T00:22:23Z</published>
    <updated>2012-05-29T12:01:01Z</updated>
    <category term="firstperson"/>
    <category term="mpegs"/>
    <category term="music"/>
    <lj:music>The Naked and Famous -- The Sun</lj:music>
    <content type="html">&lt;div align="CENTER"&gt;&lt;div style="display:inline-block; border:2px solid; padding:2em; margin:4em 0"&gt;&lt;b style="font-size:72pt"&gt;301&lt;/b&gt;&lt;b style="font-size:18pt"&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This blog has moved to &lt;a href="http://www.jwz.org/blog/"&gt;jwz.org&lt;/a&gt;.&lt;br&gt;This post has been archived &lt;a rel="canonical" href="http://www.jwz.org/blog/?p=13243130"&gt;here&lt;/a&gt;.&lt;br&gt;Please update your links.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/b&gt;&lt;b style="font-size:72pt"&gt;301&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1675693</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1675693.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1675693"/>
    <title>301 Moved Permanently</title>
    <published>2012-05-18T07:01:36Z</published>
    <updated>2012-05-29T12:01:02Z</updated>
    <category term="perversions"/>
    <content type="html">&lt;div align="CENTER"&gt;&lt;div style="display:inline-block; border:2px solid; padding:2em; margin:4em 0"&gt;&lt;b style="font-size:72pt"&gt;301&lt;/b&gt;&lt;b style="font-size:18pt"&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This blog has moved to &lt;a href="http://www.jwz.org/blog/"&gt;jwz.org&lt;/a&gt;.&lt;br&gt;This post has been archived &lt;a rel="canonical" href="http://www.jwz.org/blog/?p=13243129"&gt;here&lt;/a&gt;.&lt;br&gt;Please update your links.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/b&gt;&lt;b style="font-size:72pt"&gt;301&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1675510</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1675510.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1675510"/>
    <title>301 Moved Permanently</title>
    <published>2012-05-17T22:08:18Z</published>
    <updated>2012-05-28T12:01:02Z</updated>
    <category term="mutants"/>
    <category term="doomed"/>
    <category term="religion"/>
    <lj:music>Desire -- Under Your Spell</lj:music>
    <content type="html">&lt;div align="CENTER"&gt;&lt;div style="display:inline-block; border:2px solid; padding:2em; margin:4em 0"&gt;&lt;b style="font-size:72pt"&gt;301&lt;/b&gt;&lt;b style="font-size:18pt"&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This blog has moved to &lt;a href="http://www.jwz.org/blog/"&gt;jwz.org&lt;/a&gt;.&lt;br&gt;This post has been archived &lt;a rel="canonical" href="http://www.jwz.org/blog/?p=13243124"&gt;here&lt;/a&gt;.&lt;br&gt;Please update your links.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/b&gt;&lt;b style="font-size:72pt"&gt;301&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:jwz:1675079</id>
    <link rel="alternate" type="text/html" href="http://jwz.livejournal.com/1675079.html"/>
    <link rel="self" type="text/xml" href="http://jwz.livejournal.com/data/atom/?itemid=1675079"/>
    <title>301 Moved Permanently</title>
    <published>2012-05-17T20:05:27Z</published>
    <updated>2012-05-28T12:01:03Z</updated>
    <category term="firstperson"/>
    <category term="corporations"/>
    <category term="doomed"/>
    <content type="html">&lt;div align="CENTER"&gt;&lt;div style="display:inline-block; border:2px solid; padding:2em; margin:4em 0"&gt;&lt;b style="font-size:72pt"&gt;301&lt;/b&gt;&lt;b style="font-size:18pt"&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This blog has moved to &lt;a href="http://www.jwz.org/blog/"&gt;jwz.org&lt;/a&gt;.&lt;br&gt;This post has been archived &lt;a rel="canonical" href="http://www.jwz.org/blog/?p=13243123"&gt;here&lt;/a&gt;.&lt;br&gt;Please update your links.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/b&gt;&lt;b style="font-size:72pt"&gt;301&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;</content>
  </entry>
</feed>

