<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>operating-systems on S Anand</title>
    <link>https://www.s-anand.net/blog/tag/operating-systems/</link>
    <description>Recent content in operating-systems on S Anand</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 24 Nov 2010 10:48:13 +0000</lastBuildDate>
    <atom:link href="https://www.s-anand.net/blog/tag/operating-systems/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Visualising the Wilson score for ratings</title>
      <link>https://www.s-anand.net/blog/visualising-the-wilson-score-for-ratings/</link>
      <pubDate>Wed, 24 Nov 2010 10:48:13 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/visualising-the-wilson-score-for-ratings/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.reddit.com/&#34;&gt;Reddit&lt;/a&gt;’s &lt;a href=&#34;http://blog.reddit.com/2009/10/reddits-new-comment-sorting-system.html&#34;&gt;new comment sorting system&lt;/a&gt; (charmingly explained by &lt;a href=&#34;http://www.xkcd.com/&#34;&gt;Randall Munroe&lt;/a&gt;) uses what’s called a &lt;a href=&#34;http://www.evanmiller.org/how-not-to-sort-by-average-rating.html&#34;&gt;Wilson score confidence interval&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I’ll wait here while you read those articles. If you ever want to implement user-ratings, you need to read them.&lt;/p&gt;
&lt;p&gt;The summary is: don’t use average rating. Use something else, which in this case, is the Wilson score, which says that if you got 3 negative ratings and no positive ratings, your average rating shouldn’t be zero. Rather, you can be 95% sure that it’ll end up at 0.47 or above, given a chance, so rate it as 0.47.&lt;/p&gt;
&lt;p&gt;I understand this stuff better visually, so I tried to see what the rating would be for various positive and negative scores. Here’s the plot.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;3D animation of Wilson score for ratings&#34; loading=&#34;lazy&#34; src=&#34;https://files.s-anand.net/images/2010-11-24-3d-wilson.webp&#34;&gt;&lt;/p&gt;
&lt;p&gt;The axes on the floor show the number of positive and negative ratings (you can figure out which is which), and the height of the surface is the average rating it should get.&lt;/p&gt;
&lt;p&gt;You can see that if there are only positive ratings, the average rating is 100% (because there’s a 95% chance it’ll end up at 100% or above). If there are only negative ratings, the rating falls of sharply. In the early stages, a few positive ratings can correct that very quickly, but over time, the correction’s a lot weaker.&lt;/p&gt;
&lt;p&gt;You can move your mouse over the visualisation to control the angle. (For those reading this this via the RSS feed, you may need to visit &lt;a href=&#34;http://www.s-anand.net/&#34;&gt;my blog&lt;/a&gt;.) Try it out: I understood the behaviour a lot better this way.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://safehammad.com&#34;&gt;Safe Hammad&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;8 Dec 2010 5:49 pm&lt;/em&gt;:
Very interesting! Great visualisation.
Although using the Wilson score confidence interval is &amp;ldquo;more correct&amp;rdquo; than simpler alternatives, I can&amp;rsquo;t help feel that web sites need absolute transparency as much as correctness when it comes to how their rating system works. I wonder what would happen if Amazon or Urban Dictionary had to point visitors to Wilson&amp;rsquo;s formula to help them understand how their ratings system worked! There may be a case for the trade-off between simplicity and correctness.
Thankfully many sites, including both Amazon and Urban Dictionary, also publish the raw data i.e. a breakdown of ratings allowing visitors to draw their own conclusions &amp;hellip; should they choose to do so.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.thedatarevolution.com&#34;&gt;Dan Murray&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;22 Dec 2010 6:22 pm&lt;/em&gt;:
I don&amp;rsquo;t like the 3D representation. It obscures the meaning.&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Ubuntu 8.10 on a Dell Latitude D420</title>
      <link>https://www.s-anand.net/blog/ubuntu-8-10-on-a-dell-latitude-d420/</link>
      <pubDate>Thu, 15 Jan 2009 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/ubuntu-8-10-on-a-dell-latitude-d420/</guid>
      <description>&lt;p&gt;Here&amp;rsquo;s the fastest way I&amp;rsquo;ve found to install Ubuntu on a USB flash drive, for my Dell Latitude D420. (&lt;a href=&#34;http://www.pendrivelinux.com&#34;&gt;Pendrivelinux.com&lt;/a&gt; is a great resource for this sort of thing.)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Ingredients&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;One large USB flash drive &lt;a href=&#34;http://www.amazon.co.uk/exec/obidos/ASIN/B001E97G6C&#34;&gt;like this one&lt;/a&gt;. Not less than 4GB. I&amp;rsquo;d suggest 8GB or more&lt;/li&gt;
&lt;li&gt;One CD (not a DVD)&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://releases.ubuntu.com/releases/8.10/ubuntu-8.10-desktop-i386.iso&#34;&gt;Ubuntu 8.10 desktop&lt;/a&gt; CD ISO&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.imgburn.com/&#34;&gt;IMGBurn&lt;/a&gt; or any other CD burning software&lt;/li&gt;
&lt;li&gt;Direct Internet via LAN cable (without proxy, without wireless)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;http://www.pendrivelinux.com/ubuntu-810-install-using-the-built-in-usb-installer/&#34;&gt;Installation&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Burn the Ubuntu ISO file on the CD&lt;/li&gt;
&lt;li&gt;Press F12 when the laptop boots up, and select CD/DVD Drive as the boot device&lt;/li&gt;
&lt;li&gt;On the Ubuntu splash screen, select &amp;ldquo;Try Ubuntu without making any change to your computer&amp;rdquo; and wait&lt;/li&gt;
&lt;li&gt;Insert the flash drive&lt;/li&gt;
&lt;li&gt;Go to System &amp;gt; Administration &amp;gt; Create a USB startup disk and follow instructions there&lt;/li&gt;
&lt;li&gt;Once done, remove the CD and reboot using the USB flash drive (pressing F12 during the boot sequence)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;To enable wireless&lt;/strong&gt;, which won&amp;rsquo;t work by default&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Connect to the Internet using a LAN cable&lt;/li&gt;
&lt;li&gt;Go to System &amp;gt; Administration &amp;gt; Hardware devices&lt;/li&gt;
&lt;li&gt;Select the Broadcom LAN driver, and activate it&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That&amp;rsquo;s it. It&amp;rsquo;s been a fairly painless installation.&lt;/p&gt;
&lt;p&gt;I do have one big crib. I planned to use Hibernation (or suspend-to-disk on Ubuntu) to switch between Windows and Ubuntu. But there are a couple of problems:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Hibernate doesn&amp;rsquo;t work on Ubuntu. I need to reboot Ubuntu every time, and that takes 3 minutes&lt;/li&gt;
&lt;li&gt;When Windows is hibernating, Ubuntu can&amp;rsquo;t access any files on the hard disk&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This means switching between Ubuntu and Windows is roughly a 6 minute shutdown-one-OS-reboot-the-other process rather than the 1-minute hibernate-one-OS-resume-the-other that I had had hoped for.&lt;/p&gt;
&lt;p&gt;Another minor problem I have is that our Exchange server doesn&amp;rsquo;t seem to have an IMAP interface, at least that I know of. So I can&amp;rsquo;t check mail. But like I said, it&amp;rsquo;s minor. I just forward mails from my BlackBerry to GMail.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;deeaycee&lt;/strong&gt; &lt;em&gt;19 Jan 2009 10:50 am&lt;/em&gt;:
Your post is how I got my wireless working. Thank you.&lt;br&gt;
I&amp;rsquo;m also using a Dell D420. I have 8.10 on a 8g Attache flash drive. I ran into a problem while updating. I&amp;rsquo;m stuck at kernel 2.6.27-7 and it should be updating to 2.6.27-11. The error it gives has something to do with running from a live-cd. After some research, I found that there is a bug that prevents solid updates from the live-cd. The work-around is to actually do a real install to the flash drive from the live-cd. This presents another problem/bug. The only way to see the flash drive during the install is to disconnect the hd, so the install prg doesn&amp;rsquo;t see it. It was suggested to physically disconnect the hd, but I wonder if it could be done temporarily through the bios. I&amp;rsquo;ll try this later today. I haven&amp;rsquo;t even thought about the hibernation/suspend issues yet. Good luck!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.bmezine.com&#34;&gt;ActionParsnip&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;30 May 2010 10:22 pm&lt;/em&gt;:
orks 100% OOTB with Ubuntu Lucid.&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>No registry cleaners</title>
      <link>https://www.s-anand.net/blog/no-registry-cleaners/</link>
      <pubDate>Fri, 28 Apr 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/no-registry-cleaners/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.edbott.com/weblog/archives/000643.html&#34;&gt;Why I don&amp;rsquo;t use a registry cleaner&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title>I am Debian Linux</title>
      <link>https://www.s-anand.net/blog/i-am-debian-linux/</link>
      <pubDate>Tue, 13 May 2003 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/i-am-debian-linux/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://bbspot.com/News/2003/01/os_quiz.php&#34;&gt;I&amp;rsquo;m Debian Linux&lt;/a&gt;. Apparantly.&lt;br&gt;
&lt;a href=&#34;https://www.s-anand.net/blog/assets/flickr-which-os-are-you---debian_200401666_o-jpg.webp&#34;&gt;&lt;img alt=&#34;Which OS are you - Debian&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/flickr-which-os-are-you---debian_200401666_o-jpg.webp&#34;&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href=&#34;http://www.madhoo.com/&#34;&gt;via Dancing with Dogs&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Office 11 needs Windows 2000 or XP</title>
      <link>https://www.s-anand.net/blog/office-11-needs-windows-2000-or-xp/</link>
      <pubDate>Wed, 30 Oct 2002 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/office-11-needs-windows-2000-or-xp/</guid>
      <description>&lt;p&gt;Sorry. &lt;a href=&#34;http://www.pcworld.com/news/article/0,aid,106494,00.asp&#34;&gt;You have to buy Windows 2000 or XP to use Office 11&lt;/a&gt;. Microsoft&amp;rsquo;s next strategy to sell their operating systems. &lt;a href=&#34;http://news.google.com/&#34;&gt;via Google News&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Microsoft released Linux</title>
      <link>https://www.s-anand.net/blog/microsoft-released-linux/</link>
      <pubDate>Thu, 27 Jun 2002 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/microsoft-released-linux/</guid>
      <description>&lt;p&gt;If &lt;a href=&#34;http://www.mslinux.org/&#34;&gt;Microsoft released Linux&lt;/a&gt;&amp;hellip; but then, they &lt;a href=&#34;http://www.theregus.com/content/4/25378.html&#34;&gt;may not need to&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Mac Myths</title>
      <link>https://www.s-anand.net/blog/mac-myths/</link>
      <pubDate>Fri, 18 Jan 2002 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/mac-myths/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.apple.com/myths/&#34;&gt;Mac Myths&lt;/a&gt; for Windows users. Incidentally, I didn&amp;rsquo;t know about &lt;a href=&#34;http://www.opensource.apple.com&#34;&gt;Apple&amp;rsquo;s open source&lt;/a&gt; efforts.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>CPM</title>
      <link>https://www.s-anand.net/blog/cpm/</link>
      <pubDate>Tue, 04 Dec 2001 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/cpm/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.cpm.z80.de/&#34;&gt;CP/M&lt;/a&gt;, the ancient OS has gone open source.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>DOS is dead</title>
      <link>https://www.s-anand.net/blog/dos-is-dead/</link>
      <pubDate>Wed, 07 Nov 2001 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/dos-is-dead/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.byte.com/documents/s=1437/byt20011028s0001/1029_editor.html&#34;&gt;DOS is dead&lt;/a&gt;. Is &lt;a href=&#34;http://news.cnet.com/news/0-1005-200-7630946.html&#34;&gt;Altavista dying&lt;/a&gt; too?&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Windows XP good at fixing itself</title>
      <link>https://www.s-anand.net/blog/windows-xp-good-at-fixing-itself/</link>
      <pubDate>Tue, 06 Nov 2001 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/windows-xp-good-at-fixing-itself/</guid>
      <description>&lt;p&gt;Windows XP is good at &lt;a href=&#34;http://news.bbc.co.uk/hi/english/sci/tech/newsid_1634000/1634699.stm&#34;&gt;fixing itself&lt;/a&gt;. (But don&amp;rsquo;t upgrade yet!)&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Living without Microsoft</title>
      <link>https://www.s-anand.net/blog/living-without-microsoft/</link>
      <pubDate>Tue, 30 Oct 2001 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/living-without-microsoft/</guid>
      <description>&lt;p&gt;They say it is possible. &lt;a href=&#34;http://www.livingwithoutmicrosoft.org/&#34;&gt;Living without Microsoft&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>XP is OK</title>
      <link>https://www.s-anand.net/blog/xp-is-ok/</link>
      <pubDate>Mon, 22 Oct 2001 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/xp-is-ok/</guid>
      <description>&lt;p&gt;Windows XP &lt;a href=&#34;http://www.lockergnome.com/issues/special/windowsxp.html&#34;&gt;is OK&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Windows CE source code</title>
      <link>https://www.s-anand.net/blog/windows-ce-source-code/</link>
      <pubDate>Sat, 11 Aug 2001 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/windows-ce-source-code/</guid>
      <description>&lt;p&gt;I&amp;rsquo;d missed this earlier. Microsoft has released its &lt;a href=&#34;http://www.microsoft.com/windows/embedded/ce/tools/source/default.asp&#34;&gt;Windows CE source code&lt;/a&gt; to the public!&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Apple to release OS X</title>
      <link>https://www.s-anand.net/blog/apple-to-release-os-x/</link>
      <pubDate>Wed, 10 Jan 2001 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/apple-to-release-os-x/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://dailynews.yahoo.com/h/nm/20010109/bs/tech_apple_dc_4.html&#34;&gt;Apple releases a UNIX-based operating system&lt;/a&gt; &amp;ndash; OS X.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Has Linus failed</title>
      <link>https://www.s-anand.net/blog/has-linus-failed/</link>
      <pubDate>Sun, 08 Oct 2000 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/has-linus-failed/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.osopinion.com/Opinions/MontyManley/MontyManley15.html&#34;&gt;Has Linux failed?&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
  </channel>
</rss>
