<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>bohrbug &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/bohrbug/</link>
	<description>Feed of posts on WordPress.com tagged "bohrbug"</description>
	<pubDate>Sat, 25 May 2013 09:28:51 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Classification Of  Software Bugs]]></title>
<link>http://thebeautifullmind.com/2012/05/20/classification-of-software-bugs/</link>
<pubDate>Sun, 20 May 2012 13:41:16 +0000</pubDate>
<dc:creator>vineethkartha</dc:creator>
<guid>http://thebeautifullmind.com/2012/05/20/classification-of-software-bugs/</guid>
<description><![CDATA[Who is not afraid of bugs ? Most of my readers I know will shudder just at the thought of those cree]]></description>
<content:encoded><![CDATA[<p>Who is not afraid of bugs ? Most of my readers I know will shudder just at the thought of those creepy things crawling all over you .</p>
<p><a href="http://vineethkartha.files.wordpress.com/2012/05/bug.jpg"><img class="alignleft  wp-image-235" style="border:1px solid black;margin:1px;" title="bug" src="http://vineethkartha.files.wordpress.com/2012/05/bug.jpg?w=300&#038;h=266" alt="" width="300" height="266" /></a></p>
<p>Just like the tag line of the Movie<strong> Eight-Legged Freaks , </strong><em>“Do you hate spiders? Do you REALLY hate spiders? Well they don’t like you either” </em></p>
<p>But there is another class of bugs that can ruin your sleep, your peace of mind and can really make you go nuts, we engineers call the software bugs. They can make a beautiful program a mess and can get you right back to square one. Everyone who has written a program no matter how basic it is will have encountered bugs in the first trial. Bugs can be caused due to carelessness from the part of the programmer or the programmers inability to spot out an invalid condition and it can also be caused by hardware imperfections.</p>
<p>No matter how much care is taken to write a bug free software is an unrealized dream and software experts claim that it will remain unrealized. Software Bugs have caused alot of trouble. Paul Bourdeaux mentions <a title="Top Ten Most Infamous Software Bugs Of All Time" href="http://www.sundoginteractive.com/sunblog/posts/top-ten-most-infamous-software-bugs-of-all-time/">Top Ten Most Infamous Software Bugs Of All Time</a> in his blog.</p>
<p>&#8220;Debugging is like removing needles from the haystack&#8221; It can be one heck of a job to find bugs in a very large program. While working on my Btech Project I encountered a Similar situation the program started giving weird results I spent almost two days checking the logic and analyzing it and the real cause of the error was a wrong argument to a function.</p>
<p><a href="http://vineethkartha.files.wordpress.com/2012/05/bug1.jpg"><img class="alignright size-medium wp-image-236" title="bug1" src="http://vineethkartha.files.wordpress.com/2012/05/bug1.jpg?w=300&#038;h=215" alt="" width="300" height="215" /></a></p>
<p>Despite all this There has been an effort to classify bugs in an interesting way. All those who have learned programming might have heard terms like run time errors, Logical bugs, arithmetic bugs, syntax errors etc.</p>
<p>But there is another classification of bugs and these are :</p>
<h4>Bohrbug</h4>
<p>A BohrBug is just your average, straight-forward bug. Simple like the Bohr model of the atom: A small sphere. You push it, it moves. BohrBugs are reproducible, and hence are easily fixed once discovered. These are named after Niels Bohr, who proposed a simple and easy-to-understand atomic model in 1913. In Bohr’s model, things like the path and momentum of an electron in an atom are predictable.</p>
<h4>Heisenbug</h4>
<p>A bug that disappears or alters its behavior when one attempts to probe or isolate it. No matter how much time and effort is spent trying to reproduce the problem, the bug eludes us. Such bugs were named Heisenbugs, after Werner Heisenberg, who is known for his “uncertainty principle”. According to his theory, it is not possible to accurately or certainly determine the position and velocity of an electron in an atom at a particular moment.</p>
<h4>Mandelbug</h4>
<p>When the cause of the bug is too complex to understand, and the resulting bug appears chaotic, it is called a Mandelbug. These are named after Benoît Mandelbrot, who is considered the father of fractal geometry (fractals are complex, self-similar structures). A bug in an operating system that depends on scheduling is an example of a Mandelbug.</p>
<h4>Schroedinbug</h4>
<p>Sometimes, you look into the code, and find that it has a bug or a problem that should never have allowed it to work in the first place. When you try out the code, the bug promptly shows up, and the software fails! Though it sounds very uncommon, such bugs do occur and are known as Schroedinbugs. They are named after the scientist Erwin Schrödinger, who proposed that in quantum physics, quantum particles like atoms could exist in two or more quantum states.</p>
<p>By observing the problem in the code, you change the outcome — either the software works or breaks. So these kinds of bugs are known as Schroedinbugs.</p>
<h4>Fractal Bugs</h4>
<p>A bug, after which its resolution is found, reveals additional self-similar bugs elsewhere in the code, after which they are fixed, likewise appear elsewhere still.</p>
<p>Next time time you write a program and if it crashes unexpectedly you can tell your teacher or your friends that you have a heisenbug or a bohrbug in your program, let them figure out what the heck that means. Happy Hacking <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>References</p>
<p>[1] S.G Ganesh <a title="http://www.linuxforu.com/2010/10/joy-of-programming-types-of-bugs/" href="http://www.linuxforu.com/2010/10/joy-of-programming-types-of-bugs/">http://www.linuxforu.com/2010/10/joy-of-programming-types-of-bugs/</a></p>
<p>[2] The Jargon File <a title="http://www.catb.org/jargon/html/index.html" href="http://www.catb.org/jargon/html/index.html">http://www.catb.org/jargon/html/index.html</a></p>
<p><!-- End wiki content --></p>
<p><!-- Backlinks --></p>
<p><!-- End Backlinks --></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[New Anton Price album and live performances in the making...and more...]]></title>
<link>http://dagosondervan.wordpress.com/2012/02/24/new-anton-price-album-live-performances-in-the-making-and-more/</link>
<pubDate>Fri, 24 Feb 2012 16:08:52 +0000</pubDate>
<dc:creator>bohrbug</dc:creator>
<guid>http://dagosondervan.wordpress.com/2012/02/24/new-anton-price-album-live-performances-in-the-making-and-more/</guid>
<description><![CDATA[My new Anton Price album will feature my DIY homemade electronic drum-kit. My kit is now fully opera]]></description>
<content:encoded><![CDATA[<p><a href="http://dagosondervan.files.wordpress.com/2012/02/img_11341.jpg"><img class="aligncenter size-full wp-image-334" title="1st version electronic drumkitkit" src="http://dagosondervan.files.wordpress.com/2012/02/img_11341.jpg?w=720&#038;h=540" alt="" width="720" height="540" /></a></p>
<p>My new Anton Price album will feature my DIY homemade electronic drum-kit.</p>
<p>My kit is now fully operational and I&#8217;m satisfied how it is working so far.</p>
<p>I&#8217;m experimenting with Arduino boards for the trigger to midi conversion.</p>
<p>Also, my new music and performances will involve &#8216; live coding &#8216; combined with live played electronic drums.</p>
<p>The next few weeks I will be posting videos of my electronic drums in action.</p>
<p>Previews of my new  tracks will be posted on Soundcloud.</p>
<p>The following musicians are the  members of my Anton Price Band :</p>
<p>Peter Vandenberghe (Flat Earth Society, X-Legged-Sally) on synthesizers</p>
<p>Mirko Banovic             (Arno) on Moog Pedal and electric bass</p>
<p>Thomas Jillings          (<strong>An Expedition into the Mind of Sgt. Fuzzy</strong> ) on EWI (electronic sax)</p>
<p>The new Anton Price Release on vinyl can be expected on the end of September.</p>
<p>As an electronic duo I&#8217;m involved in a collaboration with Internal Sun, better known as Andrew Claes who is best known for his work with the Belgian jazz-funk band Brazzaville. Both of us are playing electronic instruments live and are complimenting our playing with some live looping.</p>
<p>I will be performing oldskool New Orleans music at the Sunday afternoon Roots Sessions at Café Vertigo on the 4 of May with my new acoustic band . Members are</p>
<p>Elko Blijweerdt (Wim Vandekeybus, Franco Saint de Bakker, Dead Man Ray, Front 242) on guitar</p>
<p>Bart Maris (Flat Earth Society) on trumpet</p>
<p>Filip Vandenbril (Antwerp Gipsy Ska Orchestra) on double bass</p>
<p>Friday the 23th, I&#8217;m playing drums with the Eric Morel Quartet @ Café Vertigo, Draakplaats 3, 2018 Antwerp.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Att lösa bohrbuggen]]></title>
<link>http://martinbagge.wordpress.com/2009/08/16/losa-bohrbuggen/</link>
<pubDate>Sat, 15 Aug 2009 22:54:15 +0000</pubDate>
<dc:creator>br0ther</dc:creator>
<guid>http://martinbagge.wordpress.com/2009/08/16/losa-bohrbuggen/</guid>
<description><![CDATA[Via Matt Zimmerman hittar vi idag ett felet i OpenOffice som innebär att Brother-skrivare inte kan s]]></description>
<content:encoded><![CDATA[<p>Via <a href="http://mdzlog.alcor.net/2009/08/15/bohrbugs-openoffice-org-wont-print-on-tuesdays/">Matt Zimmerman</a> hittar vi idag ett felet i OpenOffice som innebär att Brother-skrivare inte kan skriva ut på tisdagar. Det i sig är ju ett helt underbart fel, det kräver en hel del av användarna och programmerarna för att hitta det så all heder! Snygg fallstudie på hur interaktionen mellan utgivare och användare funkar i öppen källkod för övrigt.</p>
<p>Det viktiga i posten är länken till <a href="http://en.wikipedia.org/wiki/Unusual_software_bug">defintioner av feltyper på wikipedia</a>. Tack Internet!</p>
<p>Läs även andra bloggares åsikter om <a rel="tag" href="http://bloggar.se/om/ubuntu">ubuntu</a>, <a rel="tag" href="http://bloggar.se/om/openoffice.org">openoffice.org</a>, <a rel="tag" href="http://bloggar.se/om/oo.o">oo.o</a>, <a rel="tag" href="http://bloggar.se/om/open+source">open source</a>, <a rel="tag" href="http://bloggar.se/om/%F6ppen+k%E4llkod">öppen källkod</a>, <a rel="tag" href="http://bloggar.se/om/programmering">programmering</a>, <a rel="tag" href="http://bloggar.se/om/buggar">buggar</a>, <a rel="tag" href="http://bloggar.se/om/fel">fel</a>, <a rel="tag" href="http://bloggar.se/om/bohrbug">bohrbug</a></p>
]]></content:encoded>
</item>

</channel>
</rss>
