<?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>drop.by</title>
	<atom:link href="http://www.drop.by/feed" rel="self" type="application/rss+xml" />
	<link>http://www.drop.by</link>
	<description>Just another weblog</description>
	<lastBuildDate>Wed, 02 Nov 2011 10:32:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Using Opera Mini as an anonymizer</title>
		<link>http://www.drop.by/opera-mini</link>
		<comments>http://www.drop.by/opera-mini#comments</comments>
		<pubDate>Wed, 21 Sep 2011 20:25:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drop.by/?p=304</guid>
		<description><![CDATA[Run Opera Mini on your computer for simple anonymization. Full screen window and no installation!]]></description>
			<content:encoded><![CDATA[<p>Because Opera Mini fetches all content through a proxy server over an encrypted connection, you are guaranteed anonymity at the user end.</p>
<p><a href="http://en.wikipedia.org/wiki/File:Opera_mini.png"><img class="aligncenter" src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Opera_mini.png" alt="Opera Mini proxy" width="450" /></a></p>
<p>This prevents eavesdropping by your neighbor at least. The more recent versions of <a title="Download" href="http://www.opera.com/mobile/download/versions/">Opera Mini</a> can be run in mobile <a title="MicroEmulator" href="http://www.microemu.org/">emulators</a> and look rather well on larger displays:</p>
<p><a title="Opera Mini in simulator" href="http://drop.by/mini"><img class="aligncenter" src="http://dl.dropbox.com/u/7134461/ref/opera-mini.png" alt="Opera Mini on MicroEmulator in Microsoft Windows" /></a></p>
<p>I then noticed two cool things: 1. MicroEmulator can run MIDlets from URLs using Java Web Start, and 2. When using the <a href="http://www.opera.com/mobile/demo/">Opera Mini Demo</a>, the client IP address is not sent in the <code>X-Forwarded-For</code> HTTP header. This is what gives us anonymity. It&#8217;s not as secure as Tor, but more practical. All you need is to click one link!</p>
<p><a href="http://drop.by/mini">http://drop.by/mini</a><br />
(I recommend: Options &gt; Select device &gt; Resizable device)</p>
<p style="text-align: left;">(The link forwards to http://microemu.org/webstart/dl.dropbox.com/u/7134461/mini.jnlp where dl.dropbox&#8230;/mini.(jad|jar) is the Opera Mini Demo)</p>
<p style="text-align: left;">P.S. Opera Mini does not provide <a href="http://www.opera.com/mobile/help/faq/#security">end-to-end security</a>. Also, we can&#8217;t control the HTTP headers or what Opera decides to do on its servers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drop.by/opera-mini/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join video files Nautilus script</title>
		<link>http://www.drop.by/join-video-files-nautilus-script</link>
		<comments>http://www.drop.by/join-video-files-nautilus-script#comments</comments>
		<pubDate>Sat, 07 May 2011 21:23:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[mpeg]]></category>
		<category><![CDATA[mpg]]></category>
		<category><![CDATA[wmv]]></category>

		<guid isPermaLink="false">http://drop.by/?p=276</guid>
		<description><![CDATA[Select several video files, right click, and select "Join video files". Uses mencoder.]]></description>
			<content:encoded><![CDATA[<p>The command to join video files with mencoder looks something like this:</p>
<p><code>mencoder -oac copy -ovc copy -o out.avi in1.avi in2.avi in3.avi</code></p>
<p>There are also other parameters one would want to set depending on the video file formats. To simplify this process of merging videos, download</p>
<ul>
<li><a title="Join video files Nautilus script" href="/files/Join%20video%20files">Join video files</a></li>
</ul>
<p>and place the file in <span style="background-color: #eeeeff;">~/.gnome2/nautilus-scripts</span></p>
<p>Then, simply select and right click video files in Nautilus and choose Scripts -&gt; Join video files</p>
<p>The script will try to set the correct options based on the video files. Files are joined in sequence according to their file names in alphabetical order. The output file is named using the name of the first video file; v1.mpg + &#8230; =&gt; v1-joined.mpg As shown in the command above, the video and audio streams are copied, not re-encoded.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drop.by/join-video-files-nautilus-script/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zodiac tool</title>
		<link>http://www.drop.by/zodiac-tool</link>
		<comments>http://www.drop.by/zodiac-tool#comments</comments>
		<pubDate>Fri, 22 Apr 2011 15:32:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drop.by/?p=273</guid>
		<description><![CDATA[An online tool to aid in cracking the Zodiac killer's 340 cipher.]]></description>
			<content:encoded><![CDATA[<p>I decided to have a go at the unsolved &#8220;340 cipher&#8221; from the Zodiac killer.</p>
<p>After fruitless attempts using pen and paper I created a web <a title="Zodiac 340 cipher tool" href="/zodiac">TOOL</a>.</p>
<p>There exists several similar tools already, but there are some differences. I use numbers instead of symbols to easier process the data. I think maybe the greatest advantage of my tool is the hover effect which affects all similar symbols on mouse-over. There is also a (rather primitive) &#8220;generate remaining&#8221; function which estimates unsolved symbols.</p>
<p>Unfortunately, I still haven&#8217;t solved the cipher ;-)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drop.by/zodiac-tool/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send custom HTML via Gmail from command line</title>
		<link>http://www.drop.by/send-custom-html-via-gmail-from-command-line</link>
		<comments>http://www.drop.by/send-custom-html-via-gmail-from-command-line#comments</comments>
		<pubDate>Wed, 05 Jan 2011 20:35:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drop.by/?p=261</guid>
		<description><![CDATA[This bash script converts a webpage/HTML document to an HTML email, inlining (embedding) the images.]]></description>
			<content:encoded><![CDATA[<p>Gmail allows composing and sending of HTML email, but it does not let you edit the source. Among other things, this irritates me because images with links get ugly borders. Luckily, Google also allows us to send emails from your account using other clients. Great, but composing HTML emails with inline/embedded images is still a hassle. Because I couldn&#8217;t find anything better, I wrote a bash script that converts a webpage/HTML document to an email:</p>
<ul>
<li><a title="Script to create inline images in e-mail from HTML file" href="/files/html2email.sh">html2email.sh</a></li>
</ul>
<p>The usage is simple: <span style="background-color: #ddddff; padding: 4px;"><code>./html2email.sh input.html output.txt</code></span></p>
<p>Then output.txt can be mailed by e.g. Gmail. A simple way of doing this is using sendemail:</p>
<p style="text-align: left;"><code>sendemail -f you@gmail.com -t receiver@hotmail.com -s smtp.gmail.com:587 -o tls=yes -xu you@gmail.com -xp yourpassw -o message-format=raw -o message-file=output.txt</code></p>
<p style="text-align: left;"><a title="Script source code" href="/files/html2email.sh.txt">View the script</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.drop.by/send-custom-html-via-gmail-from-command-line/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Script that prepares photos for Facebook</title>
		<link>http://www.drop.by/photo-script</link>
		<comments>http://www.drop.by/photo-script#comments</comments>
		<pubDate>Tue, 04 May 2010 19:12:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://drop.by/?p=248</guid>
		<description><![CDATA[A script that lets you merge photo albums from different cameras while preserving chronological order, and optionally prepares them for e.g. Facebook by removing metadata, resizing, and renaming them.]]></description>
			<content:encoded><![CDATA[<p>This is a follow-up of an <a href="/preparing-photos-for-facebook">earlier post</a>. The topic remains the same; merging photo albums from different cameras while preserving chronological order, and removing potentially private metadata.</p>
<p>Like many others, I have noticed that Facebook increased its photo size <a href="http://blog.facebook.com/blog.php?post=337389082130">from 604 to 720 pixels</a>. At the same time, I noticed that the commands in my last post weren&#8217;t perfect. I have tried to write an improved script:</p>
<ul>
<li><a href="/files/facebook.sh.txt">facebook.sh</a></li>
</ul>
<p>Simply run it in your photos folder and it will make a &#8216;facebook&#8217; directory to which it copies your processed photos. By default, it only handles the photos in the current directory. To make it recursive (it will skip the &#8216;facebook&#8217; dir), just remove or edit &#8220;-maxdepth 1&#8243;.</p>
<p>As before, I can recommend <a href="http://www.imagemagick.org/">ImageMagick</a> and <a href="http://www.cygwin.com/">Cygwin</a> if you are a Windows user.</p>
<p>Shouldn&#8217;t have to mention it, but: Use at your own risk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drop.by/photo-script/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send SMS fra kommandolinjen</title>
		<link>http://www.drop.by/send-sms-fra-kommandolinjen</link>
		<comments>http://www.drop.by/send-sms-fra-kommandolinjen#comments</comments>
		<pubDate>Sat, 13 Mar 2010 14:20:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[sms]]></category>

		<guid isPermaLink="false">http://drop.by/?p=240</guid>
		<description><![CDATA[Et shell-script for å sende SMS fra gulesider.no.]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.gulesider.no/mypage/loginForm.c">Gulesider.no</a> lar norske mobilbrukere opprette konto og sende inntil 5 gratis SMS per dag fra siden sin (fra ditt eget mobilnummer!).</p>
<p>Jeg skrev et shell-script som sender fra denne siden uten at du trenger å bruke nettleseren. Dette er bl.a. nyttig hvis du ønsker å varsles av datamaskinen din ved ulike hendelser. Jeg synes også det forenkler manuell sending.</p>
<p>Last ned <a href="/files/sms.sh">sms.sh</a> og kjør f.eks.:<br/><br />
<code>./sms.sh 98765432 Hei! Skal vi treffes i dag?</code></p>
<p>Lag en tekstfil, smsnums.txt, med &#8216;nummer,kallenavn&#8217; per linje for å slippe å huske telefonnummer.</p>
<p>Jeg bruker Ubuntu Linux, men hvis du vil kjøre scriptet i Windows, er det bare å laste ned <a href="http://www.cygwin.com/">Cygwin</a> og wget.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drop.by/send-sms-fra-kommandolinjen/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubiquitous Web OS Command Line</title>
		<link>http://www.drop.by/ubiquitous-web-os-command-line</link>
		<comments>http://www.drop.by/ubiquitous-web-os-command-line#comments</comments>
		<pubDate>Sat, 06 Feb 2010 22:21:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[accelerator]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[cross-browser]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[prompt]]></category>

		<guid isPermaLink="false">http://drop.by/?p=226</guid>
		<description><![CDATA[One single JavaScript file that let's you access all your favorite internet functions from any browser on any machine, without installing anything.]]></description>
			<content:encoded><![CDATA[<p>The last couple of years, I have been wondering who my &#8220;online profile&#8221; will belong to. First, applications started moving from the PC to the web, such as <a href="http://www.gmail.com/">email</a> and <a href="http://delicious.com/">bookmarking</a>. Then browsers <a title="Opera Link" href="http://www.opera.com/link/">started</a> <a title="Mozilla Weave, Firefox add-on" href="https://mozillalabs.com/weave/">syncing</a> bookmarks and customizations across different PCs and mobile devices.</p>
<p>All of these developments are really exciting, but I am not totally satisfied. For one thing, you have to choose and stick to one particular browser. Also, they do not sync everything that I would like (e.g. <a href="http://en.wikipedia.org/wiki/Greasemonkey">Greasemonkey</a> scripts). A blog post about <a title="Ubiquity Alternatives Offer Power Users Command-Line Tools for the Web" href="http://www.webmonkey.com/blog/Ubiquity_Alternatives_Offer_Power_Users_Command-Line_Tools_for_the_Web">alternatives to Mozilla&#8217;s Ubiquity</a> introduced me to some great projects, and inspired me to start using <a title="Quix, Bookmarklets on steroids" href="http://quixapp.com/">Quix</a>. Quix lets you access your bookmarks, custom searches, and other tools, from one place. It works across all browsers and doesn&#8217;t need to be installed!</p>
<p>Not long after, however, I decided to not depend on Quix at all, and write a free, open version. While Quix lets you write your own command file, I also let you modify and store the code. This way, you don&#8217;t have to worry about Quix crashing, going bankrupt, or eavesdropping on your traffic. You just have to host one JavaScript file (or use mine) and remember its address.</p>
<p>Clicking the following image invokes the script: <a title="Web OS Cmd" href="javascript:WebOsCmd();function WebOsCmd(){var b=false;var h=document.getElementsByTagName('head');if(h.length==0){alert('Error');return;}var s=document.getElementById('weboscmd');if(s)s.parentNode.removeChild(s);s=document.createElement('script');s.src='http://drop.by/WebOsCmd-0.03.min.js';s.id='weboscmd';s.type='text/javascript';s.onload=function(){b=true;};s.onreadystatechange=function(){if(s.readyState=='complete'||s.readyState=='loaded')b=true;};h[0].appendChild(s);var t=window.getSelection?window.getSelection():(document.getSelection?document.getSelection():(document.selection?document.selection.createRange().text:''));var c=window.prompt('Type \'h\' for a list of commands:','');if(c){var o=function(){if(b){s=tingstad(c,t,document.title?encodeURIComponent(document.title):'',''+document.location);if(s!=''){s=window.open(s);s.focus();}}else setTimeout(o,99);};o();}}"><img src="/img/internet.png" border="0" alt="Web OS Cmd" /></a></p>
<p>Drag it to your browser&#8217;s toolbar for convenience. Alter the web address in the link if you want to use your own copy or modified version. The file: <a href="http://drop.by/WebOsCmd-0.03.js">WebOsCmd.js</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.drop.by/ubiquitous-web-os-command-line/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save file by URL</title>
		<link>http://www.drop.by/save-file-by-url</link>
		<comments>http://www.drop.by/save-file-by-url#comments</comments>
		<pubDate>Sun, 17 Jan 2010 13:49:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://drop.by/?p=221</guid>
		<description><![CDATA[I created a page where you can paste a URL to generate a link which you then can right click and "Save As...".]]></description>
			<content:encoded><![CDATA[<p>Oftentimes, I have a URL to a file I want to download, but no simple way of downloading it. The problem is that some files (e.g. videos) open in the browser instead of giving you the &#8220;Save As&#8230;&#8221; dialog box.</p>
<p><a href="http://www.linksave.net/">LinkSave.net</a> provides a text box where you can paste the URL and generate a link you can right click and &#8220;Save As&#8230;&#8221;. But do you want LinkSave to know all the links you save?</p>
<p>I created a similar <a href="/linksave">link generator</a> where your URLs are not logged. The link is created on the client side using JavaScript, and you can view the source code to be sure. Easier than writing a new HTML file with the URL every time you want to save a file. Of course, wget is an alternative.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drop.by/save-file-by-url/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Codes in Shakespeare</title>
		<link>http://www.drop.by/codes-in-shakespeare</link>
		<comments>http://www.drop.by/codes-in-shakespeare#comments</comments>
		<pubDate>Fri, 25 Dec 2009 21:29:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1623]]></category>
		<category><![CDATA[F1]]></category>
		<category><![CDATA[FF]]></category>
		<category><![CDATA[First Folio]]></category>
		<category><![CDATA[Francis Bacon]]></category>
		<category><![CDATA[Rosicrucianism]]></category>
		<category><![CDATA[William Shakespeare]]></category>

		<guid isPermaLink="false">http://drop.by/?p=174</guid>
		<description><![CDATA[Looking for some codes in Shakespeare's First Folio as proposed by Petter Amundsen. I think I found a couple of interesting cases.]]></description>
			<content:encoded><![CDATA[<p>In the Norwegian book, <em title="ISBN: 8202264227">Organisten</em> (Dan/Swe: <em>Ekspedition/Expedition Shakespeare</em>), Petter Amundsen presents several ciphers in the works of W. Shakespeare. You can read about some of his findings in his document <a href="http://www.baconsocietyinc.org/members/Petter.htm">here</a>. I&#8217;m usually very skeptical, but parts of this theory has me intrigued. Here are some ciphers I have discovered that are not mentioned in the book, nor the <a href="http://www.platekompaniet.no/Film.aspx/DVD/Shakespeares_Skjulte_Koder/?id=N286532">DVD</a>! Warning: A lot of this will not make sense if you haven&#8217;t read the book or other related material.</p>
<h3 id="HenryIV49"><a href="#HenryIV49">37/53 degrees of the 3-4-5 triangle in 1 Henry IV</a></h3>
<p><a href="/img/shakespeare-king-henry-iv-49-2.jpg"><img src="/img/shakespeare-king-henry-iv-49-2-small.jpg" alt="Codes in Shakespeare's King Henry IV page 49" /></a><br />
This page and its acrostic ciphers are mentioned in the book, but the line was not. It passes through the page&#8217;s only two &#8220;Lord&#8221;s, intersects the upper left corner, and has a 37 degree angle.</p>
<h3 id="Antony346"><a href="#Antony346">Boötes in Antony and Cleopatra</a></h3>
<p><a href="/img/shakespeare-antony-and-cleopatra-346-7.jpg"><img src="/img/shakespeare-antony-and-cleopatra-346-7-small.jpg" alt="Codes in Shakespeare's Antony and Cleopatra page 346" /></a><br />
Another interesting page is page 346 of <em>The Tragedy of Antony and Cleopatra</em>, where I found &#8220;BO<a title="w=&gt;O" href="http://en.wikipedia.org/wiki/Omega">w</a>T<a title="H=&gt;E" href="http://en.wikipedia.org/wiki/Eta_(letter)">H</a>S&#8221; (=<a href="http://en.wikipedia.org/wiki/Bootes">Bootes</a>), a &#8220;TWO&#8221; and &#8220;FBACa&#8221;.</p>
<h3 id="RosyC"><a href="#RosyC">Rosy Cross in Comedies, page 235</a></h3>
<p><a href="/img/shakespeare-Alls-Well-that-Ends-Well-235.jpg"><img src="/img/shakespeare-Alls-Well-that-Ends-Well-235-small.jpg" alt="Codes in Shakespeare's Alls Well that Ends Well page 235" /></a><br />
This page is mentioned in epilogue 4 (not in the first edition of the book), but not the circled parts. &#8220;R-O-s-y C&#8221; between <em>Rossi</em> and <em>crosse</em> is at a 53 degree angle of course!</p>
<h3 id="Coriolanus2"><a href="#Coriolanus2">BACon on page 2 of Tragedies</a></h3>
<p><a href="/img/coriolanus-2.jpg"><img src="/img/coriolanus-2-small.jpg" alt="Coriolanus, page 2" /></a><br />
Mirroring the F BACon on page 2 of Comedies! Also a possible BOWTIs anagram.</p>
<h3 id="BACO"><a href="#BACO">BACO on page 281</a></h3>
<p>I have also noticed the BACO on page 281, <em>The Winters Tale</em>:<br />
<a href="/img/shakespeare-281-Winters-Tale.jpg"><img src="/img/shakespeare-281-Winters-Tale-small.jpg" alt="Codes in Shakespeare's Winters Tale page 281" /></a></p>
<p>Other finds that could be nothing:<br />
<a href="/img/shakespeare-king-john-10.jpg"><img src="/img/shakespeare-king-john-10-small.jpg" alt="King John, page 10" /></a></p>
<p><img src="/img/shakespeare-richard-ii-27-small.jpg" alt="Richard II, page 27" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.drop.by/codes-in-shakespeare/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hvilket Flax-lodd er best?</title>
		<link>http://www.drop.by/hvilket-flax-lodd-er-best</link>
		<comments>http://www.drop.by/hvilket-flax-lodd-er-best#comments</comments>
		<pubDate>Wed, 16 Dec 2009 19:11:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flax]]></category>
		<category><![CDATA[flaxlodd]]></category>
		<category><![CDATA[lodd]]></category>
		<category><![CDATA[norsk tipping]]></category>
		<category><![CDATA[sannsynlighet]]></category>
		<category><![CDATA[vinnersjanse]]></category>

		<guid isPermaLink="false">http://drop.by/?p=137</guid>
		<description><![CDATA[Regner ut virkelige sannsynligheter og forventningsverdier.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="aligncenter" src="/img/flax.png" alt="Flax-lodd" /><br />
I disse førjulstider er det mange kalendere og lodd å sette seg inn i. Men hvilke gir egentlig de beste vinnersjansene? La oss ta for oss Flax-loddene. På baksiden står vinnersannsynligheten:</p>
<table style="border-style:solid;border-collapse:collapse;border-color:#cccccc" border="1">
<tbody>
<tr>
<td>Julekalender:</td>
<td>50,0 % (1:2)</td>
</tr>
<tr>
<td>Million:</td>
<td>25,5 % (1:3,92)</td>
</tr>
<tr>
<td>Griseflax:</td>
<td>20,6 % (1:4,84)</td>
</tr>
</tbody>
</table>
<p>Ser jo greit ut, kalenderen er best. Eller er den det? På kalenderen kan du vinne maksimum kr 500 000, mens du kan vinne opptil kr 1 000 000 på &#8220;Flax million&#8221;. Dessuten er kalenderen dyrere. I tillegg kalkulerer Norsk Tipping selv de minste premier som &#8220;win&#8221;. Altså, hvis du skraper frem 20 kroner på et lodd som kostet 50, så har du &#8220;vunnet&#8221;. Følgende sannsynligheter kan være interessante:</p>
<table style="border-style:solid;border-collapse:collapse;border-color:#cccccc" border="1">
<tbody>
<tr>
<td></td>
<td>&#8220;Vinnersannsynlighet&#8221;</td>
<td>Sannsynlighet for ikke tap</td>
<td>Sannsynlighet for lønnsom gevinst</td>
</tr>
<tr>
<td>Julekalender:</td>
<td><strong>50,0 %</strong></td>
<td>20,0 %</td>
<td>10,0%</td>
</tr>
<tr>
<td>Million:</td>
<td>25,5 %</td>
<td><strong>25.5 %</strong></td>
<td>9,7%</td>
</tr>
<tr>
<td>Griseflax:</td>
<td>20,6 %</td>
<td>20,6 %</td>
<td><strong>11,2 %</strong></td>
</tr>
</tbody>
</table>
<p>Som vi ser er forskjellige typer lodd best på forskjellige målsetninger. Vi kan beregne forventningsverdien for å finne ut hvor mye loddene faktisk koster oss (i snitt):</p>
<table style="border-style:solid;border-collapse:collapse;border-color:#cccccc" border="1">
<tbody>
<tr>
<td></td>
<td>Forventet gevinst</td>
<td>Pris</td>
<td>Forventningsverdi per krone</td>
</tr>
<tr>
<td>Julekalender:</td>
<td>kr 25,85</td>
<td>kr 50</td>
<td>kr 0,517</td>
</tr>
<tr>
<td>Million:</td>
<td>kr 13,75</td>
<td>kr 25</td>
<td><strong>kr 0,55</strong></td>
</tr>
<tr>
<td>Griseflax:</td>
<td>kr 5,10</td>
<td>kr 10</td>
<td>kr 0,51</td>
</tr>
</tbody>
</table>
<p>Hvis du kun er interessert i å tape minst mulig penger bør du altså velge Flax million. Hvis en er interessert i sannsynligheten for premier av en viss størrelsesorden kan man se på denne oversikten:<br />
<a href="/img/flax1.png"><img src="/img/flax1.png" alt="Sannsynlighet 1" /></a></p>
<p><a href="/img/flax2.png"><img src="/img/flax2.png" alt="Sannsynlighet 2" /></a></p>
<p>Julekalenderen ser ut til å ligge høyest hele veien, bortsett fra på &gt;= 250, hvor Flax million gjør det litt bedre (men husk at loddene ikke koster like mye). Også på &gt;= 1 000 000 vinner selvsagt Flax million.</p>
<p>Hvis man snevrer seg inn mot store premier, kan man også følge med på <a title="Dame fra Langhus vant 500 000 på kalender des. 2009" href="https://www.norsk-tipping.no/page?id=93&amp;key=88262">kunngjøringer om gevinster</a> og oppdatere sannsynligheten deretter.</p>
<p>Beregningene finner du i <a href="https://spreadsheets.google.com/ccc?key=0Aib2gmz-44-xdE9NXzJSSTlYb2pNM1VYNE9QYlVLVWc&amp;hl=en">dette regnearket</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drop.by/hvilket-flax-lodd-er-best/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

