<?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>linuxchick.se &#187; General</title>
	<atom:link href="http://www.linuxchick.se/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxchick.se</link>
	<description>my future is open</description>
	<lastBuildDate>Sun, 01 Jan 2012 19:41:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Congratulations Cobol 50 years!</title>
		<link>http://www.linuxchick.se/2009/06/02/congratulations-cobol-50-years/</link>
		<comments>http://www.linuxchick.se/2009/06/02/congratulations-cobol-50-years/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 16:58:11 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Cobol]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/?p=198</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
Cobol &#8211; COmmon Business Oriented Language &#8211; is one of my favorite languages and the one I&#8217;m absolutely most impressed with. It is one of the oldest programming languages that are still in active use. At this time it&#8217;s 50 years since Grace Hopper created Cobol and the first compilers was subsequently implemented during the [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
<p>Cobol &#8211; COmmon Business Oriented Language &#8211; is one of my favorite languages and the one I&#8217;m absolutely most impressed with. It is one of the oldest programming languages that are still in active use. At this time it&#8217;s 50 years since Grace Hopper created Cobol and the first compilers was subsequently implemented during the year 1960. At December 6th and 7th 1960 essentially the same Cobol program was run on two different make of computers, an RCA computer and a Remington-Rand Univac computer.</p>
<p>Here&#8217;s some facts that you most likely didn&#8217;t know about Cobol:</p>
<p>1. According to a survey done in Great Britain and USA people are in contact with Cobol around 10 to 13 time every day.</p>
<p>2. Of 310 billion line of software that are in use today over 200 billion lines are Cobol, that&#8217;s about 65% of the total software.</p>
<p>3. Every day 5 billion lines of new Cobol code are produced.</p>
<p>4. 80% of all daily business transactions are processed in Cobol.</p>
<p>5. 70% of all mission-critical applications are written in Cobol.</p>
<p>6. 2 trillion dollars is the total investment in Cobol systems.</p>
<p>And of couse the famous Hello World for everyone that doesn&#8217;t know what Cobol looks like:</p>
<pre>      IDENTIFICATION DIVISION.
      PROGRAM-ID. HELLO-WORLD.
      PROCEDURE DIVISION.
      MAIN.
          DISPLAY 'Hello, world.'.
          STOP RUN.</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2009/06/02/congratulations-cobol-50-years/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A linuxchicks experience with Microsoft Windows Server 2008</title>
		<link>http://www.linuxchick.se/2009/01/01/a-linuxchicks-experience-with-microsoft-windows-server-2008/</link>
		<comments>http://www.linuxchick.se/2009/01/01/a-linuxchicks-experience-with-microsoft-windows-server-2008/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 15:41:25 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/?p=185</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
Since it&#8217;s a new year and everything I find it natural that I do something noone would ever believe I would do, so I went off and installed VMware ESXi on one of my servers, created myself a virtual server and installed Microsoft Windows 2008 trail version. My goal is to setup a fully functional [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
<p>Since it&#8217;s a new year and everything I find it natural that I do something noone would ever believe I would do, so I went off and installed VMware ESXi on one of my servers, created myself a virtual server and installed Microsoft Windows 2008 trail version. My goal is to setup a fully functional Active Directory Domain without any prior experience in Microsoft Active Directory. Active Directory is one of few thing I&#8217;m really curious about when it comes to Microsoft products, it&#8217;s so integrated in the system with single sign-on in difference to UNIX/Linux that I&#8217;m used to.</p>
<p>My first experience was that everything was very easy to install and all information I needed to configure the basics were provided in the configuration dialog. Everything went really smooth and easy until I had installed the Active Directory Service and Windows asked me to reboot. I did reboot and afterwards my Administrator password didn&#8217;t work, only solution: re-install&#8230;</p>
<p>After a nights sleep I&#8217;m back in the game with a new installation of Microsoft Windows Server 2008. I&#8217;m doing pretty much the same thing as yesterday with the difference that I&#8217;m not deadly tired this time. After the installation and configuration of Active Directory is done I restart my server and to my surprise everything works and after solving a minor DNS-issue my virtualized Microsoft Windows XP is now a part of the Active Directory Domain.</p>
<p>Microsoft Active Directory is easy to use and so simple to install that it could be done even for the smallest office that needs to centralize documents and/or programs. Why Linux/UNIX is so far behind when it comes to these kind of feature is a question and I believe it&#8217;s important that open source community do something about this in order to get Linux onto the desktops in offices world-wide.</p>
<p>It was barely a year since I said it last time: We still have a lot to learn from Microsoft and it&#8217;s not all about marketing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2009/01/01/a-linuxchicks-experience-with-microsoft-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year!</title>
		<link>http://www.linuxchick.se/2008/12/31/happy-new-year/</link>
		<comments>http://www.linuxchick.se/2008/12/31/happy-new-year/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 14:21:57 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/?p=182</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
2008 has come to an end and as usual in the end of a year you think back on what and where it brought you. For me 2008 begun at the top, I had a new job since a few months and during the first three months of the year I managed to get interviewed [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
<p>2008 has come to an end and as usual in the end of a year you think back on what and where it brought you. For me 2008 begun at the top, I had a new job since a few months and during the first three months of the year I managed to get interviewed in Computer Sweden not only once, but twice. There was a lot more stress on my new job and in May when it was time for the anual meeting in Svenska Linuxföreningen (The Linux Society of Sweden) I decided that I had to resign as chairman in favor for someone that acctually had the time.</p>
<p>I was working all summer and this is when I got introduced to a CMS named Escenic that has become something I work with on almost a daily basis. In the early summer I attended Nordic Nagios Meet in Stockholm, Sweden where I got amazed by RRDtools and meet some interesting people at the dinner reception and drinks in the evening.</p>
<p>In the middle of the summer, all unexpected, I met Mr. Right and it didn&#8217;t take many months before he moved from Gothenburg to Stockholm to live with me. Despite the feeling of new love the autumn has been rough and utterly exhausting. After a stressful summer my body told me it had enough and I had to realize that even I had a limit for how much I could work and how much responsibility I could take upon my shoulders. It was a very unpleasant, but still a very enlightening experience and a valuable lesson for the future.</p>
<p>In September I attended Sec-T, the first security event for a technical audience in Sweden. It was a pure frightening experience and I really don&#8217;t want my computers hooked up to the Internet, but for what use would they be if they wasn&#8217;t? Most frightening was Sockstress which most likely is the security hole of the year. It&#8217;s pretty much like a DoS attack, but with only a small amount of traffic you can put down a remote target in a matter of minutes. Who&#8217;s vulnerable for this attack? Only everyone using TCP/IP&#8230;</p>
<p>In the end of the year I thought that maybe I need something else to do besides working and thinking about work so I decided it was time for me to work on fulfilling my next dream. Said and done I joined Data3, an organisation for AS/400 and iSeries professionals, to see what the community around these computers that caugh my interest could offer. I&#8217;ve had my own AS/400 since 2006, but it&#8217;s very old and different from the new iSeries. I begun my hunt for an iSeries once again to finaly being able to combine what impress me with the AS/400 with my experience in Linux. Maybe it really is time for me to fulfill this dream in 2009 because it finaly seems like a company is willing to lend me one. :)</p>
<p>I spent Christmas at home together with my boyfriend and both of us had on-call duty during the holidays. At least we got ourselves a nice christmas present, a PlayStation 3, so now we finaly have a decent processor architecture in the living room. ;)</p>
<p>Being on-call duty is also how I&#8217;m going to end 2008 and begin 2009. Hopefully I will have a calm evening and night so I&#8217;ll have time to celebrate the new year and everything it will bring with a glass of champagne.</p>
<p>Happy New Year and let 2009 be the year when you fulfill one of your dreams.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2008/12/31/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merry Christmas!</title>
		<link>http://www.linuxchick.se/2008/12/24/merry-christmas/</link>
		<comments>http://www.linuxchick.se/2008/12/24/merry-christmas/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 14:51:07 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/?p=179</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
From a cold Stockholm with about half a centimeter of snow I would like to wish all my readers a Merry Christmas! Myself I spend Christmas at home in Stockholm together with my boyfriend this year as we both are on-call duty during Christmas. So far so good, but we never know where we end [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
<p>From a cold Stockholm with about half a centimeter of snow I would like to wish all my readers a Merry Christmas!</p>
<p>Myself I spend Christmas at home in Stockholm together with my boyfriend this year as we both are on-call duty during Christmas. So far so good, but we never know where we end up celebrating this Christmas&#8230; For now we&#8217;re both still at home, but we might end up where it&#8217;s dry weather, ~25C with slight breezes and it&#8217;s not the Canarie Islands&#8230; ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2008/12/24/merry-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How could money compare to passion?</title>
		<link>http://www.linuxchick.se/2008/11/14/how-could-money-compare-to-passion/</link>
		<comments>http://www.linuxchick.se/2008/11/14/how-could-money-compare-to-passion/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 02:01:09 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/?p=168</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
Yesterdays news article in Computer Sweden has been a hot topic for Swedish open source-related forums, mailing lists and chatrooms today. Myself I wrote about this news article yesterday, but during the day today I&#8217;ve been thinking more about it and read others, and their co-workers and friends, opinions on this topic. One of the [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
<p>Yesterdays news article in Computer Sweden has been a hot topic for Swedish open source-related forums, mailing lists and chatrooms today. Myself I wrote about this news article yesterday, but during the day today I&#8217;ve been thinking more about it and read others, and their co-workers and friends, opinions on this topic.</p>
<p>One of the more interesting opinions I read about was that closed source has better quality but they should use open source to strenghten the code base. Since the most commonly used open source license requires that the code will continue to be open source using it in a closed source application will require it to be released as open source. Poor unenlightened people, isn&#8217;t that a catch 22? </p>
<p>Closed source applications are produced to gain money for a company and it needs to bring in more money than it costs to develop the application to gain any profit. When a release date is set there is a deadline to keep up to for the sake of the trademark and the profit. As everyone that works with computers know it&#8217;s always something that delays everything in a project when you&#8217;re almost there and for the sake of the trademark it&#8217;s quickfixed, which doesn&#8217;t really provide any quality to the code. What&#8217;s even more terrible than the quickfixes is that in most cases they&#8217;re never fixed since they get the work done. </p>
<p>You may ask yourselves why companies are still using closed source if there&#8217;s quickfixes that are never fixed and maybe potentional security risks due to lack of time and/or money to keep within the deadlines and budgets, but how would you know that it could have been done better and more secure if you don&#8217;t know how it&#8217;s done now? Ofcourse the developers know about it and are able to fix it, but frankly they usually don&#8217;t bother since noone complains since the application gets the work done and they don&#8217;t use their own application in a large scale environment so they&#8217;ll never be affected by it.</p>
<p>Open source on the other hand is mainly developed by people that needs the applications themselves, everyone can correct someone else&#8217;s code or rewrite a function completely to fit their need better or just improve performance. Everyone I know, including myself, that contributed to open source or even developed their own applications are feeling honoured that others want to use their code. In open source it&#8217;s not about money or profit, it&#8217;s all about fast, secure and optimized code, in short good quality code.  </p>
<p>There is one simple thing that will give the open source community the strength to defeat closed source, patents and monopoly in the IT-industry, passion! </p>
<p><a href="http://www.idg.se/2.1085/1.192642/het-debatt-om-stangda-program">&#8220;Het debat om stängda program&#8221;</a> &#8211; Computer Sweden 2008-11-13</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2008/11/14/how-could-money-compare-to-passion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is it really a lawyers place to decide about the quality of open versus closed source?</title>
		<link>http://www.linuxchick.se/2008/11/13/is-it-really-a-lawyers-place-to-decide-about-the-quality-of-open-versus-closed-source/</link>
		<comments>http://www.linuxchick.se/2008/11/13/is-it-really-a-lawyers-place-to-decide-about-the-quality-of-open-versus-closed-source/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 23:07:25 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/?p=165</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
This morning I was meet by a newspaper saying &#8220;Closed source is better&#8221;, but that&#8217;s not really what surprised me. What really surprised me was the fact that it wasn&#8217;t an expert in any way that made this statement, but a LAWYER. How would she know?! This lawyer, Malin Forsman, believes that closed source has [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
<p>This morning I was meet by a newspaper saying &#8220;Closed source is better&#8221;, but that&#8217;s not really what surprised me. What really surprised me was the fact that it wasn&#8217;t an expert in any way that made this statement, but a LAWYER. How would she know?!</p>
<p>This lawyer, Malin Forsman, believes that closed source has better quality than open source even though many researches point the other way. She also praises Microsoft&#8217;s security updates as an example of great and fast resolution plans when their trademark is at stake. Her argument is that with money in the picture everyone will be pressured to deliver quality code. To that we can add that most open source developers are paid for developing open source applications which means there&#8217;s money in the picture and from her argument that would mean they&#8217;re pressured to produce quality code. </p>
<p>Companies like Sun and IBM who&#8217;s been on the market for longer than most companies producing closed source only are setting their focus on open source. IBM pays their own personeal to develop applications like Eclipse and Sun bought MySQL together with the open source database they develop with the same name. On top of this Sun decided to release their former closed source operating system partly as open source, did that decision result in poor code quality over night?</p>
<p>Back to my main question, is it really a lawyers place to decide wheter open or closed source has the better quality? What does a lawyer know about code quality, functionality and advanced applications anyway? Another concern I have about this lawyer is the fact that she used to work for Microsoft, which ofcourse wasn&#8217;t mentioned at all in the news article, does she still run their errands or is it that she just doesn&#8217;t get paid from anyone using or developing open source code since it&#8217;s pretty hard to intrude on the intellectual property when it&#8217;s given away for free?</p>
<p><a href="http://www.idg.se/2.1085/1.191891/it-juristen-bast-kvalitet-pa-stangd-kod">&#8220;Bäst kvalitet på stängd kod&#8221;</a> &#8211; Computer Sweden 2008-11-12<br />
<a href="http://www.linkedin.com/in/malinforsman">Malin Forsman @ LinkedIn</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2008/11/13/is-it-really-a-lawyers-place-to-decide-about-the-quality-of-open-versus-closed-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Forum 2008</title>
		<link>http://www.linuxchick.se/2008/10/10/open-source-forum-2008/</link>
		<comments>http://www.linuxchick.se/2008/10/10/open-source-forum-2008/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 21:27:17 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/2008/10/10/open-source-forum-2008/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
Open Source Forum 2008 toke place in Stockholm on October 7th &#8211; 8th. During the first day one of my favorite speakers on this kind of event was having two presentations. First up in the morning Arnoud Engelfriet from ICTRecht in Holland talked about the legal aspects of using and develope open source software and [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
<p>Open Source Forum 2008 toke place in Stockholm on October 7th &#8211; 8th. During the first day one of my favorite speakers on this kind of event was having two presentations. First up in the morning Arnoud Engelfriet from ICTRecht in Holland talked about the legal aspects of using and develope open source software and how your company lawyers and engineers could work together with open source. In the afternoon he finished the subject with talking about everything from embedded open source software, distribution of open source software and how GPLv3 could affect your business.</p>
<p>This first day offered a few other interesting presentations such as Alexander Schanz from DFS Deutsche Flugsicherung GmbH who talked about their open source radar data processing system PHOENIX runing on SUSE Linux and Lennart Hagberg from TetraPak who showed us and talked about the open source software behind their communications plattform for videos and documentation, an internal &#8220;YouTube&#8221;-service together with a wiki for documentation built on LAMP (Linux, Apache, MySQL and PHP) and WordPress.</p>
<p>On day two of Open Source Forum 2008 there were two tracks, one track with presentations like the day before and one track with live demonstrations of products and services. I begun day two at the live demonstrations track listening to Urban Anjar from Ubuntu Sverige talk about Ubuntu Linux and show KVM virtualization on Ubuntu. After the coffee break I ended up talking about Nagios and Op5&#8242;s Nagios-based network monitoring system with Jonas Björk and a representative from Op5.</p>
<p>Next up before lunch was Erik Lönroth from Scania Infomate who talked about how the use Linux in their cluster for calculations and simulations. With open standards and open source software they reduced many performance problems, but when they got here they found a new problem, no one had solved the problems they encountered before. To my surprise it would be until this point of this conferense when someone finaly said that you can get far with open source, but when you&#8217;re there it&#8217;s time to solve the problems never solved before and share them with others. At this moment I found myself thinking that with people like Erik Lönroth out there on the IT departments of the companies there&#8217;s hope for open source to survive the step into the world of business.</p>
<p>A presentation that surprised me during this conference was Anders Wallenquist from Vertel/Dataföreningen who talked about the CMS Drupal. I was surprised because I&#8217;ve never understood how competent Drupal acctually is and on top of this Dagens Industri, a financial newspaper, will move their webpage to Drupal instead of Escenic and Polopoly like most other newspapers in Sweden uses. To read more about di.se and Drupal IDG wrote about it at <a href="http://www.idg.se/2.1085/1.182311">http://www.idg.se/2.1085/1.182311</a>.</p>
<p>Back to Open Source Forum 2008, during day two there were two tracks which means a lot of presentations that you don&#8217;t have to time to see. I&#8217;ve been writing about those presentations that impressed or surprised me during these two days. For the full agenda of this conferense see <a href="http://www.opensourceforum.se/Program.htm">http://www.opensourceforum.se/Program.htm</a>. </p>
<p>So, what&#8217;s my summary of this conferense? Well, it was terribly expencive, only ~50 visitors and I had some very interesting conversations about various subjects with other visitors which would mean that since I&#8217;m not paying for it, it was totaly worth it. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2008/10/10/open-source-forum-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sec-T &#8211; security conference for a technical audience</title>
		<link>http://www.linuxchick.se/2008/09/14/sec-t-security-conference-for-a-technical-audience/</link>
		<comments>http://www.linuxchick.se/2008/09/14/sec-t-security-conference-for-a-technical-audience/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 00:04:09 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Sec-T]]></category>
		<category><![CDATA[Sockstress]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/2008/09/14/sec-t-security-conference-for-a-technical-audience/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
Thursday and Friday this week I spent at Sec-T, the first security conference for a technical audience in Sweden. It was two days of  great impression, laughter and the terrifying feeling of realizing that no matter what you do you&#8217;re fucked, there&#8217;s always someone out there that&#8217;s one step ahead of you. The event presented [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
<p>Thursday and Friday this week I spent at Sec-T, the first security conference for a technical audience in Sweden. It was two days of  great impression, laughter and the terrifying feeling of realizing that no matter what you do you&#8217;re fucked, there&#8217;s always someone out there that&#8217;s one step ahead of you. The event presented a couple of interesting speakers and myself I was mostly impressed by Robert E. Lee and Jack C. Louis from Outpost24 who talked about DoS-attacks and especially their framework sockstress that could send any computer to a certain death within a few minutes with no bandwidth at all. Unfortunately, or maybe fortunately, they left out the technical information on this attack in their speech.</p>
<p>Another interesting speech was made by Bosse Norgren from the IT Crime Section at the National Criminal Police who talked about the challenges with modern forensics and how to prepare for going to court with a computer related crime. I found it very interesting to hear about his experiences with forensics work together with the information on how to present your evidence in court. Together with his presentation about how the IT Crime Section at  the National Criminal Police is organized and how IT crime sections developed within the county police this speech was very interesting for everyone working with IT on a daily basis and sometimes meets the challenge of a computer that&#8217;s been compromised.</p>
<p>As it should be there was of course a mystery speaker that wasn&#8217;t reviled until the last hour of the event when he went up on stage. This mystery speaker didn&#8217;t need much presentation at this event and as most people guessed it was Felix &#8220;FX&#8221; Lindner who was talking about forensics on Cisco IOS. He begun his speech with the question most of us were asking &#8220;why forensics on network equipment?&#8221;, but after his presentation of security flaws in Cisco routers we could all agree on the fact that this was something we will do in the future.</p>
<p>This event was the first security conference for a technical audience in Sweden for as long as I can remember and I&#8217;m pretty sure there&#8217;s never been any conference like this before. On the good side is that the people behind Sec-T seemed eagered to make this an annual event and I will defiantly show up next year.</p>
<p>More information about Sec-T can be found at <a href="http://www.sec-t.org">www.sec-t.org</a> and presentations from all speakers except Felix &#8220;FX&#8221; Lindner can be found at <a href="http://sec-t.org/2008/files/SEC-T2008.zip">http://sec-t.org/2008/files/SEC-T2008.zip</a>. This zip-file also contains the challenge from Sec-T so you who weren&#8217;t there could check it out. The winner of the challenge contest solved all levels in 2,5 hour which is impressive, even though he didn&#8217;t do it all by himself and the fact that another person later told me he solved all levels by himself in about an hour, and I believe him. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2008/09/14/sec-t-security-conference-for-a-technical-audience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mainframes are here to stay</title>
		<link>http://www.linuxchick.se/2008/08/16/mainframes-are-here-to-stay/</link>
		<comments>http://www.linuxchick.se/2008/08/16/mainframes-are-here-to-stay/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 14:07:25 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[mainframe]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/2008/08/16/mainframes-are-here-to-stay/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
An annual survey made by the management software maker BMC shows that 65% of their customers will increase workloads on mainframes and maintain the plattform for the long-term. As I&#8217;ve believed for many years the future for the mainframe is bright and in this survey a majority of IT managers report that they will not [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
<p>An annual survey made by the management software maker BMC shows that 65% of their customers will increase workloads on mainframes and maintain the plattform for the long-term. As I&#8217;ve believed for many years the future for the mainframe is bright and in this survey a majority of IT managers report that they will not only continue to use the systems for legacy applications but start moving new workloads that could benefit from the mainframe&#8217;s availability and scalability onto the plattform.</p>
<p>In the same survey nearly 75% reported that the availability advantages the mainframe offers makes a difference to their environment and 65% said that the mainframe offered a superior central data serving environment. The ability to integrate legacy applications in newer system through Web services and Service-oriented Architecture makes 44% of the respondents keep their mainframe systems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2008/08/16/mainframes-are-here-to-stay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>International Women&#8217;s Day</title>
		<link>http://www.linuxchick.se/2008/03/08/international-womens-day/</link>
		<comments>http://www.linuxchick.se/2008/03/08/international-womens-day/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 17:05:19 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[IDG]]></category>
		<category><![CDATA[mainframe]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/2008/03/08/international-womens-day/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
Today is International Women&#8217;s Day all over the world to celebrate the economic, political and social achievements of women. In honor of International Women&#8217;s Day IDG (International Data Groups) published interviews with fourteen women working with IT on interesting positions in their newspaper Computer Sweden and this morning they published the same interviews on their [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
position: fixed;
top:40%;
left:60px;
z-index:1;
background-color:#F0F4F9}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;
width:55px;
height:60px;
padding-bottom:2px;
}


#bottomcontainerBox {
border:1px solid #808080;
			border-radius:5px 5px 5px 5px;
			box-shadow:2px 2px 5px rgba(0,0,0,0.3);float:left;
height:30px;
width:100%;
background-color:#F0F4F9}

#bottomcontainerBox .buttons {
float:left;
height:30px;
width:85px;
margin:4px 4px 4px 4px;
}

</style>
<p>Today is International Women&#8217;s Day all over the world to celebrate the economic, political and social achievements of women. In honor of International Women&#8217;s Day IDG (International Data Groups) published interviews with fourteen women working with IT on interesting positions in their newspaper Computer Sweden and this morning they published the same interviews on their web page. I&#8217;m one of the interviewed women in this article and I find this a great way to encourage young women thinking about an IT education to take the step and actually do it.</p>
<p>My main question about women in IT industry is: Where did they all go?!  In the 60&#8242;s, 70&#8242;s and 80&#8242;s when mainframe computers where the only computers that existed almost ONLY women worked with computers. This was back in the time where a mainframe computer covered a whole room and the personnel worked in white robes. All of these skilled women must be out there somewhere in the IT industry, but where are they? Well, of course this was a while back and some of them is old enough to get their pension today, but at least some of them must be working for the IT industry still in these days. Why do we never see any interviews with these ladies that were a part of building the IT infrastructure we have today?</p>
<p>To all women in IT industry i want to say one thing: Never forget that in the old days we were a majority in the IT industry and that we today are a row model for young women to encourage them to seek the knowledge and enjoyments of working with IT.</p>
<p>Interviews with all women: <a href="http://www.idg.se/2.1085/1.149417">&#8220;Gå din egen väg i it-branchen&#8221;</a> (<em>swedish</em>)<br />
Only my interview: <a href="http://www.idg.se/2.1085/1.149146">&#8220;Självlärd Linuxevangelist&#8221;</a> (<em>swedish</em>)</p>
<p>Old interview with me referred to in the new interview: <a href="http://www.idg.se/2.1085/1.141496">&#8220;Vi kan lära oss av Microsoft&#8221;</a> (<em>swedish</em>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2008/03/08/international-womens-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

