<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>The BFC Computing Weblog: Category Politics</title>
    <link>http://blog.bfccomputing.com/articles/category/politics</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>My God, It's Full of Source!</description>
    <item>
      <title>Cyber Alert System Failure</title>
      <description>&lt;p&gt;I got a National Cyber Alert System &lt;a href="http://www.us-cert.gov/cas/techalerts/TA08-352A.html"&gt;alert&lt;/a&gt; today about the Microsoft Internet Explorer security vulnerability, now that Microsoft has a patch out. The trouble is, everybody has known about this since last week, and anybody finding out about it today is already hopelessly in trouble.&lt;/p&gt;

&lt;p&gt;There's nothing wrong with a notification, "hey, you should ensure this patch is applied," but that's not the purported purpose of the Cyber Alert System.&lt;/p&gt;

&lt;p&gt;Thank goodness for the &lt;a href="http://isc.sans.org"&gt;ISC&lt;/a&gt; which is group of volunteers doing a much better job than the large government bureaucracy charged with the task.&lt;/p&gt;</description>
      <pubDate>Thu, 18 Dec 2008 18:28:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:64890729-7614-49df-8ed4-faafe1e109e9</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/12/18/cyber-alert-system-failure</link>
      <category>Windows</category>
      <category>Politics</category>
      <category>Security</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4800</trackback:ping>
    </item>
    <item>
      <title>Presidential Debate to mp3 HOWTO</title>
      <description>&lt;p&gt;To get the presidential debates as mp3&amp;#8217;s:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;go to the [CSPAN YouTube channel](www.youtube.com/cspan)
&lt;li&gt;Play the debate (before you go home, e.g.)
&lt;li&gt;Pull the debate .flv file from your cache (e.g. FlashTmp0)
&lt;li&gt;run it through ffmpeg to extract the mp3
&lt;/ul&gt;

&lt;p&gt;To get the file from your cache, figure out where the flash cache is and run an rsync job like so (OSX paths here):&lt;/p&gt;

&lt;blockquote&gt;&lt;pre&gt;
#!/bin/tcsh
while (1)
#make this flashcopy directory first
rsync -av --partial /private/var/tmp/folders.$UID/TemporaryItems/FlashTmp* flashcopy 
sleep 1
end
&lt;/pre&gt;&lt;/blockquote&gt;

&lt;p&gt;To convert with ffmpeg:&lt;/p&gt;

&lt;blockquote&gt;ffmpeg -i debate.flv -acodec copy debate.mp3&lt;/blockquote&gt;

&lt;p&gt;The file&amp;#8217;s sound track is already mp3 so ffmpeg simply extracts and containerizes it for you.&lt;/p&gt;

&lt;p&gt;And no doubt you can do something easy like download it from iTunes or PBS instead.&lt;/p&gt;</description>
      <pubDate>Thu, 16 Oct 2008 20:33:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:5be3333f-03bb-49ba-8aa3-20d66b307b8c</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/10/16/presidential-debate-to-mp3-howto</link>
      <category>Web</category>
      <category>Politics</category>
      <category>Open Source</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4794</trackback:ping>
    </item>
    <item>
      <title>NH Broadband Action Plan</title>
      <description>&lt;p&gt;DRED has published its &amp;#8217;&lt;a href="http://www.nheconomy.com/broadband-action-plan.aspx"&gt;Broadband Action Plan&lt;/a&gt;&amp;#8217; with recommendations on how to improve the penetration of high speed Internet service in NH.  I attended a session in Plymouth last year to provide input on the plan.&lt;/p&gt;

&lt;p&gt;Overall it&amp;#8217;s a good report.  I&amp;#8217;m especially impressed with its recommendations to get State out of the way for access to land and towers, permitting, etc.  Also, predictable, uniform, and competitive access to utility poles is a very important issue.  They recommend the &lt;a href="http://www.gencourt.state.nh.us/legislation/2008/SB0412.html"&gt;creation&lt;/a&gt; of a government office to oversee this work, but don&amp;#8217;t set a recommendation for when that would would be finished.  It may be necessary but this issue ought not be used to grow government in a permanent manner.  This kind of communications infrastructure has the potential to really streamline government, so it&amp;#8217;s probably a net-win to have the office.  They&amp;#8217;re asking for $100,000 for each of the next two years to fund the office, so it&amp;#8217;s necessarily limited as currently proposed.  A citizen of NH might expect to pay a dollar over the next few years to fund it.&lt;/p&gt;

&lt;p&gt;I&amp;#8217;ve noticed that Burlington Telecomm has been having revenue shortfalls and the ECFiberNet project, which I had high hopes for, has apparently &lt;a href="http://telephonyonline.com/broadband/commentary/telecom_changing_times/"&gt;abandoned&lt;/a&gt; the core attribute that made it exciting - that it would be self-funded, and has gone asking for bond money instead.  That was always the uncreative option, but the private model made ECFiberNet free of coercion.  That is to say, government-run models don&amp;#8217;t appear to be very healthy, but where the government can act to get out of industry&amp;#8217;s way or improve its monopoly grants we should welcome its action.&lt;/p&gt;</description>
      <pubDate>Tue, 02 Sep 2008 08:57:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:7d88c5ab-4e52-4b30-a779-5052ad514e31</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/09/02/nh-broadband-action-plan</link>
      <category>Wireless</category>
      <category>Energy</category>
      <category>Business</category>
      <category>Politics</category>
      <category>Internet</category>
      <category>Telecommunications</category>
      <category>Local</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4781</trackback:ping>
    </item>
    <item>
      <title>BFC Computing Launches McCain-Palin 2008 News Website</title>
      <description>&lt;p&gt;LEBANON, NH, September 1, 2008 &amp;#8211; BFC Computing, a computer consulting firm based in Lebanon, NH, has launched McCainPalin2008.us, a website dedicated to news about the McCain-Palin Presidential Campaign.  The site is updated with the latest headlines and videos gathered from thousands of news sources around the globe. McCainPalin2008.us provides a single location for news readers to find updates on the presidential campaign.  Rather than having to sift through other news sites to find information that may or may not be relevant, McCainPalin2008.us gathers all of that information into one place. &lt;/p&gt;

&lt;p&gt;Bill McGonigle, owner of BFC Computing, says, &#8220;McCainPalin2008.us is based on a technology we&#8217;ve been developing called NewsMaker, a tool for rapid deployment of specialized news websites.  We recognized the likelihood of this ticket in July and began work on the site then.  We realize many folks are political news junkies who want to focus on specific topics, and for them we hope this site is helpful and enjoyable.  Expect improvements through Inauguration Day.&amp;#8221;&lt;/p&gt;

&lt;p&gt;For up-to-the-minute coverage of the McCain-Palin campaign, visit &lt;a href="http://McCainPalin2008.us"&gt;http://McCainPalin2008.us&lt;/a&gt; .  BFC Computing works with clients to develop computing solutions that exceed their expectations. Open Source allows BFC Computing to deliver solutions that are ideally customized to clients needs, protects against obsolescence, and delivers top-notch security. For more information on BFC Computing and its services, visit &lt;a href="http://bfccomputing.com"&gt;http://bfccomputing.com&lt;/a&gt; or call (603) 448-4440.&lt;/p&gt;</description>
      <pubDate>Mon, 01 Sep 2008 00:19:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:51eabc85-aed9-404b-bc73-acbb9ca412a0</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/09/01/bfc-computing-launches-mccain-palin-2008-news-website</link>
      <category>BFC Computing</category>
      <category>Web</category>
      <category>Development</category>
      <category>Politics</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4780</trackback:ping>
    </item>
    <item>
      <title>Anti-Virus on Voting Machines</title>
      <description>&lt;p&gt;There&amp;#8217;s been much made of the revelation that Diebold voting machines run an install of McAfee Anti-Virus, and that it&amp;#8217;s caused trouble with the voting software.&lt;/p&gt;

&lt;p&gt;The arguments against it typically boil down to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your voting machines shouldn&amp;#8217;t be use for anything else&lt;/li&gt;
&lt;li&gt;Your voting machines should be secured against anybody installing software on it&lt;/li&gt;
&lt;li&gt;You can&amp;#8217;t verify the operation of MAV so it could possibly tamper with votes&lt;/li&gt;
&lt;li&gt;You should be running an operating system which is not so easily infected&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Those arguments all have merit, but skip the fundamentals - the software image on a voting machine should not be running on read/write media, that is hard drives.  If that basic criteria isn&amp;#8217;t met, AV software might actually be a good idea, but missing the fundamentals is no excuse for dirty hacks.&lt;/p&gt;

&lt;p&gt;I build my first appliance computer that could run from a CD in a CD-&lt;b&gt;ROM&lt;/b&gt; drive in 2002.  It&amp;#8217;s neither new nor a difficult concept.  When you need things to be secure, in that case under HIPAA regs, in this case for votes, you mount your media device (hard drive, flash memory, etc) with the &amp;#8216;noexec&amp;#8217; flag, and then no software installed on the read/write media can be run from that media.  Since you can&amp;#8217;t write to the CD, software can&amp;#8217;t be run from there either.  You provide a stripped down OS image to make doing any more than the minimum very difficult, certainly requiring physical access to the machine.&lt;/p&gt;

&lt;p&gt;This isn&amp;#8217;t to say your machine shouldn&amp;#8217;t be kept secure - of course it should, and the BIOS needs to be correctly configured (many of you know the security problems with certain BIOS configurations) - but read-only media and a good Q/A process obviates the need for anti-virus software.  Certainly some software selection choices can make this difficult, but any good architecture starts with the requirements and works towards software selection, not the other way around.  Assuming good security is a requirement.&lt;/p&gt;</description>
      <pubDate>Mon, 25 Aug 2008 21:10:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:f488c07c-f266-4f7c-a1aa-001216547d68</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/08/25/anti-virus-on-voting-machines</link>
      <category>Windows</category>
      <category>Hardware</category>
      <category>Development</category>
      <category>Politics</category>
      <category>Open Source</category>
      <category>Linux</category>
      <category>Security</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4777</trackback:ping>
    </item>
    <item>
      <title>FCC Rules on Conflict of Interest at Comcast</title>
      <description>&lt;p&gt;Following up on my March 2007 article &lt;a href="http://blog.bfccomputing.com/articles/2007/03/14/conflict-of-interest-at-comcast"&gt;Conflict of Interest at Comcast&lt;/a&gt;, in excerpt:&lt;/p&gt;

&lt;blockquote&gt;
Odds are those high-traffic users are downloading video. &amp;#8230; This is directly in competition with Comcast&#8217;s other, main, business, providing video services. The amount of traffic they&#8217;re killing at (~250GB/mo) is probably just about what you need to replace a Comcast video service.
&lt;/blockquote&gt;

&lt;p&gt;the FCC yesterday &lt;a href="http://blog.bfccomputing.com/articles/2007/03/14/conflict-of-interest-at-comcast"&gt;ruled&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;Comcast had an &amp;#8220;anticompetitive motive&amp;#8221; because it delayed and blocked peer-to-peer files through applications such as BitTorrent. Such files often are high-quality video that might otherwise be watched and paid for on cable television.&lt;/blockquote&gt;

&lt;p&gt;and ordered Comcast to behave.  As I noted earlier, this mirrors a previous decision about DSL companies monkeying with VOIP traffic.&lt;/p&gt;</description>
      <pubDate>Fri, 22 Aug 2008 01:53:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:0fe0f8ff-c8f7-476a-a587-ab02ba0dec92</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/08/22/fcc</link>
      <category>Politics</category>
      <category>Internet</category>
      <category>Telecommunications</category>
      <category>Local</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4776</trackback:ping>
    </item>
    <item>
      <title>The Great Geek Takeover</title>
      <description>&lt;p&gt;The geeks are taking over society, re-making it in their own image.&lt;/p&gt;

&lt;p&gt;&amp;#8220;How&amp;#8217;s this then?&amp;#8221; you may ask.&lt;/p&gt;

&lt;p&gt;Consider that reality is what you perceive.  What you perceive is based on what you know.&lt;/p&gt;

&lt;p&gt;So then, what is it that we know?  It&amp;#8217;s either what we&amp;#8217;ve derived ourselves or what we&amp;#8217;ve been told or read.  Most of us learn far more from others than we figure out on our own.&lt;/p&gt;

&lt;p&gt;These days, if an average person wants to know something, where do they turn?  Some people go to the library, but most go to Google, or someplace more specific, like Wikipedia.&lt;/p&gt;

&lt;p&gt;Now, to add to Wikipedia, you need to learn MediaWiki markup.  Most people don&amp;#8217;t want to learn this.  Geeks have no problem diving in, so they do it.  They build an encyclopedia based on their perceptions and biases.  Consumers of Wikipedia believe it to be true.  Not that Wikipedia is usually incorrect, but perceptions are formed based on what is included or not included.&lt;/p&gt;

&lt;p&gt;How about Google?  Google tells you what&amp;#8217;s out there, and it&amp;#8217;s ranked primarily by how many links are pointing to a particular article.  Who makes links?  The geeks do.  Google is a ranking of what geeks think is important, to a large degree.&lt;/p&gt;

&lt;p&gt;And, again, users of Google generally accept its rankings to be &amp;#8216;good enough&amp;#8217; for their needs.  They don&amp;#8217;t usually ask, &amp;#8220;but what else is true that Google hasn&amp;#8217;t told me?&amp;#8221;&lt;/p&gt;

&lt;p&gt;From the blogosphere to major media, to presidential campaigns, much of what  &amp;#8220;true&amp;#8221; is based on what is found online.  And what is found online is what the geeks feel like putting there.&lt;/p&gt;

&lt;p&gt;If the industrialists shaped the last century, the geeks are going to shape this one.  Sit back, enjoy, and go have a look at what&amp;#8217;s popular on YouTube today.&lt;/p&gt;</description>
      <pubDate>Thu, 19 Jun 2008 17:33:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:fc922d61-78b9-4c4e-8006-89ad2683a0ed</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/06/19/the-great-geek-takeover</link>
      <category>Web</category>
      <category>General</category>
      <category>Politics</category>
      <category>Internet</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4765</trackback:ping>
    </item>
    <item>
      <title>See, it really is the Russians</title>
      <description>&lt;p&gt;Here&amp;#8217;s a Washington Post &lt;a href="http://blog.washingtonpost.com/securityfix/2008/01/unhappy_birthday_to_the_storm.html"&gt;piece&lt;/a&gt; about the Storm worm, and it being traced to St. Petersburg, and the international relations around that.&lt;/p&gt;

&lt;p&gt;This is largely posted to have for future reference for when I get the &amp;#8216;conspiracy nut&amp;#8217; look when I explain that Windows security problems are largely Russian-mafia related.&lt;/p&gt;</description>
      <pubDate>Wed, 30 Jan 2008 14:49:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:e1a5ba79-43ec-443e-bd4f-8819f83a5f2b</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2008/01/30/see-it-really-is-the-russians</link>
      <category>Windows</category>
      <category>Politics</category>
      <category>Security</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4729</trackback:ping>
    </item>
    <item>
      <title>Vermont Confuses Me (specifically re: Fairpoint)</title>
      <description>&lt;p&gt;The first half of that title could apply to so many things, but regarding the Fairpoint proposal, Vermont&amp;#8217;s PSB found &lt;a href="http://www.news.com/Vermont-rejects-Verizon-landline-sale-to-FairPoint/2100-1036_3-6223937.html?tag=nefd.top"&gt;this&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;In rejecting the application, Vermont&amp;#8217;s Public Service Board said in a statement that FairPoint failed to demonstrate that the company would be financially sound after completing the transaction&amp;#8230; &amp;#8220;Significantly, the Board noted that its review did not consider a recent settlement in Maine that had the effect of lowering the purchase price of the merger,&amp;#8221; the Vermont Public Service Board said in its statement. &lt;/blockquote&gt;

&lt;p&gt;And the article adds this:&lt;/p&gt;

&lt;blockquote&gt;The companies settled objections from Maine regulators on December 13 and revised its transaction proposal that lowered the price by about $200 million. The new reworked proposal, has not yet been submitted to Vermont regulators.&lt;/blockquote&gt;

&lt;p&gt;So, the Vermont PSB knows about the altered terms of the deal but decided to issue a ruling based on what it knows is inaccurate data?  Why would they do such a thing?&lt;/p&gt;

&lt;p&gt;Possibilities:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;They were under a deadline&lt;/li&gt;
&lt;li&gt;They can only cast a reject/accept under such a deadline&lt;/li&gt;
&lt;li&gt;There wasn&amp;#8217;t a deadline but they wanted to make the news and/or color perceptions&lt;/li&gt;
&lt;li&gt;They&amp;#8217;re clueless.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So, the menu as presented is: incompetence, malice, or bureaucracy.  What other possibilities are there (I&amp;#8217;m asking, not being rhetorical)?  What does &lt;a href="http://en.wikipedia.org/wiki/Hanlon%27s_razor"&gt;Hanlon&lt;/a&gt; have to say about government?&lt;/p&gt;

&lt;p&gt;[Thanks to Steve for the link]&lt;/p&gt;</description>
      <pubDate>Mon, 31 Dec 2007 14:11:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:00ea942b-426f-4194-8591-98c7285822e2</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2007/12/31/vermont-confuses-me-specifically-re-fairpoint</link>
      <category>Politics</category>
      <category>Internet</category>
      <category>Telecommunications</category>
      <category>Local</category>
      <category>government</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4718</trackback:ping>
    </item>
    <item>
      <title>Is Net Neutrality a Waiting Regulatory Disaster?</title>
      <description>&lt;p&gt;Ed Felten &lt;a href="http://www.freedom-to-tinker.com/?p=1218"&gt;voices&lt;/a&gt; his concerns that asking for net neutrality is a regulatory disaster in the making.  I left this response to his post:&lt;/p&gt;

&lt;blockquote&gt;
There&amp;#8217;s some level of reasonableness that can be achieved in any regulatory system, and, of course, room for abuse.  That&amp;#8217;s not unique to net neutrality, yet some regulation seems to help some markets.  When I first &lt;a href="http://blog.bfccomputing.com/articles/2007/03/14/conflict-of-interest-at-comcast"&gt;wrote&lt;/a&gt; about Comcast&amp;#8217;s conflict of interest in throttling heavy bandwidth users as video competition, I linked to an FCC ruling about DSL providers being forbidden to interfere with VOIP traffic.  To me, there are some no-brainers that regulators can do like that without hosing the Internet forever.  

As far as folks here complaining about the bandwidth hogs - imagine if electricity usage were flat-rate.  That&amp;#8217;s what we have with bandwidth packages now.  In the case of the natural monopoly, such as an ISP with xTTH, history has shown that metered usage with public oversight of rates is the model that is least-bad given the forces involved.

All these issues of TCP resets, port filtering, SPAM zombies, bloated websites, torrent seeding, illegal p2p usage, etc. would work themselves out with a reasonable per-GB fee (20 cents, perhaps) and a minimal connection fee ($10 per mo, maybe).  I suspect that those on the $15/mo package now would still pay a similar rate, and those on the $80/mo package would also still pay a similar rate.   But there&amp;#8217;d be none of this hassle of offering and &amp;#8216;managing&amp;#8217; free, because &amp;#8216;free&amp;#8217; doesn&amp;#8217;t exist.
&lt;/blockquote&gt;

&lt;p&gt;What I forgot to add is that this model also would drive the providers to increase speeds to the user, which the US is sorely lagging in.  Obviously prices would have to decrease over time, compared with the overall economic environment.&lt;/p&gt;

&lt;p&gt;One counterpoint would be all-you-can-talk phone plans.  While these are technically &amp;#8216;unlimited&amp;#8217;, nobody actually talks all the time (even teenage girls need to go to school), as that takes labor, whereas a bittorrent client can run 24/7 with no real effort. &lt;/p&gt;</description>
      <pubDate>Sun, 28 Oct 2007 21:47:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:32a5b8ad-6e89-4498-bfed-9634dddc9b1c</guid>
      <author>Bill McGonigle</author>
      <link>http://blog.bfccomputing.com/articles/2007/10/28/is-net-neutrality-a-waiting-regulatory-disaster</link>
      <category>Politics</category>
      <category>Internet</category>
      <category>Telecommunications</category>
      <trackback:ping>http://blog.bfccomputing.com/articles/trackback/4707</trackback:ping>
    </item>
  </channel>
</rss>
