<?xml version="1.0" encoding="utf-8"?>
<feed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom">
  <title>ROMWORLD</title>
  <link rel="alternate" type="text/html" href="http://www.romwnet.org/dasblogce/" />
  <link rel="self" href="http://www.romwnet.org/dasblogce/SyndicationService.asmx/GetAtom" />
  <logo>http://www.romwnet.org/dasblogce/content/feedpic.png</logo>
  <icon>favicon.ico</icon>
  <updated>2010-08-03T20:57:21.8689304-04:00</updated>
  <author>
    <name>Rom Walton</name>
  </author>
  <subtitle>Rom Walton's view of the world.</subtitle>
  <id>http://www.romwnet.org/dasblogce/</id>
  <generator uri="http://dasblog.info/" version="2.3.9074.18820">DasBlog</generator>
  <entry>
    <title>New project name needed</title>
    <link rel="alternate" type="text/html" href="http://www.romwnet.org/dasblogce/PermaLink,guid,13e7c6aa-e93c-4d21-a242-89a9c624868f.aspx" />
    <id>http://www.romwnet.org/dasblogce/PermaLink,guid,13e7c6aa-e93c-4d21-a242-89a9c624868f.aspx</id>
    <published>2010-08-03T20:57:21.8689304-04:00</published>
    <updated>2010-08-03T20:57:21.8689304-04:00</updated>
    <category term="BOINC" label="BOINC" scheme="http://www.romwnet.org/dasblogce/CategoryView,category,BOINC.aspx" />
    <category term="User Interfaces" label="User Interfaces" scheme="http://www.romwnet.org/dasblogce/CategoryView,category,UserInterfaces.aspx" />
    <author>
      <name>Rom Walton</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
So I have been working on a little side project on and off for a year or two. 
Basically I wanted to experiment with different BOINC User Interfaces.
</p>
        <p>
Anyway to make a long story short the project name I started using awhile back is <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=13e7c6aa-e93c-4d21-a242-89a9c624868f&amp;url=https%3a%2f%2fwww.romwnet.org%3a8001%2fboincmonitor%2f">BOINC
Monitor</a>.  I didn’t announce it or advertise it.  I just wanted to sit
on it and work on it until I had something to show for it.
</p>
        <p>
At the time I started it the only project that was close was called <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=13e7c6aa-e93c-4d21-a242-89a9c624868f&amp;url=http%3a%2f%2fsourceforge.net%2fprojects%2fboincmon%2f">boincmon</a> on <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=13e7c6aa-e93c-4d21-a242-89a9c624868f&amp;url=http%3a%2f%2fsourceforge.net%2f">SourceForge</a>,
but it was more or less abandoned.  Since then <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=13e7c6aa-e93c-4d21-a242-89a9c624868f&amp;url=http%3a%2f%2fwww.softpedia.com%2fdeveloper%2fIgor-quot-Igogo-quot-Bushin-64578.html">Igor
Bushin</a> has release a few versions of an application he has named BOINC Monitor. 
Congrats to Igor!
</p>
        <p>
So now I need to come up with something different.
</p>
        <p>
Anybody have any ideas?
</p>
        <p>
----- Rom
</p>
        <img width="0" height="0" src="http://www.romwnet.org/dasblogce/aggbug.ashx?id=13e7c6aa-e93c-4d21-a242-89a9c624868f" />
      </div>
    </content>
  </entry>
  <entry>
    <title>BOINC Screen Saver Issue</title>
    <link rel="alternate" type="text/html" href="http://www.romwnet.org/dasblogce/PermaLink,guid,e07eadd3-e5d9-4916-8b05-24c99254b15d.aspx" />
    <id>http://www.romwnet.org/dasblogce/PermaLink,guid,e07eadd3-e5d9-4916-8b05-24c99254b15d.aspx</id>
    <published>2009-02-23T12:44:20.137877-05:00</published>
    <updated>2009-02-23T12:44:20.137877-05:00</updated>
    <category term="BOINC" label="BOINC" scheme="http://www.romwnet.org/dasblogce/CategoryView,category,BOINC.aspx" />
    <category term="Programming" label="Programming" scheme="http://www.romwnet.org/dasblogce/CategoryView,category,Programming.aspx" />
    <author>
      <name>Rom Walton</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Well I believe I have found and fixed the screen saver issue that has been plaguing
the BOINC community since shortly after the 6.2 launch.
</p>
        <p>
This bug wasn't easy to track down, and was something of a perfect storm as far as
the code was concerned.
</p>
        <p>
The prerequisites for this bug were:
</p>
        <ol>
          <li>
Single monitor</li>
          <li>
Graphics application window gets created behind the screen saver curtain window</li>
          <li>
Graphics application gets stuck in an infinite loop or deadlocks on startup</li>
        </ol>
        <p>
 
</p>
        <p>
We had some backup code in the screen saver to check for keyboard and mouse activity
separately from the project application but after the graphics application deadlocks
that code was no longer being executed.
</p>
        <p>
The reason that code was no longer being executed stems from the fact that the BroadcastSystemMessage()
Windows API waits for a success/failure return value from the application to which
it was sending, since the graphics application itself was deadlocked it caused the
screen saver to lock up.
</p>
        <p>
I didn't realize that the BroadcastSystemMessage() API would not timeout on a hung
application. So I learned something new this weekend.
</p>
        <p>
 
</p>
        <p>
If all goes according to plan I'll be releasing a new 6.4 client as well as a 6.6
client with the screen saver fixes today.
</p>
        <p>
 
</p>
        <p>
----- Rom
</p>
        <img width="0" height="0" src="http://www.romwnet.org/dasblogce/aggbug.ashx?id=e07eadd3-e5d9-4916-8b05-24c99254b15d" />
      </div>
    </content>
  </entry>
  <entry>
    <title>BOINC in the news...  10/06/2008</title>
    <link rel="alternate" type="text/html" href="http://www.romwnet.org/dasblogce/PermaLink,guid,7be6e7d1-87c5-4e67-be3a-e0dc3e5c949e.aspx" />
    <id>http://www.romwnet.org/dasblogce/PermaLink,guid,7be6e7d1-87c5-4e67-be3a-e0dc3e5c949e.aspx</id>
    <published>2008-10-06T13:28:27.118-04:00</published>
    <updated>2008-10-22T00:08:03.8397803-04:00</updated>
    <category term="BOINC" label="BOINC" scheme="http://www.romwnet.org/dasblogce/CategoryView,category,BOINC.aspx" />
    <author>
      <name>Rom Walton</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Well we got a mention in a newspaper today.
</p>
        <p>
          <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=7be6e7d1-87c5-4e67-be3a-e0dc3e5c949e&amp;url=http%3a%2f%2fwww.pe.com%2flocalnews%2finland%2fstories%2fPE_News_Local_S_quake06.85c6b9.html">http://www.pe.com/localnews/inland/stories/PE_News_Local_S_quake06.85c6b9.html</a>
        </p>
        <p>
 
</p>
        <p>
Hurray for <a href="mailto:QCN@Home">QCN@Home</a>.
</p>
        <p>
 
</p>
        <p>
----- Rom
</p>
        <img width="0" height="0" src="http://www.romwnet.org/dasblogce/aggbug.ashx?id=7be6e7d1-87c5-4e67-be3a-e0dc3e5c949e" />
      </div>
    </content>
  </entry>
  <entry>
    <title>BOINC Workshop 2008 -- Completed</title>
    <link rel="alternate" type="text/html" href="http://www.romwnet.org/dasblogce/PermaLink,guid,236c735e-3b03-4729-b1b5-3c34c4831002.aspx" />
    <id>http://www.romwnet.org/dasblogce/PermaLink,guid,236c735e-3b03-4729-b1b5-3c34c4831002.aspx</id>
    <published>2008-09-15T23:19:18.026-04:00</published>
    <updated>2008-09-15T23:22:31.9836154-04:00</updated>
    <category term="BOINC" label="BOINC" scheme="http://www.romwnet.org/dasblogce/CategoryView,category,BOINC.aspx" />
    <author>
      <name>Rom Walton</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I'm back from the workshop, it was great to see everybody again.
</p>
        <p>
It looks like the big ticket items for the core client in the coming year is going
to be to finish off the GPU support, BOINC RSS feed aggregation, and VM support.
</p>
        <p>
:)
</p>
        <p>
 
</p>
        <p>
----- Rom
</p>
        <img width="0" height="0" src="http://www.romwnet.org/dasblogce/aggbug.ashx?id=236c735e-3b03-4729-b1b5-3c34c4831002" />
      </div>
    </content>
  </entry>
  <entry>
    <title>BOINC Workshop 2008</title>
    <link rel="alternate" type="text/html" href="http://www.romwnet.org/dasblogce/PermaLink,guid,8cd3369a-ded8-4768-9c0f-e3536d0c8c88.aspx" />
    <id>http://www.romwnet.org/dasblogce/PermaLink,guid,8cd3369a-ded8-4768-9c0f-e3536d0c8c88.aspx</id>
    <published>2008-09-05T00:48:44.6502788-04:00</published>
    <updated>2008-09-05T00:48:44.6502788-04:00</updated>
    <category term="BOINC" label="BOINC" scheme="http://www.romwnet.org/dasblogce/CategoryView,category,BOINC.aspx" />
    <author>
      <name>Rom Walton</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Well later today I will leave for the <a target="_blank" href="http://www.romwnet.org/dasblogce/ct.ashx?id=8cd3369a-ded8-4768-9c0f-e3536d0c8c88&amp;url=http%3a%2f%2fboinc.berkeley.edu%2ftrac%2fwiki%2fWorkShop08">BOINC
Workshop</a>.
</p>
        <p>
I also found out today that my presentation on the "BOINC Application Development
Lifecycle" will be a web cast as well.
</p>
        <p>
 
</p>
        <p>
----- Rom
</p>
        <img width="0" height="0" src="http://www.romwnet.org/dasblogce/aggbug.ashx?id=8cd3369a-ded8-4768-9c0f-e3536d0c8c88" />
      </div>
    </content>
  </entry>
  <entry>
    <title>BOINC Q&amp;A -- 27/08/08</title>
    <link rel="alternate" type="text/html" href="http://www.romwnet.org/dasblogce/PermaLink,guid,e356a8df-952f-4a56-9a1b-01bfcd90544c.aspx" />
    <id>http://www.romwnet.org/dasblogce/PermaLink,guid,e356a8df-952f-4a56-9a1b-01bfcd90544c.aspx</id>
    <published>2008-08-28T13:33:30.3087489-04:00</published>
    <updated>2008-08-28T13:33:30.3087489-04:00</updated>
    <category term="BOINC" label="BOINC" scheme="http://www.romwnet.org/dasblogce/CategoryView,category,BOINC.aspx" />
    <category term="BOINC/Questions and Answers" label="BOINC/Questions and Answers" scheme="http://www.romwnet.org/dasblogce/CategoryView,category,BOINCQuestionsAndAnswers.aspx" />
    <author>
      <name>Rom Walton</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
Let us revive this practice...
</p>
        <p>
To submit questions for next week just click on the comments link below and submit
your question. 
</p>
        <p>
Thanks in advance. 
</p>
        <p>
 
</p>
        <p>
----- Rom
</p>
        <img width="0" height="0" src="http://www.romwnet.org/dasblogce/aggbug.ashx?id=e356a8df-952f-4a56-9a1b-01bfcd90544c" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Synecdoche</title>
    <link rel="alternate" type="text/html" href="http://www.romwnet.org/dasblogce/PermaLink,guid,46a7358f-9618-4810-8841-7fcfc33e25e6.aspx" />
    <id>http://www.romwnet.org/dasblogce/PermaLink,guid,46a7358f-9618-4810-8841-7fcfc33e25e6.aspx</id>
    <published>2008-08-28T10:19:54.1637563-04:00</published>
    <updated>2008-08-28T10:19:54.1637563-04:00</updated>
    <category term="BOINC" label="BOINC" scheme="http://www.romwnet.org/dasblogce/CategoryView,category,BOINC.aspx" />
    <author>
      <name>Rom Walton</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
:)
</p>
        <p>
BOINC now has a fork.
</p>
        <p>
I guess this means we are now a successful open source project. I was told about it
a couple of weeks ago.
</p>
        <p>
I hope they go the whole way though, huck out the BOINC Manager and start with something
fresh.  Take the client into the multi-threaded realm.  
</p>
        <p>
 
</p>
        <p>
I wish them the best of luck.
</p>
        <p>
 
</p>
        <p>
----- Rom
</p>
        <p>
 
</p>
        <p>
Website:
</p>
        <p>
          <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=46a7358f-9618-4810-8841-7fcfc33e25e6&amp;url=http%3a%2f%2fcode.google.com%2fp%2fsynecdoche%2f" target="_blank">Synecdoche</a>
        </p>
        <img width="0" height="0" src="http://www.romwnet.org/dasblogce/aggbug.ashx?id=46a7358f-9618-4810-8841-7fcfc33e25e6" />
      </div>
    </content>
  </entry>
  <entry>
    <title>New BOINC Manager Design</title>
    <link rel="alternate" type="text/html" href="http://www.romwnet.org/dasblogce/PermaLink,guid,48396d4d-c952-4ad5-92e8-824ce2f97392.aspx" />
    <id>http://www.romwnet.org/dasblogce/PermaLink,guid,48396d4d-c952-4ad5-92e8-824ce2f97392.aspx</id>
    <published>2008-08-27T22:29:39.31-04:00</published>
    <updated>2008-08-28T09:41:54.5603875-04:00</updated>
    <category term="BOINC" label="BOINC" scheme="http://www.romwnet.org/dasblogce/CategoryView,category,BOINC.aspx" />
    <category term="Programming" label="Programming" scheme="http://www.romwnet.org/dasblogce/CategoryView,category,Programming.aspx" />
    <category term="User Interfaces" label="User Interfaces" scheme="http://www.romwnet.org/dasblogce/CategoryView,category,UserInterfaces.aspx" />
    <author>
      <name>Rom Walton</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=48396d4d-c952-4ad5-92e8-824ce2f97392&amp;url=http%3a%2f%2fwww.romwnet.org%2fdasblogce%2fcontent%2fbinary%2fWindowsLiveWriter%2fNewBOINCManagerDesign_12452%2fBOINC%2520Manager_4.gif">
          <img style="border-right: 0px; border-top: 0px; margin: 5px; border-left: 0px; border-bottom: 0px" height="589" alt="BOINC Manager" src="http://www.romwnet.org/dasblogce/content/binary/WindowsLiveWriter/NewBOINCManagerDesign_12452/BOINC%20Manager_thumb_1.gif" width="329" align="right" border="0" />
        </a>
        <p>
 
</p>
        <p>
I've been giving some thought recently to overhauling the BOINC Manager user interface.
</p>
        <p>
The original GUI was a carry over from an MFC based version of BOINC Manager that
was created even before I was hired on as an employee.  The original didn't even
have the buttons off on the left hand side, the user would have to have guessed that
they could right-click on something to bring up a context menu.
</p>
        <p>
So, here we are four years latter and we are talking about adding more tabs to an
interface that is already overly complicated.
</p>
        <p>
My goals were as follows:
</p>
        <ul>
          <li>
Combine the simple and advanced GUIs. 
</li>
          <li>
Reduce information overload. (The less information somebody sees right off the bat
the less they have to parse) 
</li>
          <li>
Use icon based buttons instead of words to describe actions. (Reduces required screen
space and simplifies localization) 
</li>
          <li>
Use icons people are going to recognize. (VCR/DVD Player/CD Player/iPod) 
</li>
          <li>
Provide a way to drill down into the complicated information. (My grandmother wouldn't
ever need to worry about resetting short term and long term debts for instance) 
</li>
          <li>
Include context sensitive help in the interface.</li>
        </ul>
        <p>
Disclaimers:
</p>
        <ul>
          <li>
I haven't thought through the multi-host scenarios yet. 
</li>
          <li>
The graphics were generated in MS Paint, these would not be used in the actual manager
should we ever implement this. 
</li>
          <li>
This might not go anywhere, David wasn't to keen on the idea.  He wants to get
a formal usability study of a few prototypes before investing in a new user interface. 
</li>
          <li>
This by no means should be thought of as a comprehensive specification, I think of
this as a scratch pad.</li>
        </ul>
        <p>
If there is interest in the community to see something more formal I will go ahead
and spec it out and submit it for review.
</p>
        <p>
 
</p>
        <p>
          <strong>Initial Install</strong>
        </p>
        <p>
After a clean install, the client area should display a quick blurb that BOINC in
and of itself is just a task execution engine and needs to be attached to a project/account
manager before it can actually process work.  
</p>
        <p>
At the bottom of the blurb should be an attach to project and attach to account manager
link.
</p>
        <p>
 
</p>
        <p>
          <strong>Working User Interface</strong>
        </p>
        <p>
Clicking on <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="17" alt="magglass" src="http://www.romwnet.org/dasblogce/content/binary/WindowsLiveWriter/NewBOINCManagerDesign_12452/magglass_3.gif" width="17" border="0" /> would
bring up a dialog specific to each section.  
</p>
        <p>
In the mock-up on the right hand side the 'News' section would disappear unless there
are new news items.  The news section is supposed to be a summary roll-up of
various RSS feeds for each of the projects.  It would also contain messages generated
in the messages area for things like disk space warnings and the like.  Another
possible use for it would be the number of new messages for a thread you are watching
in a projects forums.
</p>
        <p>
Active Tasks, when expanded, would list the active tasks on the system in the format:
</p>
        <blockquote>
          <p>
&lt;Project Name&gt;:&lt;Task Name&gt;:&lt;Percent Complete&gt;:Suspend:Resume:Abort
</p>
        </blockquote>
        <p>
Active Transfers, when expanded, would list the active transfers on the system in
the format:
</p>
        <blockquote>
          <p>
&lt;Project Name&gt;:&lt;Transfer Name&gt;:&lt;Percent Complete&gt;:Suspend:Resume:Abort
</p>
        </blockquote>
        <p>
Both &lt;Task Name&gt; and &lt;Transfer Name&gt; would be truncated and an ellipse
(...) added in the case where the names are to long for the display area.
</p>
        <p>
Projects, when expanded, would list the projects the client is attached too.
</p>
        <p>
Each project, when expanded, would have a section for the following areas:
</p>
        <ul>
          <li>
Tasks</li>
          <li>
Transfers</li>
          <li>
Messages</li>
          <li>
Statistics</li>
          <li>
Resource Usage</li>
        </ul>
        <p>
The main window should have a vertical scroll bar for when everything is expanded,
but it should not have a horizontal scroll bar.
</p>
        <p>
 
</p>
        <p>
----- Rom
</p>
        <p>
 
</p>
        <p>
          <b>[Update 28/08/2008 9:37am]</b>Apologies to Michael Tughan, while I can't recall
seeing his designs for a Mac specific GUI it doesn't mean I didn't. I don't know how
much overlap there is, but I thought I had drawn my inspiration from a combination
of Outlook 98, MSN Messenger, and Yahoo Messenger.
</p>
        <img width="0" height="0" src="http://www.romwnet.org/dasblogce/aggbug.ashx?id=48396d4d-c952-4ad5-92e8-824ce2f97392" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Things you see in Florida</title>
    <link rel="alternate" type="text/html" href="http://www.romwnet.org/dasblogce/PermaLink,guid,7e455ca1-1795-4c23-bd58-907a24bbaf52.aspx" />
    <id>http://www.romwnet.org/dasblogce/PermaLink,guid,7e455ca1-1795-4c23-bd58-907a24bbaf52.aspx</id>
    <published>2007-10-21T13:46:21.1085257-04:00</published>
    <updated>2007-10-21T13:46:21.1085257-04:00</updated>
    <author>
      <name>Rom Walton</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=7e455ca1-1795-4c23-bd58-907a24bbaf52&amp;url=http%3a%2f%2fwww.romwnet.org%2fdasblogce%2fcontent%2fbinary%2fWindowsLiveWriter%2fThingsyouseeinFlorida_C1AA%2fCandace%255B3%255D.jpg" atomicselection="true">
            <img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 5px; border-right-width: 0px" height="240" src="http://www.romwnet.org/dasblogce/content/binary/WindowsLiveWriter/ThingsyouseeinFlorida_C1AA/Candace_thumb%5B1%5D.jpg" width="180" align="right" border="0" />
          </a>So
yesterday Candace and I were outside and noticed a little snake trying to eat a small
frog. The snake wasn't actually able to swallow te frog and eventualy the frog got
away. Here is a picture of Candace holding the snake before putting back in the yard.
</p>
        <p>
 
</p>
        <p>
I took a bunch of pictures of the snake trying to swallow the frog, they can be found
in the <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=7e455ca1-1795-4c23-bd58-907a24bbaf52&amp;url=http%3a%2f%2fwww.romwnet.org%2fpictures">Photo
Album</a>.
</p>
        <p>
 
</p>
        <p>
----- Rom
</p>
        <img width="0" height="0" src="http://www.romwnet.org/dasblogce/aggbug.ashx?id=7e455ca1-1795-4c23-bd58-907a24bbaf52" />
      </div>
    </content>
  </entry>
  <entry>
    <title>HTC P3300 Artemis</title>
    <link rel="alternate" type="text/html" href="http://www.romwnet.org/dasblogce/PermaLink,guid,e85cfed9-b7c5-46a3-afa9-4f2b05fa1599.aspx" />
    <id>http://www.romwnet.org/dasblogce/PermaLink,guid,e85cfed9-b7c5-46a3-afa9-4f2b05fa1599.aspx</id>
    <published>2007-10-10T21:22:51.706-04:00</published>
    <updated>2007-10-18T13:05:34.7684053-04:00</updated>
    <category term="Reviews" label="Reviews" scheme="http://www.romwnet.org/dasblogce/CategoryView,category,Reviews.aspx" />
    <author>
      <name>Rom Walton</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
          <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=e85cfed9-b7c5-46a3-afa9-4f2b05fa1599&amp;url=http%3a%2f%2fwww.romwnet.org%2fdasblogce%2fcontent%2fbinary%2fWindowsLiveWriter%2fHTCP3300Artemis_12CA8%2fhtc-p3300%255B1%255D%255B2%255D.gif" atomicselection="true">
            <img style="MARGIN: 5px" height="240" src="http://www.romwnet.org/dasblogce/content/binary/WindowsLiveWriter/HTCP3300Artemis_12CA8/htc-p3300%5B1%5D_thumb.gif" width="181" align="right" />
          </a>So,
for the second time in my life I have purchased a cell phone. My first ever cell phone
was a Star Tak which broke on my first trip anywhere. I'm hoping for a longer life
with this phone. I wouldn't have even purchased this phone except David asked me to
make sure I had a backup plan for an Internet connection when I move in
December.
</p>
        <p>
The specs on this <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=e85cfed9-b7c5-46a3-afa9-4f2b05fa1599&amp;url=http%3a%2f%2fwww.gsmarena.com%2fhtc_p3300-1693.php">Phone/PDA/GPS</a> are
pretty impressive, but had I known about the upcoming release of the HTC P3350
Polaris I might have waited a few weeks.
</p>
        <p>
The feature I'm most excited about is the built in GPS, I've been wanting to get one
for awhile but don't travel enough to justify a special purpose device like a GPS.
I'm sure Shane and I will put it too some good use in Ft. Myers since we will both
be new to the area.
</p>
        <p>
The big features for me are:
</p>
        <ul>
          <li>
Windows Mobile 5/6 
</li>
          <li>
Quad-Band cellular phone (world wide support for GSM) 
</li>
          <li>
Recharge off of a USB connection 
</li>
          <li>
Supports tethering 
</li>
          <li>
Supports Bluetooth 
</li>
          <li>
Supports GPS 
</li>
          <li>
Supports Direct-Push Email<br />
(Basically my email, calendar, contacts, and task list will stay in sync between
my desktop, notebook, phone, and web app)</li>
        </ul>
        <p>
 
</p>
        <p>
So, now I guess I'm ready to join the rest of the cell phone carrying world.
</p>
        <p>
 
</p>
        <p>
----- Rom
</p>
        <img width="0" height="0" src="http://www.romwnet.org/dasblogce/aggbug.ashx?id=e85cfed9-b7c5-46a3-afa9-4f2b05fa1599" />
      </div>
    </content>
  </entry>
  <entry>
    <title>BOINC Workshop 3</title>
    <link rel="alternate" type="text/html" href="http://www.romwnet.org/dasblogce/PermaLink,guid,477184f7-c4ea-4b1c-a7fc-03a3bb11a712.aspx" />
    <id>http://www.romwnet.org/dasblogce/PermaLink,guid,477184f7-c4ea-4b1c-a7fc-03a3bb11a712.aspx</id>
    <published>2007-10-04T12:12:54.3353817-04:00</published>
    <updated>2007-10-04T12:55:18.590885-04:00</updated>
    <author>
      <name>Rom Walton</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=477184f7-c4ea-4b1c-a7fc-03a3bb11a712&amp;url=http%3a%2f%2fwww.romwnet.org%2fdasblogce%2fcontent%2fbinary%2fWindowsLiveWriter%2fBOINCWorkshop3_ABC1%2fIMG_0332%255B5%255D.jpg" atomicselection="true">
            <img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 5px; border-right-width: 0px" height="420" src="http://www.romwnet.org/dasblogce/content/binary/WindowsLiveWriter/BOINCWorkshop3_ABC1/IMG_0332_thumb%5B3%5D.jpg" width="560" border="0" />
          </a>
        </p>
        <p>
Successful completion of the 3rd annual BOINC Workshop in Geneva, Switzerland.
</p>
        <p>
Check out the <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=477184f7-c4ea-4b1c-a7fc-03a3bb11a712&amp;url=http%3a%2f%2fwww.romwnet.org%2fpictures">Photo
Album</a> for more pictures.
</p>
        <img width="0" height="0" src="http://www.romwnet.org/dasblogce/aggbug.ashx?id=477184f7-c4ea-4b1c-a7fc-03a3bb11a712" />
      </div>
    </content>
  </entry>
  <entry>
    <title>ROMWNET Upgrades</title>
    <link rel="alternate" type="text/html" href="http://www.romwnet.org/dasblogce/PermaLink,guid,1e7b1bbb-b28c-4d88-8268-5fc2775afe73.aspx" />
    <id>http://www.romwnet.org/dasblogce/PermaLink,guid,1e7b1bbb-b28c-4d88-8268-5fc2775afe73.aspx</id>
    <published>2007-03-17T19:16:15.780396-04:00</published>
    <updated>2007-03-17T19:41:39.9119896-04:00</updated>
    <category term="General" label="General" scheme="http://www.romwnet.org/dasblogce/CategoryView,category,General.aspx" />
    <author>
      <name>Rom Walton</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=1e7b1bbb-b28c-4d88-8268-5fc2775afe73&amp;url=http%3a%2f%2fwww.romwnet.org%2fdasblogce%2fcontent%2fbinary%2fWindowsLiveWriter%2fROMWNETUpgrades_10EFB%2fROMWNET%255B3%255D.jpg" atomicselection="true">
            <img style="border-right: 0px; border-top: 0px; margin: 5px; border-left: 0px; border-bottom: 0px" height="190" src="http://www.romwnet.org/dasblogce/content/binary/WindowsLiveWriter/ROMWNETUpgrades_10EFB/ROMWNET_thumb%5B1%5D.jpg" width="240" align="right" border="0" />
          </a> Over
the last few weeks I've been upgrading ROMWNET. My bandwidth requirements have been
increasing pretty quick, last December my website served up 2.5GBs of data, last month
it served up 3GBs. Already this month it has served up 4GBs and climbing.
</p>
        <p>
Most of the traffic is coming from the various search engines and web crawlers out
there. I am actually surprised at how many different search engines there are.
</p>
        <p>
It was pretty apparent by the middle of last month that my network equipment was no
longer capable of handling the load I needed it to handle anymore. Using my phone
during certain times of the day was useless, I use <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=1e7b1bbb-b28c-4d88-8268-5fc2775afe73&amp;url=http%3a%2f%2fwww.vonage.com%2f">Vonage</a> and
since my primary firewall/router was a <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=1e7b1bbb-b28c-4d88-8268-5fc2775afe73&amp;url=http%3a%2f%2fwww.netgear.com%2fProducts%2fVPNandSSL%2fWirelessVPNFirewallRouters%2fFWAG114.aspx">Netgear
FWAG114</a> which didn't support QOS packets queues, my phone would cut in and out
if the search engines started to download a few pictures at the same time.
</p>
        <p>
As good as the <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=1e7b1bbb-b28c-4d88-8268-5fc2775afe73&amp;url=http%3a%2f%2fwww.netgear.com%2fProducts%2fVPNandSSL%2fWirelessVPNFirewallRouters%2fFWAG114.aspx">FWAG114</a> was,
it would still crash if you were using BitTorrent and was downloading something with
2000 or 2500 seeders.
</p>
        <p>
In this major overhaul I also wanted to reclaim my notebook which was my acting VM
server since my media center machine had been out of commission since the move.
</p>
        <p>
So after a couple of weekends of work and some new equipment I now have something
better than I had before, with most of my requirements fulfilled.
</p>
        <p>
I purchased three <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=1e7b1bbb-b28c-4d88-8268-5fc2775afe73&amp;url=http%3a%2f%2fwww.mini-box.com%2fMini-Box-M300-LCD">M300-LCD</a> systems,
used two of them as VM servers, and one as a <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=1e7b1bbb-b28c-4d88-8268-5fc2775afe73&amp;url=http%3a%2f%2fwww.pfsense.com%2f">pfSense</a> 1.0.1
embedded firewall device.
</p>
        <p>
Setting up <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=1e7b1bbb-b28c-4d88-8268-5fc2775afe73&amp;url=http%3a%2f%2fwww.pfsense.com%2f">pfSense</a> turned
out to be a non-trivial exercise with the <a href="http://www.romwnet.org/dasblogce/ct.ashx?id=1e7b1bbb-b28c-4d88-8268-5fc2775afe73&amp;url=http%3a%2f%2fwww.mini-box.com%2fMini-Box-M300-LCD">M300-LCD</a> since
the gigabit Ethernet adapters have a newer PCI identifier then the version of FreeBSD
that pfSense relies on knows how to deal with. I'll write another post about that
experience.
</p>
        <p>
----- Rom
</p>
        <img width="0" height="0" src="http://www.romwnet.org/dasblogce/aggbug.ashx?id=1e7b1bbb-b28c-4d88-8268-5fc2775afe73" />
      </div>
    </content>
  </entry>
</feed>
