Hacking the 46.
I love this story where Matt Hasselbeck, based on what he's seen and heard on his home TiVo, "hacks" the Panther's defense.
enjoying salad since 1978.
I love this story where Matt Hasselbeck, based on what he's seen and heard on his home TiVo, "hacks" the Panther's defense.
Sam Ruby and Tim Bray have each picked messaging systems as a trend to watch in the future. In particular, they are naming Jabber/XMPP as something to watch. While I think XMPP is a great way to connect people to systems or other people, I think there are better ways to connect systems to systems.
Enter AMQP, a protocol designed by the financial industry to replace their existing proprietary message queues with something built on open standards. The working group is made up of seasoned messaging profesionals who are used to having billions of dollars worth of transactions moving through their systems without mysterious delays or drops.
There are two things that stand out in my mind about AMQP.
RabbitMQ is an AMQP implementation built in Erlang and using Mnesia. Building clustered, high performance messaging systems in Erlang really plays to that language's strengths, I feel. Erlang seems great at shoveling bits from one network interface, doing some pattern matching on them, changing some bits, and blasting them out another interface.
In my experience, you can have a clustered rabbitmq setup running at home in under 20 minutes. It's all in the admin guide.
Plus that question about transporting binary data over your messaging layer? Here's a hack I wrote serializing Scala objects into RabbitMQ and operating on them on the other side. It will work with your default RabbitMQ installation:
Server
Client
Multiplication class definition
Anecdotally, I've heard that RabbitMQ can saturate a 100Mbps ethernet connection with a single 3Ghz Pentium 4. I have a couple of quad core opteron's (2x2 core) with 16G of RAM and multiple gigabit ethernet interfaces in my basement; Seeing how much processing power is needed to saturate a gigabit ethernet interface is definitely on my ToDo list!
Back in July, I received a jury duty summons. I didn't end up serving but it took 3 long days for the lawyers to finish selecting it. It was for a 20 year old rape and murder case considered San Francisco's first real Cold Case. It looks like that jury just entered deliberation.
BlueFlash is a "Bluetooth/Disk Controller/Disk Image Archive Card for Apple ][" that allows you to download files for the apple ][ onto your PC and transfer them to your Apple ][ via bluetooth.
Here's a basic procedural version of Weighted Slope One in Scala. It's pretty much a direct port of the Python version. It's about 15 lines longer due to curly braces and Map syntax in Scala not having a few niceties that Python dictionaries have.
Next I'm going to convert it to take advantage of Scala's powerful functional abilities. I'm going to take a stab to see if it lends itself to being a map and reduce. If that fails, I will fall back to good 'ol fold. The goal will be for those for-comprehensions to vanish and reveal an algorithm that's more parallelizable and then to run it on multiple cpus.
Labels: scala
Linus says: "'noatime,data=writeback' will quite likely be *quite* noticeable (with different effects for different loads), but almost nobody actually runs that way."
Well, if you need it, you really need it. Otherwise, why would you ever care? I also don't believe in this 10% number people are spouting. How much it effects you will be determined by how many files you access. I think that should be fairly obvious. I've worked on systems that would crash after just a few minutes without noatime. Yikes!
All OIN members - including big names such as IBM, NEC, Novell, Philips, Red Hat, and Sony, as well as Google - agree not to use their Linux-related patents against each other, and all have free access to a collection of additional open-source-related patents purchased by the consortium as a whole.
Seems like a good idea. Somebody will eventually have to take out Barzini, though.
"50 Really Good Indie Games" Unfortunately, all of them look windows only. But there's a lot of fun, innovative games in here. At least, they look fun and innovative from the screenshots.
It's exceedingly unclear to pretty much everyone what I do with my time. This was pointed out by my cousin who just called and signed off with a sincere "Ok, have fun with.... well, whatever it is that you do."
Let's take today as an example of what I do with my time.
Most days are a little different. Replace 'red egg and ginger party' with 'exercising' or 'loafing'. Also, I spend too much time using Google Reader, Twitter, and del.icio.us. At least I broke my programming.reddit habit.
HD Sports Guide has the low down on NFL games in HD this year. I only saw Monday Night Football in HD last year and so I'm excited to start seeing local games. DirecTV tries to squeeze nearly $400 out of you to see other teams in HD.
For those of you 49er's fans not local, here's the 4 games you can expect to see:
8/13/2007 Denver Broncos vs. San Francisco 49ers (Pre) 8:00 PM ESPNHD (720p) 9/10/2007 Arizona Cardinals vs. San Francisco 49ers 10:15 PM ESPNHD (720p) 11/12/2007 San Francisco 49ers vs. Seattle Seahawks 8:30 PM ESPNHD (720p) 12/15/2007 Cincinatti Bengals vs. San Francisco 49ers 8:15 PM NFL Network (1080i)If I remember last year, NFL Network HD runs on channel 96. It might be different this year.