<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Lars Hilse - My Private Parts</title>
	<atom:link href="http://www.lars-hilse.de/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://lars-hilse.de/blog</link>
	<description>Maybe a bit misleading - but that's what I am!</description>
	<pubDate>Fri, 24 Oct 2008 19:14:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9;Lars Hilse </copyright>
		<managingEditor>lars.hilse@gmail.com (Lars Hilse)</managingEditor>
		<webMaster>lars.hilse@gmail.com(Lars Hilse)</webMaster>
		<category>Business</category>
		<ttl>1440</ttl>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Maybe a bit misleading - but that's what I am!</itunes:summary>
		<itunes:author>Lars Hilse</itunes:author>
		<itunes:category text="Business">
  <itunes:category text="Management &amp; Marketing"/>
</itunes:category>
<itunes:category text="Arts">
  <itunes:category text="Design"/>
</itunes:category>
<itunes:category text="Society &amp; Culture">
  <itunes:category text="Philosophy"/>
</itunes:category>
		<itunes:owner>
			<itunes:name>Lars Hilse</itunes:name>
			<itunes:email>lars.hilse@gmail.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://lars-hilse.de/images/podcasts.jpg" />
		<image>
			<url>http://lars-hilse.de/images/podcasts.jpg</url>
			<title>Lars Hilse - My Private Parts</title>
			<link>http://lars-hilse.de/blog</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Automatically mount a windows share at boot time in OpenSuse 11</title>
		<link>http://lars-hilse.de/blog/2008/07/27/automatically-mount-a-windows-share-at-boot-time-in-opensuse-1/</link>
		<comments>http://lars-hilse.de/blog/2008/07/27/automatically-mount-a-windows-share-at-boot-time-in-opensuse-1/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 06:27:28 +0000</pubDate>
		<dc:creator>Lars Hilse</dc:creator>
		
		<category><![CDATA[Valuable Stuff]]></category>

		<category><![CDATA[11]]></category>

		<category><![CDATA[cifs]]></category>

		<category><![CDATA[mount]]></category>

		<category><![CDATA[openSuSE]]></category>

		<category><![CDATA[windows share]]></category>

		<guid isPermaLink="false">http://lars-hilse.de/blog/?p=37</guid>
		<description><![CDATA[Via: Novell (this is an excerpt)
Situation
A Windows (or Samba) share has been made available on the network.  On your SLED system you can browse to the share or use the mount command to access the share but need to have permanent access to this share every time the SLED system is booted.


Hey! This was helpful [...]]]></description>
			<content:encoded><![CDATA[<p>Via: <a title="Automatically mount a windows share at boot time in OpenSuse 11" href="http://www.novell.com/support/viewContent.do?externalId=7000932&amp;sliceId=1" target="_blank">Novell</a> (this is an excerpt)</p>
<h3>Situation</h3>
<p>A Windows (or Samba) share has been made available on the network.  On your SLED system you can browse to the share or use the mount command to access the share but need to have permanent access to this share every time the SLED system is booted.<br />
<span id="more-37"></span></p>
<hr />
<p style="text-align: center;"><strong>Hey! This was helpful so far, right? Care to make a small donation for the effort?</strong></p>
<form style="text-align: center;" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_donations" />
<input name="business" type="hidden" value="lh79@gmx.net" />
<input name="item_name" type="hidden" value="Blogpost Thanks" />
<input name="no_shipping" type="hidden" value="0" />
<input name="no_note" type="hidden" value="1" />
<input name="currency_code" type="hidden" value="USD" />
<input name="tax" type="hidden" value="0" />
<input name="lc" type="hidden" value="US" />
<input name="bn" type="hidden" value="PP-DonationsBF" />
<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/DE/i/btn/btn_donateCC_LG.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
<hr />
<h3>Resolution</h3>
<p>The configuration file &#8220;/etc/fstab&#8221; is used to specify the local partitions and remote file systems to be mounted on startup of the system.  A line can be added to this file with the following format:</p>
<p><span style="font-family: Courier New;">//&lt;Winserver&gt;/&lt;Share&gt;  &lt;Mountpoint&gt;  &lt;FileSystemType&gt;  &lt;Options&gt;  0  0</span></p>
<p>Here&#8217;s an example, setting the group ID and the permissions to allow those in the group &#8220;users&#8221; Read and Write access to the share:<br />
<span style="font-family: Courier New;"><br />
//winserver/share /mnt/winshare cifs gid=users,file_mode=0664,dir_mode=0775,auto,username=john,password=johnpass 0 0<br />
</span><br />
This example assumes the following values (includes explanation where needed):</p>
<p><span style="font-family: Courier New;">//winserver/share</span> (Windows Share)<br />
The Windows system (winserver) could be identified as a DNS hostname or IP address.</p>
<p><span style="font-family: Courier New;">/mnt/winshare</span> (Mount Point)<br />
This is the already existing directory on the SLED local file system which will become the access point to the remote Windows share.  You can create this directory anywhere on your system.  Just modify the command appropriately.</p>
<p><span style="font-family: Courier New;">cifs</span> (File System Type)<br />
This used to be &#8220;smbfs&#8221; but smbfs is no longer being developed and is no longer supported.</p>
<p><span style="font-family: Courier New;">gid=users</span><br />
All files and directories on the remote system (including the mount point) will be assigned the group &#8220;users&#8221;.</p>
<p><span style="font-family: Courier New;">file_mode=0664</span><br />
All existing files on the remote system will be assigned permissions of &#8220;rw-rw-r&#8211;&#8221;.</p>
<p><span style="font-family: Courier New;">dir_mode=0775</span><br />
All existing directories (including the mount point) on the remote system will be assigned &#8220;rwxrwxr-x&#8221;.</p>
<p><span style="font-family: Courier New;">auto</span><br />
Automatically mount on system boot.</p>
<p><span style="font-family: Courier New;">username=john</span><br />
Windows user to connect with:   john</p>
<p><span style="font-family: Courier New;">password=johnpass</span><br />
John&#8217;s Password:                         johnpass</p>
<p><span style="font-family: Courier New;">0</span><br />
Indicates that this file system should not be dumped.</p>
<p><span style="font-family: Courier New;">0</span><br />
Indicates that this file system should not be checked by fsck.</p>
<p><span style="font-weight: bold;">Troubleshooting</span></p>
<p>If the share is not getting mounted you can attempt to mount the share manually, as the root user, to see if there are any errors.  Here&#8217;s the command:</p>
<p><span style="font-family: Courier New;">mount -t cifs -o username=&lt;WindowsUserID&gt;,password=&lt;UserPassword&gt; //&lt;WinServer&gt;/&lt;Share&gt; /&lt;Mountpoint&gt;</span></p>
<p>Following our example:</p>
<p><span style="font-family: Courier New;">mount -t cifs -o username=john,password=johnpass //winserver/share /mnt/winshare</span></p>
<p>If the password is omitted from the mount command it will be asked for after issuing the command.</p>
<h3>Additional Information</h3>
<p>You may not want the user ID and password to be viewable in the /etc/fstab file for security reasons.  You can create a file in a secure directory that will hold the user ID and password information and be referenced by the fstab entry.  Remove the &#8220;username=&#8221; and &#8220;password=&#8221; entries from the options and add &#8220;credentials=&lt;PathToFile&gt;&#8221;.<br />
The following 2 lines should be in the credential text file that you create (replacing &lt;bracketed&gt; items with your specific information):</p>
<p>username=&lt;WindowsUserID&gt;<br />
password=&lt;UserPassword&gt;</p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Lars%20Hilse%20-%20My%20Private%20Parts&amp;siteurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F&amp;linkname=Automatically%20mount%20a%20windows%20share%20at%20boot%20time%20in%20OpenSuse%2011&amp;linkurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F2008%2F07%2F27%2Fautomatically-mount-a-windows-share-at-boot-time-in-opensuse-1%2F"><img src="http://lars-hilse.de/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Automatically mount a windows share at boot time in OpenSuse 11";
		a2a_linkurl="http://lars-hilse.de/blog/2008/07/27/automatically-mount-a-windows-share-at-boot-time-in-opensuse-1/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://lars-hilse.de/blog/2008/07/27/automatically-mount-a-windows-share-at-boot-time-in-opensuse-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Without Words</title>
		<link>http://lars-hilse.de/blog/2008/06/06/without-words/</link>
		<comments>http://lars-hilse.de/blog/2008/06/06/without-words/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 23:16:45 +0000</pubDate>
		<dc:creator>Lars Hilse</dc:creator>
		
		<category><![CDATA[Valuable Stuff]]></category>

		<guid isPermaLink="false">http://lars-hilse.de/blog/2008/06/06/without-words/</guid>
		<description><![CDATA[

    
    
		a2a_linkname="Without Words";
		a2a_linkurl="http://lars-hilse.de/blog/2008/06/06/without-words/";
				    
    

	]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/4Z2ljWwIaHs&#038;rel=0&#038;color1=0xd6d6d6&#038;color2=0xf0f0f0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/4Z2ljWwIaHs&#038;rel=0&#038;color1=0xd6d6d6&#038;color2=0xf0f0f0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344"></embed></object></p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Lars%20Hilse%20-%20My%20Private%20Parts&amp;siteurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F&amp;linkname=Without%20Words&amp;linkurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F2008%2F06%2F06%2Fwithout-words%2F"><img src="http://lars-hilse.de/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Without Words";
		a2a_linkurl="http://lars-hilse.de/blog/2008/06/06/without-words/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://lars-hilse.de/blog/2008/06/06/without-words/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Oil as cheap as in the beginning of this decade!</title>
		<link>http://lars-hilse.de/blog/2008/05/14/oil-as-cheap-as-in-the-beginning-of-this-decade/</link>
		<comments>http://lars-hilse.de/blog/2008/05/14/oil-as-cheap-as-in-the-beginning-of-this-decade/#comments</comments>
		<pubDate>Wed, 14 May 2008 21:02:39 +0000</pubDate>
		<dc:creator>alexanderjordan</dc:creator>
		
		<category><![CDATA[Brain Farts]]></category>

		<guid isPermaLink="false">http://lars-hilse.de/blog/2008/05/14/oil-as-cheap-as-in-the-beginning-of-this-decade/</guid>
		<description><![CDATA[You do not believe the headline? You should – if you live in the Eurozone! But let me start with my job. I am engineer in the automotive branch. All OEMs invest large amounts of money into the development of cars that save fuel to make mobility for the customer affordable due to the increasing [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 10pt; font-family: Arial" lang="EN-GB"><o:p></o:p></span><span style="font-size: 10pt; font-family: Arial" lang="EN-GB">You do not believe the headline? You should – if you live in the Eurozone! But let me start with my job. I am engineer in the automotive branch. All OEMs invest large amounts of money into the development of cars that save fuel to make mobility for the customer affordable due to the increasing price of oil. Well, this contradicts to the headline, but it is easy to explain:</span><span style="font-size: 10pt; font-family: Arial" lang="EN-GB"><o:p></o:p></span><span style="font-size: 10pt; font-family: Arial" lang="EN-GB"><o:p> </o:p></span><span style="font-size: 10pt; font-family: Arial" lang="EN-GB"><o:p></o:p></span><span style="font-size: 10pt; font-family: Arial" lang="EN-GB">In the year 2000 you had to pay about USD 1.20 for EUR 1.00. The barrel Brent did cost USD 60, which equals EUR 72.50. Today the situation has changed. Oil costs about USD 120.00 for one barrel Brent, BUT you get USD 1.55 for EUR 1.00. That makes a price of EUR 77 for a barrel of oil. So the increase in price in the Eurozone is marginal. But we pay more than twice as much for gasoline and diesel! So it is clear, that the customer is fooled. Exxon, Shell and others do profit from our perception that the oil price is exploding, which is actually only true if we would pay them in Dollars. But they take our expensive Euro and we have nothing to do against it. Pointing out that would be the job of our cartel authorities, but nothing is done – maybe due to tax intakes which increase analogously. Any suggestions for changing that?<o:p></o:p></span></p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Lars%20Hilse%20-%20My%20Private%20Parts&amp;siteurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F&amp;linkname=Oil%20as%20cheap%20as%20in%20the%20beginning%20of%20this%20decade%21&amp;linkurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F2008%2F05%2F14%2Foil-as-cheap-as-in-the-beginning-of-this-decade%2F"><img src="http://lars-hilse.de/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Oil as cheap as in the beginning of this decade!";
		a2a_linkurl="http://lars-hilse.de/blog/2008/05/14/oil-as-cheap-as-in-the-beginning-of-this-decade/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://lars-hilse.de/blog/2008/05/14/oil-as-cheap-as-in-the-beginning-of-this-decade/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Making &#8220;restricted formats&#8221; available in openSUSE 10.3 (DVD, MP3, MPEG-2 etc.)</title>
		<link>http://lars-hilse.de/blog/2008/05/07/making-restricted-formats-available-in-opensuse-103-dvd-mp3-mpeg-2-etc/</link>
		<comments>http://lars-hilse.de/blog/2008/05/07/making-restricted-formats-available-in-opensuse-103-dvd-mp3-mpeg-2-etc/#comments</comments>
		<pubDate>Wed, 07 May 2008 18:05:08 +0000</pubDate>
		<dc:creator>Lars Hilse</dc:creator>
		
		<category><![CDATA[Brain Farts]]></category>

		<category><![CDATA[]]></category>

		<category><![CDATA[10.3]]></category>

		<category><![CDATA[all in one]]></category>

		<category><![CDATA[Codecs]]></category>

		<category><![CDATA[download]]></category>

		<category><![CDATA[DVD]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[openSuSE]]></category>

		<category><![CDATA[playback]]></category>

		<category><![CDATA[Win32]]></category>

		<guid isPermaLink="false">http://lars-hilse.de/blog/2008/05/07/making-restricted-formats-available-in-opensuse-103-dvd-mp3-mpeg-2-etc/</guid>
		<description><![CDATA[When starting out with SuSE Linux one may end up being a tad disappointed. Especially when it comes to the point where you want to play your first MP3 file and find out that you&#8217;re accused of wanting to access a restricted format.
This is because common file extensions used by DVD, MP3 etc. are under [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://lars-hilse.de/blog/wp-content/uploads/2008/05/10_3_box.png" alt="openSuSE 10.3 - box picture.. Lars Hilse" align="left" border="0" height="150" hspace="10" vspace="10" width="136" />When starting out with SuSE Linux one may end up being a tad disappointed. Especially when it comes to the point where you want to play your first MP3 file and find out that you&#8217;re accused of wanting to access a restricted format.</p>
<p>This is because common file extensions used by DVD, MP3 etc. are under copyright. But like always, there is a work around to this issue&#8230;.</p>
<p>The packs will enable you to have:</p>
<ul>
<li> Flash</li>
<li> Java</li>
<li> Latest <a href="http://opensuse-community.org/Amarok" title="Amarok">Amarok</a> (with MP3 Support) for KDE, or Helix-Banshee for GNOME users</li>
<li> Encrypted DVD (<em>libdvdcss</em>)</li>
<li> Extra xine Codecs, for MPEG-4 etc. (<em>libxine1</em>)</li>
<li> K3b with MP3 Support (<em>k3b-codecs</em>)</li>
<li> Win 32 Codecs (<em>w32codec-all</em>)</li>
</ul>
<p>..as well as the option of installing (select <em>Advanced</em> mode at the screen) many more applications, including Opera, KMPlayer, Kplayer, MPlayer, Azureus, VLC, Codeine, and more.</p>
<p><strong>Note:</strong> Different copyright and patent laws apply differently depending on what country you are in; if you are unsure about a particular restriction or patent, you might consider applying for legal advice. This site does not offer legal advice. For more information about why some formats/codecs are restricted and why they don&#8217;t ship out-of-the-box on openSUSE, read <a href="http://en.opensuse.org/Restricted_Formats" class="extiw" title="opensuse:Restricted_Formats">Restricted Formats.</a></p>
<p>All you have to do is download</p>
<p><a href="http://lars-hilse.de/blog/wp-content/uploads/2008/05/codecs-kde.ymp" title="Multimedia Codecs for Restricted Content for K-Desktop-Environment">Multimedia Codecs for Restricted Content for K-Desktop-Environment</a><br />
that will guide you through the rest of  the setup - practically it takes care of the installation of its self for my experience -</p>
<p><a href="http://lars-hilse.de/blog/wp-content/uploads/2008/05/codecs-gnome.ymp" title="Multimedia Codecs for Restricted Content for GNOME">Multimedia Codecs for Restricted Content for GNOME</a><br />
and this YMP file if you are using GNOME</p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Lars%20Hilse%20-%20My%20Private%20Parts&amp;siteurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F&amp;linkname=Making%20%E2%80%9Crestricted%20formats%E2%80%9D%20available%20in%20openSUSE%2010.3%20%28DVD%2C%20MP3%2C%20MPEG-2%20etc.%29&amp;linkurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F2008%2F05%2F07%2Fmaking-restricted-formats-available-in-opensuse-103-dvd-mp3-mpeg-2-etc%2F"><img src="http://lars-hilse.de/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Making “restricted formats” available in openSUSE 10.3 (DVD, MP3, MPEG-2 etc.)";
		a2a_linkurl="http://lars-hilse.de/blog/2008/05/07/making-restricted-formats-available-in-opensuse-103-dvd-mp3-mpeg-2-etc/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://lars-hilse.de/blog/2008/05/07/making-restricted-formats-available-in-opensuse-103-dvd-mp3-mpeg-2-etc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Happy 15th Birthday, WWW</title>
		<link>http://lars-hilse.de/blog/2008/04/30/happy-15th-birthday-www/</link>
		<comments>http://lars-hilse.de/blog/2008/04/30/happy-15th-birthday-www/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 06:57:27 +0000</pubDate>
		<dc:creator>Lars Hilse</dc:creator>
		
		<category><![CDATA[Brain Farts]]></category>

		<category><![CDATA[15 years]]></category>

		<category><![CDATA[birthday]]></category>

		<category><![CDATA[internet]]></category>

		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://lars-hilse.de/blog/2008/04/30/happy-15th-birthday-www/</guid>
		<description><![CDATA[Until the post by John McCrea I was unaware of the fact that today is a very special day  
So here is to one of man&#8217;s greatest inventions!
Happy Birthday, WWW! 

    
    
		a2a_linkname="Happy 15th Birthday, WWW";
		a2a_linkurl="http://lars-hilse.de/blog/2008/04/30/happy-15th-birthday-www/";
				    
    

	]]></description>
			<content:encoded><![CDATA[<p>Until the post by John McCrea I was unaware of the fact that today is a very special day <img src='http://lars-hilse.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So here is to one of man&#8217;s greatest inventions!</p>
<p><strong>Happy Birthday, WWW! </strong></p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Lars%20Hilse%20-%20My%20Private%20Parts&amp;siteurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F&amp;linkname=Happy%2015th%20Birthday%2C%20WWW&amp;linkurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F2008%2F04%2F30%2Fhappy-15th-birthday-www%2F"><img src="http://lars-hilse.de/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Happy 15th Birthday, WWW";
		a2a_linkurl="http://lars-hilse.de/blog/2008/04/30/happy-15th-birthday-www/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://lars-hilse.de/blog/2008/04/30/happy-15th-birthday-www/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A short howto: What to include in a press kit?</title>
		<link>http://lars-hilse.de/blog/2008/04/29/a-short-howto-what-to-include-in-a-press-kit/</link>
		<comments>http://lars-hilse.de/blog/2008/04/29/a-short-howto-what-to-include-in-a-press-kit/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 10:15:46 +0000</pubDate>
		<dc:creator>Lars Hilse</dc:creator>
		
		<category><![CDATA[Valuable Stuff]]></category>

		<category><![CDATA[create]]></category>

		<category><![CDATA[documents]]></category>

		<category><![CDATA[howto]]></category>

		<category><![CDATA[important]]></category>

		<category><![CDATA[Press Kit]]></category>

		<guid isPermaLink="false">http://lars-hilse.de/blog/2008/04/29/a-short-howto-what-to-include-in-a-press-kit/</guid>
		<description><![CDATA[Because I was just creating one, I ran across this rather old article which I thought might be useful to some of you out there  

Media sources expect your documentation to be interesting, informative, and accurate. If you fall short in any of these three areas you may very well be building the wrong [...]]]></description>
			<content:encoded><![CDATA[<p>Because I was just creating one, I ran across this rather old article which I thought might be useful to some of you out there <img src='http://lars-hilse.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span id="more-24"></span></p>
<p>Media sources expect your documentation to be interesting, informative, and accurate. If you fall short in any of these three areas you may very well be building the wrong image and ruining your chances of good and profitable public attention. (So when you are in the process of writing your material, keep these three words in the back of your mind: Informative - Interesting - Accurate.) Next, the press expects you to do their work for them. The less they have to do to publicize you or your articles the better your chances are. If you can on a regular basis provide the media with substantial information, they will welcome and encourage your involvement.</p>
<p align="left">1.<strong> The Tip Sheet or Notice of Event</strong></p>
<blockquote><p>The tip sheet is used to notify assignment editors a few weeks in advance about what is taking place, when, where and who to contact for more information.It should be typed and printed on your letterhead and it should include the following information;</p>
<p>-Media Contact&#8217;s Name<br />
-Company<br />
-Address<br />
-Business Phone Number<br />
-After Hours Phone Number<br />
-Summary Headline<br />
-Event  Description<br />
-Date &amp; Time<br />
-Location (Be sure to give directions if the location is difficult to find)<br />
-Background Information</p></blockquote>
<p align="left">2.<strong> Press/News Release</strong></p>
<blockquote><p>A press release is something that you will use to inform the media of what you are doing that is new, different, better and newsworthy.Keep your press release short (about 500 words or less). Type it, double space and do not use both sides of the paper. Media people are busy and they have hundreds of press releases to go through a day so make it as interesting, neat and simple to follow as you can. In fact, write it like a story, not like a fact sheet but like an article that could be printed as is.</p></blockquote>
<p align="left">3.<strong> Biographical Documentation</strong></p>
<blockquote><p>It is a feature story all about you, that you can use to influence the media to write about you or invite you to a broadcasting session. However it must be interesting, and give your readers a feel for who you really are. A standard biographical narrative is roughly 200-250 words.</p></blockquote>
<p align="left">4.<strong> Positioning Paper</strong></p>
<blockquote><p>This document is commonly used by paladins and non-profit agencies to let us know what has already happened, and what should happen next.This paper should be no longer than 500 words, however the initial media release of this information should be 100 words or less and include your position and arguments as well as counter arguments, if appropriate.</p></blockquote>
<p align="left">5.<strong> Clip Sheet</strong></p>
<blockquote><p>A clip sheet is a photocopy of all the publicized stories written about and by you with the name of the publication and the date of when the article first appeared. You can leave these articles with media sources to show your perceived value in the eyes of others.</p></blockquote>
<p align="left">6.<strong> Chronology/Case History</strong></p>
<blockquote><p>A case history is the perfect opportunity to describe how you help solve people&#8217;s problems with your services and expertise. It should not be any longer than two pages and should begin by describing the client&#8217;s problem, and if at all possible, this is a good time to include a quote that confirms the client&#8217;s needs.Next explain how the client used your services to solve his/her problem and benefited by your expertise in particular. Again use a quote to show how this same process can be used to help others with similar needs.</p></blockquote>
<p align="left">7.<strong> Photographs</strong></p>
<blockquote><p>You need to make sure you use quality photos. Action pictures are best, but hatchets are sometimes more appropriate. Your photos should be black and white, 5&#8243; x 7&#8243; and an 8&#8243; x 10&#8243;.On the back of the photo should be a sticker with your name, the details of the event and the follow-up information. Do not try to type or write on the back of a photo; it shows through. And don&#8217;t send original copies; always keep ten originals because you won&#8217;t get them back.</p></blockquote>
<p align="left">8.<strong> Highlight/Fact Sheet</strong></p>
<blockquote><p>A fact sheet simply highlights all the features and benefits clients receive when they utilize your services.This highlight or fact sheet provides service descriptions, different ways it can be used, and ordering information.</p>
<p>This fact sheet should be printed on company letterhead and have the usual contact information in the top left hand corner.</p></blockquote>
<p align="left">9.<strong> Previous Media Contacts</strong></p>
<blockquote><p>Since a clip sheet only pertains to printed information, it is necessary to have a list of previous electronic media resources. Simply type the name of the radio or television program, the call letters, city and province/state, the date the program aired, the name of the host and the name and phone number of the producer.</p></blockquote>
<p align="left">10.<strong> Face Sheet</strong></p>
<blockquote><p>A face sheet is much like a table of contents to let them know where they can find different pieces of information and let them know if they have everything they should have.</p></blockquote>
<p>Original via <a href="http://topten.org/public/AF/AF56.html" title="Important Documents To Include In A Press Kit" target="_blank">topten.org</a> - submitted by Ann Simpson</p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Lars%20Hilse%20-%20My%20Private%20Parts&amp;siteurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F&amp;linkname=A%20short%20howto%3A%20What%20to%20include%20in%20a%20press%20kit%3F&amp;linkurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F2008%2F04%2F29%2Fa-short-howto-what-to-include-in-a-press-kit%2F"><img src="http://lars-hilse.de/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="A short howto: What to include in a press kit?";
		a2a_linkurl="http://lars-hilse.de/blog/2008/04/29/a-short-howto-what-to-include-in-a-press-kit/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://lars-hilse.de/blog/2008/04/29/a-short-howto-what-to-include-in-a-press-kit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My good heartedness, or: I consulted another client free of charge</title>
		<link>http://lars-hilse.de/blog/2008/04/27/my-good-heartedness-or-i-consulted-another-client-free-of-charge/</link>
		<comments>http://lars-hilse.de/blog/2008/04/27/my-good-heartedness-or-i-consulted-another-client-free-of-charge/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 17:54:34 +0000</pubDate>
		<dc:creator>Lars Hilse</dc:creator>
		
		<category><![CDATA[Brain Farts]]></category>

		<category><![CDATA[consulting]]></category>

		<category><![CDATA[enterprise 2.0]]></category>

		<category><![CDATA[Lars Hilse]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[web strategist]]></category>

		<guid isPermaLink="false">http://lars-hilse.de/blog/2008/04/27/my-good-heartedness-or-i-consulted-another-client-free-of-charge/</guid>
		<description><![CDATA[There are the times out there when I think: &#8220;damn, why did I just give away all of this valuable information for FREE?&#8221; And I did it again, increasing the value of the clients platform by probably 1000%.
Not, that the clients are not thankful for it. But then again: how am I gonna live off [...]]]></description>
			<content:encoded><![CDATA[<p>There are the times out there when I think: &#8220;damn, why did I just give away all of this valuable information for FREE?&#8221; And I did it again, increasing the value of the clients platform by probably 1000%.</p>
<p>Not, that the clients are not thankful for it. But then again: how am I gonna live off of that?</p>
<p>Gotta work on my toughness there, I suppose <img src='http://lars-hilse.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Back to work!</p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Lars%20Hilse%20-%20My%20Private%20Parts&amp;siteurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F&amp;linkname=My%20good%20heartedness%2C%20or%3A%20I%20consulted%20another%20client%20free%20of%20charge&amp;linkurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F2008%2F04%2F27%2Fmy-good-heartedness-or-i-consulted-another-client-free-of-charge%2F"><img src="http://lars-hilse.de/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="My good heartedness, or: I consulted another client free of charge";
		a2a_linkurl="http://lars-hilse.de/blog/2008/04/27/my-good-heartedness-or-i-consulted-another-client-free-of-charge/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://lars-hilse.de/blog/2008/04/27/my-good-heartedness-or-i-consulted-another-client-free-of-charge/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The deep sea in Antarctica has recently cooled down dramatically</title>
		<link>http://lars-hilse.de/blog/2008/04/23/the-deep-sea-in-antarctica-has-recently-cooled-down-dramatically/</link>
		<comments>http://lars-hilse.de/blog/2008/04/23/the-deep-sea-in-antarctica-has-recently-cooled-down-dramatically/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 09:09:06 +0000</pubDate>
		<dc:creator>Lars Hilse</dc:creator>
		
		<category><![CDATA[Valuable Stuff]]></category>

		<category><![CDATA[2008]]></category>

		<category><![CDATA[antarctica]]></category>

		<category><![CDATA[cooled down]]></category>

		<category><![CDATA[glacier build up]]></category>

		<guid isPermaLink="false">http://lars-hilse.de/blog/2008/04/23/the-deep-sea-in-antarctica-has-recently-cooled-down-dramatically/</guid>
		<description><![CDATA[The deep-sea in Antarctica has recently cooled down dramatically.  The Alfred-Wegener-Institute in Bremerhaven claimed that it is until now unclear, whether this dramatic deterioration of the temperature around the south-pole was due to the cooling of the polar streams. For the last decades the south-polar sea had heated up. This trend has now been [...]]]></description>
			<content:encoded><![CDATA[<p>The deep-sea in Antarctica has recently cooled down dramatically.  The Alfred-Wegener-Institute in Bremerhaven claimed that it is until now unclear, whether this dramatic deterioration of the temperature around the south-pole was due to the cooling of the polar streams. For the last decades the south-polar sea had heated up. This trend has now been breached for the first time, says the team around the oceanographer Eberhard Fahrbach.Satellite imagery has also shown a huge increase of the mass of the ice caps that has ever been recorded in an antarctic summer.  Whether the crash in temperatures is a sign for a changing trend could only be determined over a period of the following years. 58 scientists were in the antarctic ocean to analyze the polar summer from February to April.</p>
<p><em><a href="http://www.n-tv.de/952334.html" title="The deep sea in Antarctica has recently cooled down dramatically" target="_blank">Via N-TV - Translated on the fly by Lars Hilse - Those who find typos may keep them.  </a></em></p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Lars%20Hilse%20-%20My%20Private%20Parts&amp;siteurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F&amp;linkname=The%20deep%20sea%20in%20Antarctica%20has%20recently%20cooled%20down%20dramatically&amp;linkurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F2008%2F04%2F23%2Fthe-deep-sea-in-antarctica-has-recently-cooled-down-dramatically%2F"><img src="http://lars-hilse.de/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="The deep sea in Antarctica has recently cooled down dramatically";
		a2a_linkurl="http://lars-hilse.de/blog/2008/04/23/the-deep-sea-in-antarctica-has-recently-cooled-down-dramatically/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://lars-hilse.de/blog/2008/04/23/the-deep-sea-in-antarctica-has-recently-cooled-down-dramatically/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why am I pseudo intellectual?</title>
		<link>http://lars-hilse.de/blog/2008/04/23/why-am-i-pseudo-intellectual/</link>
		<comments>http://lars-hilse.de/blog/2008/04/23/why-am-i-pseudo-intellectual/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 08:41:11 +0000</pubDate>
		<dc:creator>Lars Hilse</dc:creator>
		
		<category><![CDATA[Brain Farts]]></category>

		<category><![CDATA[Lars Hilse]]></category>

		<category><![CDATA[Pseudo Intellectual]]></category>

		<guid isPermaLink="false">http://lars-hilse.de/blog/2008/04/23/why-am-i-pseudo-intellectual/</guid>
		<description><![CDATA[I&#8217;ve been called a lot of names throughout my life. But pseudo intellectual was a term new to me.
Reason? Simple: Since I perceive English to be the international language (beside the fact that it&#8217;s a lot more comfortable to speak) of the future, pretty much all of my profiles and all information about me on [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been called a lot of names throughout my life. But pseudo intellectual was a term new to me.</p>
<p>Reason? Simple: Since I perceive English to be the international language (beside the fact that it&#8217;s a lot more comfortable to speak) of the future, pretty much all of my profiles and all information about me on the web are not written in German, but in English. And since my businesses operate pretty much around the globe, it would be impractical to limit access to information about the brand &#8220;Lars Hilse&#8221; to 80MM German citizens (beside a few million others who understand German) instead of making it available to 5BN people worldwide.</p>
<p>Some girl, whom I had contacted, thought of this to be pseudo intellectual. My 3 newest pairs of boxers that she didn&#8217;t even know what she was talking about <img src='http://lars-hilse.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> Anyhow: cute</p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Lars%20Hilse%20-%20My%20Private%20Parts&amp;siteurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F&amp;linkname=Why%20am%20I%20pseudo%20intellectual%3F&amp;linkurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F2008%2F04%2F23%2Fwhy-am-i-pseudo-intellectual%2F"><img src="http://lars-hilse.de/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Why am I pseudo intellectual?";
		a2a_linkurl="http://lars-hilse.de/blog/2008/04/23/why-am-i-pseudo-intellectual/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://lars-hilse.de/blog/2008/04/23/why-am-i-pseudo-intellectual/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How banks screw themselves and the federal government with Basel II</title>
		<link>http://lars-hilse.de/blog/2008/04/21/how-banks-screw-themselves-and-the-federal-government-with-basel-ii/</link>
		<comments>http://lars-hilse.de/blog/2008/04/21/how-banks-screw-themselves-and-the-federal-government-with-basel-ii/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 19:57:21 +0000</pubDate>
		<dc:creator>Lars Hilse</dc:creator>
		
		<category><![CDATA[Brain Farts]]></category>

		<category><![CDATA[Valuable Stuff]]></category>

		<category><![CDATA[banks]]></category>

		<category><![CDATA[basel ii]]></category>

		<category><![CDATA[entrepreneurs]]></category>

		<category><![CDATA[private lending]]></category>

		<category><![CDATA[screw themselves]]></category>

		<category><![CDATA[ways around]]></category>

		<guid isPermaLink="false">http://lars-hilse.de/blog/2008/04/21/how-banks-screw-themselves-and-the-federal-government-with-basel-ii/</guid>
		<description><![CDATA[I was confronted with the cool risk deterioration feature of the banking industry - a. k. a. Basel II - several times in the past. For those that are not familiar with what Basel II is (click)
In a nutshell: the greater risk to which the bank is exposed, the greater the amount of capital the [...]]]></description>
			<content:encoded><![CDATA[<p>I was confronted with the <em>cool risk deterioration feature</em> of the banking industry - a. k. a. Basel II - several times in the past. For those that are not familiar with what Basel II is (<a href="http://en.wikipedia.org/wiki/Basel_II" title="Basel II on Wikipedia" target="_blank">click</a>)</p>
<p>In a nutshell: the greater risk to which the bank is exposed, the greater the amount of capital the bank needs to hold to safeguard its solvency and overall economic stability <em>Wikipedia</em>. And since entrepreneurs are (in general - and by their business plan yet so good) considered an &#8220;unbearable risk&#8221; makes credits damn expensive, if at all possible.</p>
<p><strong>What this means for an entrepreneur?</strong><br />
You will hardly receive money from the bank for less than 10%. Even if your possessed assets outnumber the requested  amount 10:1 you&#8217;ll be asked to kindly pay a ridiculous amount of interest.</p>
<p><strong>Now, entrepreneurs are usually not dumb</strong>&#8230; A fact the <em>clever </em>bankers obviously haven&#8217;t discovered. So the logical consequence is  that they come up with great ideas to get their hands on money. Cheaper than banks will offer it.</p>
<p>The result is that, all over the world, little pools of friendships are developing amongst entrepreneurs which lend each other money (that they currently don&#8217;t need in operations etc.) at an interest rate that doesn&#8217;t hurt the other (like the bank&#8217;s 11-15% would).</p>
<p><strong>And this is where it gets nifty!!</strong> Not only has the bank shot its self in the foot because it receives <strong>NOTHING</strong>, but - from the lender&#8217;s point of view - the money that I don&#8217;t currently possess is good money because I don&#8217;t have to pay taxes for it.</p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Lars%20Hilse%20-%20My%20Private%20Parts&amp;siteurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F&amp;linkname=How%20banks%20screw%20themselves%20and%20the%20federal%20government%20with%20Basel%20II&amp;linkurl=http%3A%2F%2Flars-hilse.de%2Fblog%2F2008%2F04%2F21%2Fhow-banks-screw-themselves-and-the-federal-government-with-basel-ii%2F"><img src="http://lars-hilse.de/blog/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="How banks screw themselves and the federal government with Basel II";
		a2a_linkurl="http://lars-hilse.de/blog/2008/04/21/how-banks-screw-themselves-and-the-federal-government-with-basel-ii/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://lars-hilse.de/blog/2008/04/21/how-banks-screw-themselves-and-the-federal-government-with-basel-ii/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

