Sunday, October 21, 2007

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.

 

I took a bunch of pictures of the snake trying to swallow the frog, they can be found in the Photo Album.

 

----- Rom

Wednesday, October 10, 2007

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.

The specs on this Phone/PDA/GPS are pretty impressive, but had I known about the upcoming release of the HTC P3350 Polaris I might have waited a few weeks.

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.

The big features for me are:

  • Windows Mobile 5/6
  • Quad-Band cellular phone (world wide support for GSM)
  • Recharge off of a USB connection
  • Supports tethering
  • Supports Bluetooth
  • Supports GPS
  • Supports Direct-Push Email
    (Basically my email, calendar, contacts, and task list will stay in sync between my desktop, notebook, phone, and web app)

 

So, now I guess I'm ready to join the rest of the cell phone carrying world.

 

----- Rom

Thursday, October 04, 2007

Successful completion of the 3rd annual BOINC Workshop in Geneva, Switzerland.

Check out the Photo Album for more pictures.

Saturday, March 17, 2007

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.

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.

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 Vonage and since my primary firewall/router was a Netgear FWAG114 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.

As good as the FWAG114 was, it would still crash if you were using BitTorrent and was downloading something with 2000 or 2500 seeders.

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.

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.

I purchased three M300-LCD systems, used two of them as VM servers, and one as a pfSense 1.0.1 embedded firewall device.

Setting up pfSense turned out to be a non-trivial exercise with the M300-LCD 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.

----- Rom

Thursday, March 01, 2007

See the announcement here:
http://blog.schreiter.info/index.php/boincpe-goes-public/

 

If I ever get around to rebuilding a couple of crunching machines, I'll be using this package.

----- Rom

Saturday, February 24, 2007

What are you most chuffed about getting fixed/working/added?

 To be honest most of my contribution to this release has been in the manager role, most of the code changes were from David and 3rd party contributors.

I guess the thing I'm most jazzed about in the release of this new client that I pushed for would be the CPU feature detection stuff the community has been wanting for a long time. Along with that the client makes an attempt to detect which video card the machine is using.

It has been a 'chicken and the egg' problem, it wasn't something any of the projects were specifically looking for and therefore kept being dropped from the list. Of course the major problem with that is we didn't have any firm numbers on what percentage of the base of machines could handle the more advanced instruction sets.

Now that the information is part of the host record, I'm hoping the stat sites can build some fancy graphics and charts which might encourage one or more of the projects to create a client with specialized instruction sets.

We'll need to improve the server-side scheduler to handle scheduling specialized clients, but in the end I think it'll benefit everyone. Undoubtedly this is going to cause some angst amongst those who are only in it for the credits, as the credit granting gap between a stock client and an optimized client is going to shrink further.

How is boinc going to get around the problem on Windows VISTA where you are not suppose to (and often cannot) write to the 'program files' directory?

We'll be breaking apart the data from the executables using the SHGetFolderPath API. Although we'll need to put a possible override registry value for those who want to store the data on a different drive.

Right now I've been brainstorming on the various upgrade scenario's. ( XP to Vista and  32-bit to 64-bit )

It is a messy problem.

 

To submit questions for next week just click on the comments link below and submit your question.

Thanks in advance.

----- Rom

From this article:
http://www.heise-security.co.uk/news/85807/from/rss09

What the heck, it is bad enough I have to allocate as many resources as I have to avoid being inundated with spam in both email (6000+ a month) and blog (2500+ a month), but now something I've helped to build is being abused.

I guess the criminal element of the world just is not content with crapping in their yard, they have to crap in everyone else's too, even when there isn't any money involved.

I had heard about this early last week, Carl came up with a clever solution for CPDN. Hopefully this won't be all that common.

----- Rom

Monday, February 19, 2007

Is it possible to include a (empty) "skins" folder in the next release?

Sure.

Seems that SETI@Home is a victim of its own success; or maybe a run-away train. Has there been any discussion on methods to allocate resources between projects? For example, implementing a per user work unit limit based on the users contributions to the project; contributions such as money, time, other projects in which user participates.

The philisophy of the BOINC the framework is to let the participants decide how they want to volunteer their resources.  To that end, it is up to each project to sell their project to the community.  Donating computation time to a project is already an expensive proposition, it costs time, electrictity, and internet bandwidth.  To be honest I cannot see a project being successfull if they started selling workunits to process.  At that point I think a project would loose it's fun and cool factors and would find it's big iron contributors defecting to other projects.  Eventually that project would only be left wth the die hard fans wth money to burn and those who were not affected by the cap.

At that point the project is pretty much on life support, and waiting for the people who are funding the project to pull the plug.

What's the development progress in getting the boinc code (I assume 5.9.x now) up to scratch to use wxWidgets 2.8?

Charlie started the port to 2.8, there are a few things on my plate to tackle. Text gets clipped in the wizard for instance. We'll have it up to spec when we start the 5.9-5.10 release push.

Can auto update (I see it in the code for 5.9.x) be turned on in 5.8.8+ or has it been left out?

I'm not sure what the client will do at this point if it receives the auto update tag, it should just be ignored at this point. That feature has another month of work or more before it is ready for use.

What do you think are the major improvement in 5.8.8+ over 5.4.9/11?

There have been so many under the cover improments, I think the big ones are the improved CPU scheduler, the improved work fetech policy, and CPU throttling.  On the Mac we have the sand boxed environment which is a huge improvement.

What are you most chuffed about getting fixed/working/added?

What do you mean by chuffed?

 

To submit questions for next week just click on the comments link below and submit your question.

Thanks in advance.

----- Rom

Saturday, February 10, 2007

Matt B. informed me that GridRepublic has been named a finalist for the Web Awards at the SXSW Interactive Festival. This will be some great PR for BOINC and BOINC based projects.

For further details on how to help out you can go to these websites:

http://gridrepublic.org/

https://secure.sxsw.com/peoples_choice/

 

Apparently you can vote once per day through March 2nd.

 

Good Luck to GridRepublic!!!!!!

 

----- Rom

We just released 5.8.x, so I’m sure there are a lot of questions out there.

Ask away...

 

----- Rom

Theme design by Jelle Druyts
Header image by FreeWebPageHeaders