<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    
    <title> </title>
    
    
    <link>https://scribu.net/</link>
    <atom:link href="https://scribu.net/feed.xml" rel="self" type="application/rss+xml" />
    
    
      <item>
        <title>Asynchronous HTTP Requests in Python 3.5+</title>
        <description>
          
          So you’ve heard that Python now supports that fancy async/await syntax. You want to play with it, but asyncio seems intimidating. Well, someone wrote a simpler alternative to asyncio. It’s called Curio and people are saying good things about it. 1 In this tutorial, I’m going to show you how...
        </description>
        <pubDate>Fri, 11 Nov 2016 00:00:00 +0000</pubDate>
        <link>https://scribu.net/blog/asynchronous-http-requests-in-python-3.5.html</link>
        <guid isPermaLink="true">https://scribu.net/blog/asynchronous-http-requests-in-python-3.5.html</guid>
      </item>
    
      <item>
        <title>3D maps using D3 and three.js</title>
        <description>
          
          Last weekend I participated in the Open Data Day Hackathon in Cluj-Napoca. I was glad to see that there were other people nearby interested in open data. My idea was to make a 3D map of Romania, with each county elevated according to its population. It was really satisfying to...
        </description>
        <pubDate>Mon, 23 Feb 2015 00:00:00 +0000</pubDate>
        <link>https://scribu.net/blog/3d-maps-using-d3-and-three.js.html</link>
        <guid isPermaLink="true">https://scribu.net/blog/3d-maps-using-d3-and-three.js.html</guid>
      </item>
    
      <item>
        <title>Properly forwarding email to Gmail</title>
        <description>
          
          So I have a custom email address, mail@example.com, which I want to forward to example@gmail.com. Since I use NameCheap as my registrar, I had the option of setting up email forwarding via their UI. Very easy, but with drawbacks: sometimes email just wouldn’t arrive and I had no way of...
        </description>
        <pubDate>Tue, 18 Nov 2014 00:00:00 +0000</pubDate>
        <link>https://scribu.net/blog/properly-forwarding-email-to-gmail.html</link>
        <guid isPermaLink="true">https://scribu.net/blog/properly-forwarding-email-to-gmail.html</guid>
      </item>
    
      <item>
        <title>Left WordPress</title>
        <description>
          
          It seems like most people that follow me on Twitter still think that I’m involved with WordPress. I haven’t done any WordPress-related work in over 6 months and I don’t intend to do any WordPress-related work in the future. I stopped using WordPress at the end of 2012. I stopped...
        </description>
        <pubDate>Tue, 18 Nov 2014 00:00:00 +0000</pubDate>
        <link>https://scribu.net/blog/left-wordpress.html</link>
        <guid isPermaLink="true">https://scribu.net/blog/left-wordpress.html</guid>
      </item>
    
      <item>
        <title>High Tech's Folly</title>
        <description>
          
          I am afflicted with this disease: In large measure the high casualty rate of knowledge-based industry is the fault of the knowledge-based, and especially the high-tech, entrepreneurs themselves. They tend to be contemptuous of anything that is not “advanced knowledge”, and particularly of anyone who is not a specialist in...
        </description>
        <pubDate>Sat, 28 Jun 2014 00:00:00 +0100</pubDate>
        <link>https://scribu.net/blog/high-tech-folly.html</link>
        <guid isPermaLink="true">https://scribu.net/blog/high-tech-folly.html</guid>
      </item>
    
      <item>
        <title>Travis CI Build Statistics</title>
        <description>
          
          I don’t know about you, but I think Travis CI is the best thing that happened to open-source development since Github. I noticed that my builds seemed to be getting slower lately. Looking at the build history in the regular Travis CI interface wasn’t very conclusive, because you can only...
        </description>
        <pubDate>Thu, 10 Apr 2014 00:00:00 +0100</pubDate>
        <link>https://scribu.net/blog/travis-ci-build-stats.html</link>
        <guid isPermaLink="true">https://scribu.net/blog/travis-ci-build-stats.html</guid>
      </item>
    
      <item>
        <title>Cross-browser AJAX uploads with Ember.js and mOxie</title>
        <description>
          
          Implementing single-page web applications that work on all browsers remains a challenge. For the basic task of uploading files, you still need some sort of polyfill or library that adds support for older browsers (read IE 8 and 9, which are still in wide use). In this tutorial I’m going...
        </description>
        <pubDate>Mon, 24 Feb 2014 00:00:00 +0000</pubDate>
        <link>https://scribu.net/blog/cross-browser-uploads-ember-moxie.html</link>
        <guid isPermaLink="true">https://scribu.net/blog/cross-browser-uploads-ember-moxie.html</guid>
      </item>
    
      <item>
        <title>New Maintainer for Plugin Dependencies: X-Team</title>
        <description>
          
          I handed off development of the Plugin Dependencies plugin to X-Team. They have released all sorts of interesting tools; check them out.

The official Github repository is now https://github.com/x-team/wp-plugin-dependencies.

        </description>
        <pubDate>Mon, 27 Jan 2014 00:00:00 +0000</pubDate>
        <link>https://scribu.net/plugin-dependencies/new-maintainer-x-team.html</link>
        <guid isPermaLink="true">https://scribu.net/plugin-dependencies/new-maintainer-x-team.html</guid>
      </item>
    
      <item>
        <title>Quote From &quot;The Little Prince&quot;</title>
        <description>
          
          “Where are the people?” the little prince asked, politely. The flower had once seen a caravan passing. “People?” she echoed. “I think there are six or seven of them in existence. I saw them, several years ago. But one never knows where to find them. The wind blows them away....
        </description>
        <pubDate>Sun, 24 Nov 2013 00:00:00 +0000</pubDate>
        <link>https://scribu.net/blog/the-wind-blows-them-away.html</link>
        <guid isPermaLink="true">https://scribu.net/blog/the-wind-blows-them-away.html</guid>
      </item>
    
      <item>
        <title>Creating test doubles in pure PHP</title>
        <description>
          
          The PHP world is not known for good unit test coverage. It’s mostly a cultural issue, but there is a technical aspect to it as well. PHPUnit allows you to create mock objects, but that assumes your codebase uses the Depedency Injection pattern. If not, it’s very hard to add...
        </description>
        <pubDate>Fri, 20 Sep 2013 00:00:00 +0100</pubDate>
        <link>https://scribu.net/blog/test-doubles-in-pure-php.html</link>
        <guid isPermaLink="true">https://scribu.net/blog/test-doubles-in-pure-php.html</guid>
      </item>
    
      <item>
        <title>The Martin Luther Of Science</title>
        <description>
          
          Science (from Latin scientia, meaning “knowledge”) is a systematic enterprise that builds and organizes knowledge in the form of testable explanations and predictions about the universe. Most people, whether religious or not, agree that the scientific method, as described above, is a Good Thing. Unfortunately, since the nineteenth century, the...
        </description>
        <pubDate>Fri, 13 Sep 2013 00:00:00 +0100</pubDate>
        <link>https://scribu.net/blog/the-martin-luther-of-science.html</link>
        <guid isPermaLink="true">https://scribu.net/blog/the-martin-luther-of-science.html</guid>
      </item>
    
      <item>
        <title>Pronouncing English Vowels, For Romanians</title>
        <description>
          
          It’s a well known fact that, in English, the way a word is spelled can have little or no relationship to the way it’s pronounced. As a native speaker of Romanian, which is a phonetic language, I find the pronunciation of single vowels particularly confusing. To illustrate, here’s a completely...
        </description>
        <pubDate>Sat, 24 Aug 2013 00:00:00 +0100</pubDate>
        <link>https://scribu.net/blog/pronouncing-english-vowels.html</link>
        <guid isPermaLink="true">https://scribu.net/blog/pronouncing-english-vowels.html</guid>
      </item>
    
      <item>
        <title>Math is not important. It's fun!</title>
        <description>
          
          A Mathematician’s Lament is this poignant essay 1 from a few years ago that I just discovered. I highly recommend you go read it now, because I’m going to give spoilers. In the introduction, the author makes the case that mathematics is a misunderstood art form, where the medium is...
        </description>
        <pubDate>Mon, 12 Aug 2013 00:00:00 +0100</pubDate>
        <link>https://scribu.net/blog/math-is-not-important-its-fun.html</link>
        <guid isPermaLink="true">https://scribu.net/blog/math-is-not-important-its-fun.html</guid>
      </item>
    
      <item>
        <title>Getting the class name from an object instance</title>
        <description>
          
          I was recently assigned to work on a node.js project — a first, for me. I discovered that it comes with a neat CLI debugger built in, which is very handy when diving into an unknown codebase. However, when inspecting a variable, it doesn’t show me its type; only its...
        </description>
        <pubDate>Mon, 15 Jul 2013 00:00:00 +0100</pubDate>
        <link>https://scribu.net/blog/object-introspection.html</link>
        <guid isPermaLink="true">https://scribu.net/blog/object-introspection.html</guid>
      </item>
    
      <item>
        <title>Colin Powell on Loyalty</title>
        <description>
          
          When we are debating an issue, loyalty means giving me your honest opinion, whether you think I’ll like it or not. Disagreement, at this stage, stimulates me. But once a decision has been made, the debate ends. From that point on, loyalty means executing the decision as if it were...
        </description>
        <pubDate>Sat, 15 Jun 2013 00:00:00 +0100</pubDate>
        <link>https://scribu.net/blog/colin-powell-on-loyalty.html</link>
        <guid isPermaLink="true">https://scribu.net/blog/colin-powell-on-loyalty.html</guid>
      </item>
    
      <item>
        <title>Posts 2 Posts: Version 1.6</title>
        <description>
          
          There were some improvements commited to the development version of the plugin for a while and I thought I’d do a quick release, to get them in the hands of users. With version 1.6, P2P development will effectively be entering hibernation mode. I won’t be working on any new features...
        </description>
        <pubDate>Fri, 10 May 2013 00:00:00 +0100</pubDate>
        <link>https://scribu.net/wordpress/posts-to-posts/version-1-6.html</link>
        <guid isPermaLink="true">https://scribu.net/wordpress/posts-to-posts/version-1-6.html</guid>
      </item>
    
      <item>
        <title>Ruby equivalents to PHP&amp;#8217;s foreach</title>
        <description>
          
          In PHP, array keys can be either numbers or strings, whereas in Ruby associative arrays are a separate data type, called a hash. Here’s a cheatsheet for various foreach variants, translated into idiomatic Ruby: Looping over a numeric array (PHP) &amp;lt;?php $items = array( 'orange', 'pear', 'banana' ); # without...
        </description>
        <pubDate>Tue, 07 May 2013 00:00:00 +0100</pubDate>
        <link>https://scribu.net/blog/ruby-equivalents-to-php-foreach.html</link>
        <guid isPermaLink="true">https://scribu.net/blog/ruby-equivalents-to-php-foreach.html</guid>
      </item>
    
      <item>
        <title>On Being An Open-Source Pragmatist</title>
        <description>
          
          To pragmatists the GPL is important as a tool, rather than as an end in itself. Its main value is not as a weapon against `hoarding’, but as a tool for encouraging software sharing and the growth of bazaar-mode development communities. The pragmatist values having good tools and toys more...
        </description>
        <pubDate>Sat, 13 Apr 2013 00:00:00 +0100</pubDate>
        <link>https://scribu.net/blog/open-source-pragmatism.html</link>
        <guid isPermaLink="true">https://scribu.net/blog/open-source-pragmatism.html</guid>
      </item>
    
      <item>
        <title>On Plugin Support</title>
        <description>
          
          When I started developing WordPress plugins, most people asking questions in the support forums seemed like hobbyists building sites for themselves. Since then, I’ve noticed two trends that irk me. Freelancers Nowadays, there seem to be a lot more people that get paid to build WordPress sites for others. There’s...
        </description>
        <pubDate>Wed, 10 Apr 2013 00:00:00 +0100</pubDate>
        <link>https://scribu.net/wordpress/on-plugin-support.html</link>
        <guid isPermaLink="true">https://scribu.net/wordpress/on-plugin-support.html</guid>
      </item>
    
      <item>
        <title>Yay Data Portability</title>
        <description>
          
          In the following post, I will attempt to chronicle how I came to believe that having your content in a portable format is more valuable than having an open source project to manipulate that content. I accidentally jump-started my programming career by working on an open-source project (WordPress) and I...
        </description>
        <pubDate>Mon, 01 Apr 2013 00:00:00 +0100</pubDate>
        <link>https://scribu.net/blog/yay-data-portability.html</link>
        <guid isPermaLink="true">https://scribu.net/blog/yay-data-portability.html</guid>
      </item>
    
  </channel>
</rss>
