<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>for the Life of Jon!!.?</title>
	<link>http://life.jondick.info</link>
	<description>if you set something free, and it comes back, you own it.</description>
	<pubDate>Tue, 06 Nov 2007 16:24:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Mono .deb in Ubuntu.  Keep it up (to Date)!</title>
		<link>http://life.jondick.info/2007/11/06/mono-deb-in-ubuntu-keep-it-up-to-date/</link>
		<comments>http://life.jondick.info/2007/11/06/mono-deb-in-ubuntu-keep-it-up-to-date/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 16:24:36 +0000</pubDate>
		<dc:creator>jondick</dc:creator>
		
	<category>General Life</category>
		<guid isPermaLink="false">http://life.jondick.info/2007/11/06/mono-deb-in-ubuntu-keep-it-up-to-date/</guid>
		<description><![CDATA[So, Ubuntu has this problem of maintaining outdated releases of Mono/MonoDevelop.  This sucks, but I really don&#8217;t want to switch to OpenSUSE or Fedora.  I had thought about using the universal installer, but I really wanted to keep things going through apt, especially since there already is a mono version installed with Gutsy Gibbon by [...]]]></description>
			<content:encoded><![CDATA[<p>So, Ubuntu has this problem of maintaining outdated releases of Mono/MonoDevelop.  This sucks, but I really don&#8217;t want to switch to OpenSUSE or Fedora.  I had thought about using the universal installer, but I really wanted to keep things going through apt, especially since there already is a mono version installed with Gutsy Gibbon by default, so having two side by side installs of Mono seemed less than ideal.</p>
<p>I had also considered compiling from source and trying out checkinstall, or even learning dh_make.  This I might be interested in the future, but I&#8217;m no pro at linux by any means, and this task was a bit daunting to me (I don&#8217;t know enough about either method to feel comfortable packaging such a large project).</p>
<p>As I was near giving up,  I stumbled across a post in Ubuntu Forums with a couple of bash scripts to automatically go out, install the proper build dependencies, and then get the latest mono stable source, compile it, and install it as a package.  This was EXACTLY what I needed.</p>
<p>Here it is for future reference for myself, and anyone else who might stumble across this page and find it useful:</p>
<p>First, getting all the necessary libraries:</p>
<blockquote><p>#!/bin/bash</p>
<p>sudo apt-get update<br />
sudo apt-get upgrade</p>
<p>sudo apt-get build-dep mono &#8211;assume-yes<br />
sudo apt-get build-dep gnome-devel &#8211;assume-yes<br />
sudo apt-get build-dep build-essential &#8211;assume-yes<br />
sudo apt-get build-dep devscripts &#8211;assume-yes<br />
sudo apt-get build-dep dh-buildinfo &#8211;assume-yes<br />
sudo apt-get build-dep sbuild &#8211;assume-yes<br />
sudo apt-get build-dep pkg-config &#8211;assume-yes<br />
sudo apt-get build-dep libextutils-pkgconfig-perl &#8211;assume-yes<br />
sudo apt-get build-dep libgift-dev &#8211;assume-yes<br />
sudo apt-get build-dep libpthread-stubs0-dev &#8211;assume-yes<br />
sudo apt-get build-dep xserver-xorg-dev &#8211;assume-yes<br />
sudo apt-get build-dep bison &#8211;assume-yes<br />
sudo apt-get build-dep libcairo2-dev &#8211;assume-yes<br />
sudo apt-get build-dep libcairo-directfb2 &#8211;assume-yes<br />
sudo apt-get build-dep libcairo-directfb2-dev &#8211;assume-yes<br />
sudo apt-get build-dep libglib1.2 &#8211;assume-yes<br />
sudo apt-get build-dep libglib1.2-dev &#8211;assume-yes<br />
sudo apt-get build-dep libglib2.0-0 &#8211;assume-yes<br />
sudo apt-get build-dep libglib2.0-cil &#8211;assume-yes<br />
sudo apt-get build-dep libglib2.0-data &#8211;assume-yes<br />
sudo apt-get build-dep libglib2.0-dev &#8211;assume-yes<br />
sudo apt-get build-dep libungif4-dev &#8211;assume-yes<br />
sudo apt-get build-dep libungif-bin &#8211;assume-yes<br />
sudo apt-get build-dep libjpeg-progs &#8211;assume-yes<br />
sudo apt-get build-dep libtiff4-dev &#8211;assume-yes<br />
sudo apt-get build-dep libtiff-opengl &#8211;assume-yes<br />
sudo apt-get build-dep libtiff-tools &#8211;assume-yes<br />
sudo apt-get build-dep libtiffxx0c2 &#8211;assume-yes<br />
sudo apt-get build-dep libgnome-desktop-dev &#8211;assume-yes<br />
sudo apt-get build-dep libgtkhtml2-0 &#8211;assume-yes<br />
sudo apt-get build-dep libgtkhtml2-dev &#8211;assume-yes<br />
sudo apt-get build-dep libgtkhtml3.14-dev &#8211;assume-yes<br />
sudo apt-get build-dep libgtkhtml3.8-dev &#8211;assume-yes<br />
sudo apt-get build-dep libgtkhtml3.8-15 &#8211;assume-yes<br />
sudo apt-get build-dep libgtkhtml3.8-dev &#8211;assume-yes<br />
sudo apt-get build-dep libvte2.0-cil &#8211;assume-yes<br />
sudo apt-get build-dep libvte-cil &#8211;assume-yes<br />
sudo apt-get build-dep libvte-dev &#8211;assume-yes<br />
sudo apt-get build-dep librsvg2-bin &#8211;assume-yes<br />
sudo apt-get build-dep librsvg2-dev &#8211;assume-yes<br />
sudo apt-get build-dep libgail-gnome-dev &#8211;assume-yes<br />
sudo apt-get build-dep libgnome-cil &#8211;assume-yes<br />
sudo apt-get build-dep libgnomedb2-4 &#8211;assume-yes<br />
sudo apt-get build-dep libgnomedb2-bin &#8211;assume-yes<br />
sudo apt-get build-dep libgnomedb2-dev &#8211;assume-yes<br />
sudo apt-get build-dep libgnome-dev &#8211;assume-yes<br />
sudo apt-get build-dep libpanel-applet2-dev &#8211;assume-yes<br />
sudo apt-get build-dep gawk &#8211;assume-yes<br />
sudo apt-get build-dep exif &#8211;assume-yes<br />
sudo apt-get build-dep exiftags &#8211;assume-yes<br />
sudo apt-get build-dep exiftran &#8211;assume-yes<br />
sudo apt-get build-dep exifprobe &#8211;assume-yes<br />
sudo apt-get build-dep libexif-gtk-dev &#8211;assume-yes<br />
sudo apt-get build-dep libexif-gtk5 &#8211;assume-yes<br />
sudo apt-get build-dep libsdl-pango1 &#8211;assume-yes<br />
sudo apt-get build-dep libsdl-pango-dev &#8211;assume-yes<br />
sudo apt-get build-dep monodevelop &#8211;assume-yes</p>
<p>sudo aptitude install gnome-devel &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install build-essential &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install devscripts &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install dh-buildinfo &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install sbuild &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install pkg-config &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libextutils-pkgconfig-perl &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libgift-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libpthread-stubs0-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install xserver-xorg-dev bison &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libcairo2-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libcairo-directfb2 &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libcairo-directfb2-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libglib1.2 &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libglib1.2-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libglib2.0-0 &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libglib2.0-cil &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libglib2.0-data &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libglib2.0-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libungif4-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libungif-bin &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libjpeg-progs &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libtiff4-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libtiff-opengl &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libtiff-tools &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libtiffxx0c2 &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libgnome-desktop-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libgtkhtml2-0 &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libgtkhtml2-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libgtkhtml3.14-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libgtkhtml3.8-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libgtkhtml3.8-15 &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libgtkhtml3.8-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libvte2.0-cil &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libvte-cil &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libvte-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install librsvg2-bin &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install librsvg2-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libgail-gnome-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libgnome-cil &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libgnomedb2-4 &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libgnomedb2-bin &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libgnomedb2-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libgnome-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libpanel-applet2-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install gawk &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install exif &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install exiftags &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install exiftran &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install exifprobe &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libexif-gtk-dev &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libexif-gtk5 &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libsdl-pango1 &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install libsdl-pango-dev &#8211;with-recommends &#8211;assume-yes</p>
<p>sudo apt-get autoremove &#8211;assume-yes</p></blockquote>
<p>Next, installing mono:</p>
<blockquote><p>#!/bin/bash</p>
<p>mkdir ~/Desktop/src<br />
cd ~/Desktop/src<br />
clear</p>
<p>wget http://go-mono.com/sources/libgdiplus/libgdiplus-1.2.5.tar.bz2<br />
tar xvf libgdiplus-1.2.5.tar.bz2<br />
rm libgdiplus-1.2.5.tar.bz2<br />
cd ~/Desktop/src/libgdiplus-1.2.5<br />
./configure &#8211;prefix=/usr/local<br />
make<br />
sudo make install<br />
cd ~/Desktop/src<br />
clear</p>
<p>sudo sh -c &#8220;echo /usr/local >> /etc/ld.so.conf&#8221;<br />
sudo sh -c &#8220;echo /usr/local/lib >> /etc/ld.so.conf&#8221;<br />
sudo ldconfig</p>
<p>wget http://go-mono.com/sources/mono/mono-1.2.5.1.tar.bz2<br />
tar xvf mono-1.2.5.1.tar.bz2<br />
rm mono-1.2.5.1.tar.bz2<br />
cd ~/Desktop/src/mono-1.2.5.1<br />
./configure &#8211;prefix=/usr/local -with-preview=yes<br />
make<br />
sudo make install<br />
cd ~/Desktop/src<br />
clear</p>
<p>wget http://go-mono.com/sources/gtk-sharp/gtk-sharp-1.0.10.tar.gz<br />
tar xzf gtk-sharp-1.0.10.tar.gz<br />
rm gtk-sharp-1.0.10.tar.gz<br />
cd ~/Desktop/src/gtk-sharp-1.0.10<br />
./configure &#8211;prefix=/usr/local -with-preview=yes<br />
make<br />
sudo make install<br />
cd ~/Desktop/src<br />
clear</p>
<p>wget http://go-mono.com/sources/gtk-sharp210/gtk-sharp-2.10.2.tar.bz2<br />
tar xvf gtk-sharp-2.10.2.tar.bz2<br />
rm gtk-sharp-2.10.2.tar.bz2<br />
cd ~/Desktop/src/gtk-sharp-2.10.2<br />
./configure &#8211;prefix=/usr/local<br />
make<br />
sudo make install<br />
cd ~/Desktop/src<br />
clear</p>
<p>wget http://go-mono.com/sources/gecko-sharp2/gecko-sharp-2.0-0.12.tar.gz<br />
tar xzf gecko-sharp-2.0-0.12.tar.gz<br />
rm gecko-sharp-2.0-0.12.tar.gz<br />
cd ~/Desktop/src/gecko-sharp-2.0-0.12<br />
./configure &#8211;prefix=/usr/local<br />
make<br />
sudo make install<br />
cd ~/Desktop/src<br />
clear</p>
<p>wget http://go-mono.com/sources/gnome-sharp2/gnome-sharp-2.16.0.tar.gz<br />
tar xzf gnome-sharp-2.16.0.tar.gz<br />
rm gnome-sharp-2.16.0.tar.gz<br />
cd ~/Desktop/src/gnome-sharp-2.16.0<br />
./configure &#8211;prefix=/usr/local<br />
make<br />
sudo make install<br />
cd ~/Desktop/src<br />
clear</p>
<p>wget http://go-mono.com/sources/gtksourceview-sharp2/gtksourceview-sharp-2.0-0.11.tar.bz2<br />
tar xvf gtksourceview-sharp-2.0-0.11.tar.bz2<br />
rm gtksourceview-sharp-2.0-0.11.tar.bz2<br />
cd ~/Desktop/src/gtksourceview-sharp-2.0-0.11<br />
./configure &#8211;prefix=/usr/local<br />
make<br />
sudo make install<br />
cd ~/Desktop/src<br />
clear</p>
<p>wget http://go-mono.com/sources/monodoc/monodoc-1.2.5.zip<br />
unzip monodoc-1.2.5.zip<br />
rm monodoc-1.2.5.zip<br />
cd ~/Desktop/src/monodoc-1.2.5<br />
./configure &#8211;prefix=/usr/local<br />
make<br />
sudo make install<br />
cd ~/Desktop/src<br />
clear</p>
<p>wget http://go-mono.com/sources/mono-tools/mono-tools-1.2.4.tar.bz2<br />
tar xvf mono-tools-1.2.4.tar.bz2<br />
rm mono-tools-1.2.4.tar.bz2<br />
cd ~/Desktop/src/mono-tools-1.2.4<br />
./configure &#8211;prefix=/usr/local<br />
make<br />
sudo make install<br />
cd ~/Desktop/src<br />
clear</p>
<p>wget http://go-mono.com/sources/mono-debugger/mono-debugger-0.50.tar.bz2<br />
tar xvf mono-debugger-0.50.tar.bz2<br />
rm mono-debugger-0.50.tar.bz2<br />
cd ~/Desktop/src/mono-debugger-0.50<br />
./configure &#8211;prefix=/usr/local<br />
make<br />
sudo make install<br />
cd ~/Desktop/src<br />
clear</p>
<p>wget http://download.gnome.org/sources/glade3/3.4/glade3-3.4.0.tar.bz2<br />
tar xvf glade3-3.4.0.tar.bz2<br />
rm glade3-3.4.0.tar.bz2<br />
cd ~/Desktop/src/glade3-3.4.0<br />
./configure &#8211;prefix=/usr/local<br />
make<br />
sudo make install<br />
cd ~/Desktop/src<br />
clear</p>
<p>sudo aptitude install monodoc-manual &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install monodevelop-boo &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install monodevelop-java &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install monodevelop-nunit &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install monodevelop-versioncontrol &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install monodevelop-query &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install nemerle &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install monodoc-gtk-manual &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install monodoc-gecko-manual &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install monodoc-nunit-manual &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install monodoc-browser &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install monodoc-http &#8211;with-recommends &#8211;assume-yes<br />
sudo aptitude install monodoc-viewer &#8211;with-recommends &#8211;assume-yes</p>
<p>wget http://go-mono.com/sources/monodevelop/monodevelop-0.15.tar.bz2<br />
tar xvf monodevelop-0.15.tar.bz2<br />
rm monodevelop-0.15.tar.bz2<br />
cd ~/Desktop/src/monodevelop-0.15<br />
./configure &#8211;prefix=/usr/local<br />
make<br />
sudo make install<br />
cd ~/Desktop/src<br />
clear</p>
<p>sudo ldconfig</p></blockquote>
<p>Run those two bash scripts in order, it takes awhile to do its thing, especially if you&#8217;re missing most of the dependencies from the first step, but it worked FLAWLESSLY for me on Ubuntu 7.10 Gutsy Gibbon!  Good luck!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://life.jondick.info/2007/11/06/mono-deb-in-ubuntu-keep-it-up-to-date/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>HD-DVD Key Fiasco: Will they ever learn?</title>
		<link>http://life.jondick.info/2007/05/03/hd-dvd-key-fiasco-will-they-ever-learn/</link>
		<comments>http://life.jondick.info/2007/05/03/hd-dvd-key-fiasco-will-they-ever-learn/#comments</comments>
		<pubDate>Thu, 03 May 2007 14:08:17 +0000</pubDate>
		<dc:creator>jondick</dc:creator>
		
	<category>General Life</category>
		<guid isPermaLink="false">http://life.jondick.info/2007/05/03/hd-dvd-key-fiasco-will-they-ever-learn/</guid>
		<description><![CDATA[Can they really stop an alpha-numeric code from leaking out over the internet?  Of course not!  In case you are under a rock, recently, an encryption key used in the encryption scheme for HD-DVD&#8217;s (AACS) has been discovered and posted everywhere on the internet.  This key basically means that people can decrypt [...]]]></description>
			<content:encoded><![CDATA[<p>Can they really stop an alpha-numeric code from leaking out over the internet?  Of course not!  In case you are under a rock, recently, an encryption key used in the encryption scheme for HD-DVD&#8217;s (AACS) has been discovered and posted everywhere on the internet.  This key basically means that people can decrypt HD-DVD&#8217;s to make copies (illegal or fair use).</p>
<p>The folks who would have you believe you should not be able to use movies, music, and other media you purchase, HOW you want, would also like to ensure their policies by various Digital Rights Management schemes.  HD-DVD was supposed to be hard to circumvent.  Well, I don&#8217;t even have an HD-DVD drive in my house, yet I could go out and download HD-DVD movies already!  Good work on the DRM, folks!</p>
<p>Now, the key to breaking this is a simple string of text.  I&#8217;m not going to post it here (at least in text, let&#8217;s hope my images don&#8217;t count!), because I don&#8217;t really care to come under fire from anyone, I&#8217;ve had enough trouble with Cease and Desists in the past.  That&#8217;s another story.</p>
<p>You can still easily find the key in many places.  thepiratebay.org has it posted blatantly on their site&#8217;s home page, while there is a video on youtube of a guy playing a song he made with the lyrics being the code, over, and over, and over.  Digg.com has had a controversy surrounding the key.  They originally took down posts submitted to digg, relating to the key, due to pressure from higher-ups.  Users revolted and digg changed their stance, defying legal threats.  Awesome.  Others have made images, t-shirts, anything you can think of, as part of the rebellion.<br />
<img alt="HD DVD Key" title="HD DVD Key" src="http://life.jondick.info/postimages/hddvd1.jpg" /></p>
<p>But can they really sue people for hosting a simple readable string?  Perhaps.  Can they suppress this string? Absolutely NOT.  When will they ever learn that they are in the business of providing content to users.  THEY are providing to USERS, and not the other way around.  It&#8217;s simple business sense, if you want customers, you can&#8217;t treat them like criminals and tell them what you want them to want.<br />
Apple seemed to be on the right track with iTunes selling some of EMI&#8217;s works without DRM.  In fact, if I had the resources I would setup a distribution network going against the DRM grain.  I reall feel that if content is made available to users at a fair price with convenience they want, users are probably going to go out and buy the content, it&#8217;s just easier.  In order to thwart piracy, customers need to be given what they want, and it needs to be more economical for them than piracy.</p>
<p>To some, more economical will strictly mean dollars and cents.  There are always going to be some people out there who would rather waste a bit of their time and energy finding some content, downloading it from an unpredictable torrent, then cataloging it and making changes as they need to organize it into their library.  I don&#8217;t think this is the entire population though, it&#8217;s just sensationalized and exploited more due to the resistance of content providers to the internet.<br />
For many, time and convenience translate into money.  I went to get my oil changed and paid $20 for it at some place even though I had a free oil change at the dealership.  Why?  It was more convenient and time-effective for me to do so.  I don&#8217;t mind paying a small price for that.  So if I had to pay $3 for an album instead of downloading it, while knowing I&#8217;m doing things legally, I&#8217;d be very interested.</p>
<p>We could get into the economics of selling an album for that price, but I&#8217;m fairly confident I&#8217;ve run the numbers and could come up with a similar figure.  $1 to the artists (no different from now), $2 to the content provider.  More money if people want to buy the physical album in the store (there are more costs in distributing music this way).  Digital distribution costs next to nothing to setup and run.  Bandwidth isn&#8217;t even that much anymore, look at youtube and how much streaming VIDEO they give away for free, basing their income only on advertising.  It could be done, it would just mean thinner and less made up jobs in the organization.  Just getting rid of the fat.</p>
<p>My point is, it&#8217;s disgusting that these content providers still haven&#8217;t learned their lesson.  They need to cater to the desires of their customers, it&#8217;s pretty obvious why they are losing them, and it has more to do with their business practices than it does with the internet.  The internet is here, it&#8217;s now, it&#8217;s real.  It is an enabler, there is no doubt about that.  But how it enables who and what, is determined by who uses it.  Pirates are using it now, Record labels and Movie studios are trying to disarm it, instead of embracing it with open arms.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://life.jondick.info/2007/05/03/hd-dvd-key-fiasco-will-they-ever-learn/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Subversion SVN Global Ignore Pattern</title>
		<link>http://life.jondick.info/2007/04/11/subversion-svn-global-ignore-pattern/</link>
		<comments>http://life.jondick.info/2007/04/11/subversion-svn-global-ignore-pattern/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 13:10:19 +0000</pubDate>
		<dc:creator>jondick</dc:creator>
		
	<category>General Life</category>
		<guid isPermaLink="false">http://life.jondick.info/2007/04/11/subversion-svn-global-ignore-pattern/</guid>
		<description><![CDATA[I forget always what my Global Ignore pattern for my subversion client (like tortoise svn) should be.  I don&#8217;t like having those pesky bin and obj folders in my projects getting in the way.  I saw another post on someone&#8217;s blog, reminding themselves for their future self what that pattern is.
So, to the future me:
*bin [...]]]></description>
			<content:encoded><![CDATA[<p>I forget always what my Global Ignore pattern for my subversion client (like tortoise svn) should be.  I don&#8217;t like having those pesky bin and obj folders in my projects getting in the way.  I saw another post on someone&#8217;s blog, reminding themselves for their future self what that pattern is.</p>
<p>So, to the future me:</p>
<p>*bin *obj bin obj *.suo *.user thumbs.db</p>
<p>Go Nuts.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://life.jondick.info/2007/04/11/subversion-svn-global-ignore-pattern/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>In Search of the Wii, an Original Poem</title>
		<link>http://life.jondick.info/2007/02/19/in-search-of-the-wii-an-original-poem/</link>
		<comments>http://life.jondick.info/2007/02/19/in-search-of-the-wii-an-original-poem/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 00:47:57 +0000</pubDate>
		<dc:creator>jondick</dc:creator>
		
	<category>General Life</category>
		<guid isPermaLink="false">http://life.jondick.info/2007/02/19/in-search-of-the-wii-an-original-poem/</guid>
		<description><![CDATA[Twas after christmas, and birthday cash, too.
I saved up enough for Nintendo Wii, all brand new.
I called up the Best Buy, and to my dismay.
No wii&#8217;s are in stock, try again on monday.
I asked him at once, will there be lines at the store?
To which he replied, yes lines, out the door.
What time do you [...]]]></description>
			<content:encoded><![CDATA[<p>Twas after christmas, and birthday cash, too.<br />
I saved up enough for Nintendo Wii, all brand new.</p>
<p>I called up the Best Buy, and to my dismay.<br />
No wii&#8217;s are in stock, try again on monday.</p>
<p>I asked him at once, will there be lines at the store?<br />
To which he replied, yes lines, out the door.</p>
<p>What time do you open, good liege of best buy?<br />
And could you save one for me, or at least say you&#8217;ll try?</p>
<p>10am sharp, he pronounced with a tone,<br />
And no reservations, each man for his own!</p>
<p>Broken hearted inside, I disconnected the line,<br />
Not knowing if come monday, everything would be fine.</p>
<p>Should a friend wish to help me, they could take my place at the store,<br />
At 10am on a monday, in return for a friendly game of wii bowling, or three, or four.</p>
<p>Inquire within, my friends, contact me!,<br />
If you&#8217;re available next monday, to get me my wii!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://life.jondick.info/2007/02/19/in-search-of-the-wii-an-original-poem/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Amazon Customers Vote a partial Scam?</title>
		<link>http://life.jondick.info/2006/11/23/amazon-customers-vote-a-partial-scam/</link>
		<comments>http://life.jondick.info/2006/11/23/amazon-customers-vote-a-partial-scam/#comments</comments>
		<pubDate>Thu, 23 Nov 2006 19:38:43 +0000</pubDate>
		<dc:creator>jondick</dc:creator>
		
	<category>General Life</category>
		<guid isPermaLink="false">http://life.jondick.info/2006/11/23/amazon-customers-vote-a-partial-scam/</guid>
		<description><![CDATA[Ok, before you stop reading, I&#8217;m not suggesting they didn&#8217;t sell any XBox360&#8217;s, because I know someone who got one, plus, I got the Bike that was runner up.
With that said, if you don&#8217;t know what I&#8217;m talking about, I&#8217;m talking about Amazon&#8217;s weekly customers vote deal.  Every week they allow customers to vote [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, before you stop reading, I&#8217;m not suggesting they didn&#8217;t sell any XBox360&#8217;s, because I know someone who got one, plus, I got the Bike that was runner up.</p>
<p>With that said, if you don&#8217;t know what I&#8217;m talking about, I&#8217;m talking about Amazon&#8217;s weekly customers vote deal.  Every week they allow customers to vote on a &#8216;deal&#8217; that they would like to have happen (there&#8217;s 4 possible deals).  The one with the most votes actually happens on the thursday.</p>
<p>Now, this Thursday&#8217;s deal was an Xbox360 Core System for $100.  That is a good deal!  So good, I was refreshing like mad to get it.  You see, there were only 1000 of these units to be sold.</p>
<p>It started well, but at about 1:58PM EST (2 minutes before the sale started), amazon.com because completely unresponsive, and continued as so for 15 minutes until all was sold out.  Now, I know someone who was able to refresh several times and contemplate purchasing one while there was still stock.  He ended up with one, seemingly without any trouble.</p>
<p>Here&#8217;s the juicy part.  I think this is a partial scam by Amazon.com.  I&#8217;ll tell you why.</p>
<p>After the disappointment I decided to try the Bike that was runner up and also for sale.  Well, I got it fine, though I never added it to my shopping cart.  I don&#8217;t really want to buy the bike, so I didn&#8217;t.</p>
<p>Now, what happened to that item?  Did it go back in the pool for someone else to get?  Nope.  The claim code gets emailed to me, and I&#8217;m able to still claim the discount until tomorrow evening.</p>
<p>See where I&#8217;m going with this?  What IF I don&#8217;t plan on claiming this deal?  Well, the deal is in limbo, and nobody gets it, and amazon doesn&#8217;t have to pay for the discount.  Good deal for them!</p>
<p>Now, I&#8217;m not arguing the mechanics of the contest, or that it&#8217;s necessarily bad, it just irks me a little bit to know amazon is probably not losing out as big as they would have you think.  Let&#8217;s face it, I doubt many who have a claim to the cheap Xbox360 will turn down the offer, but they could, and I bet it happens a few times.</p>
<p>In conclusion, Amazon may not necessarily be losing out in all cases as bad as it seems.  Even still, that doesn&#8217;t mean they aren&#8217;t doing something nice by having the deal in the first place.  I would however like to see the system changed.  They should give customers 5-10 minutes to checkout and actually pay for the deal, and if they fail this, the deal should go back in the pool.  They should also increase their serving capacities for the main page so that everyone has a better attempt at obtaining the deal.  It bugs me that someone was able to refresh several times while I could not once see the page until the deal was over.</p>
<p>Tis a sad day <img src='http://life.jondick.info/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />
</p>
]]></content:encoded>
			<wfw:commentRSS>http://life.jondick.info/2006/11/23/amazon-customers-vote-a-partial-scam/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Mobile Self in Sync - Part 1</title>
		<link>http://life.jondick.info/2006/10/18/mobile-self-in-sync-part-1/</link>
		<comments>http://life.jondick.info/2006/10/18/mobile-self-in-sync-part-1/#comments</comments>
		<pubDate>Wed, 18 Oct 2006 23:28:21 +0000</pubDate>
		<dc:creator>jondick</dc:creator>
		
	<category>Things I find Nice</category>
	<category>Mobile Self In Sync</category>
		<guid isPermaLink="false">http://life.jondick.info/2006/10/18/mobile-self-in-sync-part-1/</guid>
		<description><![CDATA[This is the first of a series of articles describing my journey to keeping all my personal data synchronized. I think I have finally found a solid way to keep all of my data (Contacts, Events Calendar, To-Do List, Notes) across all of my devices. Of course, my ultimate goal is to get all this [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://life.jondick.info/postimages/dude.gif" align="left" />This is the first of a series of articles describing my journey to keeping all my personal data synchronized. I think I have finally found a solid way to keep all of my data (Contacts, Events Calendar, To-Do List, Notes) across all of my devices. Of course, my ultimate goal is to get all this data to be synchronized two ways to a centralized location no matter what device or location I make changes from.</p>
<p>So far, I&#8217;ve toyed with a couple different solutions, but they all have their flaws:</p>
<p><strong><em>Outlook/Exchange Server:</em><br />
</strong>Outlook Web Access is bulky, too dependent on IE, and not a great option for mobile devices. This software is great until I throw in a mobile device. I know the newer exchange servers have over the air sync&#8217;ing options, but I never liked my smart phone all that much compared to other phones on the market, plus lately, the idea of being tied down to Microsoft proprietary stuff doesn&#8217;t sit well with me.</p>
<p><em><strong>Gmail/Google Calendar:</strong></em><br />
<img src="http://life.jondick.info/postimages/gmail.gif" align="left" /> I guess I shouldn&#8217;t call this a &#8216;organizational solution&#8217;, but it is what I have been using for awhile now. It&#8217;s been &#8216;OK&#8217; to use, as having google store all my info on their servers and strictly using web browsers to access it eliminates the need for &#8217;synchronization&#8217; here. Again, when you throw a mobile device into the mix, things become ugly.</p>
<p>You can use gmail in a wap browser with good results, but google calendar has no wap browsing support, and the SMS message system it uses is a bit archaic for my tastes (plus you can&#8217;t send sms&#8217;s to GVENT from canada yet). If you use your calendar a lot, the current google calendar mobile offerings leave a LOT to be desired.</p>
<p>Finally, google calendar has no form of a To-Do list, Notes, or really any sort of Contacts synchronization. Though, I&#8217;ll admit that I myself do not sync my gmail contacts, as gmail adds contacts automatically too easily for me. My phonebook would be far too cluttered if I sync&#8217;d all the contacts in my gmail.</p>
<p>I&#8217;ve been sort of living without all those things just because I like google&#8217;s web interface for gmail and calendar so much! But really, it alone is a much less complete setup than Outlook.</p>
<p><strong>The Solution</strong><br />
Ok, so the above cases kinda suck. They don&#8217;t really do what I want or how I want. Now, I recently got a new Sony Ericsson w810i and dumped my smart phone. I love the phone&#8217;s interface, it&#8217;s fast, slick, etc., and I&#8217;ll post another entry in a couple days about the phone itself, but this post is about my data, so let&#8217;s stay on topic.</p>
<p>My solution to these problems has 4 pieces of the puzzle so far. These pieces include 3 devices, and a centralized SyncML server for storing the data in one place. I have a Computer, a Cell Phone, and an iPod (why not?) for my devices. The 4th piece of the puzzle, the SyncML server is provided by &#8216;ScheduleWorld&#8217;.</p>
<p>Now, I want all of these devices to be able to sync with the data two ways (save the ipod, which should be a read sync only since it can&#8217;t &#8216;create&#8217; new data to sync two ways). We&#8217;ll use ScheduleWorld to be our data store for everything to synchronize with.</p>
<p>The key here is that I don&#8217;t want to have any of my devices needing to synchronize with another device or application which acts as a proxy to sync it with the SyncML server. I&#8217;ve seen other setups for instance that you must sync your pocketpc device first with outlook, which then sync&#8217;s with the server. This method presents problems and makes the pocketpc device dependent on outlook for it&#8217;s data, and makes the sync server depend on outlook to get new data from the pocketpc. This is ugly and asking for problems. I want every device to sync directly with the server, end of story!</p>
<p>So Here is the solution. First a diagram to understand how everything fits together, then some explanation of it:<br />
<img title="My Sync Setup - Funambol, ScheduleWorld, Mobile" alt="My Sync Setup - Funambol, ScheduleWorld, Mobile" src="http://life.jondick.info/postimages/syncdiagram.jpg" /></p>
<p><em><strong>1. Any Computer</strong></em><br />
Ok, so the computer is the easy one. I built myself a little program called &#8216;GStuff&#8217; some time ago which has basically two toolbar items (one for gmail, one for google calendar). All it does is embed internet explorer windows into the app so I have a standalone window/application for checking my mail and calendar. This way I always have it on those pages, and it minimizes to my system tray easily.</p>
<p><img src="http://life.jondick.info/postimages/gstuffpreview.gif" /></p>
<p>You don&#8217;t have to do this, but either way this device is easy since it is just a website to go to, so you don&#8217;t really ever &#8217;sync&#8217; data with the computers, it&#8217;s always on google&#8217;s servers.</p>
<p>As for your contacts, to-do list, and notes, well, right now the ScheduleWorld.com interface is a little bit lacking right now, but as it improves, you can probably check/edit these parts from that interface (you can check/edit your contacts and calendar from here too for that matter). Let&#8217;s hope this interface improves!</p>
<p><em><strong>2. Mobile Device with SyncML - My Cell Phone</strong></em><br />
<img src="http://life.jondick.info/postimages/w810i.gif" align="left" /> Here&#8217;s the tough one. I struggled a lot with figuring out how to keep my last phone (Motorola MPX220 Smart Phone) sync&#8217;d with google calendar mainly. I used to have a scenerio that i wanted to avoid this time where the phone would sync with outlook which would sync with the server. This was ugly, and I wanted my phone this time to sync directly with the server. Moreover, I wanted my phone&#8217;s built in calendar, contacts, to-do list, and notes functionality to be used instead of some third party java app.<br />
With ScheduleWorld, I&#8217;m able to sync directly with the server using a common protocol called SyncML which many newer phones directly support. With this I am able to achieve 2-way sync over the air with my cell phone.</p>
<p><em><strong>3. Other SyncML Devices - iPod, Outlook, Palm, PocketPC, Blackberry, Evolution Mail, etc.</strong></em><br />
Ok, here&#8217;s the icing on the cake. There&#8217;s this wonderful company called Funambol which makes several SyncML &#8216;connectors&#8217; for various devices. They make one for the iPod, Outlook, Palm, PocketPC, Blackberry, etc. These little gems allow you to connect these applications or devices with a SyncML server which is what ScheduleWorld essentially is. This means we can synchronize even more stuff with ScheduleWorld!</p>
<p>Also, it doesn&#8217;t end here. Since SyncML is an open standard, more applications have implemented it. You can sync with Evolution Mail, there is some talk of a thunderbird plugin supporting it, etc. The standard keeps gaining momentum, and I think we will continue to see more devices and applications support it.</p>
<p><em><strong>4. ScheduleWorld SyncML Server</strong></em><br />
This is the big piece of the puzzle for me. Essentially, it is a SyncML server. Now, this is nothing new, SyncML servers have been around for awhile, but the difference with this one is that it can keep in sync with your Google Calendar behind the scenes, 2-ways! So, what this does for you is eliminate the need for you to find a way to sync google calendar directly with all your devices, it just happens for you!</p>
<p>You&#8217;ll want to go sign up for a new account at <a title="ScheduleWorld" href="http://www.scheduleworld.com/" target="_blank">http://www.scheduleworld.com/</a> and hook it up with your google calendar. The interface to the site lacks a bit, but you won&#8217;t really need to use it after you have everything setup.</p>
<p>This really is the most important piece of this whole puzzle if you are truly intent on using google calendar in your setup at some point. You can think of Google as just another Device that sync&#8217;s directly with the sync server, just like your cell phone would.</p>
<p><strong>Pitfalls and Shortcomings, Room for Improvement:</strong><br />
Ok, so I lied a little bit when I said I didn&#8217;t want to allow any devices to NOT sync directly with the server. Since I&#8217;m using google calendar, the computer technically syncs first with Google Calendar, which in turn synchronizes with ScheduleWorld. It&#8217;s unfortunate, but I don&#8217;t quite qualify this as indirect syncing, and I&#8217;ll let it slide in this case.</p>
<p>Another shortcoming is that there is no single interface to access your To-Do Lists and Notes on your computer. You can use ScheduleWorld&#8217;s interface for this, or you could use Outlook with Funambol&#8217;s connector, but that would defeat the whole purpose in the first place. I&#8217;m currently investigating the possibility of helping ScheduleWorld&#8217;s creator make a better interface to his site&#8230; Perhaps he can even make a separate page for Todo Lists and Notes to look like googe&#8217;s interface so that I may add them as toolbar icons to my &#8216;GStuff&#8217; program discussed earlier. This would be ideal.</p>
<p><strong>What&#8217;s Next?</strong><br />
Next I look at my mobile phone in more detail. I want to tell you about my experiences with it (it&#8217;s only been 2 days), how I&#8217;ve customized it, and I also have a solution for making the built in messenger program able to communicate with msn/live messenger contacts.</p>
<p><strong>Links:</strong><br />
Here is a quick list of links to things mentioned in the article:<br />
<a title="Funambol" href="http://www.funambol.com/opensource/downloads.html" target="_blank">http://www.funambol.com/opensource/downloads.html</a><br />
<a title="ScheduleWorld" href="http://www.scheduleworld.com" target="_blank">http://www.scheduleworld.com</a><br />
<a title="Wikipedia SyncML" href="http://en.wikipedia.org/wiki/SyncML" target="_blank">http://en.wikipedia.org/wiki/SyncML</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://life.jondick.info/2006/10/18/mobile-self-in-sync-part-1/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Facebook for the win, MySpace think again</title>
		<link>http://life.jondick.info/2006/09/29/facebook-for-the-win-myspace-think-again/</link>
		<comments>http://life.jondick.info/2006/09/29/facebook-for-the-win-myspace-think-again/#comments</comments>
		<pubDate>Fri, 29 Sep 2006 22:53:29 +0000</pubDate>
		<dc:creator>jondick</dc:creator>
		
	<category>Things I find Nice</category>
		<guid isPermaLink="false">http://life.jondick.info/2006/09/29/facebook-for-the-win-myspace-think-again/</guid>
		<description><![CDATA[So, after months of stagnation, like that water in that thing on your deck that you never empty despite rampant warnings of west nile virus, I did it.
I returned to facebook, this time stronger, bigger, and better than ever.  Well, let&#8217;s just say somebody &#8216;wrote on my wall&#8217; (who came up with this stuff?), and [...]]]></description>
			<content:encoded><![CDATA[<p>So, after months of stagnation, like that water in that thing on your deck that you never empty despite rampant warnings of west nile virus, I did it.</p>
<p>I returned to facebook, this time stronger, bigger, and better than ever.  Well, let&#8217;s just say somebody &#8216;wrote on my wall&#8217; (who came up with this stuff?), and it showed up in my email, blah blah, there i was.  You know, it&#8217;s not all that bad now.  I see numerous friends listed, and discovered some people I haven&#8217;t seen or talked to in years through friends of friends of friends of&#8230;</p>
<p>Now that it&#8217;s open to the general public, I can see facebook as a somewhat valuable tool to mingle with my friends.  I mean, in a perfect world my friends would all hang out in #jonsfriends on dalnet, but that&#8217;s not gonna happen, not in my lifetime (nor should it, because irc is really archaic, but that&#8217;s a different story).</p>
<p>They&#8217;ve added a lot of new stuff since I last checked it out, and some of it seems actually semi useful.  What&#8217;s even better is that it&#8217;s not laden with too many ads (yet).  This is really what MySpace SHOULD have been, but will never be.  MySpace was a half finished job of some strange idea of a social networking tool.  It now is a hacked together piece of crap with more ads than I have fingers on every page.</p>
<p>I&#8217;d encourage anyone to check it out, it&#8217;s cool.  It&#8217;s now open to the public, and It&#8217;s an easy way to keep up to date on all your friends, find old friends, and maybe meet new ones.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://life.jondick.info/2006/09/29/facebook-for-the-win-myspace-think-again/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>WP - Alternate More Tag</title>
		<link>http://life.jondick.info/2006/09/24/wp-alternate-more-tag/</link>
		<comments>http://life.jondick.info/2006/09/24/wp-alternate-more-tag/#comments</comments>
		<pubDate>Sun, 24 Sep 2006 12:04:29 +0000</pubDate>
		<dc:creator>jondick</dc:creator>
		
	<category>Wordpress Plugins</category>
		<guid isPermaLink="false">http://life.jondick.info/2006/09/24/wp-alternate-more-tag/</guid>
		<description><![CDATA[So, recently I discovered the &#60;!&#8211; more &#8211;&#62; tag.  I also discovered that it isn&#8217;t the most friendly to work with, especially for bloggers on one of my other sites that aren&#8217;t interested in knowing html.
I&#8217;ve found that as an html comment, the &#60;!&#8211; more &#8211;&#62; tag tends to be hidden when editting a post, [...]]]></description>
			<content:encoded><![CDATA[<p>So, recently I discovered the &lt;!&#8211; more &#8211;&gt; tag.  I also discovered that it isn&#8217;t the most friendly to work with, especially for bloggers on one of my other sites that aren&#8217;t interested in knowing html.</p>
<p>I&#8217;ve found that as an html comment, the &lt;!&#8211; more &#8211;&gt; tag tends to be hidden when editting a post, and it is easy to forget of its existence.  Furthermore, Windows Live Writer seems to lack support for such a feature.</p>
<p>Being a user of Wordpress, and Ultimate Tag Warrior, I put two and two together.  That is, if it doesn&#8217;t already exist, find or make a plugin for it, and I like how Ultimate tag Warrior uses [tags][/tags] tags to allow posting of tags more easily from things such as Windows Live Writer (BBCode style).</p>
<p>I present to you an extremely simple workaround for the more tag problem.  I&#8217;ve created a very simplistic Wordpress Plugin that allows the use of [more] instead of &lt;!&#8211; more &#8211;&gt; to declare a more tag.  Now, I don&#8217;t really replace the use of &lt;!&#8211; more &#8211;&gt;, I have just made [more] a synonymn for it.  The advantage here is twofold.  For one, it still uses the &lt;!&#8211; more &#8211;&gt; tag to render a more declaration, and while using [more] inline in a post, you can always see where you declared a more tag.</p>
<p>All the plugin does is replace any instances of &#8216;[more]&#8217; inside your post with &#8216;&lt;!&#8211;more&#8211;&gt;[more]&#8217;, whenever you save your post.  It also hides any instances of the [more] tag when displaying the post.</p>
<p>I&#8217;ve found the simplicity works great.  If you have any problems with it, suggestions, etc., leave a comment!  Enjoy!</p>
<p><a href="http://life.jondick.info/wp-content/uploads/2006/09/alternate-more-tag.zip">Download Alternate More Tag Plugin Here (v 1.0)</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://life.jondick.info/2006/09/24/wp-alternate-more-tag/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
