<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for olifante</title><link>http://disqus.com/by/olifante/</link><description></description><atom:link href="http://disqus.com/olifante/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 18 Aug 2022 10:28:48 -0000</lastBuildDate><item><title>Re: Making your Django tests faster :: roschegel — Rocio's blog about programming.</title><link>http://schegel.net/posts/making-your-django-tests-faster/#comment-5953554028</link><description>&lt;p&gt;The --no-migrations argument is not recognized by "&lt;a href="http://manage.py" rel="nofollow noopener" target="_blank" title="manage.py"&gt;manage.py&lt;/a&gt; test". This seems to be a pytest thing.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">olifante</dc:creator><pubDate>Thu, 18 Aug 2022 10:28:48 -0000</pubDate></item><item><title>Re: 3quarksdaily: The Asshole Theory of International Relations</title><link>http://www.3quarksdaily.com/3quarksdaily/2015/02/the-asshole-theory-of-international-relations.html#comment-1859787833</link><description>&lt;p&gt;If you're British, I take back my comment about the lack of introspection. I still think you have internalized the American worldview and discourse. Do you really think it is credible to talk about moral exceptionalism and fail to mention the American variant?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">olifante</dc:creator><pubDate>Tue, 17 Feb 2015 08:40:39 -0000</pubDate></item><item><title>Re: 3quarksdaily: The Asshole Theory of International Relations</title><link>http://www.3quarksdaily.com/3quarksdaily/2015/02/the-asshole-theory-of-international-relations.html#comment-1857991944</link><description>&lt;p&gt;laughable. American article accuses Russia of moral exceptionalism and completely fails to address America's own unique brand of moral exceptionalism, something that is very well documented and a recurrent topic in political and diplomatic discourse originating in the US (the shining city on a hill, etc). Not that it probably matters much to the author, but if you ever want to be taken seriousky outside your own borders, a little dosis of introspection would be a good start.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">olifante</dc:creator><pubDate>Mon, 16 Feb 2015 08:18:31 -0000</pubDate></item><item><title>Re: http://docs-next.angularjs.org/tutorial/the_end</title><link>http://docs.angularjs.org/tutorial/the_end#comment-955039335</link><description>&lt;p&gt;Excellent tutorial! You make it look so simple and logical that I decided to use AngularJS as my new framework for single-page apps.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">olifante</dc:creator><pubDate>Mon, 08 Jul 2013 03:45:44 -0000</pubDate></item><item><title>Re: Devs Love Bacon: Everything you need to know about Machine Learning in 30 minutes or less</title><link>http://www.hilarymason.com/presentations-2/devs-love-bacon-everything-you-need-to-know-about-machine-learning-in-30-minutes-or-less/#comment-600758164</link><description>&lt;p&gt;The image with the taiwanese corn dogs was really inappropriate.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">olifante</dc:creator><pubDate>Sat, 28 Jul 2012 09:41:53 -0000</pubDate></item><item><title>Re: [datassette.net]</title><link>http://datassette.net/?l=blog&amp;s=1322179528#comment-513641070</link><description>&lt;p&gt;That's one of my favorite parts too. Does anyone know where the text comes from? I've tried googling for it but no luck.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">olifante</dc:creator><pubDate>Sun, 29 Apr 2012 15:05:04 -0000</pubDate></item><item><title>Re: Ensaio sobre Portugal, parte 3, Sucesso</title><link>http://celso.io/2011/07/16/ensaio-sobre-portugal-parte-3-sucesso.html#comment-255943903</link><description>&lt;p&gt;Somos um povo que ainda não interiorizou que a riqueza se pode criar e não apenas transferir. A suspeita católica em relação ao lucro continua bem viva entre nós. Uns continuam a achar que todo o enriquecimento é roubo, outros ainda não se conformaram com ter de fazer algo tão deselegante como trabalhar para viver. Estamos presos à velha visão mercantilista da economia como jogo de soma nula, unidos apenas na desconfiança e no ressentimento.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">olifante</dc:creator><pubDate>Mon, 18 Jul 2011 06:43:30 -0000</pubDate></item><item><title>Re: James on Software | How to Watch Hulu From Canada (or Anywhere Else)</title><link>http://jamesgolick.com/2009/5/24/how-to-watch-hulu-from-canada-or-anywhere-else.html#comment-10050639</link><description>&lt;p&gt;Actually line 32 of the default.rb recipe already has group "admin". Turns out I just needed to add the "admin" group:&lt;br&gt;# sudo groupadd admin&lt;/p&gt;&lt;p&gt;Unfortunately the run_chef script got stuck at a later point after fixing this. I got the following error:&lt;/p&gt;&lt;p&gt;ERROR: service[openvpn] (/var/chef/cookbooks/openvpn/recipes/default.rb line 85) had an error:&lt;br&gt;/etc/init.d/openvpn start returned 1, expected 0&lt;/p&gt;&lt;p&gt;[ommited some hard to read errors, basically the same as follows but not as well formatted]&lt;/p&gt;&lt;p&gt;---- Begin output of /etc/init.d/openvpn start ----&lt;br&gt;STDOUT: STDERR: ---- End output of /etc/init.d/openvpn start ----&lt;br&gt;from /var/lib/gems/1.8/gems/chef-0.6.2/lib/chef/mixin/command.rb:133:in `chdir'&lt;br&gt;from /var/lib/gems/1.8/gems/chef-0.6.2/lib/chef/mixin/command.rb:133:in `run_command'&lt;br&gt;from /var/lib/gems/1.8/gems/chef-0.6.2/lib/chef/provider/service/init.rb:91:in `start_service'&lt;br&gt;from /var/lib/gems/1.8/gems/chef-0.6.2/lib/chef/provider/service.rb:60:in `action_start'&lt;br&gt;from /var/lib/gems/1.8/gems/chef-0.6.2/lib/chef/runner.rb:87:in `send'&lt;br&gt;from /var/lib/gems/1.8/gems/chef-0.6.2/lib/chef/runner.rb:87:in `converge'&lt;br&gt;from /var/lib/gems/1.8/gems/chef-0.6.2/lib/chef/runner.rb:85:in `each'&lt;br&gt;from /var/lib/gems/1.8/gems/chef-0.6.2/lib/chef/runner.rb:85:in `converge'&lt;br&gt;from /var/lib/gems/1.8/gems/chef-0.6.2/lib/chef/resource_collection.rb:58:in `each'&lt;br&gt;from /var/lib/gems/1.8/gems/chef-0.6.2/lib/chef/resource_collection.rb:57:in `each'&lt;br&gt;from /var/lib/gems/1.8/gems/chef-0.6.2/lib/chef/runner.rb:63:in `converge'&lt;br&gt;from /var/lib/gems/1.8/gems/chef-0.6.2/lib/chef/client.rb:348:in `converge'&lt;br&gt;from /var/lib/gems/1.8/gems/chef-0.6.2/lib/chef/client.rb:96:in `run_solo'&lt;br&gt;from /var/lib/gems/1.8/gems/chef-0.6.2/bin/chef-solo:118&lt;br&gt;from /usr/bin/chef-solo:19:in `load'&lt;br&gt;from /usr/bin/chef-solo:19&lt;br&gt;command finished&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">olifante</dc:creator><pubDate>Wed, 27 May 2009 08:58:34 -0000</pubDate></item><item><title>Re: James on Software | How to Watch Hulu From Canada (or Anywhere Else)</title><link>http://jamesgolick.com/2009/5/24/how-to-watch-hulu-from-canada-or-anywhere-else.html#comment-9975657</link><description>&lt;p&gt;Installing capistrano didn't put anything in the path, had to execute cap directly from /var/lib/gems/1.8/bin/cap&lt;/p&gt;&lt;p&gt;I also had to install these additional dependencies, otherwise cap would complain:&lt;/p&gt;&lt;p&gt;sudo apt-get install libopenssl-ruby ruby1.8-dev make&lt;br&gt;sudo gem install echoe activesupport&lt;/p&gt;&lt;p&gt;Even then I couldn't get the recipe to work in my Linode Ubuntu 8.10 slice. I get this error&lt;/p&gt;&lt;p&gt;INFO: Starting Chef Solo Run&lt;br&gt;ERROR: directory[/etc/openvpn/easy-rsa] (/var/chef/cookbooks/openvpn/recipes/default.rb line 29) had an error:&lt;br&gt;can't find group for admin&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">olifante</dc:creator><pubDate>Tue, 26 May 2009 20:08:56 -0000</pubDate></item><item><title>Re: Thriving Office for the Non-Thriving Office</title><link>http://techcrunch.com/2007/05/12/thriving-office-for-the-non-thriving-office/#comment-72050921</link><description>&lt;p&gt;Seriously, this has got to be the stupidest post I've seen on TC - almost made me unsubscribe.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">olifante</dc:creator><pubDate>Mon, 14 May 2007 16:52:15 -0000</pubDate></item></channel></rss>