<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Niklas Saers' blog</title>
	
	<link>http://blog.saers.com</link>
	<description />
	<lastBuildDate>Sat, 28 Apr 2012 15:25:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/saers-comments" /><feedburner:info uri="saers-comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Compile Protobuf for iOS by niklas</title>
		<link>http://feedproxy.google.com/~r/saers-comments/~3/FPJOdlnumEg/</link>
		<dc:creator>niklas</dc:creator>
		<pubDate>Sat, 28 Apr 2012 15:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saers.com/?p=1109#comment-160404</guid>
		<description>Just change DEVROOT to /Applications/Xcode.app/Contents/Developer/Platforms/${PLATFORM}.platform/Developer</description>
		<content:encoded><![CDATA[<p>Just change DEVROOT to /Applications/Xcode.app/Contents/Developer/Platforms/${PLATFORM}.platform/Developer</p>
<img src="http://feeds.feedburner.com/~r/saers-comments/~4/FPJOdlnumEg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.saers.com/archives/2012/02/05/compile-protobuf-for-ios/comment-page-1/#comment-160404</feedburner:origLink></item>
	<item>
		<title>Comment on Compile Protobuf for iOS by d.linkboy</title>
		<link>http://feedproxy.google.com/~r/saers-comments/~3/BGQg6tcUMJg/</link>
		<dc:creator>d.linkboy</dc:creator>
		<pubDate>Tue, 24 Apr 2012 13:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saers.com/?p=1109#comment-160403</guid>
		<description>Hi, Niklas Saers
This script cannot use in Xcode 4.3.2, iOS SDK5.1. Could you update this script for Xcode 4.3.2, please?
Best Regards.</description>
		<content:encoded><![CDATA[<p>Hi, Niklas Saers<br />
This script cannot use in Xcode 4.3.2, iOS SDK5.1. Could you update this script for Xcode 4.3.2, please?<br />
Best Regards.</p>
<img src="http://feeds.feedburner.com/~r/saers-comments/~4/BGQg6tcUMJg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.saers.com/archives/2012/02/05/compile-protobuf-for-ios/comment-page-1/#comment-160403</feedburner:origLink></item>
	<item>
		<title>Comment on Mac::Glue by Caravanwise</title>
		<link>http://feedproxy.google.com/~r/saers-comments/~3/XOEHIYMszzY/</link>
		<dc:creator>Caravanwise</dc:creator>
		<pubDate>Sat, 12 Nov 2011 20:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://saers.dk/~niklas/blog/archives/2005/02/02/macglue/#comment-142985</guid>
		<description>OSX 10.6 ships with Perl 5.10.0 which is set up to run in 64 bit mode. This breaks a few things required by Mac::Glue. The solution is to force Perl to run in 32 bit mode.

Just issue this from Terminal:
defaults write com.apple.versioner.perl Prefer-32-Bit -bool yes 

and everything works again.

Cheers

P</description>
		<content:encoded><![CDATA[<p>OSX 10.6 ships with Perl 5.10.0 which is set up to run in 64 bit mode. This breaks a few things required by Mac::Glue. The solution is to force Perl to run in 32 bit mode.</p>
<p>Just issue this from Terminal:<br />
defaults write com.apple.versioner.perl Prefer-32-Bit -bool yes </p>
<p>and everything works again.</p>
<p>Cheers</p>
<p>P</p>
<img src="http://feeds.feedburner.com/~r/saers-comments/~4/XOEHIYMszzY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.saers.com/archives/2005/02/02/macglue/comment-page-1/#comment-142985</feedburner:origLink></item>
	<item>
		<title>Comment on In defense of Dart by niklas</title>
		<link>http://feedproxy.google.com/~r/saers-comments/~3/LBnjp0UK_FM/</link>
		<dc:creator>niklas</dc:creator>
		<pubDate>Wed, 02 Nov 2011 22:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saers.com/?p=1081#comment-142478</guid>
		<description>Hi Alex,
That would indeed be very cool. :-) Not sure how much it would grow the browsers to support all of these. I mean, I have llvm laying around, but I don't expect everybody to, so it could be a fair bit extra.

Cheers

   Nik</description>
		<content:encoded><![CDATA[<p>Hi Alex,<br />
That would indeed be very cool. <img src='http://blog.saers.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Not sure how much it would grow the browsers to support all of these. I mean, I have llvm laying around, but I don&#8217;t expect everybody to, so it could be a fair bit extra.</p>
<p>Cheers</p>
<p>   Nik</p>
<img src="http://feeds.feedburner.com/~r/saers-comments/~4/LBnjp0UK_FM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.saers.com/archives/2011/10/18/in-defense-of-dart/comment-page-1/#comment-142478</feedburner:origLink></item>
	<item>
		<title>Comment on In defense of Dart by Alex Chaffee</title>
		<link>http://feedproxy.google.com/~r/saers-comments/~3/jD97A3ROhoU/</link>
		<dc:creator>Alex Chaffee</dc:creator>
		<pubDate>Tue, 01 Nov 2011 19:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saers.com/?p=1081#comment-142395</guid>
		<description>&gt; The only problem with Dart is that everyone had their hopes up for the perfect language that would contain all their pet features. And of course, the set of preferred combinations is probably as big as the number of developers in the world.

Another argument for &lt;b&gt;Polygot Client&lt;/b&gt; -- aka "support the language attribute in the SCRIPT tag".

Why shouldn’t I use Scheme or LUA to code my browser game? Why shouldn’t I use Ruby to code my client-side webapp? Why shouldn’t my “learn to program” app teach Logo? Why can’t we have scratch.mit.edu or kidsruby.com programs running in browsers? Why does rubymonk.com need a “send code to the server” hack? And why does testfirst.org need to use git clone instead of running inline?

Since JS is the only game in town, browser engineering effort is focused on optimizing JS interpreters. With a tiny little shift, all that effort could be turned to a generic VM (like LLVM or even JVM) which compiles any number of languages into a common bytecode and then runs blazingly fast and efficiently. An ecosystem of tools and standards could arise around debugging and optimizing and porting and emulating this VM.</description>
		<content:encoded><![CDATA[<p>&gt; The only problem with Dart is that everyone had their hopes up for the perfect language that would contain all their pet features. And of course, the set of preferred combinations is probably as big as the number of developers in the world.</p>
<p>Another argument for <b>Polygot Client</b> &#8212; aka &#8220;support the language attribute in the SCRIPT tag&#8221;.</p>
<p>Why shouldn’t I use Scheme or LUA to code my browser game? Why shouldn’t I use Ruby to code my client-side webapp? Why shouldn’t my “learn to program” app teach Logo? Why can’t we have scratch.mit.edu or kidsruby.com programs running in browsers? Why does rubymonk.com need a “send code to the server” hack? And why does testfirst.org need to use git clone instead of running inline?</p>
<p>Since JS is the only game in town, browser engineering effort is focused on optimizing JS interpreters. With a tiny little shift, all that effort could be turned to a generic VM (like LLVM or even JVM) which compiles any number of languages into a common bytecode and then runs blazingly fast and efficiently. An ecosystem of tools and standards could arise around debugging and optimizing and porting and emulating this VM.</p>
<img src="http://feeds.feedburner.com/~r/saers-comments/~4/jD97A3ROhoU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.saers.com/archives/2011/10/18/in-defense-of-dart/comment-page-1/#comment-142395</feedburner:origLink></item>
	<item>
		<title>Comment on BOSE Companion 5 Review by Leading Makes &amp; Models Of Headphones | What Headphones ?</title>
		<link>http://feedproxy.google.com/~r/saers-comments/~3/7WZ7ZHWVxTE/</link>
		<dc:creator>Leading Makes &amp; Models Of Headphones | What Headphones ?</dc:creator>
		<pubDate>Mon, 24 Oct 2011 07:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saers.com/?p=932#comment-141736</guid>
		<description>[...] answers:I have a 60 inch but my plugs on my samsung are on the back right.Powered by Yahoo! AnswersSandra asks…How can I remove the RF Interference from my TV so my Bose remote will work?Hi, I have..."dtm-content"&gt;How can I remove the RF Interference from my TV so my Bose remote will work?Hi, I have [...]</description>
		<content:encoded><![CDATA[<p>[...] answers:I have a 60 inch but my plugs on my samsung are on the back right.Powered by Yahoo! AnswersSandra asks…How can I remove the RF Interference from my TV so my Bose remote will work?Hi, I have&#8230;&quot;dtm-content&quot;&gt;How can I remove the RF Interference from my TV so my Bose remote will work?Hi, I have [...]</p>
<img src="http://feeds.feedburner.com/~r/saers-comments/~4/7WZ7ZHWVxTE" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.saers.com/archives/2011/03/26/bose-companion-5-review/comment-page-1/#comment-141736</feedburner:origLink></item>
	<item>
		<title>Comment on 32GB RAM for new Mid-2011 iMacs by niklas</title>
		<link>http://feedproxy.google.com/~r/saers-comments/~3/GYLUFF1OVW0/</link>
		<dc:creator>niklas</dc:creator>
		<pubDate>Sat, 22 Oct 2011 15:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saers.com/?p=1015#comment-141566</guid>
		<description>Thanks Chad, good to see the prices coming down on this RAM :-)</description>
		<content:encoded><![CDATA[<p>Thanks Chad, good to see the prices coming down on this RAM <img src='http://blog.saers.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/saers-comments/~4/GYLUFF1OVW0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.saers.com/archives/2011/05/03/new-mid-2011-imacs-and-32gb-ram/comment-page-1/#comment-141566</feedburner:origLink></item>
	<item>
		<title>Comment on 32GB RAM for new Mid-2011 iMacs by Chad Baker</title>
		<link>http://feedproxy.google.com/~r/saers-comments/~3/-oW5lSI9zII/</link>
		<dc:creator>Chad Baker</dc:creator>
		<pubDate>Fri, 21 Oct 2011 17:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saers.com/?p=1015#comment-141471</guid>
		<description>same memory cheaper here http://www.ramexperts.com/ddr3/laptop/pc3-10666-1333mhz/corsair-16gb-2-x-8gb-204-pin-ddr3-so-dimm-ddr3-1333-laptop-memory-cmso16gx3m2a1333c9.html</description>
		<content:encoded><![CDATA[<p>same memory cheaper here <a href="http://www.ramexperts.com/ddr3/laptop/pc3-10666-1333mhz/corsair-16gb-2-x-8gb-204-pin-ddr3-so-dimm-ddr3-1333-laptop-memory-cmso16gx3m2a1333c9.html" rel="nofollow">http://www.ramexperts.com/ddr3/laptop/pc3-10666-1333mhz/corsair-16gb-2-x-8gb-204-pin-ddr3-so-dimm-ddr3-1333-laptop-memory-cmso16gx3m2a1333c9.html</a></p>
<img src="http://feeds.feedburner.com/~r/saers-comments/~4/-oW5lSI9zII" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.saers.com/archives/2011/05/03/new-mid-2011-imacs-and-32gb-ram/comment-page-1/#comment-141471</feedburner:origLink></item>
	<item>
		<title>Comment on Updating an Address Book record by FeAt</title>
		<link>http://feedproxy.google.com/~r/saers-comments/~3/TMC8md_YLuc/</link>
		<dc:creator>FeAt</dc:creator>
		<pubDate>Mon, 26 Sep 2011 14:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saers.com/?p=1052#comment-140325</guid>
		<description>Hi Nik,
Thank you for this trick, I thought, I'll be crazy if i've to do a remove/add just for an Update.
So easy:
- ABRecordSetValue with the property what was changed
- ABAddressBookAddRecord
- ABAddressBookSave

Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi Nik,<br />
Thank you for this trick, I thought, I&#8217;ll be crazy if i&#8217;ve to do a remove/add just for an Update.<br />
So easy:<br />
- ABRecordSetValue with the property what was changed<br />
- ABAddressBookAddRecord<br />
- ABAddressBookSave</p>
<p>Thanks again.</p>
<img src="http://feeds.feedburner.com/~r/saers-comments/~4/TMC8md_YLuc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.saers.com/archives/2011/08/31/updating-an-address-book-record/comment-page-1/#comment-140325</feedburner:origLink></item>
	<item>
		<title>Comment on 32GB RAM for new Mid-2011 iMacs by iMac - 32GB RAM</title>
		<link>http://feedproxy.google.com/~r/saers-comments/~3/cUC6cdUTBQI/</link>
		<dc:creator>iMac - 32GB RAM</dc:creator>
		<pubDate>Mon, 19 Sep 2011 03:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saers.com/?p=1015#comment-140041</guid>
		<description>For 2011 Macs (iMac, Macbook Pro, Mac mini)
$449.99 -  CORSAIR 16GB (2 x 8G) 204-Pin DDR3 SO-DIMM DDR3 1333 Laptop Memory Model CMSO16GX3M2A1333C9

http://www.newegg.com/Product/Product.aspx?Item=N82E16820233217

http://www.newegg.com/Product/ProductList.aspx?
Submit=ENE&amp;N=100007609%20600213066&amp;IsNodeId=1&amp;name=8GB</description>
		<content:encoded><![CDATA[<p>For 2011 Macs (iMac, Macbook Pro, Mac mini)<br />
$449.99 &#8211;  CORSAIR 16GB (2 x 8G) 204-Pin DDR3 SO-DIMM DDR3 1333 Laptop Memory Model CMSO16GX3M2A1333C9</p>
<p><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820233217" rel="nofollow">http://www.newegg.com/Product/Product.aspx?Item=N82E16820233217</a></p>
<p><a href="http://www.newegg.com/Product/ProductList.aspx" rel="nofollow">http://www.newegg.com/Product/ProductList.aspx</a>?<br />
Submit=ENE&amp;N=100007609%20600213066&amp;IsNodeId=1&amp;name=8GB</p>
<img src="http://feeds.feedburner.com/~r/saers-comments/~4/cUC6cdUTBQI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.saers.com/archives/2011/05/03/new-mid-2011-imacs-and-32gb-ram/comment-page-1/#comment-140041</feedburner:origLink></item>
</channel>
</rss>

