<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>The Standard Output (zeitgeist)</title><link>http://thestandardoutput.com/</link><description></description><atom:link href="http://thestandardoutput.com/tag/zeitgeist.xml" type="application/rss+xml" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 12 Oct 2015 07:59:00 GMT</lastBuildDate><generator>https://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Getting the attention of anti-social geeks</title><link>http://thestandardoutput.com/posts/getting-the-attention-of-anti-social-geeks/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;div&gt;&lt;p&gt;I was reading &lt;a href="https://www.tbray.org/ongoing/"&gt;Tim Bray's&lt;/a&gt; blog today and he
mentions that at OSCON this year there was a company booth which was capturing
the attention of
&lt;a href="https://www.tbray.org/ongoing/When/201x/2014/07/30/OSCON-rear-view"&gt;anti-social geeks&lt;/a&gt;
in a novel way.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;... they had a big screen sticking up showing a continuous loop of a screen
capture of someone setting an app up for OAuth, with lots of JSON and JS and
other config stuff going back and forth across the screen. A lot of your
antisocial geeks who don’t actually want to interact with anyone remotely
salesy were standing there watching this with educated attention.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This is a really interesting trick and I can count myself in that group of
&lt;em&gt;anti-social geeks&lt;/em&gt; often. I saw another company doing this at the O'Reilly
Velocity conference earlier this year.&lt;/p&gt;&lt;/div&gt;</description><category>commentary</category><category>review</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/getting-the-attention-of-anti-social-geeks/</guid><pubDate>Sun, 24 Aug 2014 07:17:57 GMT</pubDate></item><item><title>Emacs Utility For Overloading The NSA Line Eater</title><link>http://thestandardoutput.com/posts/emacs-utility-for-overloading-the-nsa-line-eater/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;div&gt;&lt;p&gt;How about this for prescient tin foil hat geekery...  While reading the Emacs
Elisp source for version 24.3, I stumbled upon a little gem located at
&lt;code&gt;./lisp/play/spook.el&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This file has a created date of May, 1987. Emacs has included this program for
many years. Its purpose is to add a series of &lt;em&gt;keywords&lt;/em&gt; to email just before
sending it. On the theory that the NSA monitors people's email, the keywords
would be picked up by NSA's snoop computers, causing them to waste time reading
your meeting schedule notices or other email boring to everyone but you and the
recipient.&lt;/p&gt;
&lt;p&gt;You should try it: open Emacs and type &lt;code&gt;M-x spook&lt;/code&gt; to see what happens.&lt;/p&gt;
&lt;p&gt;From the commentary on the file itself:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Just before sending mail, do M-x spook.
A number of phrases will be inserted into your buffer, to help
give your message that extra bit of attractiveness for automated
keyword scanners.  Help defeat the NSA trunk trawler!&lt;/p&gt;
&lt;/blockquote&gt;&lt;/div&gt;</description><category>cool stuff</category><category>emacs</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/emacs-utility-for-overloading-the-nsa-line-eater/</guid><pubDate>Sun, 09 Mar 2014 01:50:51 GMT</pubDate></item><item><title>Read on my Twitter Stream</title><link>http://thestandardoutput.com/posts/read-on-my-twitter-stream/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;div&gt;&lt;p&gt;Read this on my Twitter stream:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Wealth is our organised capability to cope effectively with the environment to
sustain our healthy regeneration and decreasing both the physical and
metaphysical restrictions of the forward days of our lives.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;em&gt;from Operating Manual for Spaceship Earth by Buckminster Fuller&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;</description><category>commentary</category><category>cool stuff</category><category>philosophy</category><category>review</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/read-on-my-twitter-stream/</guid><pubDate>Sat, 16 Nov 2013 20:34:36 GMT</pubDate></item><item><title>What are the genuinely useful ideas in programming?</title><link>http://thestandardoutput.com/posts/what-are-the-genuinely-useful-ideas-in-programming/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;div&gt;&lt;p&gt;There is a really interesting article here about
"&lt;a href="http://lemire.me/blog/archives/2013/10/04/genuinely-useful/" title="useful ideas in programming"&gt;What are the genuinely useful ideas in programming&lt;/a&gt;".&lt;/p&gt;
&lt;p&gt;The comments are closed for that post, so here are the two things I would add to
the list:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Index = Data(Algorithm + Data Structure): Google made this concept relevant, again.&lt;/li&gt;
&lt;li&gt;Sensors, and networks of them (not to be confused with scanners
   (e.g. barcode, QR)): The Arduino and the Raspberry Pi made these important.&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><category>philosophy</category><category>programming</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/what-are-the-genuinely-useful-ideas-in-programming/</guid><pubDate>Sun, 27 Oct 2013 05:48:21 GMT</pubDate></item><item><title>Three Rules for Project Selection</title><link>http://thestandardoutput.com/posts/three-rules-for-project-selection/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;div&gt;&lt;p&gt;Today I ran across a thought provoking &lt;a href="http://www.drdobbs.com/architecture-and-design/dijkstras-3-rules-for-project-selection/240161615" title="Dr. Dobb's Article"&gt;article&lt;/a&gt; on Dr. Dobb's. The
thesis is that there is a perception that Open Source projects copies what
already exists and it's in Closed Source where the real innovation occurs. This
perception exists in part because how geeks choose what to work on.&lt;/p&gt;
&lt;p&gt;There is most definitely evidence to the contrary and also to support that
perception, but the main point of the article is that there is a fundamental
problem in Open Source which manifests itself as this perception. The problem is
with project selection.&lt;/p&gt;
&lt;p&gt;Now, Dijkstra wrote &lt;a href="http://www.cs.utexas.edu/users/EWD/transcriptions/EWD06xx/EWD637.html" title="Dijkstra's Memo"&gt;a memo&lt;/a&gt; in 1982 that describes 3 steps to use
when selecting a topic for your research. These rules translate really well to
hacking and all geeks should consider them when selecting an Open Source project
to work on. The rules are:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Raise your quality standards as high as you can live with, avoid wasting your
   time on routine problems, and always try to work as closely as possible at
   the boundary of your abilities. Do this, because it is the only way of
   discovering how that boundary should be moved forward.&lt;/li&gt;
&lt;li&gt;We all like our work to be socially relevant and scientifically sound. If we
   can find a topic satisfying both desires, we are lucky; if the two targets
   are in conflict with each other, let the requirement of scientific soundness
   prevail.&lt;/li&gt;
&lt;li&gt;Never tackle a problem of which you can be pretty sure that (now or in the
   near future) it will be tackled by others who are, in relation to that
   problem, at least as competent and well-equipped as you.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Let's break this down a little so it can be easily digested.&lt;/p&gt;
&lt;p&gt;Rule 1 is an internal one and it tells us that the obviously possible should be
shunned as well as the obviously impossible: the first would not be instructive,
the second would be hopeless, and both in their own way are barren.&lt;/p&gt;
&lt;p&gt;Next, Dijkstra was referring to scientific projects, but Rule 2 can be easily
mapped to software projects also.&lt;/p&gt;
&lt;p&gt;Rule 3 is the most important from an Open Source perspective. It ensures that
your contributions are unique and move the-state-of-the-art forward. As Dijkstra
so eloquently puts "If others will come up with as good a solution as you could
obtain, the world doesn't loose a thing if you leave the problem alone. A
corollary of the third rule is that one should never compete with one's
colleagues. If you are pretty sure that in a certain area you will do a better
job than anyone else, please do it in complete devotion, but when in doubt,
abstain."&lt;/p&gt;
&lt;p&gt;I will be applying this rules to my future project selection. I hope you do too.&lt;/p&gt;&lt;/div&gt;</description><category>commentary</category><category>great quotes</category><category>philosophy</category><category>review</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/three-rules-for-project-selection/</guid><pubDate>Thu, 26 Sep 2013 06:14:47 GMT</pubDate></item><item><title>Links for 2011-07-19</title><link>http://thestandardoutput.com/posts/links-for-2011-07-19/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/scriptjunkie/hh127352.aspx"&gt;Script Junkie | Introduction to Complex UIs Using jQuery UI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://dabeaz.blogspot.com/2011/05/class-decorators-might-also-be-super.html"&gt;Dabeaz: Class decorators might also be super!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://rhettinger.wordpress.com/2011/05/26/super-considered-super/"&gt;Python’s super() considered super! « Deep Thoughts by Raymond Hettinger&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://communities.vmware.com/message/655026"&gt;VMware Communities: Eth0 disapears in VMware and Ubuntu...&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://welltemperedstudio.wordpress.com/2009/01/24/378/"&gt;Set up a minimal Ubuntu server in VirtualBox « The Well-Tempered Studio&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://siliconloop.blogspot.com/2009/05/how-to-use-django-sites-framework.html"&gt;How to Use the Django Sites Framework&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.atomenabled.org/developers/syndication/"&gt;AtomEnabled / Developers / Atom Syndication Format&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://srackham.wordpress.com/cloning-and-copying-virtualbox-virtual-machines/"&gt;Cloning and Copying VirtualBox virtual machines « Stuart’s Notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://forums.virtualbox.org/viewtopic.php?p=16401&amp;amp;amp;sid=1a3489bdb67f1ad0a0366be569932be8"&gt;How to start VirtualBox automatically? No "boot.local&amp;amp;q (View topic) • virtualbox.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://ubuntuforums.org/showthread.php?t=701735"&gt;Start a VirtualBox VM as a Service - Ubuntu Forums&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.glump.net/howto/virtualbox_as_a_service"&gt;How to Setup VirtualBox as a Service in Linux (Glump.net)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>links</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/links-for-2011-07-19/</guid><pubDate>Tue, 19 Jul 2011 19:40:50 GMT</pubDate></item><item><title>Links for 2011-06-01</title><link>http://thestandardoutput.com/posts/links-for-2011-06-01/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://courseweb.stthomas.edu/apthomas/SquishyCircuits/"&gt;Squishy Circuits&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://dirtyhippies.org/2011/04/09/the-geek-manifesto/"&gt;The Geek Manifesto&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://dorophone.blogspot.com/2011/04/deep-emacs-part-1.html"&gt;Dorophone: Deep Emacs Lisp Part 1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.emacswiki.org/emacs/ZenCoding"&gt;EmacsWiki: Zen Coding&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.carcosa.net/jason/blog/computing/emacs/instapaper-el-2011-04-18-17-00"&gt;Prosthetic Conscience&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.nethazard.net/post-to-wordpress-blogs-with-emacs-org-mode/"&gt;Post to Wordpress blogs with Emacs &amp;amp; Org-mode | Nethazard.net&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://zianet.dk/blog/2011/03/28/installing-clojure-slime-in-emacs-via-elpa-on-windows-with-a-bit-on-swank/"&gt;Kristian Kristensen’s Blog » Installing Clojure, SLIME in Emacs Via ELPA on Windows With a Bit on Swank&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://benjisimon.blogspot.com/2011/04/10-concepts-emacs-newbie-should-master.html"&gt;Ben's Journal: 11 Concepts The Emacs Newbie Should Master&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>links</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/links-for-2011-06-01/</guid><pubDate>Thu, 02 Jun 2011 03:44:16 GMT</pubDate></item><item><title>Links for 2011-05-29</title><link>http://thestandardoutput.com/posts/links-for-2011-05-29/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://designfestival.com/the-cicada-principle-and-why-it-matters-to-web-designers/"&gt;The Cicada Principle and Why It Matters to Web Designers » HTML &amp;amp; CSS, Layout » Design Festival&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://jetpackweb.com/blog/topics/io-language/"&gt;Jetpack Flight Log » io-language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeproject.com/KB/cs/dynamicbindingincsharp.aspx"&gt;Dynamic Binding in C# - CodeProject&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.cforcoding.com/2009/07/plain-english-explanation-of-big-o.html"&gt;Plain English Explanation of Big O Notation ~ C for Coding&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.linux-mag.com/id/8515/?hq_e=el&amp;amp;amp;hq_m=1215943&amp;amp;amp;hq_l=12&amp;amp;amp;hq_v=3db6ec7505"&gt;Understanding Parallel Computing: Amdahl’s Law | Linux Magazine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wiki.python.org/moin/ConfigParserShootout"&gt;ConfigParserShootout - PythonInfo Wiki&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.vivekhaldar.com/post/3996068979/the-levels-of-emacs-proficiency"&gt;Vivek Haldar : The levels of Emacs proficiency&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://emacsworld.blogspot.com/2010/08/another-august-build-of-emacs-24_31.html"&gt;http://emacsworld.blogspot.com/2010/08/another-august-build-of-emacs-24_31.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.antlr.org/wiki/display/ANTLR3/JSON+Interpreter"&gt;JSON Interpreter - ANTLR 3 - ANTLR Project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.makezine.com/archive/2011/02/why-the-arduino-won-and-why-its-here-to-stay.html"&gt;Make: Online | Why the Arduino Won and Why It’s Here to Stay&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://alexott.net/en/writings/emacs-vcs/EmacsGit.html"&gt;Work with Git from Emacs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://dabeaz.blogspot.com/2011/03/superboard-takes-pycon.html"&gt;Dabeaz: The Superboard Takes Pycon!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://alexott.net/en/writings/EmacsMuseMyPage.html"&gt;How this site was created&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.victusspiritus.com/2011/03/14/brushing-up-on-computer-science-part-1-big-o/"&gt;Brushing up on Computer Science Part 1, Big O » Victus Spiritus&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.dispatched.ch/2009/05/24/vim-as-python-ide/"&gt;VIM as Python IDE | Alain M. Lafon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/"&gt;Python and vim: Make your own IDE | tail -f findings.out&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>links</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/links-for-2011-05-29/</guid><pubDate>Mon, 30 May 2011 04:54:09 GMT</pubDate></item><item><title>Some links for 2011-05-20</title><link>http://thestandardoutput.com/posts/some-links-for-2011-05-20/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://studiostyl.es/"&gt;Studio Styles - Visual Studio color schemes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://snipplr.com/"&gt;Code Snippets - Snipplr Social Snippet Repository&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.mathertel.de/Diff/DiffDoku.aspx"&gt;An O(ND) Difference Algorithm for C#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://activeengine.wordpress.com/2010/12/19/how-to-create-server-side-paging-for-datatables-net-with-asp-net/"&gt;How to Create Server-Side Paging for DataTables.Net with ASP.Net « ActiveEngine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mcapewell.wordpress.com/2006/09/07/how-to-make-a-transparent-png-image-for-ie-6-in-the-gimp/"&gt;How to make a transparent PNG image for IE6 using The GIMP « Matthew Capewell’s Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://tablesorter.com/docs/"&gt;jQuery plugin: Tablesorter 2.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://datatables.net/index"&gt;DataTables (table plug-in for jQuery)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.trirand.com/blog/"&gt;jQuery Grid Plugin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.dalsoft.co.uk/blog/index.php/2010/04/26/mvc-2-templates/"&gt;ASP.NET MVC 2 Templates&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.linux-mag.com/id/7944?hq_e=el&amp;amp;amp;hq_m=1157853&amp;amp;amp;hq_l=3&amp;amp;amp;hq_v=3db6ec7505"&gt;Take a Mulligan with Redo Backup &amp;amp; Recovery | Linux Magazine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://visual6502.org/"&gt;www.Visual6502.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://metasharp.codeplex.com/"&gt;MetaSharp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://learn.iis.net/page.aspx/213/network-load-balancing/"&gt;Network Load Balancing : Web Farm Support : Configuring Servers : The Official Microsoft IIS Site&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.eggheadcafe.com/articles/20020302.asp"&gt;Network Load Balancing, Session State and IP Affinity&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.newartisans.com/2007/08/using-org-mode-as-a-day-planner.html"&gt;Using org-mode as a Day Planner - Lost in Technopolis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://doc.norang.ca/org-mode.html"&gt;Org Mode - Organize Your Life In Plain Text!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.fourmilab.ch/hackdiet/"&gt;The Hacker's Diet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://elpa.gnu.org/themes/"&gt;GNU Emacs Theme Generator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.silverlight.net/learn/videos/silverlight-media-framework/using-application-settings/"&gt;Video : Using Application Settings - The Official Microsoft Silverlight Site&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>links</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/some-links-for-2011-05-20/</guid><pubDate>Fri, 20 May 2011 19:27:39 GMT</pubDate></item><item><title>[delicious | grep links | blogger] for 2011-01-03</title><link>http://thestandardoutput.com/posts/delicious-grep-links-blogger-for-2011-01-03/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.fordham.edu/academics/programs_at_fordham_/mathematics_departme/what_math/index.asp"&gt;What Math?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://docs.djangoproject.com/en/dev/howto/outputting-csv/?from=olddocs"&gt;Django | Outputting CSV with Django | Django documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://docs.python.org/library/csv.html#examples"&gt;13.1. csv — CSV File Reading and Writing — Python v2.7.1 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://karlshifflett.wordpress.com/2010/11/07/in-the-box-ndash-mvvm-training/"&gt;In the Box – MVVM Training « Karl On WPF – .Net&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://10rem.net/blog/2010/11/22/20-interesting-wpf-projects-on-codeplex-some-for-silverlight-too"&gt;20 Interesting WPF Projects on CodePlex (Some for Silverlight too) - Pete Brown's 10rem.net&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://files.blog-city.com/files/F05/96843/p/f/gitcheat.png"&gt;gitcheat.png (PNG Image, 1422x1355 pixels) - Scaled (78%)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.jensign.com/JavaScience/CapiCert/index.html"&gt;.NET and Certificate Stores&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms867087.aspx#netcryptoapi_topic6"&gt;Extending .NET Cryptography with CAPICOM and P/Invoke&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/b/alejacma/archive/2007/11/23/p-invoking-cryptoapi-in-net-c-version.aspx"&gt;P/Invoking CryptoAPI in .NET (C# version) - Decrypt my World - Site Home - MSDN Blogs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms867087.aspx"&gt;Extending .NET Cryptography with CAPICOM and P/Invoke&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/b/adam_nathan/archive/2003/04/25/56643.aspx"&gt;GetLastError and managed code - Adam Nathan's Old Blog - Site Home - MSDN Blogs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.wpftutorial.net/Home.html"&gt;WPF Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>links</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/delicious-grep-links-blogger-for-2011-01-03/</guid><pubDate>Mon, 03 Jan 2011 08:00:48 GMT</pubDate></item><item><title>New Year's Resolution - Lose 100 Lbs.</title><link>http://thestandardoutput.com/posts/new-years-resolution-lose-100-lbs/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;div&gt;&lt;p&gt;About a year and a half ago,
&lt;a href="http://www.fourhourworkweek.com/blog/"&gt;Tim Ferriss&lt;/a&gt; (of
&lt;a href="http://www.amazon.com/4-Hour-Workweek-Escape-Live-Anywhere/dp/0307353133/"&gt;4 Hour Work Week&lt;/a&gt;
fame) was looking for subjects to test some of the theories in his newly
published book
&lt;a href="http://www.amazon.com/4-Hour-Body-Uncommon-Incredible-Superhuman/dp/030746363X/"&gt;The Four Hour Body&lt;/a&gt;.
I immediately volunteered for the experiments, but never received a reply from
Tim or his people. About a year later I remember receiving a thank you email
explaining that the pool of candidates was overwhelming and that they would not
pick me. They were really nice about it, but I was a little disappointed
nonetheless.&lt;/p&gt;
&lt;p&gt;Fast forward another year to 12/19/2010 or thereabouts and I receive a package
in the mail from a book publisher. First thought I had was &lt;em&gt;That's weird, I
didn't order anything recently...&lt;/em&gt;. The actual contents of the package were 2
hardcover copies of &lt;em&gt;The 4 Hour Body&lt;/em&gt;. I started reading it immediately and
through the Holidays, and I had an epiphany: I can fix my weight problem the
same way that I fix any other problem I have at work.&lt;/p&gt;
&lt;p&gt;I have been fighting with my weight for years, ever since I stopped playing
basketball competitively in college and my exercise regimen went down the
gutter. Today I am a six foot eight inches man who weights in at 400 plus pounds
(the scale at home tops off at 400). I graduated from college in 1997 and have
been working in a sit down job in the technology industry ever since. I worked
as a technical writer and then as a programmer for several startups during the
Internet boom years and I put on the pounds during that time. Then in early 2003
I went to work for Microsoft and that was not much of a change in the health
department. Then the kids were born in 2005 and I got even less exercise than
before. But the funny thing is that I think of myself as a person who can figure
out a solution for any problem, and yet I have not been able to crack the weight
nut.&lt;/p&gt;
&lt;p&gt;This is were Tim's book has inspired me. I will approach my weight problem the
same way that I approach any technical problem at work:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Root cause analysis:&lt;/strong&gt; With most technical problems, you need to first find
  out what and where the problem is, gather baseline data (if there is any), and
  then figure out how to fix it. In the case of my weight problem and general
  lack of well-being, the root cause is a poor diet and complete lack of
  exercise.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Baseline measurements:&lt;/strong&gt; Based on Tim's advice, I am taking measurements of
  my body at several locations: belly, arms, legs, etc. I am also keeping track
  of weight. I am not tracking my BMI at this point because I don't have a good
  way to measure it. I wrote a quick Django app that allows me to quickly gather
  the data no matter where I am. All I need is a connection to the
  Internet. Later I can easily export the data to a spreadsheet for slicing and
  dicing and graphing.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;How to fix it:&lt;/strong&gt; I will be using Tim's slow-carb diet and an exercise
  regimen that includes weights and swimming. Body measurements will be taken
  weekly to compare to baseline and that way track progress. A food diary will
  also be used to track food intake and portion size and I will use a web-based
  photo gallery app for that.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The goal&lt;/strong&gt;: The goal is to lose 100 Lbs. by 12/31/2011&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Progress:&lt;/strong&gt; I will be tracking my progress with the tools I described above
  and with periodical posts to this blog.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I shared my plan and ideas with my family over the Holidays and they were all
very encouraging. But the obvious question was asked and I should address it
here also: &lt;em&gt;You have tried to lose weight before, what is different about this
time?&lt;/em&gt; The key thing that is so obvious in hind-sight, but it never occurred to
me until I started reading Tim's book is that I can break down and fix the
weight problem in the same way that I tackle a programming or other technical
problem. Break down the problem in its component parts, measure the parts of the
problem consistently to track progress, tweak the approach to get optimal
results... This is just like hacking on a programming project. I have years of
experience doing this and I have had many more successes than failures doing it
this way with code. I am certain that I can apply this approach to the weight
problem and be successful.&lt;/p&gt;
&lt;p&gt;I will keep you posted on the progress...&lt;/p&gt;&lt;/div&gt;</description><category>philosophy</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/new-years-resolution-lose-100-lbs/</guid><pubDate>Mon, 03 Jan 2011 04:55:31 GMT</pubDate></item><item><title>[delicious | grep links | blogger] for 2010-11-20</title><link>http://thestandardoutput.com/posts/delicious-grep-links-blogger-for-2010-11-20/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://world.std.com/~reinhold/diceware.html"&gt;Diceware Passphrase Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.schneier.com/blog/archives/2010/11/changing_passwo.html"&gt;Schneier on Security: Changing Passwords&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.doodle.co.uk/Blogs.aspx/2007/09/18/playing-with-linq-in-winforms"&gt;Playing with LINQ For SQL in a Windows Forms Application&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://html5boilerplate.com/"&gt;HTML5 Boilerplate - A rock-solid default for HTML5 awesome.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.masteringemacs.org/articles/2010/11/01/running-shells-in-emacs-overview/"&gt;Running Shells in Emacs: An Overview | Mastering Emacs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://morepypy.blogspot.com/2010/11/efficiently-implementing-python-objects.html?utm_source=feedburner&amp;amp;amp;utm_medium=feed&amp;amp;amp;utm_campaign=Feed%3A+PyPyStatusBlog+%28PyPy+Status+Blog%29"&gt;PyPy Status Blog: Efficiently Implementing Python Objects With Maps&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://curiousprogrammer.wordpress.com/2009/04/02/ibuffer/"&gt;IBuffer « A Curious Programmer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://abstractfactory.blogspot.com/2009/08/ibuffer-if-you-do-not-use-it-you-are.html"&gt;The Abstract Factory: ibuffer: If you do not use it, you are insane&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://emacs-fu.blogspot.com/2010/02/dealing-with-many-buffers-ibuffer.html"&gt;emacs-fu: dealing with many buffers: ibuffer&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>links</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/delicious-grep-links-blogger-for-2010-11-20/</guid><pubDate>Sun, 21 Nov 2010 21:31:00 GMT</pubDate></item><item><title>[delicious | grep links | blogger] for 2010-11-13</title><link>http://thestandardoutput.com/posts/delicious-grep-links-blogger-for-2010-11-13/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://lambda-the-ultimate.org/node/86"&gt;Understanding continuations | Lambda the Ultimate&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://arstechnica.com/security/news/2009/12/how-to-get-set-with-a-secure-sertificate-for-free.ars"&gt;How to obtain and install an SSL/TLS certificate, for free&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://lcamtuf.blogspot.com/2010/10/http-cookies-or-how-not-to-design.html"&gt;HTTP cookies, or how not to design protocols&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pko.ch/2008/08/22/memoization-in-python-easier-than-what-it-should-be/"&gt;Memoization in Python: easier than what it should be&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://vimeo.com/16533939"&gt;Setting up Emacs Org-mode for Windows on Vimeo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://eli.thegreenplace.net/2010/11/06/bob-a-scheme-interpreter-compiler-and-vm-in-python/"&gt;Bob: a Scheme interpreter, compiler, and VM in Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/mattharrison/pretty-mode/blob/emacswiki/pretty-mode.el"&gt;Emacs Pretty Mode: Substitute lambda with λ and many more...&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://julien.danjou.info/blog/2010.html#Icon_category_support_in_Org-mode"&gt;Icon category support in Emacs Org-mode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.reddit.com/r/emacs/comments/e28ai/simple_tip_for_browsing_python_using_emacs/"&gt;Simple tip for browsing python using emacs : emacs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>links</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/delicious-grep-links-blogger-for-2010-11-13/</guid><pubDate>Sat, 13 Nov 2010 23:11:58 GMT</pubDate></item><item><title>[delicious | grep links | blogger] for 2010-11-06</title><link>http://thestandardoutput.com/posts/delicious-grep-links-blogger-for-2010-11-06/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://teddziuba.com/2010/10/taco-bell-programming.html"&gt;Taco Bell Programming&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.eworldui.net/blog/post/2010/04/08/Setting-up-Mercurial-server-in-IIS7-using-a-ISAPI-module.aspx"&gt;Setting up Mercurial server in IIS7 using a ISAPI module&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.jeremyskinner.co.uk/mercurial-on-iis7/"&gt;Mercurial on IIS7&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://panela.blog-city.com/python_and_emacs_7_buffer_navigation_point_history.htm"&gt;Emacs buffer navigation (point history)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>links</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/delicious-grep-links-blogger-for-2010-11-06/</guid><pubDate>Sat, 06 Nov 2010 20:16:19 GMT</pubDate></item><item><title>[delicious | grep links | blogger] for 2010-10-30</title><link>http://thestandardoutput.com/posts/delicious-grep-links-blogger-for-2010-10-30/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://landoflisp.com/"&gt;Land of Lisp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.instructables.com/id/Ardu-pong-the-Arduino-based-pong-console/"&gt;Ardu-pong! the Arduino based pong console&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.drdobbs.com/blog/archives/2010/10/weekend_web_app.html;jsessionid=FIGMY0XRILFEDQE1GHPSKHWATMY32JVN?cid=nl_ddjupdate_2010-10-26_html"&gt;A Startup In A Weekend - DDJ&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://xahlee.org/emacs/elisp_basics.html"&gt;Emacs Lisp Basics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://msnyder.info/posts/2010/10/modular-el-get-pymacs-recipes/"&gt;Modular el-get Pymacs Recipes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.overclock.net/keyboards/491752-mechanical-keyboard-guide.html"&gt;Mechanical Keyboard Guide - Overclock.net - Overclocking.net&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.kalzumeus.com/2010/10/25/how-to-use-ssl-to-secure-your-rails-app-against-firesheep-and-other-evils/"&gt;How To Use SSL To Secure Your Rails App Against FireSheep And Other Evils: MicroISV on a Shoestring&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.google.com/present/view?id=0Abmo0iWBO2gEZGY3cnc3dnpfMzM4Y3o2bmduZDY&amp;amp;amp;hl=en&amp;amp;amp;authkey=CJ2Ug_IF"&gt;the creative internet (106 things)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://hamidshahid.blogspot.com/2009/02/reading-x509-certificates-from-remote.html"&gt;Reading X509 Certificates from remote machines&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://omegacoder.com/?p=359"&gt;INI Files Meet Regex and Linq in C#&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>links</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/delicious-grep-links-blogger-for-2010-10-30/</guid><pubDate>Sat, 30 Oct 2010 19:00:00 GMT</pubDate></item><item><title>[delicious | grep links | blogger] for 2010-10-23</title><link>http://thestandardoutput.com/posts/delicious-grep-links-blogger-for-2010-10-23/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://omegacoder.com/?p=359"&gt;INI Files Meet Regex and Linq in C#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://weblogs.asp.net/rosherove/archive/2007/05/19/easier-winform-ui-thread-safe-methods-with-dynamicproxy2-and-osherove-simpleinterception.aspx"&gt;Easier Winform UI Thread Safe Methods with DynamicProxy2 and Osherove.SimpleInterception - ISerializable - Roy Osherove's Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bc.tech.coop/blog/070306.html"&gt;Emacs and Google Calendars&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mary.dfki.de/"&gt;The MARY Text-to-Speech System — MARY Text-to-Speech&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.templatemonster.com/2010/06/11/55-coming-soon-pages/"&gt;55 Creative ‘Coming Soon’ Pages | Template Monster Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.softwarebyrob.com/2010/10/14/startup-marketing-part-6-why-you-should-start-marketing-the-day-you-start-coding/?utm_source=feedburner&amp;amp;amp;utm_medium=feed&amp;amp;amp;utm_campaign=Feed%3A+SoftwareByRob+%28Software+by+Rob%29"&gt;Why You Should Start Marketing the Day You Start Coding&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www-cs-students.stanford.edu/~blynn/gitmagic/index.html"&gt;Git Magic - Preface&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://gitready.com/"&gt;git ready » learn git one commit at a time&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://highscalability.com/blog/2010/9/5/hilarious-video-relational-database-vs-nosql-fanbois.html"&gt;Hilarious Video: Relational Database vs NoSQL Fanbois&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.popsci.com/technology/article/2010-10/video-voodoo-software-removes-objects-live-video"&gt;Video: Voodoo Software Removes Objects From Video In Real Time | Popular Science&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.doughellmann.com/2009/04/implementing-mapreduce-with.html"&gt;Implementing MapReduce with multiprocessing in python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://clouddbs.blogspot.com/2010/10/googles-mapreduce-in-98-lines-of-python.html"&gt;Google's MapReduce in 98 Lines of Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://floatsolutions.com/blog/2010/10/displaying-inline-images-in-emacs-org-mode/"&gt;Displaying Inline Images in Emacs org-mode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.getlfs.com/"&gt;LFS - Lightning Fast Shop - Python/Django&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>links</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/delicious-grep-links-blogger-for-2010-10-23/</guid><pubDate>Sat, 23 Oct 2010 19:00:00 GMT</pubDate></item><item><title>[delicious | grep links | blogger] for 2010-10-16</title><link>http://thestandardoutput.com/posts/delicious-grep-links-blogger-for-2010-10-16/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://floatsolutions.com/blog/2010/10/displaying-inline-images-in-emacs-org-mode/"&gt;Displaying Inline Images in Emacs org-mode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.getlfs.com/"&gt;LFS - Lightning Fast Shop - Python/Django&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mike.verdone.ca/twitter/"&gt;Python Twitter Tools (command-line client and IRC bot)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.webmonkey.com/2010/02/get_started_with_the_twitter_api/"&gt;Using the Twitter API | Webmonkey | Wired.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://esr.ibiblio.org/?p=2658"&gt;Kill the Buddha&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://xahlee.blogspot.com/2010/10/emacs-whats-eshell-eshell-vs-shell.html"&gt;emacs: what's eshell? eshell vs shell&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://trey-jackson.blogspot.com/2010/10/emacs-tip-37-fic-modeel.html"&gt;Fixme in Comments Minor Mode for Emacs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bryan-murdock.blogspot.com/2010/10/email-with-thunderbird-compose-with.html"&gt;Email with Thunderbird, Compose with Emacs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developer.mozilla.org/en/JavaScript/Guide"&gt;JavaScript Guide - MDC&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://challenge.greplin.com/"&gt;Greplin Programming Challenge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.colorzilla.com/gradient-editor/"&gt;Ultimate CSS Gradient Generator - ColorZilla.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://vis.cs.ucdavis.edu/~ogawa/storylines/python.svg"&gt;Python Commit History Visualization&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>links</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/delicious-grep-links-blogger-for-2010-10-16/</guid><pubDate>Sat, 16 Oct 2010 19:00:00 GMT</pubDate></item><item><title>[delicious | grep links | blogger] for 2010-10-09</title><link>http://thestandardoutput.com/posts/delicious-grep-links-blogger-for-2010-10-09/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://commons.wikimedia.org/wiki/Lambda_Papers"&gt;Lambda Papers - Wikimedia Commons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.documentcloud.org/documents/10404-chris-kick-ass-cover-letter.html"&gt;Chris' kick-ass cover letter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://learnpythonthehardway.org/home"&gt;Learn Python The Hard Way: Learn Python The Hard Way&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.tokyohackerspace.org/akihabara/"&gt;Akihabara&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://norvig.com/lispy2.html"&gt;(How to Write a ((Better) Lisp) Interpreter (in Python))&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://norvig.com/lispy.html"&gt;(How to Write a (Lisp) Interpreter (in Python))&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://queue.acm.org/detail.cfm?id=864034"&gt;The Woes of IDEs - ACM Queue&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://inventwithpython.com/blog/2010/09/01/the-top-10-pygame-tutorials/"&gt;The "Invent with Python" Blog — The Top 10 Pygame Tutorials&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://inventwithpython.com/blog/2010/06/25/gorilla-py-a-remake-of-gorilla-bas/"&gt;The "Invent with Python" Blog — Gorilla.py: A Remake of Gorilla.bas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.html5rocks.com/"&gt;HTML5Rocks - Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.saltycrane.com/blog/2008/11/python-datetime-time-conversions/"&gt;Python datetime / time conversions « SaltyCrane Blog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>links</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/delicious-grep-links-blogger-for-2010-10-09/</guid><pubDate>Sat, 09 Oct 2010 19:00:00 GMT</pubDate></item><item><title>On networking and selling your brand as a geek</title><link>http://thestandardoutput.com/posts/on-networking-and-selling-your-brand-as-a-geek/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;div&gt;&lt;p&gt;My manager at work thinks that I do really good work. I think she tells me
thetruth since this is reflected in my reviews and bonuses. But she also says
thatgood work alone is not enough, and that I have to go sell myself and
networkwith my peers to get more visibility to the important projects that I'm
workingon. This visibility is important at the company where I work when review
timerolls around.&lt;/p&gt;
&lt;p&gt;There's nothing wrong with that (and I really mean it... I'm not mocking
anyonehere or the process itself, despite the vague
&lt;a href="http://en.wikipedia.org/wiki/The_Outing"&gt;reference to Seinfeld&lt;/a&gt;). But thereis
something about this process that always made me uncomfortable, and althoughI've
always had a vague idea about what it was, I could never nail it down. Or,more
likely, I never took the time to think it through and analyze it.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://reginald.braythwayt.com/"&gt;Reginald Braithwaite&lt;/a&gt; (of
&lt;a href="http://weblog.raganwald.com/"&gt;Raganwald&lt;/a&gt; fame and now working on
&lt;a href="http://github.com/raganwald/homoiconic"&gt;homoiconic&lt;/a&gt;), a chap that I have
followed for a few years now,
&lt;a href="http://raganwald.posterous.com/no-i-wouldnt-hire-a-programmer-that-has-no-in"&gt;has put it very succinctly and eloquently&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;"... I have social anxiety, and while I am stimulated in an incredibly rich
and rewarding way when I meet and talk to people I like and admire, when there
are more than a few people in the room I feel incredibly uncomfortable and have
to fight the urge to slide out.&lt;/p&gt;
&lt;p&gt;The irony of using networking in my career when I'm deathly afraid of one ofthe
most important methods of networking is not lost on me ..."&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;To which I respond: Yes! Me too! I could not have said it better myself.&lt;/p&gt;&lt;/div&gt;</description><category>commentary</category><category>cool stuff</category><category>great quotes</category><category>philosophy</category><category>review</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/on-networking-and-selling-your-brand-as-a-geek/</guid><pubDate>Sun, 19 Sep 2010 18:50:00 GMT</pubDate></item><item><title>Rastafarian Software</title><link>http://thestandardoutput.com/posts/rastafarian-software/</link><dc:creator>Jonas Gorauskas</dc:creator><description>&lt;div&gt;&lt;p&gt;This is an instant classic. Rasta Code:&lt;/p&gt;
&lt;pre class="code literal-block"&gt;while (love &amp;amp; passion) {
    for (fight = 0; rights &amp;lt; freedom; rights++) {
        fight = standup(rights);
    }
    free(babylon);
}
&lt;/pre&gt;


&lt;p&gt;Check it out here: &lt;a href="http://rastasoft.org/"&gt;http://rastasoft.org/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><category>programming</category><category>zeitgeist</category><guid>http://thestandardoutput.com/posts/rastafarian-software/</guid><pubDate>Thu, 13 Aug 2009 05:30:00 GMT</pubDate></item></channel></rss>