<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
<title>Life on Mars</title>
<link rel="alternate" type="text/html" href="http://kasei.us/" />
<modified>2013-04-19T11:07:39Z</modified>
<tagline>Confessions of a mangalavid junkie.</tagline>
<id>tag:kasei.us,2013://1</id>
<generator url="http://www.movabletype.org/" version="4.1">Movable Type</generator>
<copyright>Copyright (c) 2013, kasei</copyright>

<entry>
<title>Re-emerging</title>
<link rel="alternate" type="text/html" href="http://kasei.us/archives/2013/04/19/reemerging" />
<modified>2013-04-19T11:07:39Z</modified>
<issued>2013-04-19T11:07:39Z</issued>
<id>tag:kasei.us,2013://1.1525</id>
<created>2013-04-19T11:07:39Z</created>
<summary type="text/plain">So, I&apos;ve finished my Ph.D work at RPI, and am going to try to re-emerge on this weblog. Which is something I&apos;ve attempted before (several times!) with mixed success, so we&apos;ll see how it goes. Bora Bora Kat and I...</summary>
<author>
<name>kasei</name>
<url>http://kasei.us/</url>
<email>greg@evilfunhouse.com</email>
</author>
<dc:subject>Travel</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://kasei.us/">
<![CDATA[<p>So, I've finished my Ph.D work at RPI, and am going to try to re-emerge on this weblog. Which is something I've attempted before (several times!) with mixed success, so we'll see how it goes.<p>

<p class="blogimage"><img src="http://kasei.us/archives/2013/04/19/borabora.jpg" alt="Bora Bora" title="Bora Bora || Panasonic DMC-GF1 | Lumix G 20/F1.7 | 1/1600s | f5.6 | ISO100" width="400" height="267" /><br/>Bora Bora</p>

<p>Kat and I (mostly Kat so far) are also posting updates to <a href="http://katandgreg.us/adventure/">a travel weblog</a> as we spend six months going around the world. I've been putting <a href="http://www.flickr.com/photos/kasei/sets/72157633070899355/">photos from our trip on Flickr</a>, and highlights will be included in our weblog posts.</p>

<p class="blogimage"><a href="http://www.flickr.com/photos/kasei/8659194549/" title="Cherry Blossoms"><img src="http://kasei.us/archives/2013/04/19/sakura.jpg" alt="Cherry Blossoms" title="Cherry Blossoms || Panasonic DMC-GF1 | Lumix G 20/F1.7 | 1/1000s | f1.7 | ISO200" width="400" height="267" /></a><br/>Cherry Blossoms</p>

<p>So far, we've been to Alaska, Hawaii, French Polynesia, New Zealand, Australia, and Japan. It's been pretty fast-paced, but we've seen and done some great stuff. If you're interested, you can <a href="http://katandgreg.us/adventure/2013/03/and-away-we-go.html">follow along from the beginning</a>.</p>]]>

</content>
</entry>

<entry>
<title>Moving perlrdf to Moose</title>
<link rel="alternate" type="text/html" href="http://kasei.us/archives/2012/08/30/movingtomoose" />
<modified>2012-08-31T02:20:40Z</modified>
<issued>2012-08-31T02:20:40Z</issued>
<id>tag:kasei.us,2012://1.1524</id>
<created>2012-08-31T02:20:40Z</created>
<summary type="text/plain">Earlier this week I spent a few days at the Preikestolen Mountain Lodge at the Moving to Moose hackathon.</summary>
<author>
<name>kasei</name>
<url>http://kasei.us/</url>
<email>greg@evilfunhouse.com</email>
</author>
<dc:subject>Semantic Web</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://kasei.us/">
<![CDATA[<p>Earlier this week I spent a few days at the Preikestolen Mountain Lodge at the <a href="http://act.yapc.eu/mtmh2012/">Moving to Moose hackathon</a>. I got to meet some great people from the perl5 and perl6 communities, hack on the perlrdf toolkit, and see a couple of <a href="http://sartak.org/talks/yapc-eu-2012/role-usage-patterns/">great talks</a>.</p>

<p class="blogimage"><a href="http://www.flickr.com/photos/kasei/7866876372/" title="Lysefjord Cairn"><img src="http://kasei.us/archives/2012/08/30/cairn.jpg" alt="Lysefjord Cairn || Panasonic DMC-GF1 | Lumix G 20/F1.7 | 1/50s | f13 | ISO100" title="Lysefjord Cairn || Panasonic DMC-GF1 | Lumix G 20/F1.7 | 1/50s | f13 | ISO100" width="400" height="267" /></a><br/>Lysefjord Cairn</p>

<p>Along with other members of the <a href="http://www.perlrdf.org/">perlrdf</a> community, I worked on updating our RDF toolkit (<a href="https://metacpan.org/module/RDF::Trine">RDF::Trine</a>) to use the <a href="http://moose.iinteractive.com/">Moose</a> object system. <a href="http://chris.prather.org">Chris Prather</a> helped us settle on a design that will simplify code, allow for easy implementation of new parsers, serializers, and stores, and provide a way for implementors to greatly improve the quality of SPARQL query plans produced by RDF::Query.</p>

<p><a href="http://ruben.verborgh.org">Ruben Verborgh</a> did some amazing optimization work (with help from <a href="https://twitter.com/sartak">Shawn Moore</a> and <a href="https://metacpan.org/module/perldtrace">dtrace</a>) on the pure-perl Turtle and N-Triples parser that yielded two orders of magnitude improvement in parsing speed on some large inputs.</p>

<p><a href="http://tobyinkster.co.uk">Toby Inkster</a> started converted the classes for nodes and statements to use Moose.
<a href="https://github.com/kba/">Konstantin Baierer</a> worked on modeling the type system in Moose allowing coercion of common objects and unboxed types to their RDF object equivalents. Together they went on to improve the extensibility of the parsing and serializing code, which will make it easier to support custom file formats in the future.</p>

<p><a href="http://www.kjetil.kjernsmo.net/">Kjetil Kjernsmo</a> refactored several modules meant to manage XML namespaces into the new <a href="https://metacpan.org/module/URI::NamespaceMap">URI::NamespaceMap</a> package.</p>

<p>Overall I&#8217;m thrilled with the progress we made, and think the new design will allow us to keep improving our code and growing as a community. If you&#8217;re interested in more information, join us on <a href="irc://irc.perl.org/perlrdf">irc</a> or the <a href="http://lists.perlrdf.org/listinfo/dev">mailing list</a>.</p>
]]>

</content>
</entry>

<entry>
<title>TV</title>
<link rel="alternate" type="text/html" href="http://kasei.us/archives/2012/06/04/tv" />
<modified>2012-06-04T15:52:10Z</modified>
<issued>2012-06-04T15:52:10Z</issued>
<id>tag:kasei.us,2012://1.1523</id>
<created>2012-06-04T15:52:10Z</created>
<summary type="text/plain">I cannot believe it&apos;s been over 10 years since Pekka Himanen suggested that then-current television must be some sort of absurd parody.</summary>
<author>
<name>kasei</name>
<url>http://kasei.us/</url>
<email>greg@evilfunhouse.com</email>
</author>
<dc:subject>Society and Culture</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://kasei.us/">
<![CDATA[<p>I cannot believe it's been over 10 years since Pekka Himanen wrote:</p>

<blockquote>
<p>As it stands now, watching television characteristically elicits a feeling that what is being seen must be meant as some kind of absurd parody of what television could be at its worst.</p>
</blockquote>

<p>&mdash; <cite>The Hacker Ethic</cite></p>

<p><a href="http://www.people.com/people/article/0,,20592477,00.html" title="The Choice: Will You Watch Fox's New Dating Show?">Case in point</a>.</p>
]]>

</content>
</entry>

<entry>
<title>ISWC 2011</title>
<link rel="alternate" type="text/html" href="http://kasei.us/archives/2011/10/31/iswc2011" />
<modified>2011-10-31T17:52:00Z</modified>
<issued>2011-10-31T17:52:00Z</issued>
<id>tag:kasei.us,2011://1.1522</id>
<created>2011-10-31T17:52:00Z</created>
<summary type="text/plain">The 10th International Semantic Web Conference took place last week in Bonn, Germany, and it was a great event.</summary>
<author>
<name>kasei</name>
<url>http://kasei.us/</url>
<email>greg@evilfunhouse.com</email>
</author>
<dc:subject>Conferences</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://kasei.us/">
<![CDATA[<p><a href="http://iswc2011.semanticweb.org/">The 10th International Semantic Web Conference</a> took place last week in Bonn, Germany, and it was a great event.</p>

<p class="blogimage"><a href="http://www.flickr.com/photos/kasei/6290781862/in/set-72157627856809515" title="Beethoven"><img src="http://kasei.us/archives/2011/10/31/beethoven.jpg" alt="Beethoven || Panasonic DMC-GF1 | Lumix G 20/F1.7 | 1/500s | f4.5 | ISO100" title="Beethoven || Panasonic DMC-GF1 | Lumix G 20/F1.7 | 1/500s | f4.5 | ISO100" width="400" height="600" /></a><br/>Beethoven</p>

<p>On Tuesday, I presented my work (done with <a href="http://www.cs.rpi.edu/~weavej3/index.xhtml">Jesse Weaver</a>) on <a href="http://www.springerlink.com/content/mq0x5238661u4526/">HTTP caching of SPARQL query results</a>. The work seemed to be well received, and I had some good discussions about it after the presentation.</p>

<p>There were presentations on two interesting projects for benchmarking SPARQL systems. The <a href="http://aksw.org/Projects/DBPSB">DBpedia SPARQL Benchmark</a> (which won the <a href="http://blog.aksw.org/2011/dbpedia-sparql-benchmark-paper-wins-iswc2011-best-paper-award/" title="DBpedia SPARQL Benchmark paper wins ISWC2011 best-paper award">best research paper award</a>) is a new SPARQL benchmark based on real-world data and queries from the DBPedia endpoint. <a href="http://code.google.com/p/fbench/">FedBench</a>, meanwhile, attempts to benchmark federated SPARQL query evaluation using a set of both real and synthetic datasets (including a subset of the LOD cloud and SP2B). With the relatively impoverished state of existing SPARQL benchmarks, I'm thrilled to see new work going on in this area.</p>

<p>I spent quite a bit of time with people from Talis, DFKI, and DERI, and only wish there had been more time for the great conversations that took place at and after the conference.  I've posted some photos from ISWC <a href="http://www.flickr.com/photos/kasei/sets/72157627856809515/" title="ISWC, Bonn, October, 2011 - a set on Flickr">on Flickr</a>.</p>
]]>

</content>
</entry>

<entry>
<title>Taxes</title>
<link rel="alternate" type="text/html" href="http://kasei.us/archives/2011/09/23/taxes" />
<modified>2011-09-23T17:13:53Z</modified>
<issued>2011-09-23T17:13:53Z</issued>
<id>tag:kasei.us,2011://1.1521</id>
<created>2011-09-23T17:13:53Z</created>
<summary type="text/plain">&quot;So be Patriotic. Go out there and get rich. Get so obnoxiously rich that when that tax bill comes, your first thought will be to choke on how big a check you have to write. Your 2nd thought will be &apos;what a great problem to have&apos;, and your 3rd should be a recognition that in paying your taxes you are helping to support millions of Americans that are not as fortunate as you.&quot;</summary>
<author>
<name>kasei</name>
<url>http://kasei.us/</url>
<email>greg@evilfunhouse.com</email>
</author>
<dc:subject>Politics</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://kasei.us/">
<![CDATA[<p>Mark Cuban:</p>

<blockquote cite="http://blogmaverick.com/2011/09/19/the-most-patriotic-thing-you-can-do-2/">
<p>So be Patriotic. Go out there and get rich. Get so obnoxiously rich that when that tax bill comes, your first thought will be to choke on how big a check you have to write. Your 2nd thought will be "what a great problem to have", and your 3rd should be a recognition that in paying your taxes you are helping to support millions of Americans that are not as fortunate as you.</p>
</blockquote>

<p>&mdash; <cite><a href="http://blogmaverick.com/2011/09/19/the-most-patriotic-thing-you-can-do-2/">The Most Patriotic Thing You Can Do</a></cite></p>

<p>More of this, please.</p>]]>

</content>
</entry>

<entry>
<title>Kings Canyon</title>
<link rel="alternate" type="text/html" href="http://kasei.us/archives/2011/07/15/kingscanyon" />
<modified>2011-07-15T15:39:07Z</modified>
<issued>2011-07-15T15:39:07Z</issued>
<id>tag:kasei.us,2011://1.1520</id>
<created>2011-07-15T15:39:07Z</created>
<summary type="text/plain">I spent a few days in Kings Canyon National Park with the family last week. The river was just past its high water mark, and the valley was amazing.</summary>
<author>
<name>kasei</name>
<url>http://kasei.us/</url>
<email>greg@evilfunhouse.com</email>
</author>
<dc:subject>Nature</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://kasei.us/">
<![CDATA[<p class="blogimage"><a href="http://www.flickr.com/photos/kasei/5927590879/" title="Zumwalt"><img src="http://kasei.us/archives/2011/07/15/zumwalt.jpg" alt="Zumwalt || Panasonic DMC-GF1 | Lumix G 20/F1.7 | f4 | ISO100" title="Zumwalt || Panasonic DMC-GF1 | Lumix G 20/F1.7 | f4 | ISO100" width="400" height="265" /></a><br/>Zumwalt</p>

<p>I spent a few days in Kings Canyon National Park with the family last week. The river was just past its high water mark, and the valley was amazing.</p>

<p class="blogimage"><a href="http://www.flickr.com/photos/kasei/5928155922/" title="Grizzly Falls"><img src="http://kasei.us/archives/2011/07/15/grizzly_falls.jpg" alt="Grizzly Falls || Panasonic DMC-GF1 | Lumix G 20/F1.7 | 1/4s | f16 | ISO100" title="Grizzly Falls || Panasonic DMC-GF1 | Lumix G 20/F1.7 | 1/4s | f16 | ISO100" width="400" height="267" /></a><br/>Grizzly Falls</p>

<p>More photos on Flickr of <a href="http://www.flickr.com/photos/kasei/sets/72157627189489480/">Kings Canyon National Park</a>.</p>]]>

</content>
</entry>

<entry>
<title>Montréal</title>
<link rel="alternate" type="text/html" href="http://kasei.us/archives/2011/03/18/montreal" />
<modified>2011-03-19T01:43:41Z</modified>
<issued>2011-03-19T01:43:41Z</issued>
<id>tag:kasei.us,2011://1.1519</id>
<created>2011-03-19T01:43:41Z</created>
<summary type="text/plain">Notre-Dame Basilica Alter Notre-Dame Basilica Organ On a spring break weekend in Montréal, we took a tour of the Notre Dame Basilica....</summary>
<author>
<name>kasei</name>
<url>http://kasei.us/</url>
<email>greg@evilfunhouse.com</email>
</author>
<dc:subject>Photo</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://kasei.us/">
<![CDATA[<p class="blogimage"><a href="http://www.flickr.com/photos/kasei/5528260934/" title="Basilica"><img src="http://kasei.us/archives/2011/03/18/basilica.jpg" alt="Notre-Dame Basilica || Nikon D200 | Nikkor 12-24mm f/4G | 0.8s | f4 | ISO250" title="Notre-Dame Basilica || Nikon D200 | Nikkor 12-24mm f/4G | 0.8s | f4 | ISO250" width="400" height="268" /></a><br/>Notre-Dame Basilica Alter</p>

<p class="blogimage"><a href="http://www.flickr.com/photos/kasei/5528263122/" title="Basilica"><img src="http://kasei.us/archives/2011/03/18/basilica_organ.jpg" alt="Notre-Dame Basilica || Nikon D200 | Nikkor 12-24mm f/4G | 3.0s | f4 | ISO100" title="Notre-Dame Basilica || Nikon D200 | Nikkor 12-24mm f/4G | 3.0s | f4 | ISO100" width="400" height="268" /></a><br/>Notre-Dame Basilica Organ</p>

<p>On a spring break weekend in Montréal, we took a tour of the Notre Dame Basilica.</p>
]]>

</content>
</entry>

<entry>
<title>Shuttle Launch</title>
<link rel="alternate" type="text/html" href="http://kasei.us/archives/2010/04/18/shuttle_launch" />
<modified>2010-04-18T17:07:38Z</modified>
<issued>2010-04-18T17:07:38Z</issued>
<id>tag:kasei.us,2010://1.1518</id>
<created>2010-04-18T17:07:38Z</created>
<summary type="text/plain">I went to see the launch of Space Shuttle Discovery in Florida a couple of weeks ago and am finally getting around to posting a few pictures.</summary>
<author>
<name>kasei</name>
<url>http://kasei.us/</url>
<email>greg@evilfunhouse.com</email>
</author>
<dc:subject>Travel</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://kasei.us/">
<![CDATA[<p class="blogimage"><a href="http://www.flickr.com/photos/kasei/4501152603/" title="STS-131 Launch"><img src="http://kasei.us/archives/2010/04/18/launch.jpg" alt="STS-131 Launch || Nikon D200 | Nikkor 35mm f/2D | 1.3s | f2 | ISO800" title="STS-131 Launch || Nikon D200 | Nikkor 35mm f/2D | 1.3s | f2 | ISO800" width="400" height="598" /></a><br/>STS-131 Launch</p>

<p>I went to see the launch of Space Shuttle Discovery in Florida a couple of weeks ago and am finally getting around to posting a few pictures. The actual launch happened just before dawn, so the it was mostly a big fireball in an otherwise dark sky, but it was awesome and my camera was able to pull out some dawn light a few minutes after launch (that's Discovery in the photo above about 300 miles downrange from Cape Canaveral). The shuttle is scheduled to land back in Florida tomorrow morning, and with only three flights left I'm really glad I got to witness a launch before the shuttle program ends.</p>]]>

</content>
</entry>

<entry>
<title>Back from ISWC</title>
<link rel="alternate" type="text/html" href="http://kasei.us/archives/2009/11/08/backfromiswc" />
<modified>2009-11-08T09:24:32Z</modified>
<issued>2009-11-08T09:24:32Z</issued>
<id>tag:kasei.us,2009://1.1517</id>
<created>2009-11-08T09:24:32Z</created>
<summary type="text/plain">Trying to get back into the habit of posting here. I&apos;m just back from two weeks of Semantic Web-related travel. First was roughly a week in northern Virginia for the International Semantic Web Conference, followed by a meeting of the SPARQL working group at the W3C Technical Plenary in Santa Clara, California. Lots of good stuff going on recently; I&apos;ve tried to highlight some of it below.</summary>
<author>
<name>kasei</name>
<url>http://kasei.us/</url>
<email>greg@evilfunhouse.com</email>
</author>
<dc:subject>Conferences</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://kasei.us/">
<![CDATA[<p>Trying to get back into the habit of posting here. I'm just back from two weeks of Semantic Web-related travel. First was roughly a week in northern Virginia for the International Semantic Web Conference, followed by a meeting of the SPARQL working group at the W3C Technical Plenary in Santa Clara, California. Lots of good stuff going on recently; I've tried to highlight some of it below.</p>

<p class="blogimage"><a href="http://www.flickr.com/photos/kasei/4055714142/" title="Jesse's BTC Presentation"><img src="http://kasei.us/archives/2009/11/08/jesse_btc.jpg" alt="Jesse's BTC Presentation || Nikon D200 | Nikkor 35mm f/2D | 1/160s | f2 | ISO320" title="Jesse's BTC Presentation || Nikon D200 | Nikkor 35mm f/2D | 1/160s | f2 | ISO320" width="400" height="267" /></a><br/>Jesse presenting our Billion Triples Challenge work</p>

<p>Our work on <a href="http://tw.rpi.edu/wiki/Scalable_RDF_query_processing_on_clusters_and_supercomputers">RDF querying on supercomputers</a> was recieved with much interest at the <a href="http://sunsite.informatik.rwth-aachen.de/Publications/CEUR-WS/Vol-517/">SSWS workshop</a>. Lots of good questions were asked about the approach, and I hope I provided reasonable answers to them (though I think I could have done a better job in presenting the techniques to avoid some of the resulting confusion). The big news was that our <a href="http://tw.rpi.edu/wiki/Scalable_Reduction_of_Large_Datasets_to_Interesting_Subsets">Semantic Web Challenge entry</a> (combining the parallel RDF query work, <a href="http://tw.rpi.edu/wiki/Scalable_Reduction_of_Large_Datasets_to_Interesting_Subsets">Jesse's parallel RDFS materialization</a> work, and Medha's <a href="http://CEUR-WS.org/Vol-517/ssws09-paper3.pdf">BitMat</a> work) won in the Billion Triples track.</p>

<p>Jesse and I had some good conversations with Jacopo Urbani about his MapReduce-based reasoning system, its similarity to Jesse's reasoning work, and the overlap with the parallel query answering work (in the context of extending their systems to handle more expressive reasoning).</p>

<p>Members of the SPARQL working group had what I thought was a good panel Q&amp;A at ISWC about what's coming in SPARQL 1.1. There was some good input (and criticism) of what we've got so far, and I hope we can follow up on many of the points made including the issues of efficient federated querying and atomicity versus full ACID trasactions (we discussed some of these issues at the meeting in Santa Clara).</p>

<p>The RDF indexing in <a href="http://parliament.semwebcentral.org/">Parliament</a> (also presented at SSWS) looked interesting (especially the "average case analysis" that explains some of the tradeoffs of the design and why the design is good for many real-world datasets). Unfortunately, the SSWS proceedings seem to link mistakenly to a draft version of the paper. I've put some more thoughts on Parliament and its impact on our clustered RDF query engine on the Tetherless World blog: <a href="http://tw.rpi.edu/weblog/2009/11/08/parliament-storage-density-and-napkin-math/">Parliament, storage density, and napkin math</a>.</p>

<p class="blogimage"><a href="http://www.flickr.com/photos/kasei/4076593768/" title="Golden Gate Bridge"><img src="http://kasei.us/archives/2009/11/08/golden_gate.jpg" alt="Golden Gate Bridge || iPhone 3G | f2.8" title="Golden Gate Bridge || iPhone 3G | f2.8" width="400" height="300" /></a><br/>Golden Gate Bridge</p>

<p>Leigh Dodds produced a good looking vocabulary at <a href="http://vocamp.org/wiki/VoCampDCOctober2009">VoCamp DC</a> for <a href="http://www.ldodds.com/blog/2009/11/describing-sparql-extension-functions/">Describing SPARQL Extension Functions</a>. Seems like it would mesh nicely with the SPARQL service descriptions we're working on for SPARQL 1.1.</p>

<p><a href="http://www.jenitennison.com/blog/node/132">Expressing Statistics with RDF</a> does a nice job of explaining how to use the <a href="http://sw.joanneum.at/scovo/schema.html">SCOVO</a> vocabulary to describe statistical data. I've been using SCOVO to encode statistical descriptions for the data.gov datasets with some success (though I hear the voiD folks are working on a less verbose way to do dataset descriptions).</p>

<p><a href="http://www4.wiwiss.fu-berlin.de/bizer/silk/">Silk</a> looks like a great tool to do linking between datasets, and something I hope we can look at for the <a href="http://data-gov.tw.rpi.edu/">data.gov RDF work</a>.</p>

<p>Finally, while sitting in on the SPARQL meeting in Santa Clara, Dave Beckett designed a very nice diagram explaining the <a href="http://www.dajobe.org/2009/11/sparql11/">SPARQL 1.1 Query Execution Sequence</a>. It captures the conceptual ordering of the operations involved in a SPARQL 1.1 query (including aggregates) and I assume maps nicely to many actual implementation (certainly it does to mine).</p>
]]>

</content>
</entry>

<entry>
<title>&apos;Genius&apos; Bar</title>
<link rel="alternate" type="text/html" href="http://kasei.us/archives/2009/09/04/genius_bar" />
<modified>2010-06-13T23:46:40Z</modified>
<issued>2009-09-04T22:16:32Z</issued>
<id>tag:kasei.us,2009://1.1516</id>
<created>2009-09-04T22:16:32Z</created>
<summary type="text/plain">This whole experience has soured me a bit on the Genius Bar. I&apos;ve had such great experiences in the past, making this one all the more surprising and frustrating.</summary>
<author>
<name>kasei</name>
<url>http://kasei.us/</url>
<email>greg@evilfunhouse.com</email>
</author>
<dc:subject>Apple</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://kasei.us/">
<![CDATA[<p>Claims made during my recent visit to the Providence Apple Store "Genius" Bar where I sought advice on my MacBook Pro not being able to sleep subsequent to upgrading the operating system to Snow Leopard (instead cycling rapidly between being asleep and awake):</p>

<ol>
	<li>No Apple laptop should ever be put to sleep while not connected to an external power source.</li>
	<li>No Macintosh computer will sleep if any running application is trying to access the network.</li>
</ol>

<p>After explaining my problems (which included the sleep issue, iSync [which I haven't seen since 10.4!] starting every few minutes, and screen artifacts), the "genius" tole me that I could damage my laptop by letting it sleep without the external power source plugged in. Putting that aside for now, and insisting that that wasn't my problem, he had me boot the system and immediately upon seeing several menu bar accessories and many icons on the desktop immediately told me that I had lots of "third party software" installed, that much of it was probably incompatible with Snow Leopard, and that it wasn't his job to troubleshoot that sort of thing for me. He speculated that VMWare Fusion (which he referred to as Parallels) was causing the problem, but couldn't (or wouldn't) make an attempt to find out if VMWare Fusion was known to cause problems in Snow Leopard.</p>

<p>After pressing hard about not wanting to just be told to go home and make sure all my applications were compatible with Snow Leopard only to discover it was a deeper problem, he gave in and rebooted my system in safe mode. The sleep problem persisted. He then plugged in an external disk and boot the system into what I believe was Snow Leopard (but which he referred to as 10.5) and the sleep problem disappeared.</p>

<p>At this point, he suggested that it was clearly a problem with my "third party applications" (a term he used many, many times as if to suggest that I was somehow out of the mainstream by running any applications not provided by Apple, and the use of which made my seeking technical support a waste of his time), and that a clean install was the solution. He continued to tell me that my laptop wouldn't ever sleep if any running application were "trying to access the network." To this last point I told him he was wrong, but he insisted that any application trying to access the network would wake the computer from sleep. Clearly trying to argue this point wasn't a good use of my time.</p>

<p>As a final attempt to make his point, he started Activity Monitor, and sat watching the CPU usage graph for a couple of minutes and told me that "there's a lot of programs running for an idle system." I resorted the process list by CPU usage and pointed out that the only processes which were actively running (and not sleeping) were mdworker, activitymonitord, and kernel_task, all Apple-provided processes. There was not real response to this, he asked what Tweetie was, and then reiterated that I was just going to have to perform a clean install.</p>

<p>By this point I wasn't confident that my iSync or screen artifact issues could be resolved by spending any more time at the genius bar. So for the time being, I'm stuck having to turn my computer off completely any time I need put it away from more than a few minutes, stuck having to dismiss iSync from trying to connect to a mobile phone which I haven't used in years, and dreading the reappearance of screen artifacts. This whole experience has soured me a bit on the Genius Bar. I've had such great experiences in the past, making this one all the more surprising and frustrating.</p>]]>

</content>
</entry>

<entry>
<title>Pirate Party?</title>
<link rel="alternate" type="text/html" href="http://kasei.us/archives/2009/06/01/pirateparty" />
<modified>2009-06-02T00:38:37Z</modified>
<issued>2009-06-02T00:38:37Z</issued>
<id>tag:kasei.us,2009://1.1515</id>
<created>2009-06-02T00:38:37Z</created>
<summary type="text/plain">Can someone explain the Swedish Pirate Party to me? Today&apos;s Marketplace piece about the party sounded utterly ridiculous to me.</summary>
<author>
<name>kasei</name>
<url>http://kasei.us/</url>
<email>greg@evilfunhouse.com</email>
</author>
<dc:subject>Art and Media</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://kasei.us/">
<![CDATA[<p>Can someone explain the Swedish Pirate Party to me? Today's <a href="http://marketplace.publicradio.org/display/web/2009/06/01/pm_pirate_party/">Marketplace piece about the party</a> sounded utterly ridiculous to me. How is this not a case of a lot of people who love to pirate commercial material trying to ignore the fact that what they are doing is illegal?</p>

<blockquote cite="http://marketplace.publicradio.org/display/web/2009/06/01/pm_pirate_party/">
<p>The Pirate Party says music and movies should be freely shared on the Web. Copyright laws should be rewritten, and the current patent system scrapped.</p>
</blockquote>

<p>I'm sympathetic to wanting to change copyright laws and the patent system, but the Marketplace piece ended up sounding like these were secondary issues to wanting to be able to download free media and continue to make use of The Pirate Bay. Is this just bad reporting? Is the Pirate Party actually a civil rights party (as claimed), with those interviewed just making it sound like a party devoted entirely to pirating legitimately copyrighted media?</p>
]]>

</content>
</entry>

<entry>
<title>Recently</title>
<link rel="alternate" type="text/html" href="http://kasei.us/archives/2009/05/19/recently" />
<modified>2009-05-20T01:22:06Z</modified>
<issued>2009-05-20T01:22:06Z</issued>
<id>tag:kasei.us,2009://1.1514</id>
<created>2009-05-20T01:22:06Z</created>
<summary type="text/plain">Since classes ended a few weeks ago I&apos;ve remained busy, not only with research but also some travel and personal stuff.</summary>
<author>
<name>kasei</name>
<url>http://kasei.us/</url>
<email>greg@evilfunhouse.com</email>
</author>
<dc:subject>Friends</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://kasei.us/">
<![CDATA[<p>Long time with no updates. Again. (Again.)</p>

<p>It's been a busy semester, which is now thankfully over. Since classes ended a few weeks ago I've remained busy, not only with research but also some travel and personal stuff.</p>

<p class="blogimage"><a href="http://www.flickr.com/photos/kasei/3512191592/" title="Across the Charles"><img src="http://kasei.us/archives/2009/05/19/boston.jpg" alt="Across the Charles || Nikon D200 | Nikkor 12-24mm f/4G @ 13mm | 20s | f4 | ISO200" title="Across the Charles || Nikon D200 | Nikkor 12-24mm f/4G @ 13mm | 20s | f4 | ISO200" width="400" height="268" /></a><br/>Across the Charles</p>

<p>I went down to MIT for a <a href="http://www.w3.org/blog/SW/2009/05/19/sparql_working_group_holds_1st_face_to_f">W3C SPARQL meeting</a>, meeting a lot of SPARQL people in person for the first time, and trying to avoid being attacked by the numerous robots that were patrolling outside our conference room (it's a wonder we got anything done with all the robots around the CSAIL lab). While in Cambridge, I stayed with Kabir for a couple nights, enjoying the awesome view of Boston and the Charles river from his apartment.</p>

<p class="blogimage"><a href="http://www.flickr.com/photos/kasei/3517472030/" title="Red Tulips"><img src="http://kasei.us/archives/2009/05/19/tulips.jpg" alt="Red Tulips || Nikon D200 | Nikkor 35mm f/2D | 1/320s | f2 | ISO100" title="Red Tulips || Nikon D200 | Nikkor 35mm f/2D | 1/320s | f2 | ISO100" width="400" height="266" /></a><br/>Red Tulips</p>

<p>After returning from Cambridge two weeks ago, Kat and I went to the Albany Tulip Festival and saw some nice tulips before it started pouring rain. It was nice, but the flowers seemed a bit past their prime by the festival (last year's timing worked out much better).</p>

<p class="blogimage"><a href="http://www.flickr.com/photos/kasei/3541566166/" title="Buffalo"><img src="http://kasei.us/archives/2009/05/19/buffalo.jpg" alt="Buffalo || Nikon D200 | Nikkor 35mm f/2D | 1/1000s | f5 | ISO100" title="Buffalo || Nikon D200 | Nikkor 35mm f/2D | 1/1000s | f5 | ISO100" width="400" height="276" /></a><br/>Buffalo</p>

<p>This past weekend, we drove out to Buffalo to spend the weekend with Karie. We had an amazingly full weekend, getting some great food (vegan buffalo "wings"!), drinks, waded out into Lake Erie from a secluded beach in Canada, and went to Niagara Falls (where there were much nicer tulips than in Albany).</p>

<p class="blogimage"><a href="http://www.flickr.com/photos/kasei/3540764571/" title="Niagara Falls"><img src="http://kasei.us/archives/2009/05/19/niagara_falls.jpg" alt="Niagara Falls || Nikon D200 | Nikkor 35mm f/2D | 1/6400s | f2 | ISO100" title="Niagara Falls || Nikon D200 | Nikkor 35mm f/2D | 1/6400s | f2 | ISO100" width="400" height="268" /></a><br/>Niagara Falls</p>

<p>More photos on Flickr of <a href="http://www.flickr.com/photos/kasei/sets/72157618392557526/">Buffalo</a> and the <a href="http://www.flickr.com/photos/kasei/sets/72157617927317070/">Tulip Festival</a>.</p>]]>

</content>
</entry>

<entry>
<title>New RDF::Query</title>
<link rel="alternate" type="text/html" href="http://kasei.us/archives/2009/03/20/rdfquery" />
<modified>2009-03-20T18:11:54Z</modified>
<issued>2009-03-20T18:11:54Z</issued>
<id>tag:kasei.us,2009://1.1513</id>
<created>2009-03-20T18:11:54Z</created>
<summary type="text/plain">Last week, I finally found some time to wrap up the state of RDF::Query, and get things ready for a release.</summary>
<author>
<name>kasei</name>
<url>http://kasei.us/</url>
<email>greg@evilfunhouse.com</email>
</author>
<dc:subject>RDF-Query</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://kasei.us/">
<![CDATA[<p>Last week, I finally found some time to wrap up the state of RDF::Query, and get things ready for a release. It's the first release in almost a year, and while the user facing API is mostly unchanged, lots of things have changed under the hood. There's too much to detail here (just compiling the changelog took me a couple of days, and it was mostly a firehose approach without the effort of summarizing anything), but I'll highlight a few things I'm excited about, (especially in the context of the <a href="http://www.w3.org/2009/sparql/wiki/Main_Page">current DAWG work</a> to update SPARQL):</p>

<ul>
	<li>SPARQL syntax extensions:
		<ul>
			<li>Support for UNSAID keyword, allowing much simpler syntax for queries with negation.</li>
			<li>Support for <a href="http://www.w3.org/2007/05/SPARQLfed/">FeDeRate BINDINGS</a> syntax, generalizing the ability to pre-bind certain variables.</li>
		</ul></li>
	<li>The new (fairly rudimentary) cost model code will give significant speedup on some queries.</li>
	<li>The use of proper query plan objects allows queries to be built programmatically (a feature requested by KjetilK).</li>
</ul>

<p>The new version, 2.100, is <a href="http://search.cpan.org/dist/RDF-Query/">available from CPAN</a>, and ongoing development is <a href="http://github.com/kasei/perlrdf/">available from github</a>.</p>]]>

</content>
</entry>

<entry>
<title>iTunes Library</title>
<link rel="alternate" type="text/html" href="http://kasei.us/archives/2009/02/19/ituneslibrary" />
<modified>2009-02-19T22:25:53Z</modified>
<issued>2009-02-19T22:25:53Z</issued>
<id>tag:kasei.us,2009://1.1512</id>
<created>2009-02-19T22:25:53Z</created>
<summary type="text/plain">My iTunes library is huge. And it&apos;s a mess. Every time I outgrow a disk, or move content to one of my external drives, or onto the NAS, etc., tracks go missing, the library gets out of sync. I end up usually having to remove and re-add albums on an ongoing basis as I want to listen to them.</summary>
<author>
<name>kasei</name>
<url>http://kasei.us/</url>
<email>greg@evilfunhouse.com</email>
</author>
<dc:subject>Apple</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://kasei.us/">
<![CDATA[<p>My iTunes library is huge. And it's a mess. Every time I outgrow a disk, or move content to one of my external drives, or onto the NAS, etc., tracks go missing, and the library gets out of sync. I end up usually having to remove and re-add albums on an ongoing basis as I want to listen to them.</p>

<p>But the other day, I noticed this:</p>

<p class="blogscreenshot"><a href="http://kasei.us/archives/2009/02/19/itunes_aperture_mixup.png" title=""><img src="http://kasei.us/archives/2009/02/19/itunes_aperture_mixup_thumb.png" alt="" title="" width="400" height="372" /></a></p>

<p>Something has gone dreadfully wrong. <em>How in the world did iTunes end up thinking this song (which I bought through the iTunes store!) is located  in my Aperture library‽</em> What could have possibly caused this? Utterly baffling.</p>
]]>

</content>
</entry>

<entry>
<title>2008 Travel</title>
<link rel="alternate" type="text/html" href="http://kasei.us/archives/2009/01/23/2008travel" />
<modified>2009-01-24T03:42:53Z</modified>
<issued>2009-01-24T03:42:53Z</issued>
<id>tag:kasei.us,2009://1.1511</id>
<created>2009-01-24T03:42:53Z</created>
<summary type="text/plain">Dopplr recently generated 2008 personal annual travel reports for its users, and here&apos;s mine.</summary>
<author>
<name>kasei</name>
<url>http://kasei.us/</url>
<email>greg@evilfunhouse.com</email>
</author>
<dc:subject>Self</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://kasei.us/">
<![CDATA[<p><a href="http://www.dopplr.com/">Dopplr</a> recently generated 2008 personal annual travel reports for its users, and here's mine:</p>

<p class="blogimage"><a href="http://flickr.com/photos/kasei/3215135899/" title="Dopplr 2008 Annual Report"><img src="http://kasei.us/archives/2009/01/23/dopplr.png" alt="Dopplr 2008 Annual Report" title="Dopplr 2008 Annual Report" width="400" height="309" /></a></p>

<p>Wonderfully sleek, it summarizes my travels from last year, pulling photos from Flickr for the highlighted cities. I just wish there was some detail for all the cities.</p>

<p>Dopplr says my travel was responsible for 7.23 tonnes of CO<sub>2</sub>. Not as much as I would have guessed, but still an uncomfortably large number. Hopefully visualizing this data helps me to keep the carbon emissions in mind when considering future travel -- something we should all try to reduce.</p>
]]>

</content>
</entry>

</feed>