<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	
	>
<channel>
	<title>
	Comments for blog.thiesen.org	</title>
	<atom:link href="https://blogdotthiesendotorg.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogdotthiesendotorg.wordpress.com</link>
	<description>a geek life</description>
	<lastBuildDate>Fri, 12 Oct 2018 07:01:40 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>
		Comment on Benchmarking JVMs by Optimizing Vert.x request throughput &#8211; blog.thiesen.org		</title>
		<link>https://blogdotthiesendotorg.wordpress.com/2018/10/04/benchmarking-jvms/comment-page-1/#comment-855</link>

		<dc:creator><![CDATA[Optimizing Vert.x request throughput &#8211; blog.thiesen.org]]></dc:creator>
		<pubDate>Fri, 12 Oct 2018 07:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thiesen.org/?p=1784#comment-855</guid>

					<description><![CDATA[[&#8230;] benchmarking HotSpot against OpenJ9 I realised that 5k requests per second are nice enough, but that there might still be some room for [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] benchmarking HotSpot against OpenJ9 I realised that 5k requests per second are nice enough, but that there might still be some room for [&#8230;]</p>
<p id="comment-like-855" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotthiesendotorg.wordpress.com/2018/10/04/benchmarking-jvms/?like_comment=855&#038;_wpnonce=f8d2cd3169" class="comment-like-link needs-login" rel="nofollow" data-blog="103972862"><span>Like</span></a><span id="comment-like-count-855" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on The V word &#8211; why is verbosity considered bad? by Klas Kalaß		</title>
		<link>https://blogdotthiesendotorg.wordpress.com/2018/08/31/verbosity-in-programming/comment-page-1/#comment-850</link>

		<dc:creator><![CDATA[Klas Kalaß]]></dc:creator>
		<pubDate>Mon, 03 Sep 2018 11:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thiesen.org/?p=1769#comment-850</guid>

					<description><![CDATA[While I do agree generally that verbosity is not in itself a sign of good code (but merely a reflection of the programming language), I disagree with your examples.

I think that languages should endorse safe and easy-to-reason-about code. 

There always is an amount of language specific knowledge you need while reading code. Usually, this is stuff like implications wet mutable state, possibility of null values etc.

While reading code, safe code should be easy to spot, and easy to read. Which often does imply: it should not have to be verbose in order to convey it’s safeness.

Only if there is something to be aware of, it should be verbose IMHO.

So, making stuff mutable should be long with extra keywords. Immutable should be short. Not allowing null should be short, allowing null should be verbose.

And repeating types over and over again does slow down reading, So I do enjoy type inference – within one module. APIs should be typed explicitly though.]]></description>
			<content:encoded><![CDATA[<p>While I do agree generally that verbosity is not in itself a sign of good code (but merely a reflection of the programming language), I disagree with your examples.</p>
<p>I think that languages should endorse safe and easy-to-reason-about code. </p>
<p>There always is an amount of language specific knowledge you need while reading code. Usually, this is stuff like implications wet mutable state, possibility of null values etc.</p>
<p>While reading code, safe code should be easy to spot, and easy to read. Which often does imply: it should not have to be verbose in order to convey it’s safeness.</p>
<p>Only if there is something to be aware of, it should be verbose IMHO.</p>
<p>So, making stuff mutable should be long with extra keywords. Immutable should be short. Not allowing null should be short, allowing null should be verbose.</p>
<p>And repeating types over and over again does slow down reading, So I do enjoy type inference – within one module. APIs should be typed explicitly though.</p>
<p id="comment-like-850" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotthiesendotorg.wordpress.com/2018/08/31/verbosity-in-programming/?like_comment=850&#038;_wpnonce=69d1ccfe95" class="comment-like-link needs-login" rel="nofollow" data-blog="103972862"><span>Like</span></a><span id="comment-like-count-850" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on JSR 311 and RxJava 2 in &#8220;Vert.x Boot&#8221; by Stephane Epardaud		</title>
		<link>https://blogdotthiesendotorg.wordpress.com/2018/08/24/jsr-311-and-rxjava-2-in-vert-x-boot/comment-page-1/#comment-849</link>

		<dc:creator><![CDATA[Stephane Epardaud]]></dc:creator>
		<pubDate>Fri, 24 Aug 2018 09:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thiesen.org/?p=1764#comment-849</guid>

					<description><![CDATA[Hi, It’s already supported in RESTEasy: http://docs.jboss.org/resteasy/docs/3.6.1.Final/userguide/html/Reactive.html]]></description>
			<content:encoded><![CDATA[<p>Hi, It’s already supported in RESTEasy: <a href="http://docs.jboss.org/resteasy/docs/3.6.1.Final/userguide/html/Reactive.html" rel="nofollow ugc">http://docs.jboss.org/resteasy/docs/3.6.1.Final/userguide/html/Reactive.html</a></p>
<p id="comment-like-849" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotthiesendotorg.wordpress.com/2018/08/24/jsr-311-and-rxjava-2-in-vert-x-boot/?like_comment=849&#038;_wpnonce=7eb1f48eeb" class="comment-like-link needs-login" rel="nofollow" data-blog="103972862"><span>Like</span></a><span id="comment-like-count-849" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Vert.x Boot first step by Vert.x Zero Up? &#8211; blog.thiesen.org		</title>
		<link>https://blogdotthiesendotorg.wordpress.com/2018/08/10/vert-x-boot-first-step/comment-page-1/#comment-848</link>

		<dc:creator><![CDATA[Vert.x Zero Up? &#8211; blog.thiesen.org]]></dc:creator>
		<pubDate>Fri, 17 Aug 2018 07:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thiesen.org/?p=1737#comment-848</guid>

					<description><![CDATA[[…] my former post, Vert.x Boot, I was told that there is actually a similar project […]]]></description>
			<content:encoded><![CDATA[<p>[…] my former post, Vert.x Boot, I was told that there is actually a similar project […]</p>
<p id="comment-like-848" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotthiesendotorg.wordpress.com/2018/08/10/vert-x-boot-first-step/?like_comment=848&#038;_wpnonce=27da50cb77" class="comment-like-link needs-login" rel="nofollow" data-blog="103972862"><span>Like</span></a><span id="comment-like-count-848" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Vert.x Boot first step by Andrew		</title>
		<link>https://blogdotthiesendotorg.wordpress.com/2018/08/10/vert-x-boot-first-step/comment-page-1/#comment-845</link>

		<dc:creator><![CDATA[Andrew]]></dc:creator>
		<pubDate>Mon, 13 Aug 2018 09:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thiesen.org/?p=1737#comment-845</guid>

					<description><![CDATA[Go-go, Marcus!]]></description>
			<content:encoded><![CDATA[<p>Go-go, Marcus!</p>
<p id="comment-like-845" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotthiesendotorg.wordpress.com/2018/08/10/vert-x-boot-first-step/?like_comment=845&#038;_wpnonce=9349169688" class="comment-like-link needs-login" rel="nofollow" data-blog="103972862"><span>Like</span></a><span id="comment-like-count-845" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on code.talks 2014 &#8211; Tag 2 by Sarah		</title>
		<link>https://blogdotthiesendotorg.wordpress.com/2014/10/10/code-talks-2014-tag-2/comment-page-1/#comment-357</link>

		<dc:creator><![CDATA[Sarah]]></dc:creator>
		<pubDate>Thu, 13 Nov 2014 15:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thiesen.org/?p=1645#comment-357</guid>

					<description><![CDATA[Vielen Dank für die ausführliche Zusammenfassung der code.talks 2014! Nur durch das Feedback unserer Teilnehmer können wir die Konferenz stetig weiter verbessern und nach vorne bringen.
Viele der beschriebenen Talks und alle anderen aus Saal 1 könnt ihr auf unserem Youtube Channel noch einmal ansehen. Dort findet ihr auch Videos aus den vergangenen Konferenzjahren.
https://www.youtube.com/channel/UCfuj1MM5p37CRzWYPv_PsWA]]></description>
			<content:encoded><![CDATA[<p>Vielen Dank für die ausführliche Zusammenfassung der code.talks 2014! Nur durch das Feedback unserer Teilnehmer können wir die Konferenz stetig weiter verbessern und nach vorne bringen.<br />
Viele der beschriebenen Talks und alle anderen aus Saal 1 könnt ihr auf unserem Youtube Channel noch einmal ansehen. Dort findet ihr auch Videos aus den vergangenen Konferenzjahren.<br />
<a href="https://www.youtube.com/channel/UCfuj1MM5p37CRzWYPv_PsWA" rel="nofollow ugc">https://www.youtube.com/channel/UCfuj1MM5p37CRzWYPv_PsWA</a></p>
<p id="comment-like-357" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotthiesendotorg.wordpress.com/2014/10/10/code-talks-2014-tag-2/?like_comment=357&#038;_wpnonce=f21da6ea47" class="comment-like-link needs-login" rel="nofollow" data-blog="103972862"><span>Like</span></a><span id="comment-like-count-357" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on ApacheCon EU 2012 Day 3 by Marcus		</title>
		<link>https://blogdotthiesendotorg.wordpress.com/2012/11/09/apachecon-eu-2012-day-3/comment-page-1/#comment-356</link>

		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Tue, 20 Nov 2012 07:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thiesen.org/?p=1517#comment-356</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blogdotthiesendotorg.wordpress.com/2012/11/09/apachecon-eu-2012-day-3/comment-page-1/#comment-355&quot;&gt;J.P.&lt;/a&gt;.

Das ist natürlich ein Standard Theme, Graphene um genau zu sein... ;)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blogdotthiesendotorg.wordpress.com/2012/11/09/apachecon-eu-2012-day-3/comment-page-1/#comment-355">J.P.</a>.</p>
<p>Das ist natürlich ein Standard Theme, Graphene um genau zu sein&#8230; 😉</p>
<p id="comment-like-356" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotthiesendotorg.wordpress.com/2012/11/09/apachecon-eu-2012-day-3/?like_comment=356&#038;_wpnonce=9582a1b70d" class="comment-like-link needs-login" rel="nofollow" data-blog="103972862"><span>Like</span></a><span id="comment-like-count-356" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on ApacheCon EU 2012 Day 3 by J.P.		</title>
		<link>https://blogdotthiesendotorg.wordpress.com/2012/11/09/apachecon-eu-2012-day-3/comment-page-1/#comment-355</link>

		<dc:creator><![CDATA[J.P.]]></dc:creator>
		<pubDate>Tue, 20 Nov 2012 07:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thiesen.org/?p=1517#comment-355</guid>

					<description><![CDATA[Hallo,
danke für die anschauliche und teilweise amüsante Berichterstattung. Bei deinem Kommentar zur alten Solr Adminoberfläche habe ich geschmunzelt. Das Layout von deiner Blog sieht doch sehr modisch aus? Oder hast du dass nicht selbst gemacht?
Viele Grüße
Johannes]]></description>
			<content:encoded><![CDATA[<p>Hallo,<br />
danke für die anschauliche und teilweise amüsante Berichterstattung. Bei deinem Kommentar zur alten Solr Adminoberfläche habe ich geschmunzelt. Das Layout von deiner Blog sieht doch sehr modisch aus? Oder hast du dass nicht selbst gemacht?<br />
Viele Grüße<br />
Johannes</p>
<p id="comment-like-355" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotthiesendotorg.wordpress.com/2012/11/09/apachecon-eu-2012-day-3/?like_comment=355&#038;_wpnonce=0f3960e461" class="comment-like-link needs-login" rel="nofollow" data-blog="103972862"><span>Like</span></a><span id="comment-like-count-355" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Quickhacks: Git Swap: Swapping the two topmost commits by Marcus		</title>
		<link>https://blogdotthiesendotorg.wordpress.com/2011/11/04/quickhacks-git-swap-swapping-the-two-topmost-commits/comment-page-1/#comment-354</link>

		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 22:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thiesen.org/?p=1298#comment-354</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blogdotthiesendotorg.wordpress.com/2011/11/04/quickhacks-git-swap-swapping-the-two-topmost-commits/comment-page-1/#comment-353&quot;&gt;Marco&lt;/a&gt;.

Ja, hatte ich, aber irgendwie war mir das als ich da das letzte mal drauf geschaut habe zu kompliziert. Ich schaus mir glaube ich aber noch mal an.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blogdotthiesendotorg.wordpress.com/2011/11/04/quickhacks-git-swap-swapping-the-two-topmost-commits/comment-page-1/#comment-353">Marco</a>.</p>
<p>Ja, hatte ich, aber irgendwie war mir das als ich da das letzte mal drauf geschaut habe zu kompliziert. Ich schaus mir glaube ich aber noch mal an.</p>
<p id="comment-like-354" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotthiesendotorg.wordpress.com/2011/11/04/quickhacks-git-swap-swapping-the-two-topmost-commits/?like_comment=354&#038;_wpnonce=ad8e935113" class="comment-like-link needs-login" rel="nofollow" data-blog="103972862"><span>Like</span></a><span id="comment-like-count-354" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Quickhacks: Git Swap: Swapping the two topmost commits by Marco		</title>
		<link>https://blogdotthiesendotorg.wordpress.com/2011/11/04/quickhacks-git-swap-swapping-the-two-topmost-commits/comment-page-1/#comment-353</link>

		<dc:creator><![CDATA[Marco]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 20:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thiesen.org/?p=1298#comment-353</guid>

					<description><![CDATA[Schon mal über stg nachgedacht?]]></description>
			<content:encoded><![CDATA[<p>Schon mal über stg nachgedacht?</p>
<p id="comment-like-353" data-liked=comment-not-liked class="comment-likes comment-not-liked"><a href="https://blogdotthiesendotorg.wordpress.com/2011/11/04/quickhacks-git-swap-swapping-the-two-topmost-commits/?like_comment=353&#038;_wpnonce=ab66ff95a8" class="comment-like-link needs-login" rel="nofollow" data-blog="103972862"><span>Like</span></a><span id="comment-like-count-353" class="comment-like-feedback">Like</span></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
