Wednesday, July 26, 2006
Monday, July 3, 2006
New server
Friday, June 30, 2006
Itunes and DRM
I recently recieved a marketing email from apple touting the wonders of itunes 6, trying to entice me as an itunes5 user to make the upgrade. Untill I can use the media I purchase on the devices I use every day I have no desire to upgrade. My response.
.
“Along with all those wonderful features I get completely unusable music and videos. I can’t play it on my linux only laptop (cant use a mac laptop because it only has one mouse button, and windows is just flat out unusable for both stability and ui).
“What if I want to play my music on something other than an IPod in 10 years? Woops, can’t do that either. Integrate my playlists with a mythTV box, nada. I know you like your vendor lock in that the encryption provides, but I like choice and as soon as that goes away so does my business, which i believe currently is $500 to $600 in song downloads alone. I have spent most of my life listening to the radio and being happy with the price/performance, I imagine I can go back if I have to.
“I really do like the ITunes store, being able to download music legally has opened a new world to me, but I won’t purchase media that I can’t exercise my fair use rights with. Thank you for your work in producing some wonderful products and I hope to see the day when I can use those products in ways that may not have been envisioned by the creators.
“The mark of a great and lasting product is to have it used in many unique and exciting ways that the inventor never conceived.”
Regards,
Josh
Wednesday, June 28, 2006
Grandma Joan Married
Monday, June 19, 2006
ATV crash
Friday, June 16, 2006
Deb vs RPM
I’ve been using Debian for years on all my work and personal machines and building RPMs for work for years. I finally put together my first major Debian packages (open-mpi). Having build RPMs for years they are almost second nature to me, but I was pleased to find out how easy it is to build a ’simple’ debian package using dh_make (debhelper). I had my first package (modules) up on no time. It was as easy as building a simple RPM package.
Next came openmpi, where I wanted to provide profle and debug packages as well as the standard libraries. I was cast head long into a huge pile of scripts and dh_* binaries that I had no idea how to use! It took quite a while but I got though it (mostly) unscathed.
Now that I know how enough of the Debian packaging system I am can say that it is probably too complex for the common case. Multiple ways to start packages out, different standards revisions, etc. Though I am quite pleased with how easy it can be to produce a simple package yet how flexible the build system can be when needed.
Compared to RPM: Pros, Don’t have to learn yet another scripting language (rpm macros) to use the build system, just standard shell and make scripts do it; Data is stored in multiple files instead of one huge file; overall the Debian build system seems more powerful. Cons: Too many files that don’t exist in the default setup are useful, Too many different standards versions (if using this standard program foo behaves this way, else it behaves a different way). Overall building complex debs is about as hard as building complex RPMS, and to someone who knows what they are doing building a simple deb may be even easier than a simple rpm.