<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Negative Foo</title>
	<atom:link href="http://negativefoo.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://negativefoo.org</link>
	<description>Negative Foo</description>
	<lastBuildDate>Wed, 19 Jun 2013 12:32:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>(IN)SECURE Issue #38 Released</title>
		<link>http://negativefoo.org/2013/06/insecure-issue-38-released/</link>
		<comments>http://negativefoo.org/2013/06/insecure-issue-38-released/#comments</comments>
		<pubDate>Wed, 19 Jun 2013 12:32:05 +0000</pubDate>
		<dc:creator>Scovetta</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[magazine]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://negativefoo.org/?p=279</guid>
		<description><![CDATA[The June issue of (IN)SECURE was recently released. I&#8217;m liking this magazine more and more, with straight, to-the-point articles and high quality content. In this issue: Becoming a computer forensic examiner, by Zeljka Zorz UEFI secure boot: Next generation booting or a controversial debate, by Aditya Balapure What startups can learn from enterprise level data security &#8230; </p><p><a class="more-link block-button" href="http://negativefoo.org/2013/06/insecure-issue-38-released/">Continue reading &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><img style="float: right;" title="Screen Shot 2013-06-19 at 8.26.56 AM.png" src="http://negativefoo.org/wp-content/uploads/2013/06/Screen-Shot-2013-06-19-at-8.26.56-AM.png" alt="Screen Shot 2013 06 19 at 8 26 56 AM" width="212" height="300" border="0" /></p>
<p>The June issue of <strong>(IN)SECURE</strong> was recently released. I&#8217;m liking this magazine more and more, with straight, to-the-point articles and high quality content. In this issue:</p>
<ul>
<li>Becoming a computer forensic examiner, by Zeljka Zorz</li>
<li>UEFI secure boot: Next generation booting or a controversial debate, by Aditya Balapure</li>
<li>What startups can learn from enterprise level data security tactics, by Dr. Hyeyeon Ahn</li>
<li>To hack back or not to hack back?, by Kai Roer</li>
<li>DNS attachs on the rise: Rethink your security posture, by Srinivas Mantripragada</li>
<li>IT security jobs: What&#8217;s in demand and how to meet it, by Mirko Zorz</li>
</ul>
<p><a href="http://www.net-security.org/dl/insecure/INSECURE-Mag-38.pdf">Read Issue #38</a>  (<a href="http://www.net-security.org/insecure-archive.php">archived issues</a>)</p>
<p><a href="http://www.net-security.org/insecure-subscribe.php">Sign up for their newsletter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://negativefoo.org/2013/06/insecure-issue-38-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xcode Hangs While Compiling</title>
		<link>http://negativefoo.org/2013/03/xcode-hangs-while-compiling/</link>
		<comments>http://negativefoo.org/2013/03/xcode-hangs-while-compiling/#comments</comments>
		<pubDate>Sun, 03 Mar 2013 19:08:48 +0000</pubDate>
		<dc:creator>Scovetta</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://negativefoo.org/?p=273</guid>
		<description><![CDATA[I&#8217;ve run into a recent issue where Xcode pins the CPU (technically it&#8217;s kernel_task) during a compile. Nothing major changed, so I tried clean builds, restarting Xcode, restarting OSX, but nothing changed. After a little bit of investigation, I found the culprit: I had a bad alias (pointed to itself or a nonexistent file), and &#8230; </p><p><a class="more-link block-button" href="http://negativefoo.org/2013/03/xcode-hangs-while-compiling/">Continue reading &#187;</a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve run into a recent issue where Xcode pins the CPU (technically it&#8217;s kernel_task) during a compile. Nothing major changed, so I tried clean builds, restarting Xcode, restarting OSX, but nothing changed. After a little bit of investigation, I found the culprit: I had a bad alias (pointed to itself or a nonexistent file), and it seemed like the compiler got stuck in a loop trying to resolve it. Once I fixed this and added that actual file back to the project, everything compiled fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://negativefoo.org/2013/03/xcode-hangs-while-compiling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XIB Changes Not Appearing in iOS Simulator</title>
		<link>http://negativefoo.org/2013/03/xib-changes-not-appearing-in-ios-simulator/</link>
		<comments>http://negativefoo.org/2013/03/xib-changes-not-appearing-in-ios-simulator/#comments</comments>
		<pubDate>Fri, 01 Mar 2013 13:45:09 +0000</pubDate>
		<dc:creator>Scovetta</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://negativefoo.org/?p=271</guid>
		<description><![CDATA[I came across an interesting issue this morning and I thought I would share. I was editing a ViewController and associated XIB file, adding an IBAction to do some (irrelevant) things, but nothing was working. The IBAction wasn&#8217;t being called at all (though the viewDidLoad function was). I checked and double-checked that the outlet was &#8230; </p><p><a class="more-link block-button" href="http://negativefoo.org/2013/03/xib-changes-not-appearing-in-ios-simulator/">Continue reading &#187;</a>]]></description>
				<content:encoded><![CDATA[<p>I came across an interesting issue this morning and I thought I would share. I was editing a ViewController and associated XIB file, adding an IBAction to do some (irrelevant) things, but nothing was working. The IBAction wasn&#8217;t being called at all (though the viewDidLoad function was). I checked and double-checked that the outlet was referenced from the XIB file, to no avail. I tried clean builds, restarted Xcode, and everything else I could think of.</p>
<p>Finally, I tried resetting the iOS Simulator.</p>
<p><strong>Bingo!</strong> The application crashed with a &#8220;can&#8217;t find XIB file&#8221; error.</p>
<p>The problem was that after a git merge, the XIB file was removed from the target, and so wasn&#8217;t being included in the distribution. However, apparently since the old XIB file (without the IBAction) already existed, it was being used, despite a clean build occurring. I re-added the XIB file manually by choosing the Target, Build Phases, Copy Bundle Resources, and added the XIB file to that section. (I also had to add the associated implementation (.m) file to the Compile Sources section for a similar reason.)</p>
<p>I thought that when Xcode deployed to a simulator, it was transferring the entire application bundle, but it seems like it&#8217;s doing a (slightly broken) sync instead.</p>
<p><strong>So lesson learned:</strong> If you&#8217;re troubleshooting iOS development and you ever don&#8217;t see your changes, you probably want to add <strong>Reset iOS Simulator Settings</strong> to your checklist.</p>
]]></content:encoded>
			<wfw:commentRss>http://negativefoo.org/2013/03/xib-changes-not-appearing-in-ios-simulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java, As Seen By Haskell Fans&#8230;</title>
		<link>http://negativefoo.org/2013/01/java-as-seen-by-haskell-fans/</link>
		<comments>http://negativefoo.org/2013/01/java-as-seen-by-haskell-fans/#comments</comments>
		<pubDate>Thu, 10 Jan 2013 02:31:12 +0000</pubDate>
		<dc:creator>Scovetta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://negativefoo.org/?p=266</guid>
		<description><![CDATA[(Original source: http://shuklan.com/haskell/lec01.html)]]></description>
				<content:encoded><![CDATA[<p><a href="http://negativefoo.org/wp-content/uploads/2013/01/Screen-Shot-2013-01-09-at-9.27.50-PM.png"><img src="http://negativefoo.org/wp-content/uploads/2013/01/Screen-Shot-2013-01-09-at-9.27.50-PM.png" alt="Screen Shot 2013-01-09 at 9.27.50 PM" width="892" height="587" class="alignright size-full wp-image-267" /></a><br />
(Original source: <a href="http://shuklan.com/haskell/lec01.html">http://shuklan.com/haskell/lec01.html</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://negativefoo.org/2013/01/java-as-seen-by-haskell-fans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
