<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare für Moritz Siuts</title>
	<atom:link href="http://www.moritz-siuts.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moritz-siuts.de</link>
	<description>Just another developer blog</description>
	<lastBuildDate>Tue, 18 Oct 2011 08:14:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Kommentar zu Autocomplete Everything von Jan</title>
		<link>http://www.moritz-siuts.de/2011/10/16/autocomplete-everything/#comment-61</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Tue, 18 Oct 2011 08:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.moritz-siuts.de/?p=96#comment-61</guid>
		<description>Vielen Dank für die tollen Tipps. Die vereinfachen die Arbeit wirklich. Vor allem muss ich mir jetzt keine kryptischen Abkürzungen mehr für Git-Branch-Namen überlegen, deren Bedeutung ich nach einem langen Wochenende dann schon wieder vergessen habe ;)

Ich habe noch einen weiteren Tipp. Da ich oft in einer Hand voll Projekt-Verzeichnissen unterwegs bin, bzw. in deren Unterverzeichnissen, habe ich mir diese mit &lt;code&gt;CDPATH&lt;/code&gt; &#039;autovervollständig-bar&#039; gemacht. Hierzu muss man sich &#039;bash-completion&#039; installieren und aktivieren, zB. über MacPorts: &lt;code&gt;$ sudo port install bash-completion&lt;/code&gt; und in das .bash_profile:
&lt;code&gt;
# activate bash-completion
  if [ -f /opt/local/etc/bash_completion ]; then
      . /opt/local/etc/bash_completion
  fi
&lt;/code&gt;
(siehe https://trac.macports.org/wiki/howto/bash-completion)

Dann kann man seine Verzeichnisse einfach in das .bash_profile eintragen, zB.:
&lt;code&gt;export CDPATH=&#039;.:~:/Users/me/myWorspace/&#039;&lt;/code&gt;
Alle Verzeichnisse in &lt;code&gt;myWorkspace&lt;/code&gt; sind dann von jedem Verzeichnis aus bei zB. &lt;code&gt;cd&lt;/code&gt; direkt erreichbar und &#039;autovervollständig-bar&#039;.</description>
		<content:encoded><![CDATA[<p>Vielen Dank für die tollen Tipps. Die vereinfachen die Arbeit wirklich. Vor allem muss ich mir jetzt keine kryptischen Abkürzungen mehr für Git-Branch-Namen überlegen, deren Bedeutung ich nach einem langen Wochenende dann schon wieder vergessen habe <img src='http://www.moritz-siuts.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Ich habe noch einen weiteren Tipp. Da ich oft in einer Hand voll Projekt-Verzeichnissen unterwegs bin, bzw. in deren Unterverzeichnissen, habe ich mir diese mit <code>CDPATH</code> &#8216;autovervollständig-bar&#8217; gemacht. Hierzu muss man sich &#8216;bash-completion&#8217; installieren und aktivieren, zB. über MacPorts: <code>$ sudo port install bash-completion</code> und in das .bash_profile:<br />
<code><br />
# activate bash-completion<br />
  if [ -f /opt/local/etc/bash_completion ]; then<br />
      . /opt/local/etc/bash_completion<br />
  fi<br />
</code><br />
(siehe <a href="https://trac.macports.org/wiki/howto/bash-completion" rel="nofollow">https://trac.macports.org/wiki/howto/bash-completion</a>)</p>
<p>Dann kann man seine Verzeichnisse einfach in das .bash_profile eintragen, zB.:<br />
<code>export CDPATH='.:~:/Users/me/myWorspace/'</code><br />
Alle Verzeichnisse in <code>myWorkspace</code> sind dann von jedem Verzeichnis aus bei zB. <code>cd</code> direkt erreichbar und &#8216;autovervollständig-bar&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Developer Conference Hamburg 2011 von DevCon Hamburg 2011 ReCap</title>
		<link>http://www.moritz-siuts.de/2011/05/23/developer-conference-hamburg-2011/#comment-17</link>
		<dc:creator>DevCon Hamburg 2011 ReCap</dc:creator>
		<pubDate>Mon, 23 May 2011 22:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.moritz-siuts.de/?p=79#comment-17</guid>
		<description>[...] zusammenfassende Blog-Posts gibt es bei Moritz Siuts, Triagens, xenji.com, Nils Langner, Niclas [...]</description>
		<content:encoded><![CDATA[<p>[...] zusammenfassende Blog-Posts gibt es bei Moritz Siuts, Triagens, xenji.com, Nils Langner, Niclas [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Migration von iPhoto nach Picasa mit Phoshare von Joe</title>
		<link>http://www.moritz-siuts.de/2011/03/19/migration-von-iphoto-nach-picasa-mit-phoshare/#comment-12</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 11 Apr 2011 16:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.moritz-siuts.de/?p=56#comment-12</guid>
		<description>Moritz - super, danke für den Tip! Hat Prima funktioniert!</description>
		<content:encoded><![CDATA[<p>Moritz &#8211; super, danke für den Tip! Hat Prima funktioniert!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Wie bringe ich die JVM zum Absturz? von Konstantin Preißer</title>
		<link>http://www.moritz-siuts.de/2011/02/01/wie-bringe-ich-die-jvm-zum-absturz/#comment-6</link>
		<dc:creator>Konstantin Preißer</dc:creator>
		<pubDate>Tue, 01 Feb 2011 20:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.moritz-siuts.de/?p=53#comment-6</guid>
		<description>Hi,

naja ein richtiger Absturz ist das ja nicht. Das ist nur eine Endlosschleife. ;-)

Einen richtigen JVM-Crash bekommt man so (zumindest unter Windows):
	public static void main(String[] args) {
		BufferedImage rendImg = new BufferedImage(100, 100, BufferedImage.TYPE_3BYTE_BGR);
		BufferedImage drawImg = new BufferedImage(100, 100, BufferedImage.TYPE_INT_ARGB);
		Graphics2D g = drawImg.createGraphics();
		g.transform(new AffineTransform(1E-16, 0.0, -1.0, 1.0, 0.0, 0.0));
		g.drawImage(rendImg, -rendImg.getWidth() / 2, -rendImg.getHeight() / 2, null);
	}

Ergebnis:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006d03ed69, pid=3652, tid=1548
#
# JRE version: 6.0_23-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (19.0-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [awt.dll+0x3ed69]
#
# An error report file with more information is saved as:
# C:\Java-Sachen\eclipse-workspace-Test\JVMCrash\hs_err_pid3652.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>naja ein richtiger Absturz ist das ja nicht. Das ist nur eine Endlosschleife. <img src='http://www.moritz-siuts.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Einen richtigen JVM-Crash bekommt man so (zumindest unter Windows):<br />
	public static void main(String[] args) {<br />
		BufferedImage rendImg = new BufferedImage(100, 100, BufferedImage.TYPE_3BYTE_BGR);<br />
		BufferedImage drawImg = new BufferedImage(100, 100, BufferedImage.TYPE_INT_ARGB);<br />
		Graphics2D g = drawImg.createGraphics();<br />
		g.transform(new AffineTransform(1E-16, 0.0, -1.0, 1.0, 0.0, 0.0));<br />
		g.drawImage(rendImg, -rendImg.getWidth() / 2, -rendImg.getHeight() / 2, null);<br />
	}</p>
<p>Ergebnis:<br />
#<br />
# A fatal error has been detected by the Java Runtime Environment:<br />
#<br />
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006d03ed69, pid=3652, tid=1548<br />
#<br />
# JRE version: 6.0_23-b05<br />
# Java VM: Java HotSpot(TM) 64-Bit Server VM (19.0-b09 mixed mode windows-amd64 compressed oops)<br />
# Problematic frame:<br />
# C  [awt.dll+0x3ed69]<br />
#<br />
# An error report file with more information is saved as:<br />
# C:\Java-Sachen\eclipse-workspace-Test\JVMCrash\hs_err_pid3652.log<br />
#<br />
# If you would like to submit a bug report, please visit:<br />
#   <a href="http://java.sun.com/webapps/bugreport/crash.jsp" rel="nofollow">http://java.sun.com/webapps/bugreport/crash.jsp</a><br />
# The crash happened outside the Java Virtual Machine in native code.<br />
# See problematic frame for where to report the bug.<br />
#</p>
]]></content:encoded>
	</item>
</channel>
</rss>

