<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Moritz Haarmann&#039;s Blog &#187; thoughts</title>
	<atom:link href="http://momo.brauchtman.net/tag/thoughts/feed/" rel="self" type="application/rss+xml" />
	<link>http://momo.brauchtman.net</link>
	<description>random thoughts.</description>
	<lastBuildDate>Fri, 27 Jan 2012 15:54:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Web Development and MVC: a pain somewhere, cont&#8217;d.</title>
		<link>http://momo.brauchtman.net/2009/05/18/web-development-and-mvc-a-pain-somewhere-contd/</link>
		<comments>http://momo.brauchtman.net/2009/05/18/web-development-and-mvc-a-pain-somewhere-contd/#comments</comments>
		<pubDate>Mon, 18 May 2009 22:45:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[antiusability]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://momo.brauchtman.net/?p=362</guid>
		<description><![CDATA[Our beloved model-view-controller pattern seems to act as an excuse for every damn web-framework out there. Yet there is one problem. From my point of view, no framework to date has ever managed to slice a web application in a &#8230; <a href="http://momo.brauchtman.net/2009/05/18/web-development-and-mvc-a-pain-somewhere-contd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Our beloved model-view-controller pattern seems to act as an excuse for every damn web-framework out there. Yet there is one problem. From my point of view, no framework to date has ever managed to slice a web application in a useful way. Really. Why?</p>
<p>First of all, it should be clear that patterns just like MVC can&#8217;t be adapted without major changes from desktop environments to the web. Why? Well, desktops are a safe harbor compared to every browser. The Operating System provides resources, screen estate, some kind of event handling and the promise that once you build your app around a certain system, it will work there. Of course this is the major drawback of desktop applications.</p>
<p>Web Applications are not built for just one system, they are mostly built with the target of total platform-independence. Including that nothing can be taken for granted, just like screen estate, resolution, browser software etc.</p>
<p>And then there is this huge limiting factor called HTTP. HTTP is a simple, beautiful protocol that does a great job for what it was designed. That is, delivering web pages, stateless, happiness. Which introduces just a new detail that clearly seperates desktop from the web, the web just doesn&#8217;t know anything about state. Once a server delivered a page to you, he just doesn&#8217;t care. Really. We introduced sessions and stuff, yet, there is this design-based limitation, and for the time being, we&#8217;re just working around this limitation, whereas desktop applications are stateful: ever heard of RAM?</p>
<p>So the problem we are actually facing is that all the well-engineered patterns of the desktop world just can&#8217;t be adapted. Sorry. There maybe certain areas where the impression of adaptability may occur, yet these impressions vanished as AJAX appeared.</p>
<p>Why? The traditional web-application, let&#8217;s call it Web 1.0, was based on that well-known request-response-leavemyalone cycle. Maybe some session sugar enabled a stateful behaviour, whatever. And we had a way to adapt MVC: put everything that is persistent or part of the &#8220;business logic&#8221; in a Model-Class ( aka bean ). Go ahead and search for your embedded html. Try to put in a seperate file, and tell all your geek-friends that it&#8217;s the view. And finally, the glue was the controller. And yes, it worked out really well. That was then.</p>
<p>Since the unfortunate launch of GMail everything has changed. There is no longer anything like &#8220;impossible&#8221;, since someone clearly demonstrated that virtually no restrictions in terms of usability and functionality exist.</p>
<p>Again, from my point of view, Google just didn&#8217;t reinvent the wheel, they just used available techniques in a new way.</p>
<p>So, with all this &#8220;new&#8221; technology, web application creators were forced to adapt, which led to a wide variety of 1) AJAX-Frameworks like Prototype and JQuery 2) Smart helper functions for server-side components to hide away the fact that none of them is able to encapsulate that new technology beyond some well-designed layer of abstraction.</p>
<p>Welcome to my world. I&#8217;m doing web stuff daily. Someone even pays me for doing it. But I&#8217;m really, really frustrated. There is simply no single well-designed framework, enabling me to really focus on what I want to do, not on how.</p>
<p>Today, business logic isn&#8217;t the problem. There are some very good approaches making it a breeze to brew out even complex logic.</p>
<p>But there is still too much code here ( in my repositories, maybe I&#8217;m just doing wrong ) that&#8217;s just dealing with requests. But the amount wouldn&#8217;t be a big deal, since the average linecount already dropped massively over the years. The problem is that there is absolutely no beauty. Nada. No language can hide, not even Ruby, that it&#8217;s ugly to deal with requests on a per-request level.</p>
<p>I don&#8217;t have a solution, though I&#8217;m thinking about it a looottt. And that&#8217;s just my opinion, expressed in some kind of english. And I&#8217;d really appreciate any single comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://momo.brauchtman.net/2009/05/18/web-development-and-mvc-a-pain-somewhere-contd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password Management, 2nd approach</title>
		<link>http://momo.brauchtman.net/2009/03/13/password-management-2nd-approach/</link>
		<comments>http://momo.brauchtman.net/2009/03/13/password-management-2nd-approach/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 20:45:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://momo.brauchtman.net/?p=328</guid>
		<description><![CDATA[A while ago I developed a simple demo of an application able to log a user on to his several social homes. Feedback was poor, users are just not willing to save their passwords anywhere else but in their brains. &#8230; <a href="http://momo.brauchtman.net/2009/03/13/password-management-2nd-approach/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A while ago I developed a simple demo of an application able to log a user on to his several social homes. Feedback was poor, users are just not willing to save their passwords anywhere else but in their brains. This is funny since most users I talked to ( except some nerds ) stick to the one-password-per-life principle. Really. And since every major security measure applied is rendered completely useless if the user has a weak password, which is assumably mostly the case, it&#8217;s time to think about an alternative. I won&#8217;t, I tried, nobody liked it.</p>
<p>But the other problem is in enterprise or business environments. Imagine some people with the need to have access to certain management systems ( e.g. for remote servers ) sharing one account. While it would be totally usable to simply write down a password and hide it in the office, this is quite time-consuming, each time someone compromises your secret place, you have to reset passwords and find a new place, communicate this new location etc.</p>
<p>So an online solution should be the way to go. Public-Key Infrastructures fulfill the requirement of security sufficiently, yet the usability sucks. A simple desktop application retrieving encrypted passwords and deciphering them locally would be enough. Change a password and publish this change is as simple as changing the password, everyone else would get his new password automatically if he is in the group with access to that password, so password changes are not a problem.</p>
<p>Avoiding showing the password onscreen is as simple. Just put it in the clipboard, and happiness would spread. But where is this simple approach?</p>
]]></content:encoded>
			<wfw:commentRss>http://momo.brauchtman.net/2009/03/13/password-management-2nd-approach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Still working on usabilitizing the Web: ideas, cont&#8217;d</title>
		<link>http://momo.brauchtman.net/2009/01/22/still-working-on-usabilitizing-the-web-ideas-contd/</link>
		<comments>http://momo.brauchtman.net/2009/01/22/still-working-on-usabilitizing-the-web-ideas-contd/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 16:54:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[improvingtheworld]]></category>
		<category><![CDATA[simpleyeteffective]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://momo.brauchtman.net/?p=271</guid>
		<description><![CDATA[Hello, today I continue my list of ideas which would make the Web and Computers in General way more easier and safer to use. Although it won&#8217;t change anything, I just want to make you think about it and let &#8230; <a href="http://momo.brauchtman.net/2009/01/22/still-working-on-usabilitizing-the-web-ideas-contd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hello, today I continue my list of ideas which would make the Web and Computers in General way more easier and safer to use. Although it won&#8217;t change anything, I just want to make you think about it and let me know your opinion.</p>
<p>I&#8217;m still a bit frustrated that there is nothing like a general file metadata format. While every OS nowadays has its own metadata-supplying filesystem, there doesn&#8217;t seem to be a way to exchange that information or reuse it. Neither to publish it online, in a useful manner. I was thinking about a format that enables one to store almost arbitrary information in for a file. Album art, MD5-hashes, Author information, keywords. Anything that helps to categorize a file. Thus, a download would start by clicking on the metadata file, a nice screen would popup showing the file type, the supplied information, giving you the ability to get a quick overview about a file.</p>
<p>This could help to prevent the download of malicious software etc.. And it would help to store files correctly without user interaction. As a teacher of mine noticed correctly, it&#8217;s impossible to store and organize files in a useful way using the old-school directory-filename scheme, plus the good old 3-char extension, e.g. avi or txt. Something more sophisticated is needed, and would add a bit more usability to this web.</p>
<p>This is once again just a rough idea, and I would love to hear your comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://momo.brauchtman.net/2009/01/22/still-working-on-usabilitizing-the-web-ideas-contd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Goodbye, Finland</title>
		<link>http://momo.brauchtman.net/2009/01/17/goodbye-finland/</link>
		<comments>http://momo.brauchtman.net/2009/01/17/goodbye-finland/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 16:47:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[study]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://momo.brauchtman.net/?p=249</guid>
		<description><![CDATA[So this is the last post from my room in Finland, tomorrow I&#8217;m heading home. I&#8217;m very grateful for the people I&#8217;ve met, the things I&#8217;ve learned and the endless nights spent on the road. Thank you all! [nggallery id=3]]]></description>
			<content:encoded><![CDATA[<p>So this is the last post from my room in Finland, tomorrow I&#8217;m heading home. I&#8217;m very grateful for the people I&#8217;ve met, the things I&#8217;ve learned and the endless nights spent on the road. Thank you all!</p>
<p>[nggallery id=3] </p>
]]></content:encoded>
			<wfw:commentRss>http://momo.brauchtman.net/2009/01/17/goodbye-finland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Still include IE6 support when creating a Web Application?</title>
		<link>http://momo.brauchtman.net/2009/01/11/still-include-ie6-support-when-creating-a-web-application/</link>
		<comments>http://momo.brauchtman.net/2009/01/11/still-include-ie6-support-when-creating-a-web-application/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 13:20:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[industry]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://momo.brauchtman.net/?p=217</guid>
		<description><![CDATA[I really don&#8217;t know if i shall. And this time I&#8217;m really asking for your opinion on that, just leave a comment. A Pro is that many users in corporate environments are still forced to use our favourite old-school browsing &#8230; <a href="http://momo.brauchtman.net/2009/01/11/still-include-ie6-support-when-creating-a-web-application/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I really don&#8217;t know if i shall. And this time I&#8217;m really asking for your opinion on that, just leave a comment. A Pro is that many users in corporate environments are still forced to use our favourite old-school browsing grandpa. And excluding a mentionable amount of users just for the sake of less work? </p>
<p>On the other hand, I guess that most people using really modern WebApps are nevertheless forced to use modern browsers. I don&#8217;t know, really not. A short yet true list of cons is <a href="http://www.tvidesign.co.uk/blog/2009-the-year-we-drop-ie6.aspx">presented here</a> as well, and a rather <a href="http://nickcowie.com/2009/browsers-i-rather-not-support/">radical point of view presented by nick cowie</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://momo.brauchtman.net/2009/01/11/still-include-ie6-support-when-creating-a-web-application/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Thoughts on the importance of browsers</title>
		<link>http://momo.brauchtman.net/2009/01/10/thoughts-on-the-importance-of-browsers/</link>
		<comments>http://momo.brauchtman.net/2009/01/10/thoughts-on-the-importance-of-browsers/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 20:19:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://momo.brauchtman.net/?p=206</guid>
		<description><![CDATA[What are browsers? They are bit like a light switched on so one can read a book. They are rather useless without any pages they can display. And still, it seems that dominating the browser market is a very attractive &#8230; <a href="http://momo.brauchtman.net/2009/01/10/thoughts-on-the-importance-of-browsers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>What are browsers? They are bit like a light switched on so one can read a book. They are rather useless without any pages they can display. And still, it seems that dominating the browser market is a very attractive goal. Of course, doing that leads to the ability to control what techniques can be used and which can&#8217;t, a very powerful way to exclude competitors. </p>
<p><span id="more-206"></span></p>
<p>Browsers are not important to me. As long as they display the pages I want in the way they were intended to be displayed, I&#8217;m satisfied. Nothing more, Browsers just don&#8217;t impress me, they are simply a tool. And the best tool is easy to use, robust and supportive. Supportive also means that I expect a Browser to stay out of my way. I don&#8217;t want toolbars or widgets stuffing the screen. Just the content.</p>
<p>This leads to a question. What to expect from a Browser. Honestly, nowadays every major Browser supports Tabbed Browsing, Ad Blocking and some kind of Anti-Phising. Most Browsers also support Web Standards and large parts of CSS2.1, Internet Explorer 6 and 7 don&#8217;t. JavaScript or ECMAScript is another topic. Now all widely used, modern Browsers support XMLHttpRequest, Why is it even important to list those specs?</p>
<p>Well to show you that those differences in support for each standard, language or format do matter. Unfortunately, when doing something for the Web, live stops immediately being cool and easy. There is no guarantee whatsoever that your product will run or display correctly on every browser, even if you carefully follow the standards when implementing. That leads to a lot of workload just for testing, not the overall but browser-specific one. This could be totally avoidable. By browser manufacturers simply agreeing on a few standards, but unfortunately, still that fails as long as people are willing to use the well-known standards wrecking machine, Internet Explorer.</p>
<p>Designers and Programmers can&#8217;t ignore the fact that the majority of folks is still using IE to browse. Forcing them to change won&#8217;t work, it has never. And it stinks that every page expecting mainstream audience has to be customised accordingly. Just to workaround quirks. That&#8217;s well-spent time, that could be used to built great products or do something really useful.</p>
<p>So a good browser should be one we don&#8217;t talk about. One that just a good job. And everything else is, besides the fact that in our case &#8220;everything else&#8221; refers to &#8220;everything out there&#8221;, a wrong way, keeping developers from working on useful stuff and users from having a consistent browsing experience. And it should be in the best interest of browser manufacturers to ensure both.</p>
]]></content:encoded>
			<wfw:commentRss>http://momo.brauchtman.net/2009/01/10/thoughts-on-the-importance-of-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

