<?xml version="1.0" encoding="utf-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Marc Abramowitz</title>
	<link>http://marc-abramowitz.com</link>
	<description>Rocking the blogosphere</description>
	<lastBuildDate>Tue, 17 Jun 2008 06:40:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Software development quote of the day</title>
		<description>Spotted at http://www.holub.com/:

"Excessive or irrational schedules are probably the single most destructive influence in all of software."

-Caspers Jones

 </description>
		<link>http://marc-abramowitz.com/archives/2008/06/06/software-development-quote-of-the-day/</link>
			</item>
	<item>
		<title>links for 2008-05-31</title>
		<description>
	
		freshmeat.net: Project details for Extended Python Debugger
		More complete than pdb.py. Supports a "restart" command, disassembly, stack traces that give better information for exec statements, and stepping over "defs". Tries to follow gdb's commands unless there is good reason not to.
		(tags: python debug)
	

 </description>
		<link>http://marc-abramowitz.com/archives/2008/05/31/links-for-2008-05-31/</link>
			</item>
	<item>
		<title>links for 2008-05-28</title>
		<description>
	
		Welcome to OpenC++
		OpenC++ is C++ frontend library (lexer+parser+DOM/MOP) and source-to-source translator. OpenC++ enables development of C++ language tools, extensions, domain specific compiler optimizations and runtime metaobject protocols.
		(tags: c++ parser)
	

 </description>
		<link>http://marc-abramowitz.com/archives/2008/05/28/links-for-2008-05-28/</link>
			</item>
	<item>
		<title>links for 2008-05-24</title>
		<description>
	
		Linuxart » Blog Archive » Super-useful inputrc
		(tags: bash inputrc)
	

 </description>
		<link>http://marc-abramowitz.com/archives/2008/05/24/links-for-2008-05-24/</link>
			</item>
	<item>
		<title>Python ternary operator</title>
		<description>Today's Python discovery:

Python doesn't have the C style ?: ternary operator (e.g.: cond ? valueIfTrue : valueIfFalse).

But as of Python 2.5 it has a ternary operator with its own syntax: value_when_true if condition else value_when_false

For example:


>>> 'a' if 1 == 1 else 'b'
'a'
>>> 'a' if 1 == 0 else 'b'
'b'


This ...</description>
		<link>http://marc-abramowitz.com/archives/2008/05/18/python-ternary-operator/</link>
			</item>
	<item>
		<title>Song from the Bank of America Commercial</title>
		<description>A recent B of A commercial has a female acoustic singer/songwriter song, which sounds very similar to Shawn Colvin to me, but alas, it's not Shawn Colvin. 

It's "Merry-Go-Round" by Antje Duvekot </description>
		<link>http://marc-abramowitz.com/archives/2008/05/10/song-from-the-bank-of-america-commercial/</link>
			</item>
	<item>
		<title>links for 2008-05-09</title>
		<description>
	
		Macworld &#124; First Look: VMware Fusion 2.0 Beta 1
		(tags: vmware fusion macosx)
	

 </description>
		<link>http://marc-abramowitz.com/archives/2008/05/09/links-for-2008-05-09/</link>
			</item>
	<item>
		<title>Pole smoking</title>
		<description>I wonder if the manufacturers of this have heard of the term "pole smoking":

 </description>
		<link>http://marc-abramowitz.com/archives/2008/04/30/pole-smoking/</link>
			</item>
	<item>
		<title>links for 2008-04-29</title>
		<description>
	
		C++ Gotchas: Avoiding Common Problems in Coding and Design -
		(tags: C++)
	

 </description>
		<link>http://marc-abramowitz.com/archives/2008/04/29/links-for-2008-04-29/</link>
			</item>
	<item>
		<title>links for 2008-04-28</title>
		<description>
	
		Linkers and Loaders
		(tags: linker programming book)
	

 </description>
		<link>http://marc-abramowitz.com/archives/2008/04/28/links-for-2008-04-28/</link>
			</item>
</channel>
</rss>
