<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>Hjalti Jakobsson - Home</title>
  <id>tag:hjaltijakobsson.com,2010:mephisto/</id>
  <generator uri="http://mephistoblog.com" version="0.8.0">Mephisto Drax</generator>
  <link href="http://hjaltijakobsson.com/feed/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://hjaltijakobsson.com/" rel="alternate" type="text/html"/>
  <updated>2010-05-22T04:03:08Z</updated>
  <entry xml:base="http://hjaltijakobsson.com/">
    <author>
      <name>hjalti</name>
    </author>
    <id>tag:hjaltijakobsson.com,2010-05-22:10542</id>
    <published>2010-05-22T03:56:00Z</published>
    <updated>2010-05-22T04:03:08Z</updated>
    <category term="mundi"/>
    <category term="ruby"/>
    <link href="http://hjaltijakobsson.com/2010/5/22/mundi-s-web-boutique" rel="alternate" type="text/html"/>
    <title>Mundi's Web Boutique</title>
<content type="html">
            &lt;p&gt;&lt;/p&gt;


	&lt;p&gt;I just finished coding a website for my good friend Mundi. It&#8217;s fairly basic and done with &lt;a href=&quot;http://www.rubyonrails.com&quot;&gt;Ruby on Rails&lt;/a&gt;. James Dickie took care of the &lt;a href=&quot;http://www.jquery.com&quot;&gt;jQuery javascript madness&lt;/a&gt;. Mundi designs wonderful clothes, you really should &lt;a href=&quot;http://www.mundivondi.net&quot;&gt;check it out&lt;/a&gt;.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://hjaltijakobsson.com/">
    <author>
      <name>hjalti</name>
    </author>
    <id>tag:hjaltijakobsson.com,2010-03-24:10541</id>
    <published>2010-03-24T13:39:00Z</published>
    <updated>2010-03-24T13:51:11Z</updated>
    <category term="iphone"/>
    <category term="programming"/>
    <category term="Programming"/>
    <category term="reverse engineering"/>
    <link href="http://hjaltijakobsson.com/2010/3/24/retrieving-iphone-serial-numbers" rel="alternate" type="text/html"/>
    <title>Retrieving iPhone Serial Numbers</title>
<content type="html">
            &lt;p&gt;I was recently asked to create a small application that would retrieve the serial number from a connected iPhone (or an iPod Touch for that matter). I thought it would be a trivial task until I realized that the &lt;span class=&quot;caps&quot;&gt;UDID&lt;/span&gt; isn&#8217;t the same as the serial number. It didn&#8217;t take long to get the &lt;span class=&quot;caps&quot;&gt;UDID&lt;/span&gt; from the device with &lt;a href=&quot;http://en.wikipedia.org/wiki/I/O_Kit&quot;&gt;IOKit&lt;/a&gt; but getting the serial number wasn&#8217;t an option.
I told my client that it wasn&#8217;t &#8216;possible&#8217;, meaning it&#8217;s not possible unless you are willing to do some hacking and reverse engineering. However I usually don&#8217;t give up that easily so I started looking at the &lt;a href=&quot;http://support.apple.com/kb/DL851&quot;&gt;iPhone Configuration Utility&lt;/a&gt; from Apple and found out that it uses a framework called MobileConfigKit.framework. After poking around with &lt;a href=&quot;http://www.codethecode.com/projects/class-dump/&quot;&gt;class-dump&lt;/a&gt; I decided to try to use it in my own app. I was able to get it working by changing the @executable_path using &lt;a href=&quot;http://developer.apple.com/Mac/library/documentation/Darwin/Reference/ManPages/man1/install_name_tool.1.html&quot;&gt;install_name_tool&lt;/a&gt; and overwriting a few methods.&lt;/p&gt;


	&lt;p&gt;I would of course never ship an app using a private framework by Apple but since it was only for this particular client I didn&#8217;t feel too bad.&lt;/p&gt;


	&lt;p&gt;If anyone knows a better way to do this I&#8217;d love to hear about it and also if you&#8217;re interested I might be able give you some more hints.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://hjaltijakobsson.com/">
    <author>
      <name>hjalti</name>
    </author>
    <id>tag:hjaltijakobsson.com,2010-02-27:10527</id>
    <published>2010-02-27T17:11:00Z</published>
    <updated>2010-02-27T17:14:18Z</updated>
    <category term="development"/>
    <category term="Development"/>
    <category term="peel"/>
    <category term="Peel"/>
    <link href="http://hjaltijakobsson.com/2010/2/27/peel-2-0-beta-2" rel="alternate" type="text/html"/>
    <title>Peel 2.0 Beta 2</title>
<content type="html">
            &lt;p&gt;I just sent out an email to all my beta testers. Peel 2.0 is mostly feature complete so I&#8217;ll be focusing on fixing bugs and fine tuning it. Please use the feedback option in Peel to report bugs because otherwise they might go unnoticed.&lt;/p&gt;


	&lt;p&gt;&lt;/p&gt;


	&lt;p&gt;If you applied for beta testing and didn&#8217;t receive an email please let me know.&lt;/p&gt;


	&lt;p&gt;Hope you like it!&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://hjaltijakobsson.com/">
    <author>
      <name>hjalti</name>
    </author>
    <id>tag:hjaltijakobsson.com,2010-02-18:10520</id>
    <published>2010-02-18T20:06:00Z</published>
    <updated>2010-03-01T15:24:22Z</updated>
    <category term="Cocoa"/>
    <category term="cocoa"/>
    <category term="Programming"/>
    <category term="programming"/>
    <link href="http://hjaltijakobsson.com/2010/2/18/the-new-platform-of-choice" rel="alternate" type="text/html"/>
    <title>The New Platform of Choice</title>
<content type="html">
            &lt;p&gt;Regardless of people&#8217;s opinion on the App Store and the iPhone you can&#8217;t deny that it has had a huge impact on Mac development in general. When I started out roughly four years ago I was utterly frustrated when I found out how few people were doing Mac development. There were hardly any books (except for outdated ones) and very few good resources except for Apple&#8217;s own documentation.&lt;/p&gt;


	&lt;p&gt;Now however I see new books being published all the time and the internet is flooded with questions and answers about both Cocoa and Cocoa Touch development.&lt;/p&gt;


	&lt;p&gt;You can&#8217;t dislike that.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://hjaltijakobsson.com/">
    <author>
      <name>hjalti</name>
    </author>
    <id>tag:hjaltijakobsson.com,2010-02-11:10515</id>
    <published>2010-02-11T19:00:00Z</published>
    <updated>2010-02-11T19:27:07Z</updated>
    <category term="development"/>
    <category term="Development"/>
    <category term="programming"/>
    <category term="Programming"/>
    <link href="http://hjaltijakobsson.com/2010/2/11/cleaning-up" rel="alternate" type="text/html"/>
    <title>Cleaning Up</title>
<content type="html">
            &lt;p&gt;When creating a game you are usually working with a lot of resources and often you&#8217;ll be using dummy resources until the illustrator or the sound guy finishes his assets. This is fine, but as time goes you might end up with a project full of unused crap that only takes up precious space in your final product.&lt;/p&gt;


	&lt;p&gt;Before we submitted our latest game, &lt;a href=&quot;http://itunes.apple.com/us/app/soft-freak-fiesta/id342036422?mt=8&quot;&gt;Soft Freak Fiesta&lt;/a&gt;, I went through the project and removed everything that wasn&#8217;t used anywhere in the game. I was able to reduce the size of the game from 27 MiB down to 16 MiB. As you can imagine this is not the most fun task to do not mentioning that you&#8217;ll be scared to death that you&#8217;re removing something that you really shouldn&#8217;t.&lt;/p&gt;


	&lt;p&gt;So as a lazy programmer I wrote a Ruby script that scans an Xcode project and tries to find those unused files.&lt;/p&gt;


	&lt;p&gt;The script is very basic and by no means something you should rely on but it should give you some pointers. Keep in mind that it does not scan your &lt;a href=&quot;http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/IB_UserGuide/BuildingaNibFile/BuildingaNibFile.html&quot;&gt;Nib/Xib&lt;/a&gt; files so if you&#8217;re using UIKit/AppKit it will output false positives for files that are only referenced from your nibs.&lt;/p&gt;


	&lt;p&gt;To use it you point it at your project file and it should spit out a list of all files that are included in the project but not referenced from any source file. At the moment it looks for &lt;em&gt;wav&lt;/em&gt;, &lt;em&gt;png&lt;/em&gt;, &lt;em&gt;pvr&lt;/em&gt; and &lt;em&gt;caf&lt;/em&gt; files and searches &lt;em&gt;h, m, c&lt;/em&gt; and &lt;em&gt;cpp&lt;/em&gt; source files but you can of course customize that.&lt;/p&gt;


	&lt;p&gt;If you improve it (e.g. to scan nibs as well) I&#8217;d love to hear about it.&lt;/p&gt;


	&lt;p&gt;Get it &lt;a href=&quot;http://www.hjaltijakobsson.com/code/scripts/unusedfiles.rb&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://hjaltijakobsson.com/">
    <author>
      <name>hjalti</name>
    </author>
    <id>tag:hjaltijakobsson.com,2010-02-05:10510</id>
    <published>2010-02-05T20:09:00Z</published>
    <updated>2010-02-05T20:27:20Z</updated>
    <category term="peel"/>
    <category term="Peel"/>
    <category term="piracy"/>
    <link href="http://hjaltijakobsson.com/2010/2/5/unsuccessful-cracker" rel="alternate" type="text/html"/>
    <title>The Unsuccessful Cracker</title>
<content type="html">
            &lt;p&gt;I&#8217;ve been getting a few visitors through &lt;a href=&quot;http://hiderefer.com&quot;&gt;hiderefer.com&lt;/a&gt; lately. As a software developer I know what that means. Peel has most likely been cracked and is distributed through a website that routes every link through &lt;a href=&quot;http://hiderefer.com&quot;&gt;hiderefer.com&lt;/a&gt; or a similar site.&lt;/p&gt;


	&lt;p&gt;It&#8217;s no big news, Peel has been cracked before and I usually don&#8217;t waste my time looking into that. This time however I decided to disassemble the cracked version and see what had been changed. After collecting the data from &lt;a href=&quot;http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man1/otool.1.html&quot;&gt;otool&lt;/a&gt; I ran diff on both versions.&lt;/p&gt;


&lt;pre&gt;diff cracked original 
1c1
&amp;lt; /Users/hjaltij/Misc/Cracked/Peel.app/Contents/MacOS/Peel (architecture ppc):
---
&amp;gt; /Users/hjaltij/Misc/Original/Peel.app/Contents/MacOS/Peel (architecture ppc):
27066c27066
&amp;lt; 0001c754    bne    0x1c850
---
&amp;gt; 0001c754    beq    0x1c850
37227c37227
&amp;lt; /Users/hjaltij/Misc/Cracked/Peel.app/Contents/MacOS/Peel (architecture i386):
---
&amp;gt; /Users/hjaltij/Misc/Original/Peel.app/Contents/MacOS/Peel (architecture i386):
64993c64993
&amp;lt; 0001c2ec    jnel    0x0001c3e7
---
&amp;gt; 0001c2ec    jel    0x0001c3e7&lt;/pre&gt;

	&lt;p&gt;That&#8217;s not much, only two changes and since Peel is a &lt;a href=&quot;http://en.wikipedia.org/wiki/Universal_binary&quot;&gt;universal binary&lt;/a&gt; it&#8217;s just one line for each architecture. I&#8217;m no assembly expert but it doesn&#8217;t take much to see that a condition has been changed so it evaluates to the opposite of the original. I took a look at the method in Xcode and saw that it wasn&#8217;t actually doing anything critical. Instead the method checks if there is any license information in the user&#8217;s preferences file and reads it if so. So by inverting these conditions the cracker did not bypass the copy protection but instead made it so that if the user decides to buy a license he will have to enter it every time the application starts.&lt;/p&gt;


	&lt;p&gt;I&#8217;ve always thought that you shouldn&#8217;t spend too much time on copy protection because it will eventually be broken but it might be worth the while to see what the cracker did even if it&#8217;s only for a good laugh.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://hjaltijakobsson.com/">
    <author>
      <name>hjalti</name>
    </author>
    <id>tag:hjaltijakobsson.com,2010-02-05:10508</id>
    <published>2010-02-05T13:16:00Z</published>
    <updated>2010-02-05T14:03:44Z</updated>
    <category term="music"/>
    <category term="Music"/>
    <category term="peel"/>
    <category term="Peel"/>
    <link href="http://hjaltijakobsson.com/2010/2/5/my-favorite-mp3-blogs" rel="alternate" type="text/html"/>
    <title>My Favorite MP3-blogs</title>
<content type="html">
            &lt;p&gt;I frequently get asked what mp3-blogs I follow so I thought I should make a list of some of my favorite blogs.&lt;/p&gt;


	&lt;p&gt;These are the blogs I have in my Peel at the moment and recommend:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://breidholt.blogspot.com/&quot;&gt;B-Town Hit Parade&lt;/a&gt; &lt;em&gt;(Icelandic)&lt;/em&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://enjar.lazycomet.com&quot; title=&quot;Icelandic&quot;&gt;Einar Birgir&lt;/a&gt; &lt;em&gt;(Icelandic)&lt;/em&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://www.fluxblog.org&quot;&gt;Fluxblog&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://gorillavsbear.blogspot.com&quot;&gt;Gorilla vs Bear&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://iguessimfloating.blogspot.com&quot;&gt;I Guess I&#8217;m Floating&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://www.theyellowstereo.com&quot;&gt;The Yellow Stereo&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://syrdurrjomi.blogspot.com&quot; title=&quot;Icelandic&quot;&gt;Zýrður Rjómi&lt;/a&gt; &lt;em&gt;(Icelandic)&lt;/em&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://this.bigstereo.net&quot;&gt;Big Stereo&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://www.headphonesex.co.uk&quot;&gt;Headphone Sex&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://kickinthepeanuts.com&quot;&gt;Kickin&#8217; the Peanutes&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://music.for-robots.com&quot;&gt;Music for Robots&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://www.saidthegramophone.com&quot;&gt;Said the Gramophone&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://unpiano.com&quot;&gt;Unipiano&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
          </content>  </entry>
  <entry xml:base="http://hjaltijakobsson.com/">
    <author>
      <name>hjalti</name>
    </author>
    <id>tag:hjaltijakobsson.com,2010-02-03:10507</id>
    <published>2010-02-03T22:12:00Z</published>
    <updated>2010-02-04T11:54:39Z</updated>
    <link href="http://hjaltijakobsson.com/2010/2/3/hiccups" rel="alternate" type="text/html"/>
    <title>Hiccups</title>
<content type="html">
            &lt;p&gt;I&#8217;m in the middle of changing the blog&#8217;s layout right now so don&#8217;t be surprised if you see broken images or other elements in awkward places. It should be finished in the next days.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://hjaltijakobsson.com/">
    <author>
      <name>hjalti</name>
    </author>
    <id>tag:hjaltijakobsson.com,2010-01-18:10504</id>
    <published>2010-01-18T16:03:00Z</published>
    <updated>2010-02-03T22:20:41Z</updated>
    <category term="beta"/>
    <category term="maclife"/>
    <category term="peel"/>
    <category term="Peel"/>
    <link href="http://hjaltijakobsson.com/2010/1/18/peel-in-maclife" rel="alternate" type="text/html"/>
    <title>Peel in Maclife</title>
<content type="html">
            &lt;p&gt;I recently spotted Peel on the front page of &lt;a href=&quot;http://www.maclife.com&quot;&gt;Maclife&lt;/a&gt;. It&#8217;s featured in an article about &lt;a href=&quot;http://www.maclife.com/article/feature/50_killer_mac_apps&quot;&gt;&lt;em&gt;50 killer applications for under $50&lt;/em&gt;&lt;/a&gt;.
It&#8217;s always pleasant to see your work featured and it really inspires me to work harder on version 2.0.&lt;/p&gt;


	&lt;p&gt;&lt;/p&gt;


	&lt;p&gt;Speaking of version 2.0, I&#8217;m getting Beta 2 ready and I&#8217;ll soon send out an email to those who applied for beta testing.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://hjaltijakobsson.com/">
    <author>
      <name>hjalti</name>
    </author>
    <id>tag:hjaltijakobsson.com,2009-12-16:10501</id>
    <published>2009-12-16T01:10:00Z</published>
    <updated>2010-02-03T21:33:25Z</updated>
    <category term="games"/>
    <category term="iphone"/>
    <category term="Programming"/>
    <category term="programming"/>
    <category term="work"/>
    <link href="http://hjaltijakobsson.com/2009/12/16/soft-freak-fiesta" rel="alternate" type="text/html"/>
    <title>Soft Freak Fiesta</title>
<content type="html">
            &lt;p&gt;I&#8217;ve been quite busy working on &lt;a href=&quot;http://www.gogogic.com&quot;&gt;our&lt;/a&gt; latest game. It&#8217;s called &lt;a href=&quot;http://www.softfreakfiesta.com&quot;&gt;Soft Freak Fiesta&lt;/a&gt; and is a multiplayer game for the iPhone/iPod Touch. It&#8217;s out now and you can get it for &lt;strong&gt;free&lt;/strong&gt; if you &lt;a href=&quot;http://itunes.apple.com/us/app/soft-freak-fiesta/id342036422?mt=8&quot;&gt;act quick&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://itunes.apple.com/us/app/soft-freak-fiesta/id342036422?mt=8&quot;&gt;Soft Freak Fiesta on the App Store&lt;/a&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://hjaltijakobsson.com/">
    <author>
      <name>hjalti</name>
    </author>
    <id>tag:hjaltijakobsson.com,2009-06-16:10500</id>
    <published>2009-06-16T19:07:00Z</published>
    <updated>2010-02-03T21:23:33Z</updated>
    <category term="apple"/>
    <category term="Cocoa"/>
    <category term="cocoa"/>
    <category term="development"/>
    <category term="Development"/>
    <category term="wwdc"/>
    <link href="http://hjaltijakobsson.com/2009/6/16/back-from-wwdc" rel="alternate" type="text/html"/>
    <title>Back from WWDC</title>
<content type="html">
            &lt;p&gt;I&#8217;m back from San Francisco after getting my brain stuffed with so much material that it almost hurts. The conference was great and the people I met aswell but the food sucked (as expected). What I learned is that don&#8217;t hesitate to skip sessions for labs. The problem with the sessions was that they were often either too basic or too advanced.&lt;/p&gt;


	&lt;p&gt;&lt;/p&gt;


	&lt;p&gt;Some sessions marked as &#8216;intermediate&#8217; should have been filed under &#8216;beginner&#8217; but I tried to leave those as soon as I got the idea of the material covered. 
On the other hand, the expert sessions were sometimes so hardcore that the engineers had to rush through the material to get everything done in time. I wouldn&#8217;t mind having some of those sessions a bit longer and at a decent pace.&lt;/p&gt;


	&lt;p&gt;However the labs rocked! Apple engineers are very, very nice people, both patient and willing to help. Talking to the person who made the stuff you are dealing with is invaluable.&lt;/p&gt;


	&lt;p&gt;Overall, I would highly recommend going to &lt;span class=&quot;caps&quot;&gt;WWDC&lt;/span&gt; for any serious developer. Also, you are guaranteed to meet other like minded people, which is both useful and fun.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://hjaltijakobsson.com/">
    <author>
      <name>hjalti</name>
    </author>
    <id>tag:hjaltijakobsson.com,2009-05-01:10498</id>
    <published>2009-05-01T20:13:00Z</published>
    <updated>2010-02-03T23:50:57Z</updated>
    <category term="Cocoa"/>
    <category term="cocoa"/>
    <category term="development"/>
    <category term="Development"/>
    <category term="san francisco"/>
    <category term="wwdc"/>
    <link href="http://hjaltijakobsson.com/2009/5/1/wwdc-09" rel="alternate" type="text/html"/>
    <title>WWDC '09</title>
<content type="html">
            &lt;p&gt;I&#8217;ll be attending &lt;a href=&quot;http://developer.apple.com/wwdc&quot;&gt;&lt;span class=&quot;caps&quot;&gt;WWDC&lt;/span&gt;&lt;/a&gt; for the first time this year, sucking in as much as I can in five days. It&#8217;s going to be a blast for sure. I haven&#8217;t decided what to see yet but at a quick glance it seems to be packed with both sessions and labs. If you are going aswell please leave me a comment, I&#8217;d love to meet up.&lt;/p&gt;


	&lt;p&gt;Sources tell me it sold out faster than ever and I&#8217;m guessing that the iPhone is playing a big role this year.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://hjaltijakobsson.com/">
    <author>
      <name>hjalti</name>
    </author>
    <id>tag:hjaltijakobsson.com,2009-04-15:10497</id>
    <published>2009-04-15T02:23:00Z</published>
    <updated>2010-02-03T21:17:19Z</updated>
    <link href="http://hjaltijakobsson.com/2009/4/15/peel-2-0-beta" rel="alternate" type="text/html"/>
    <title>Peel 2.0 Private Beta</title>
<content type="html">
            &lt;p&gt;&lt;b&gt;Peel 2.0&lt;/b&gt; has been in development for a while and I&#8217;m now ready to seed out a beta version.&lt;/p&gt;


	&lt;p&gt;&lt;/p&gt;


	&lt;p&gt;If you would like to be involved in the beta testing process please send me a short email with the following info:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;Your name, email and your twitter name (if you are following &lt;a href=&quot;http://www.twitter.com/peelapp&quot;&gt;peelapp&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;If you&#8217;ve used Peel before&lt;/li&gt;
		&lt;li&gt;How comfortable you are with geeky stuff&lt;/li&gt;
		&lt;li&gt;If you are a musician, mp3 blogger, journalist, developer etc&lt;/li&gt;
		&lt;li&gt;Anything else you think is relevant&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;If you are not comfortable answering some of these questions don&#8217;t panic, just ignore them. It will however help me a lot when going through the bug reports and suggestions.&lt;/p&gt;


	&lt;p&gt;Still interested? Email me at &lt;a href=&quot;mailto:hjalti@hjaltijakobsson.com&quot;&gt;hjalti@hjaltijakobsson.com&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Thank you.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://hjaltijakobsson.com/">
    <author>
      <name>hjalti</name>
    </author>
    <id>tag:hjaltijakobsson.com,2009-03-10:10139</id>
    <published>2009-03-10T21:13:00Z</published>
    <updated>2009-04-04T23:20:54Z</updated>
    <link href="http://hjaltijakobsson.com/2009/3/10/peel-on-twitter" rel="alternate" type="text/html"/>
    <title>Peel on Twitter</title>
<content type="html">
            &lt;p&gt;I just created a Twitter account for Peel so if you want to get all the details on how Peel 2.0 is coming along, start following here:&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://twitter.com/peelapp&quot;&gt;http://twitter.com/peelapp&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Please don&#8217;t hesitate to reply with your suggestions.&lt;/p&gt;


	&lt;p&gt;- H&lt;/p&gt;


	&lt;p&gt;Ps. You can also follow my personal account here:&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://twitter.com/hjaltij&quot;&gt;http://twitter.com/hjaltij&lt;/a&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://hjaltijakobsson.com/">
    <author>
      <name>hjalti</name>
    </author>
    <id>tag:hjaltijakobsson.com,2009-03-08:10118</id>
    <published>2009-03-08T00:38:00Z</published>
    <updated>2010-02-03T21:48:34Z</updated>
    <category term="Cocoa"/>
    <category term="cocoa"/>
    <category term="Mac"/>
    <category term="mac"/>
    <category term="peel"/>
    <category term="Peel"/>
    <category term="programming"/>
    <category term="Programming"/>
    <link href="http://hjaltijakobsson.com/2009/3/8/peel-2-0-sneak-peak" rel="alternate" type="text/html"/>
    <title>Peel 2.0 Sneak Peak</title>
<content type="html">
            &lt;p&gt;I&#8217;ve been working very hard on the next version of Peel for the last few days. It&#8217;s been more than a year since I started a new fresh project for Peel 2.0 and unfortunately I haven&#8217;t focused enough on getting it done. I&#8217;m really feeling good about this now and I think it&#8217;s coming along strong this time. Here is a sneak peak of the current state of the app.&lt;/p&gt;


	&lt;p&gt;&lt;/p&gt;


	&lt;p&gt;If you&#8217;ve used the current version of Peel, you should be able to see a lot of improvements.&lt;/p&gt;


	&lt;p&gt;Here is a list of few of my favorite new features:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;span class=&quot;caps&quot;&gt;RSS&lt;/span&gt; Support&lt;/li&gt;
		&lt;li&gt;The &#8216;web&#8217; feature has now been replaced by a &lt;span class=&quot;caps&quot;&gt;RSS&lt;/span&gt;-view displaying the post containing the song&lt;/li&gt;
		&lt;li&gt;Folder structure&lt;/li&gt;
		&lt;li&gt;Smart lists (two showed here, &#8216;Today&#8217; and &#8216;Unplayed&#8217;)&lt;/li&gt;
		&lt;li&gt;Clicking a song in the &lt;span class=&quot;caps&quot;&gt;RSS&lt;/span&gt;-view plays the song&lt;/li&gt;
		&lt;li&gt;Currently playing song is highlighted in the &lt;span class=&quot;caps&quot;&gt;RSS&lt;/span&gt;-view&lt;/li&gt;
		&lt;li&gt;Refreshing blogs has been sped up a lot&lt;/li&gt;
		&lt;li&gt;Last.FM support&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;Hope you like it and don&#8217;t hesitate to leave a comment if you think something is missing.&lt;/p&gt;


	&lt;p&gt;Ps. It should be noted that this is not just a Photoshop mock-up and some of the interface elements will probably change.&lt;/p&gt;
          </content>  </entry>
</feed>
