<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Tech on Flying Upside Down</title>
    <link>https://crazypigeon.net/categories/tech/</link>
    <description>Recent content in Tech on Flying Upside Down</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 23 Oct 2017 15:41:09 +0000</lastBuildDate>
    <atom:link href="https://crazypigeon.net/categories/tech/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Decline of Makerbot</title>
      <link>https://crazypigeon.net/2017/10/23/decline-of-makerbot/</link>
      <pubDate>Mon, 23 Oct 2017 15:41:09 +0000</pubDate>
       <guid isPermaLink="false">http://crazypigeon.net/?p=77</guid> 
      <description>&lt;p&gt;I have to say before reading this article I was one &amp;ldquo;&amp;hellip;tech enthusiasts suffering from low information, that sees MakerBot as the Kleenex and Asprin of 3D printing.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Though, honestly that didn&amp;rsquo;t mean much because I&amp;rsquo;ve had such a poor experience of 3D printers &lt;em&gt;in general&lt;/em&gt;. Still, an interesting read, and sad to see a company backtrack so far from the open commitments they started with.&lt;/p&gt;
&lt;p&gt;They deserve their reputation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Toy model of the AI control problem: animated version</title>
      <link>https://crazypigeon.net/2017/10/11/toy-model-of-the-ai-control-problem-animated-version/</link>
      <pubDate>Wed, 11 Oct 2017 03:14:02 +0000</pubDate>
       <guid isPermaLink="false">https://crazypigeonblog.wordpress.com/?p=53</guid> 
      <description>&lt;p&gt;Amazing video that explains plainly a very (at least what seems like to me) complicated space of work.&lt;/p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
			&lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/sx8JkdbNgdU?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
		&lt;/div&gt;

&lt;p&gt;Source: &lt;a href=&#34;https://www.lesserwrong.com/posts/EdEhGPEJi6dueQXv2/toy-model-of-the-ai-control-problem-animated-version&#34;&gt;Toy model of the AI control problem: animated version&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>CCleaner malware outbreak is much worse than it first appeared</title>
      <link>https://crazypigeon.net/2017/10/04/ccleaner-malware-outbreak-is-much-worse-than-it-first-appeared/</link>
      <pubDate>Wed, 04 Oct 2017 02:55:25 +0000</pubDate>
       <guid isPermaLink="false">https://crazypigeonblog.wordpress.com/?p=47</guid> 
      <description>&lt;p&gt;&amp;ldquo;The recent CCleaner malware outbreak is much worse than it initially appeared, according to newly unearthed evidence. That evidence shows that the CCleaner malware infected at least 20 computers from a carefully selected list of high-profile technology companies with a mysterious payload. (credit: Talos ) Previously, researchers found no evidence that any of the computers infected by the booby-trapped version of the widely used CCleaner utility had received a second-stage payload the backdoor was capable of delivering.&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Story of Blue LEDs</title>
      <link>https://crazypigeon.net/2017/10/04/the-story-of-blue-leds/</link>
      <pubDate>Wed, 04 Oct 2017 01:03:06 +0000</pubDate>
       <guid isPermaLink="false">https://crazypigeonblog.wordpress.com/?p=44</guid> 
      <description>&lt;p&gt;Really interesting video on the history of the LED, and the blue LED.&lt;/p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
			&lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/yoTALRhAqWc?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
		&lt;/div&gt;</description>
    </item>
    <item>
      <title>[$] Antipatterns in IoT security</title>
      <link>https://crazypigeon.net/2017/09/19/antipatterns-in-iot-security/</link>
      <pubDate>Tue, 19 Sep 2017 04:23:46 +0000</pubDate>
       <guid isPermaLink="false">https://crazypigeonblog.wordpress.com/?p=24</guid> 
      <description>&lt;p&gt;Lots of interesting talk about the fundamentals of a secure system and it&amp;rsquo;s applications to computers.&lt;/p&gt;
&lt;p&gt;Quote I liked (empahasis mine):&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The most basic security antipattern is to &amp;ldquo;do nothing&amp;rdquo;. That means accepting any and all risk, though. Another is to &amp;ldquo;do it yourself&amp;rdquo;; that leads to thinking the system is secure because of custom elements, such as non-peer-reviewed cryptography algorithms or implementations and security through obscurity. &amp;ldquo;Hand-rolled&amp;rdquo; security systems have not fared well over the years—developers have learned that implementing stream ciphers, for example, should not be tackled in-house. But there is still a fair amount of security by obscurity, such as &amp;ldquo;super unguessable URLs&amp;rdquo;. &lt;strong&gt;If a product becomes successful, which is what you want, the unguessable will become all-too-guessable.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
