Colin Sullivan 2012-02-20T08:53:50Z http://colin-sullivan.net/main/feed/index.html/ Homebrew soundscape Colin Sullivan 2012-02-06T00:00:00Z 2012-02-06T00:00:00Z http://colin-sullivan.net/main/2012/homebrew/index.html <p>For this assignment, I gathered a few recordings and created a short musical statement by manipulating the sounds in ChucK. The rhythmic variation is created with first-order Markov Chains, and the string-like sounds are created by feeding a recording into a Karplus Strong&nbsp;algorithm.</p> <div class="text-center media-container"> <div class="media-with-caption"> <audio src="https://ccrma.stanford.edu/~colinsul/220b/hw2/Homebrew.mp3" preload="auto"> <source src="https://ccrma.stanford.edu/~colinsul/220b/hw2/Homebrew.ogg"> </audio> <p class="media-caption"> Music created from sounds I recorded then&nbsp;manipulated. </p> <p> Download:<br /> <a href="https://ccrma.stanford.edu/~colinsul/220b/hw2/Homebrew.m4a">Apple Lossless .m4a</a> <br /> <a href="https://ccrma.stanford.edu/~colinsul/220b/hw2/Homebrew.flac">.flac</a><br /> <a href="https://ccrma.stanford.edu/~colinsul/220b/hw2/Homebrew.mp3">.mp3</a><br /> <a href="https://ccrma.stanford.edu/~colinsul/220b/hw2/Homebrew.ogg">.ogg</a><br /> </p> </div> </div> <a href="http://colin-sullivan.net/main/2012/homebrew/index.html" class="more">more...</a> chowscape Colin Sullivan 2012-01-28T00:00:00Z 2012-01-28T00:00:00Z http://colin-sullivan.net/main/2012/chowscape/index.html <p>Here is a &#8220;musical statement&#8221; I created while working on a homework assignment. The assignment was to experiment with <span class="caps">FM</span> synthesis by building some timbres and submitting them along with a musical&nbsp;statement.</p> <div class="text-center media-container"> <div class="media-with-caption"> <audio src="https://ccrma.stanford.edu/~colinsul/220b/hw1/ChowScape.mp3" preload="auto"> <source src="https://ccrma.stanford.edu/~colinsul/220b/hw1/ChowScape.ogg"> </audio> <p class="media-caption"> Sounds I created with <span class="caps">FM</span>&nbsp;synthesis. </p> <p> Download:<br /> <a href="https://ccrma.stanford.edu/~colinsul/220b/hw1/ChowScape.m4a">Apple Lossless .m4a</a> <br /> <a href="https://ccrma.stanford.edu/~colinsul/220b/hw1/ChowScape.flac">.flac</a><br /> <a href="https://ccrma.stanford.edu/~colinsul/220b/hw1/ChowScape.mp3">.mp3</a><br /> <a href="https://ccrma.stanford.edu/~colinsul/220b/hw1/ChowScape.ogg">.ogg</a><br /> </p> </div> </div> <a href="http://colin-sullivan.net/main/2012/chowscape/index.html" class="more">more...</a> KnacK Colin Sullivan 2012-01-02T00:00:00Z 2012-01-02T00:00:00Z http://colin-sullivan.net/main/2012/knack/index.html <p><span class="dquo">&#8220;</span>KnacK&#8221; is a framework that I started this past quarter during my time in Music&nbsp;220a.</p> <p>The basic idea of the framework is to provide some conventions for making compositional code modular and reusable. There are some other features that I am interested in developing further as well such as a <span class="caps">MVC</span>-like interaction between raw &#8220;aesthetic data&#8221; and the instruments/performers in a musical&nbsp;piece.</p> <a href="http://colin-sullivan.net/main/2012/knack/index.html" class="more">more...</a> tulpasynth Colin Sullivan 2012-01-02T00:00:00Z 2012-01-02T00:00:00Z http://colin-sullivan.net/main/2012/tulpasynth/index.html <p><span class="dquo">&#8220;</span>tulpasynth&#8221; is a real-time collaborative music creation system that I created this past quarter during Music&nbsp;256A.</p> <p>It is a collaborative web-based application for creating music with others by manipulating simple shapes in the web&nbsp;browser.</p> <a href="http://colin-sullivan.net/main/2012/tulpasynth/index.html" class="more">more...</a> Sopa Rant Colin Sullivan 2011-12-21T03:20:28Z 2011-12-21T03:20:28Z http://colin-sullivan.net/main/2011/sopa-rant/index.html <p>I have a big issue with the Stop Online Piracy Act that is close to being enacted, and I am sure that many others share similar&nbsp;views.</p> <a href="http://colin-sullivan.net/main/2011/sopa-rant/index.html" class="more">more...</a> Activist Montage Colin Sullivan 2011-11-08T22:47:44Z 2011-11-08T22:47:44Z http://colin-sullivan.net/main/2011/activist-montage/index.html <p>Below is an audio montage/narrative-like soundscape that I have created from various clips of <span class="caps">NPR</span> interviewees and reporters. It was originally developed for a 4-channel audio system, but below is the binaural stereo mix. Audio was generated using ChucK. End result and source code can be found below. Hope you&nbsp;enjoy.</p> <div style="text-align:center;"> <p><span class="caps">NOTE</span>: Unlike most content on this site, this audio is <b><span class="caps">NOT</span></b> licensed as Creative Commons. <b>The content is copyrighted by <span class="caps">NPR</span></b>.</p> <div class="text-center media-container"> <div class="media-with-caption"> <audio src="/media/uploads/2011/11/Too Big to Fail.mp3" preload="auto"> <source src="/media/uploads/2011/11/Too Big to Fail.ogg"><source src="/media/uploads/2011/11/Too Big to Fail.wav"> </audio> <p class="media-caption"> Too Big to&nbsp;Fail </p> <p> Download:<br /> <a href="/media/uploads/2011/11/Too Big to Fail.m4a">Apple Lossless .m4a</a> <br /> <a href="/media/uploads/2011/11/Too Big to Fail.flac">.flac</a><br /> <a href="/media/uploads/2011/11/Too Big to Fail.mp3">.mp3</a><br /> <a href="/media/uploads/2011/11/Too Big to Fail.ogg">.ogg</a><br /> <a href="/media/uploads/2011/11/Too Big to Fail.wav">.wav</a><br /> </p> </div> </div> <p> <span class="caps">NOTE</span>: Source code is licensed <span class="caps">MIT</span>. <br /> <a href="/media/uploads/2011/11/hw4.ck">Download source&nbsp;code</a> </p> </div> <a href="http://colin-sullivan.net/main/2011/activist-montage/index.html" class="more">more...</a> Computer science, philosophy, and the web Colin Sullivan 2011-09-22T00:57:41Z 2011-09-22T00:57:41Z http://colin-sullivan.net/main/2011/computer-science-philosophy-and-the-web/index.html <p>This summer, I drove across the country with an amazing woman who told me about some philisophical issues that she has concerning Computer Science. One of our discussions was about how she felt that if she were to enter the field of Computer Science, she would rather spend her time on computational theory research, seeing as eventually we will have solved all of the problems we can with our current models of&nbsp;computation.</p> <a href="http://colin-sullivan.net/main/2011/computer-science-philosophy-and-the-web/index.html" class="more">more...</a> Continuing Studies at Stanford's CCRMA Colin Sullivan 2011-04-02T02:55:24Z 2011-04-02T02:55:24Z http://colin-sullivan.net/main/2011/continuing-studies-at-stanfords-ccrma/index.html <p>In September I will officially be joining Stanford&#8217;s <a href="https://ccrma.stanford.edu/" title="CCRMA at Stanford" target="_blank">Center for Computer Research in Music and Acoustics</a> to pursue a <a href="https://ccrma.stanford.edu/academics/masters" target="_blank" title="CCRMA Master's in Music, Science and Technology">Master&#8217;s Degree in Music, Science and Technology</a>.</p> <a href="http://colin-sullivan.net/main/2011/continuing-studies-at-stanfords-ccrma/index.html" class="more">more...</a> Bingo! Colin Sullivan 2011-01-25T02:32:19Z 2011-01-25T02:32:19Z http://colin-sullivan.net/main/2011/bingo/index.html <p>Every New Year&#8217;s Day, many of my family and friends gather to play bingo, eat and drink (like the good italians we are). In recent years there have been too many people in the house to hear what numbers have been called so I decided to take this opportunity to learn some new web&nbsp;technologies.</p> <a href="http://colin-sullivan.net/main/2011/bingo/index.html" class="more">more...</a> Some CSS3 Animations Colin Sullivan 2011-01-25T02:29:26Z 2011-01-25T02:29:26Z http://colin-sullivan.net/main/2011/some-css3-animations/index.html <p>I recently developed a piece of software for loud italians to use as they play Bingo. I used <span class="caps">CSS3</span> animations in a few different ways and would like to share my&nbsp;findings.</p> <a href="http://colin-sullivan.net/main/2011/some-css3-animations/index.html" class="more">more...</a> Amber Case: We are all cyborgs now Colin Sullivan 2011-01-23T23:42:48Z 2011-01-23T23:42:48Z http://colin-sullivan.net/main/2011/amber-case-we-are-all-cyborgs-now/index.html <p>I agree that the long term benefits of self reflection are often shadowed by years of instant gratification. As she mentions, this makes it difficult for young people to take a break and spend some time reflecting instead of dealing with the flow of information as it comes&nbsp;in.</p> <a href="http://colin-sullivan.net/main/2011/amber-case-we-are-all-cyborgs-now/index.html" class="more">more...</a> Algorithmic Composition with the Fibonacci Sequence Colin Sullivan 2010-12-13T02:09:09Z 2010-12-13T02:09:09Z http://colin-sullivan.net/main/2010/algorithmic-composition-with-the-fibonacci-sequence/index.html <p>I find the significance of the Fibonacci number sequence in nature, art, and mathematics very interesting. For some time I have been thinking about how this pattern can be applied to music and have been developing my own musical composition that is algorithmically based on the Fibonacci&nbsp;sequence.</p> <p>The composition as it stands currently. Please enjoy, and feel free to download if you would&nbsp;like.</p> <div class="text-center media-container"> <div class="media-with-caption"> <audio src="/media/uploads/2010/12/Fibonacci 2011.mp3" preload="auto"> <source src="/media/uploads/2010/12/Fibonacci 2011.ogg"> </audio> <p class="media-caption"> Algorithmic&nbsp;Composition </p> <p> Download:<br /> <a href="/media/uploads/2010/12/Fibonacci 2011.m4a">Apple Lossless .m4a</a> <br /> <a href="/media/uploads/2010/12/Fibonacci 2011.mp3">.mp3</a><br /> <a href="/media/uploads/2010/12/Fibonacci 2011.ogg">.ogg</a><br /> </p> </div> </div> <a href="http://colin-sullivan.net/main/2010/algorithmic-composition-with-the-fibonacci-sequence/index.html" class="more">more...</a> Concert Development Colin Sullivan 2010-12-11T05:39:29Z 2010-12-11T05:39:29Z http://colin-sullivan.net/main/2010/concert-development/index.html <p>This semester I did a decent amount of work on the framework for the Concert project: <a href="https://github.com/joshelser/Concert" target="_blank" title="Concert on github">https://github.com/joshelser/Concert</a>. Once this robust framework is complete, adding features should be a breeze thanks to the modular nature of our code. I have begun to work with the <a href="http://documentcloud.github.com/backbone/" title="Backbone.js" target="_blank">Backbone.js</a> framework, which is turning out to be quite wonderful. For more details, see the Fall 2010 Final Presentation blog post on the Concert development blog: <a href="http://blog.concertsoundorganizer.com/post/2169460543/fall-2010-final-rcos-presentation" title="Concert development blog: final Fall 2010 presentation">http://blog.concertsoundorganizer.com/post/2169460543/fall-2010-final-rcos-presentation</a>.</p> <a href="http://colin-sullivan.net/main/2010/concert-development/index.html" class="more">more...</a> Algorithmic Jams Colin Sullivan 2010-10-22T10:01:18Z 2010-10-22T10:01:18Z http://colin-sullivan.net/main/2010/algorithmic-jams/index.html <p>While working on my Fibonacci piece (<a href="/main/2010/fibbass-2011">mentioned here</a>), some interesting results pop up now and then. These riffs were algorithmically generated, written in JavaScript and Max/<span class="caps">MSP</span>, and are based on the Fibonacci numbers in multiple&nbsp;ways.</p> <a href="http://colin-sullivan.net/main/2010/algorithmic-jams/index.html" class="more">more...</a> [ Demo ] Colin Sullivan 2010-09-25T22:58:25Z 2010-09-25T22:58:25Z http://colin-sullivan.net/main/2010/856/index.html <p>This past summer I spent a good amount of time editing and mixing my band&#8217;s demo which is finally available for all to hear. For anyone who doesn&#8217;t know, our band is called [ ]. We like to think of it as a symbol that can be pronounced&nbsp;&#8220;aptronym&#8221;.</p> <p>Here is one of our songs, entitled &#8220;Funk&nbsp;Train&#8221;:</p> <div class="text-center media-container"> <div class="media-with-caption"> <audio src="/media/uploads/2011/05/03 Funk Train.mp3" preload="auto"> <source src="/media/uploads/2011/05/03 Funk Train.ogg"> </audio> <p class="media-caption"> Funk&nbsp;Train </p> </div> </div> <a href="http://colin-sullivan.net/main/2010/856/index.html" class="more">more...</a> Fibbass 2011 Colin Sullivan 2010-09-12T21:26:37Z 2010-09-12T21:26:37Z http://colin-sullivan.net/main/2010/fibbass-2011/index.html <p>Last year I developed a short composition based on the Fibonacci numbers in which various accompaniments were generated algorithmically, you can listen to it <a href="/main/2010/fibbass-2010">here</a>.</p> <p>This semester, I am working with Prof. Curtis Bahn in a much greater capacity, and will be hopefully be developing this idea into the composition that I have always wanted it to&nbsp;be.</p> <a href="http://colin-sullivan.net/main/2010/fibbass-2011/index.html" class="more">more...</a> The Extreme Blue Experience Colin Sullivan 2010-08-16T22:26:22Z 2010-08-16T22:26:22Z http://colin-sullivan.net/main/2010/the-extreme-blue-experience/index.html <p>As I mentioned <a href="/main/2010/ibm-extreme-blue-internship">a while back</a>, this summer I worked at <span class="caps">IBM</span> writing JavaScript for an internship program called &#8220;<a href="http://www.ibm.com/extremeblue">Extreme Blue</a>&#8220;. For those who are not familiar, here is a bit of background on the&nbsp;program:</p> <a href="http://colin-sullivan.net/main/2010/the-extreme-blue-experience/index.html" class="more">more...</a> My Music Listening History Colin Sullivan 2010-05-31T21:50:04Z 2010-05-31T21:50:04Z http://colin-sullivan.net/main/2010/my-music-listening-history/index.html <p>Here is a pretty awesome graph of my music listening history (generated from last.fm scrobbler&nbsp;data):</p> <div class="text-center media-container"> <div class="media-with-caption"> <a href="/media/uploads/2010/05/lastGraphThumb.jpg"><img src="/media/uploads/2010/05/lastGraphThumb.jpg" alt="Last.fm listening history since Oct 2006." class="media-with-caption" /></a> <p class="media-caption">Last.fm listening history since Oct&nbsp;2006.</p> </div> </div> <div class="text-center"> <p>View as: <a href="/media/uploads/2010/05/lastGraph.pdf">pdf</a> | <a href="/media/uploads/2010/05/lastGraph.png">png</a></p> </div> <a href="http://colin-sullivan.net/main/2010/my-music-listening-history/index.html" class="more">more...</a> Fibbass 2010 Colin Sullivan 2010-05-09T21:24:41Z 2010-05-09T21:24:41Z http://colin-sullivan.net/main/2010/fibbass-2010/index.html <p>Here is the result of this semester&#8217;s work on my Fibonacci&nbsp;composition:</p> <div class="text-center media-container"> <div class="media-with-caption"> <audio src="/media/uploads/2010/05/Fibbass.mp3" preload="auto"> <source src="/media/uploads/2010/05/Fibbass.ogg"> </audio> <p class="media-caption"> Fibbass </p> <p> Download:<br /> <a href="/media/uploads/2010/05/Fibbass.m4a">Apple Lossless .m4a</a> <br /> <a href="/media/uploads/2010/05/Fibbass.mp3">.mp3</a><br /> <a href="/media/uploads/2010/05/Fibbass.ogg">.ogg</a><br /> </p> </div> </div> <p>If you are interested in my process, please feel free to read my final report below, or email&nbsp;me.</p> <a href="http://colin-sullivan.net/main/2010/fibbass-2010/index.html" class="more">more...</a> My Ownage of iPower Colin Sullivan 2010-04-08T00:10:47Z 2010-04-08T00:10:47Z http://colin-sullivan.net/main/2010/my-ownage-of-ipower/index.html <p>I have been looking forward to closing my iPower account for some time, and have thought many times about calling my credit card company and preemptively blocking iPower from charging the card, even though I had canceled my account on the iPower site. Just as I suspected, they charged my card for their &#8220;domain privacy&#8221; charge. Here is the chat I just had with their support&nbsp;person.</p> <a href="http://colin-sullivan.net/main/2010/my-ownage-of-ipower/index.html" class="more">more...</a> Kenyon Finally Launches! Colin Sullivan 2010-04-05T19:50:20Z 2010-04-05T19:50:20Z http://colin-sullivan.net/main/2010/kenyon-finally-launches/index.html <p><a href="http://www.colin-sullivan.com/main/archives/522">My Symfony project</a> is finally complete. I cannot take credit for the design, but I am quite proud of how the backend came out. Of course, all of the coolness is stuff the general public cannot see. Symfony worked out quite well, I would certainly use it again if I had to do a <span class="caps">PHP</span> project in the&nbsp;future.</p> <a href="http://colin-sullivan.net/main/2010/kenyon-finally-launches/index.html" class="more">more...</a> IBM: Extreme Blue Internship Colin Sullivan 2010-03-30T03:36:42Z 2010-03-30T03:36:42Z http://colin-sullivan.net/main/2010/ibm-extreme-blue-internship/index.html <p>This summer I will be interning at <a href="http://ibm.com"><span class="caps">IBM</span></a> in Austin, <span class="caps">TX</span>. I will be part of the <a href="http://ibm.com/extremeblue">Extreme Blue</a> team of interns, working for <span class="caps">IBM</span>&#8217;s <a href="http://www-01.ibm.com/software/ebusiness/jstart/index.html">Emerging Technologies</a> division on a project called <a href="http://www-01.ibm.com/software/ebusiness/jstart/bigsheets/">Big Sheets</a>. I will be doing mostly JavaScript interface work, and am looking forward to the experience. Over the summer I&#8217;ll write as much as I am legally able to about my time at&nbsp;<span class="caps">IBM</span>.</p> <a href="http://colin-sullivan.net/main/2010/ibm-extreme-blue-internship/index.html" class="more">more...</a> Concert Colin Sullivan 2010-03-06T02:40:05Z 2010-03-06T02:40:05Z http://colin-sullivan.net/main/2010/concert/index.html <p>Concert is an online collaborative organizational tool for sounds. I am developing Concert as part of Software Design and Documentation class here at <span class="caps">RPI</span>. See our <a href="http://wiki.github.com/joshelser/Concert/">wiki</a> for more&nbsp;information.</p> <a href="http://colin-sullivan.net/main/2010/concert/index.html" class="more">more...</a> LaCie 4big Quadra Problems Colin Sullivan 2010-03-03T21:11:19Z 2010-03-03T21:11:19Z http://colin-sullivan.net/main/2010/lacie-4big-quadra-problems/index.html <p><a href="http://www.colin-sullivan.com/main/archives/489">Read the original post about my <span class="caps">RAID</span> configuration&nbsp;here</a></p> <p>After using the drive in the above configuration for a few months, there are some problems I&#8217;ve noticed with&nbsp;it.</p> <a href="http://colin-sullivan.net/main/2010/lacie-4big-quadra-problems/index.html" class="more">more...</a> Fibonacci Composition Colin Sullivan 2010-02-26T07:22:18Z 2010-02-26T07:22:18Z http://colin-sullivan.net/main/2010/fibonacci-composition/index.html <p>This semester, for &#8220;Interactive Arts Programming&#8221; class, I will be making an interactive composition based on the Fibonacci sequence. The piece will involve me playing the bass line of my composition, while a computer takes my performance as input and generates algorithmically determined&nbsp;accompaniments.</p> <a href="http://colin-sullivan.net/main/2010/fibonacci-composition/index.html" class="more">more...</a> CMS in Symfony Colin Sullivan 2010-02-20T22:01:53Z 2010-02-20T22:01:53Z http://colin-sullivan.net/main/2010/cms-in-symfony/index.html <p>I was recently hired by Synthetic Cinema to develop a content management system for <a href="http://kenyonappliances.com">kenyonappliances.com</a>. I developed the entire backend using the Symfony <span class="caps">PHP</span> framework, and implemented some Javascript functionality on the&nbsp;frontend.</p> <a href="http://colin-sullivan.net/main/2010/cms-in-symfony/index.html" class="more">more...</a> Times Square New Years 2010 Pyrotechnics Colin Sullivan 2010-02-01T06:37:49Z 2010-02-01T06:37:49Z http://colin-sullivan.net/main/2010/times-square-new-years-2010-pyrotechnics/index.html <p>This past new years, I worked for <a href="http://www.pyrofx.com/" target="_blank">Pyro/<span class="caps">FX</span></a> at Times Square, programming and operating the digital firing system to fire all of the pyrotechnics underneath the ball. It was an exciting and nerve-wracking experience, but like all shows I&#8217;ve done, very rewarding in the&nbsp;end.</p> <a href="http://colin-sullivan.net/main/2010/times-square-new-years-2010-pyrotechnics/index.html" class="more">more...</a> Vannevar Bush - "As We May Think" Colin Sullivan 2010-02-01T05:59:04Z 2010-02-01T05:59:04Z http://colin-sullivan.net/main/2010/vannevar-bush-as-we-may-think/index.html <p>I recently was assigned an article in Interface Design class called &#8220;<a title="As We May Think" href="http://www.theatlantic.com/doc/194507/bush" target="_blank">As We May Think</a>&#8221; written by <a href="http://en.wikipedia.org/wiki/Vannevar_Bush" target="_blank">Vannevar Bush</a> in 1945. This is an amazingly insightful article for the time it was written, as he is on more than one instance discussing the concept of computers without actually saying the word &#8220;computer&#8221;. To be honest, I thought it was a modern technology article until he started talking about things like&nbsp;film.</p> <a href="http://colin-sullivan.net/main/2010/vannevar-bush-as-we-may-think/index.html" class="more">more...</a> New RAID Setup, eSATA ExpressCard/34 on Snow Leopard Colin Sullivan 2010-01-15T07:01:24Z 2010-01-15T07:01:24Z http://colin-sullivan.net/main/2010/new-raid-setup-esata-expresscard34-on-snow-leopard/index.html <p>So I treated myself to a nice present this Christmas. Yes, I got it on sale because it has a few dents in the&nbsp;front.</p> <p>The <a href="http://www.amazon.com/LaCie-301359U-Quadra-FireWire-Firewire/dp/B001GFB6I8/ref=sr_1_1?ie=UTF8&amp;s=electronics&amp;qid=1263520759&amp;sr=8-1" target="_blank">LaCie 4big Quadra</a> <span class="caps">RAID</span> enclosure is pretty tight. I am sick of buying external hard drives every time they fail, and having a million enclosures left over, so I splurged. I have 4 - <span class="caps">1TB</span> disks in a <span class="caps">RAID5</span> configuration. That gives me <span class="caps">3TB</span> to play with. It is very fast, and works well so far. I cannot support the multiple claims I&#8217;ve heard about it being too loud. I&#8217;ve heard the fans come on, and they aren&#8217;t that loud. Yes, if I was recording some voice over work right in front of the device it would certainly be heard on the microphone, but it is nothing to complain about. I will get a long eSATA cable and hide it behind my desk or something. The only downside to this device is that you void the warranty if you use a replacement drive that you do not purchase from LaCie. There is a 3-year warranty on the thing, so I guess I&#8217;ll play nice for 3 years. I&#8217;ll buy one of these &#8220;LaCie approved&#8221; spare drives, and hopefully not more than one will fail on me in the 3-year span, because they are about $40 overpriced. All-in-all a great&nbsp;device.</p> <a href="http://colin-sullivan.net/main/2010/new-raid-setup-esata-expresscard34-on-snow-leopard/index.html" class="more">more...</a> Steve Ballmer discussing Chrome, competition, etc. Colin Sullivan 2009-11-20T11:37:05Z 2009-11-20T11:37:05Z http://colin-sullivan.net/main/2009/steve-ballmer-discussing-chrome-competition-etc/index.html <p>This guy is pretty rediculous. I like the part where he starts to discuss the &#8220;attack vectors&#8221; and how he feels strong. <a href="http://www.techcrunch.com/2009/09/29/ballmer-microsoft-interview-chrome-windows-internetexplorer/">http://www.techcrunch.com/2009/09/29/ballmer-microsoft-interview-chrome-windows-internetexplorer/</a></p> <a href="http://colin-sullivan.net/main/2009/steve-ballmer-discussing-chrome-competition-etc/index.html" class="more">more...</a> Convenience with Quicksilver Colin Sullivan 2009-11-19T22:23:30Z 2009-11-19T22:23:30Z http://colin-sullivan.net/main/2009/convenience-with-quicksilver/index.html <p>For the past few years I have been using <a href="http://docs.blacktree.com/quicksilver/what_is_quicksilver">Quicksilver</a> for <span class="caps">OS</span> X, an application which has dramatically changed the way many people get things done on their Mac. Here are a few things you can do fairly easily (if you want to be as cool as&nbsp;me).</p> <a href="http://colin-sullivan.net/main/2009/convenience-with-quicksilver/index.html" class="more">more...</a> music thoughts Colin Sullivan 2009-11-14T22:52:41Z 2009-11-14T22:52:41Z http://colin-sullivan.net/main/2009/music-thoughts/index.html <p>Making time for music will always be a constant battle in my life. This semester I have not had much time to <a href="http://aptronymband.com">[ ]</a> at all. I don&#8217;t consider this a bad thing necessarily, I look forward to a time in my life when I come home and have nothing to do but work on music. Next semester I may have more time as well. What bothers me is all of the unfinished pieces that my band mates and I have, and how people have yet to hear them. We are slowly writing more material, however, and hopefully all of this idle time will contribute to a more well thought out product in the&nbsp;end.</p> <a href="http://colin-sullivan.net/main/2009/music-thoughts/index.html" class="more">more...</a> New Website Colin Sullivan 2009-10-23T00:43:47Z 2009-10-23T00:43:47Z http://colin-sullivan.net/main/2009/new-website/index.html <p>As you can see, I have designed a new website. Please contact me if you see anything wrong with it, or have any suggestions. It is a work in progress, and I could use some constructive criticism. Now I have to get back to school work, which I took a day off from to finish the&nbsp;site.</p> <a href="http://colin-sullivan.net/main/2009/new-website/index.html" class="more">more...</a> Bass Distortion with ChucK Colin Sullivan 2009-10-22T21:01:09Z 2009-10-22T21:01:09Z http://colin-sullivan.net/main/2009/independent-study-with-chuck/index.html <p>This semester I have been pursuing an independent study in <span class="caps">DSP</span> Programming for Music/Audio Applications. For my final project, I will be designing an Overdrive/Distortion effect that is customized for the sound of my&nbsp;bass.</p> <a href="http://colin-sullivan.net/main/2009/independent-study-with-chuck/index.html" class="more">more...</a> RPInventory Colin Sullivan 2009-10-22T20:53:27Z 2009-10-22T20:53:27Z http://colin-sullivan.net/main/2009/rpinventory/index.html <p>RPInventory is a web-based inventory system designed for use by clubs at <span class="caps">RPI</span>. I have been working on the RPInventory team for the past year, doing mostly Ajax/Javascript interface&nbsp;work.</p> <a href="http://colin-sullivan.net/main/2009/rpinventory/index.html" class="more">more...</a> Choice Merchant Solutions - CMS Colin Sullivan 2009-10-21T22:56:59Z 2009-10-21T22:56:59Z http://colin-sullivan.net/main/2009/choice-merchant-solutions-cms/index.html <p>The content management system that I designed for Choice Merchant Solutions allows administrators to control which pages users have access to, effectively modifying the &#8220;navigation&#8221; section of the website for each user&nbsp;independently.</p> <a href="http://colin-sullivan.net/main/2009/choice-merchant-solutions-cms/index.html" class="more">more...</a> PyroInventory Colin Sullivan 2009-10-21T07:04:49Z 2009-10-21T07:04:49Z http://colin-sullivan.net/main/2009/pyroinventory/index.html <p><span class="dquo">&#8220;</span>PyroInventory&#8221; is a complete inventory system for fireworks and explosives, customized for a Pyrotechnics Entertainment company called &#8220;Pyro/<span class="caps">FX</span>&#8221;. Written in <span class="caps">PHP</span>/MySQL, it is a dynamic, database-driven web&nbsp;application.</p> <a href="http://colin-sullivan.net/main/2009/pyroinventory/index.html" class="more">more...</a> [ ] - GZ Performance Colin Sullivan 2009-04-06T06:30:47Z 2009-04-06T06:30:47Z http://colin-sullivan.net/main/2009/169/index.html <p>Our performance went well. We will be recording our songs soon, and posting them on the world wide web for all to&nbsp;hear.</p> <p>If you would like to be updated via email, join the <a href="http://aptronymband.com" target="_blank">mailing list</a>. <p style="text-align: center;"><a href="http://aptronymband.com" target="_blank">[&nbsp;]</a></p></p> <a href="http://colin-sullivan.net/main/2009/169/index.html" class="more">more...</a> [ ] - Friday Colin Sullivan 2009-04-02T07:40:21Z 2009-04-02T07:40:21Z http://colin-sullivan.net/main/2009/167/index.html <p style="text-align: left;">My new band, [ ], is playing this Friday at Ground Zero at <span class="caps">RPI</span>. It will be a fairly short set, but I assure you it will be&nbsp;entertaining.</p> <p style="text-align: center;"><a href="http://www.gzbasement.net/" target="_blank"> Ground&nbsp;Zero</a></p> <a href="http://colin-sullivan.net/main/2009/167/index.html" class="more">more...</a> Exciting things Colin Sullivan 2009-04-02T07:37:20Z 2009-04-02T07:37:20Z http://colin-sullivan.net/main/2009/exciting-things/index.html <p>Exciting, nerdy things are happening to me lately. I&#8217;ve been getting many ideas, and learning about many new opportunities. I&#8217;ll post more&nbsp;soon.</p> <a href="http://colin-sullivan.net/main/2009/exciting-things/index.html" class="more">more...</a> Coagulate Colin Sullivan 2009-03-02T09:42:37Z 2009-03-02T09:42:37Z http://colin-sullivan.net/main/2009/coagulate/index.html <p>Here is another song I made recently. I do not think it is perfect, but I am proud of it. I think we are going to try to perform it as a&nbsp;band.</p> <div class="text-center media-container"> <div class="media-with-caption"> <audio src="/media/uploads/2009/03/Coagulate.mp3" preload="auto"> <source src="/media/uploads/2009/03/Coagulate.ogg"> </audio> <p class="media-caption"> Coagulate </p> <p> Download:<br /> <a href="/media/uploads/2009/03/Coagulate.m4a">Apple Lossless .m4a</a> <br /> <a href="/media/uploads/2009/03/Coagulate.mp3">.mp3</a><br /> <a href="/media/uploads/2009/03/Coagulate.ogg">.ogg</a><br /> </p> </div> </div> <a href="http://colin-sullivan.net/main/2009/coagulate/index.html" class="more">more...</a> Splinter Colin Sullivan 2009-02-11T06:43:41Z 2009-02-11T06:43:41Z http://colin-sullivan.net/main/2009/splinter/index.html <p>This is a song I made for Computer Music class. It is produced entirely of sounds I have recorded myself. There are still a few compression issues that I would like to work out, but overall I&#8217;m pretty proud of&nbsp;it.</p> <div class="text-center media-container"> <div class="media-with-caption"> <audio src="/media/uploads/2009/02/Splinter.mp3" preload="auto"> <source src="/media/uploads/2009/02/Splinter.ogg"> </audio> <p class="media-caption"> Splinter </p> <p> Download:<br /> <a href="/media/uploads/2009/02/Splinter.m4a">Apple Lossless .m4a</a> <br /> <a href="/media/uploads/2009/02/Splinter.mp3">.mp3</a><br /> <a href="/media/uploads/2009/02/Splinter.ogg">.ogg</a><br /> </p> </div> </div> <a href="http://colin-sullivan.net/main/2009/splinter/index.html" class="more">more...</a> Video Project Colin Sullivan 2008-12-15T09:43:22Z 2008-12-15T09:43:22Z http://colin-sullivan.net/main/2008/video-project-2/index.html <p>This is a video that I made for school this semester for Intermediate Video class. I wouldn&#8217;t say that it is polished by any means, but I was proud to submit it (which is more than I can say for my final project for that same class). If I remember correctly the assignment was to build a climax using few&nbsp;shots.</p> <a href="http://colin-sullivan.net/main/2008/video-project-2/index.html" class="more">more...</a> Winter Break Colin Sullivan 2008-12-15T09:06:17Z 2008-12-15T09:06:17Z http://colin-sullivan.net/main/2008/winter-break/index.html <p>And so I&#8217;m home for break. It is a good feeling not having any responsibilties. I have too many projects that I want to be working on. On the other hand it is a bit boring sometimes. That said, I am going to try to have a social life this break instead of working it away like I did last year. I&#8217;ll&nbsp;try.</p> <p>Flecktones at The Egg in Albany last week was amazing. I am going to see them two more times this week. Should be a good time. I could go to every show and not be bored. Such an amazing&nbsp;band.</p> <a href="http://colin-sullivan.net/main/2008/winter-break/index.html" class="more">more...</a> Obama Vows Swift Action on Vast Economic Stimulus Plan - NYTimes.com Colin Sullivan 2008-11-23T15:04:44Z 2008-11-23T15:04:44Z http://colin-sullivan.net/main/2008/obama-vows-swift-action-on-vast-economic-stimulus-plan-nytimescom/index.html <blockquote> should Mr. Obama decide not to repeal the Bush tax cuts for those making more than $250,000. By simply letting the cuts expire after 2010, as the law now provides, Mr. Obama would in effect delay the tax increase that high-income taxpayers would have faced in the next year or two under his original plan.</blockquote> <blockquote><a href="http://www.nytimes.com/2008/11/23/us/politics/23obama.html?_r=1&amp;hp=&amp;adxnnl=1&amp;pagewanted=2&amp;adxnnlx=1227434434-5fqDyWA+zDTcnVpk6tFOCw">-Obama Vows Swift Action on Vast Economic Stimulus Plan - NYTimes.com</a></blockquote> <p>That&#8217;s what i&#8217;m talking about.&nbsp;Control.</p> <a href="http://colin-sullivan.net/main/2008/obama-vows-swift-action-on-vast-economic-stimulus-plan-nytimescom/index.html" class="more">more...</a> Kevin Smith Has Seen Watchmen: "It's F**king Astounding" | /Film Colin Sullivan 2008-08-16T12:01:18Z 2008-08-16T12:01:18Z http://colin-sullivan.net/main/2008/kevin-smith-has-seen-watchmen-%25e2%2580%259cit%25e2%2580%2599s-fking-astounding%25e2%2580%259d-film/index.html <p><a href="http://www.slashfilm.com/2008/08/15/kevin-smith-has-seen-watchmen-its-fking-astounding/">Kevin Smith Has Seen Watchmen: &#8220;It&#8217;s F**king Astounding&#8221; |&nbsp;/Film</a></p> <p>If Kevin Smith actually said this, that is so fucking amazing. Holy shit fuck&nbsp;ass.</p> <a href="http://colin-sullivan.net/main/2008/kevin-smith-has-seen-watchmen-%25e2%2580%259cit%25e2%2580%2599s-fking-astounding%25e2%2580%259d-film/index.html" class="more">more...</a> Tropic Thunder - Movie - Review - The New York Times Colin Sullivan 2008-08-16T11:56:09Z 2008-08-16T11:56:09Z http://colin-sullivan.net/main/2008/tropic-thunder-movie-review-the-new-york-times/index.html <p><a href="http://movies.nytimes.com/2008/08/13/movies/13trop.html?ex=1219464000&amp;en=f1ad32cbc9dfcf1e&amp;ei=5070&amp;8mu&amp;emc=mua1&amp;emc=eta1">Tropic Thunder - Movie - Review - The New York&nbsp;Times</a></p> <p>This review is pretty sweet. I agree entirely with the &#8220;beating jokes to death&#8221; thing. That was what made this movie boring at parts, and what I couldn&#8217;t articulate before. <blockquote><span onclick="SSclickTrack('movies')">One of those is played by an actual black man, Brandon T. Jackson as Alpa Chino, a rap entrepreneur who peddles an energy drink called Booty Sweat and is mainly around to mock Kirk&#8217;s impersonation, which is the filmmakers&#8217; way of having their chocolate cake and eating it too. </span></blockquote> Yes lol. No one laughed at the joke from the trailer &#8220;What do <em>you </em>mean &#8216;you people&#8217;?&#8221;. That character wasn&#8217;t actually necessary, maybe they just wanted to say that a black person&#8217;s reaction to the painted black Robert Downey Jr. should also be&nbsp;comical.</p> <a href="http://colin-sullivan.net/main/2008/tropic-thunder-movie-review-the-new-york-times/index.html" class="more">more...</a> Summer Colin Sullivan 2008-07-14T06:18:21Z 2008-07-14T06:18:21Z http://colin-sullivan.net/main/2008/summer-2/index.html <p>So I might as well close this blog during the summer as I never seem to find time to post. Most likely because of the time I get to myself, I find other things to do and don&#8217;t feel the need to write. I&#8217;m pumped for <span class="caps">TDK</span>&#8230;On Thursday night my life will be complete ;) I am also considering pursuing some other opportunities in my life. We&#8217;ll see how it works&nbsp;out.</p> <a href="http://colin-sullivan.net/main/2008/summer-2/index.html" class="more">more...</a> So I haven't written in a while... Colin Sullivan 2008-06-04T05:51:35Z 2008-06-04T05:51:35Z http://colin-sullivan.net/main/2008/so-i-havent-written-in-a-while-2/index.html <p>&#8230;What else is new. I am working the summer away. Making lots of dough, but watching the time fly by. I will be happy soon, as &#8220;Banshee!!!&#8221; is almost complete. I&#8217;m glad to have had the opportunity to work on it, as I feel that it sounds much better than it did a few weeks ago. The monster&#8217;s screams are deadly, and I think people will actually enjoy this&nbsp;one.</p> <p>Well that is all i&#8217;m writing for now. I hope i&#8217;ll be on later. Maybe i&#8217;ll post some music i&#8217;ve finally decided to start working&nbsp;on.</p> <a href="http://colin-sullivan.net/main/2008/so-i-havent-written-in-a-while-2/index.html" class="more">more...</a> My Last.fm listening history Colin Sullivan 2008-05-28T20:17:09Z 2008-05-28T20:17:09Z http://colin-sullivan.net/main/2008/my-lastfm-listening-history/index.html <p><a href="http://lastgraph.s3.amazonaws.com/graph_1537.pdf" target="_blank">My Last.fm listening history&#8230;Graphed out like awesomeness. Click&nbsp;here.</a></p> <a href="http://colin-sullivan.net/main/2008/my-lastfm-listening-history/index.html" class="more">more...</a> Haven't had much time Colin Sullivan 2008-05-23T05:48:01Z 2008-05-23T05:48:01Z http://colin-sullivan.net/main/2008/havent-had-much-time/index.html <p>So I haven&#8217;t had much time to do anything since I&#8217;ve been home. I had a few days to relax, then work, work work. It&#8217;s all good though. Hanging out with friends these days. Working isn&#8217;t too bad when you&#8217;re with friends all the time. For some reason I feel guilty for not writing here every once in a while. I&#8217;m watching television which I never do, but I&#8217;m staying at Andrew&#8217;s mom&#8217;s house, so I have an excuse. :) Anyway, it&#8217;s some show like American Idol but with comedians, so I&#8217;m going to&nbsp;watch.</p> <a href="http://colin-sullivan.net/main/2008/havent-had-much-time/index.html" class="more">more...</a> YouTube - McCains YouTube Problem Just Became a Nightmare Colin Sullivan 2008-05-19T06:37:26Z 2008-05-19T06:37:26Z http://colin-sullivan.net/main/2008/youtube-mccains-youtube-problem-just-became-a-nightmare/index.html <p><a href="http://www.youtube.com/watch?v=GEtZlR3zp4c">YouTube - McCains YouTube Problem Just Became a&nbsp;Nightmare</a></p> <p>Everyone who is thinking about voting should watch&nbsp;this.</p> <a href="http://colin-sullivan.net/main/2008/youtube-mccains-youtube-problem-just-became-a-nightmare/index.html" class="more">more...</a> Check this shit out... Colin Sullivan 2008-05-02T12:07:13Z 2008-05-02T12:07:13Z http://colin-sullivan.net/main/2008/check-this-shit-out/index.html <p><a href="http://www.aintitcool.com/node/33090"></a></p> <p><a href="http://www.aintitcool.com/node/33090"> </a></p> <p><a href="http://www.aintitcool.com/node/33090"> <span class="caps">AICN</span> <span class="caps">EXCLUSIVE</span>! Guess Who&#8217;s Shooting His <span class="caps">IRON</span> <span class="caps">MAN</span> Role Today!! &#8212; Ain&#8217;t It Cool News: The best in movie, <span class="caps">TV</span>, <span class="caps">DVD</span>, and comic book&nbsp;news.</a></p> <p>Johnny boy you should check this out. So&nbsp;sick.</p> <a href="http://colin-sullivan.net/main/2008/check-this-shit-out/index.html" class="more">more...</a> TMV Colin Sullivan 2008-05-01T06:49:08Z 2008-05-01T06:49:08Z http://colin-sullivan.net/main/2008/114/index.html <p style="text-align: center;">I think I may be addicted once&nbsp;again.</p> <p style="text-align: center;"><img class="alignnone aligncenter" src="http://upload.wikimedia.org/wikipedia/en/e/e7/GSL126_cover_temp_461.png" alt="Amputechture Album" /></p> <a href="http://colin-sullivan.net/main/2008/114/index.html" class="more">more...</a> The Dark Knight Trailer Colin Sullivan 2008-04-29T08:26:13Z 2008-04-29T08:26:13Z http://colin-sullivan.net/main/2008/the-dark-knight-trailer/index.html <p>&#8230;is upon&nbsp;us.</p> <p>I&#8217;ve been following these viral sites like a madman&#8230;It will hopefully be released online soon. It is supposedly&nbsp;awesome.</p> <a href="http://colin-sullivan.net/main/2008/the-dark-knight-trailer/index.html" class="more">more...</a> Who Needs Another Social Network? - Bits - Technology - New York Times Blog Colin Sullivan 2008-04-26T11:18:33Z 2008-04-26T11:18:33Z http://colin-sullivan.net/main/2008/who-needs-another-social-network-bits-technology-new-york-times-blog/index.html <p><a href="http://bits.blogs.nytimes.com/2008/04/25/who-needs-another-social-network/"> Who Needs Another Social Network? - Bits - Technology - New York Times&nbsp;Blog</a></p> <p>Hell yea&#8230;What a good way for them to tap into this social networking frenzy. I&#8217;d share my google results with friends if I found something cool. I just hope Google beats Yahoo! to it&#8230;For some reason I like them even though they seem to be taking over the world of&nbsp;internet.</p> <a href="http://colin-sullivan.net/main/2008/who-needs-another-social-network-bits-technology-new-york-times-blog/index.html" class="more">more...</a> Last full week... Colin Sullivan 2008-04-21T19:35:04Z 2008-04-21T19:35:04Z http://colin-sullivan.net/main/2008/last-full-week/index.html <p>And so the week has started&#8230;I got up early today and I am half done with studying for Bio. Coming up on that last stretch before the end. Don&#8217;t really have too much to look forward to, I guess it will be good to relax. Hopefully I&#8217;ll be able to play bass way more. I just have to make sure I don&#8217;t start working too much&nbsp;again.</p> <a href="http://colin-sullivan.net/main/2008/last-full-week/index.html" class="more">more...</a> Iron Man Colin Sullivan 2008-04-17T05:07:29Z 2008-04-17T05:07:29Z http://colin-sullivan.net/main/2008/iron-man/index.html <p><a href="http://www.theonion.com/content/video/wildly_popular_iron_man_trailer?utm_source=embedded_video">Wildly Popular &#8216;Iron Man&#8217; Trailer To Be Adapted Into Full-Length&nbsp;Film</a></p> <a href="http://colin-sullivan.net/main/2008/iron-man/index.html" class="more">more...</a> Wings for Marie Colin Sullivan 2008-04-16T19:17:41Z 2008-04-16T19:17:41Z http://colin-sullivan.net/main/2008/wings-for-marie/index.html <p>So I was just feeling terrible. I played it at high volume and instantly felt&nbsp;better.</p> <a href="http://colin-sullivan.net/main/2008/wings-for-marie/index.html" class="more">more...</a> Video Project Colin Sullivan 2008-04-16T06:54:38Z 2008-04-16T06:54:38Z http://colin-sullivan.net/main/2008/video-project/index.html <p>So I had to make this for a video class&#8230;It&#8217;s not nearly perfect, but then again the only reason it is finished is because it is not perfect. All of my projects that I start on my own which don&#8217;t have a due date, I never end up finishing because I want them to be&nbsp;perfect.</p> <a href="http://colin-sullivan.net/main/2008/video-project/index.html" class="more">more...</a> Harvey Dent News Colin Sullivan 2008-04-14T06:12:56Z 2008-04-14T06:12:56Z http://colin-sullivan.net/main/2008/harvey-dent-news/index.html <p><a href="http://www.ibelieveinharveydent.com/Default.aspx">I Believe In Harvey&nbsp;Dent</a></p> <p>This is awesome, not only do they take the time and effort to create all of these sites, but they spent time making these fake news events&nbsp;audio/video.</p> <p>Check it out: <a href="http://media.ibelieveinharveydent.com/0413081500.mp3" target="_blank">http://media.ibelieveinharveydent.com/0413081500.mp3</a></p> <p>Audio from their most recent news&nbsp;post.</p> <a href="http://colin-sullivan.net/main/2008/harvey-dent-news/index.html" class="more">more...</a> There Will Be Blood Colin Sullivan 2008-04-14T05:09:29Z 2008-04-14T05:09:29Z http://colin-sullivan.net/main/2008/there-will-be-blood/index.html <p>So I have been awaiting my chance to see this film for a long time. I love Paul Thomas Anderson&#8217;s work in both Boogie Nights and Magnolia. I didn&#8217;t really fully &#8220;get&#8221; Punch Drunk Love, but I do admit that it was very unique. My parents raved about the &#8220;strange&#8221; score in There Will Be Blood, which seemed to them to just be an incoherent collection of annoying/aggravating sounds. I later read that this score was composed by Jonny Greenwood and this made me really want to see&nbsp;it.</p> <p>After watching it once, I did enjoy it, although I did not understand the intent of the film entirely. I feel like it is on a different level than Magnolia and Boogie Nights. It is certainly paced more like a mainstream blockbuster than any of his other films. I didn&#8217;t really care for the digitally enhanced shots of the train in the background and a few others which I think often degrade the emotion of the film. When everything is lit that perfectly, it just looks too unreal, and something is lost for me. I understand, of course, he couldn&#8217;t have done without <span class="caps">CG</span> for the shots of the oil rig exploding and stuff, but I thought that those particular shots fit into the movie much better&nbsp;anyway.</p> <p>The music I thought fit very well. It was an appropriate mix of a sort of modern take on the sort of aggravating &#8220;The Shining&#8221;-esk sounds, and a full-blown cinema style symphonic score. I think that it is possible that my parents, having seen it in the theater, noticed the annoying sounds more, and were more affected or annoyed by them than anything&nbsp;else.</p> <p>Overall I liked it, and I&#8217;m sure it will take a few viewings before it grows on me entirely like his other&nbsp;movies.</p> <a href="http://colin-sullivan.net/main/2008/there-will-be-blood/index.html" class="more">more...</a> Sunday Colin Sullivan 2008-04-14T03:23:42Z 2008-04-14T03:23:42Z http://colin-sullivan.net/main/2008/sunday/index.html <p>And so once again it is Sunday. What to do&#8230;What to do&#8230; Maybe i&#8217;ll write about &#8220;There Will Be&nbsp;Blood&#8221;.</p> <a href="http://colin-sullivan.net/main/2008/sunday/index.html" class="more">more...</a> Comp Sci is complete! Colin Sullivan 2008-04-12T03:07:03Z 2008-04-12T03:07:03Z http://colin-sullivan.net/main/2008/comp-sci-is-complete/index.html <p>And I have finally finished my Computer Science homework. Such a good feeling. <em>sigh</em>&#8230;Time to celebrate&nbsp;suckas.</p> <a href="http://colin-sullivan.net/main/2008/comp-sci-is-complete/index.html" class="more">more...</a> Webhosts Colin Sullivan 2008-04-10T22:18:18Z 2008-04-10T22:18:18Z http://colin-sullivan.net/main/2008/webhosts/index.html <p>And so I have switched webhosts for the second time. <em>sigh</em> I now await my refund from 1&amp;1&#8230;iPowerWeb seems like the way to&nbsp;go.</p> <p>I will fix my blog when I get&nbsp;time.</p> <a href="http://colin-sullivan.net/main/2008/webhosts/index.html" class="more">more...</a> PHP Errors Colin Sullivan 2008-04-04T19:18:01Z 2008-04-04T19:18:01Z http://colin-sullivan.net/main/2008/php-errors/index.html <p>So I basically know nothing about <span class="caps">PHP</span> aside from what I picked up while trying to format this blog. I recently was getting errors that looked like this when I tried to&nbsp;login:</p> <blockquote> <code> <strong>Warning</strong>: Cannot modify header information - headers already sent by (output started at /homepages/38/d240435823/htdocs/journal/wp-content/themes/ChaoticSoul v.1.0/functions.php:6) in <strong>/homepages/38/d240435823/htdocs/journal/wp-login.php</strong> on line <strong>202</strong> </code> <code> <strong>Warning</strong>: Cannot modify header information - headers already sent by (output started at /homepages/38/d240435823/htdocs/journal/wp-content/themes/ChaoticSoul v.1.0/functions.php:6) in <strong>/homepages/38/d240435823/htdocs/journal/wp-login.php</strong> on line <strong>214</strong> </code> <code> <strong>Warning</strong>: Cannot modify header information - headers already sent by (output started at /homepages/38/d240435823/htdocs/journal/wp-content/themes/ChaoticSoul v.1.0/functions.php:6) in <strong>/homepages/38/d240435823/htdocs/journal/wp-includes/pluggable.php</strong> on line <strong>552</strong> </code> <code> <strong>Warning</strong>: Cannot modify header information - headers already sent by (output started at /homepages/38/d240435823/htdocs/journal/wp-content/themes/ChaoticSoul v.1.0/functions.php:6) in <strong>/homepages/38/d240435823/htdocs/journal/wp-includes/pluggable.php</strong> on line <strong>689</strong> </code> </blockquote> <p>And so it ends up that this has something to do with blank lines in the file after the &lt;?php and ?&gt; tags. I had to remove all of the blank lines in functions.php, and now it&nbsp;works&#8230;Strange.</p> <a href="http://colin-sullivan.net/main/2008/php-errors/index.html" class="more">more...</a> Relaxation coming soon.... Colin Sullivan 2008-04-03T06:42:24Z 2008-04-03T06:42:24Z http://colin-sullivan.net/main/2008/relaxation-coming-soon/index.html <p>Well, I&#8217;m glad the hell of my last four exams is over. I finally switched web hosts and my blog is now functioning once again. I still need to do a bit of tweaking, which I want to get done. However, right now I am tired and would not be able to finish the task. Anyway&#8230;Home this weekend. Amazing. It should be&nbsp;fun.</p> <a href="http://colin-sullivan.net/main/2008/relaxation-coming-soon/index.html" class="more">more...</a> Switching Webhosts Colin Sullivan 2008-03-30T22:45:49Z 2008-03-30T22:45:49Z http://colin-sullivan.net/main/2008/switching-webhosts/index.html <p>Switching web hosts is a pain in my&nbsp;ass.</p> <a href="http://colin-sullivan.net/main/2008/switching-webhosts/index.html" class="more">more...</a> Dude Colin Sullivan 2008-03-29T10:44:31Z 2008-03-29T10:44:31Z http://colin-sullivan.net/main/2008/dude/index.html <p>Dude&#8230;</p> <p align="center"> <a href='http://colin-sullivan.com/media/uploads/2008/03/wishyouwerehere.jpg'><br /> <img src="/media/uploads/2008/03/wishyouwerehere.jpg" alt="" title="Wish You Were Here" width="300" height="296" class="aligncenter size-medium wp-image-110" border = "0" /></a> </p> <p>&#8230;Hell&nbsp;yea.</p> <a href="http://colin-sullivan.net/main/2008/dude/index.html" class="more">more...</a> I have made my candidate decision. Colin Sullivan 2008-03-27T04:48:21Z 2008-03-27T04:48:21Z http://colin-sullivan.net/main/2008/i-have-made-my-candidate-decision/index.html <p>I will be voting for Harvey Dent. I will proudly post his pin on my blog until he is&nbsp;elected.</p> <p align="center"> <img src="/media/uploads/2008/03/harveydentpin.png"> </p> <a href="http://colin-sullivan.net/main/2008/i-have-made-my-candidate-decision/index.html" class="more">more...</a> Even at Megastores, Hagglers Find No Price Is Set in Stone - New York Times Colin Sullivan 2008-03-23T11:10:31Z 2008-03-23T11:10:31Z http://colin-sullivan.net/main/2008/even-at-megastores-hagglers-find-no-price-is-set-in-stone-new-york-times/index.html <p>Sweet&#8230;Maybe I can finally stop complaining about the high prices in stores and maybe use all of those gift certificates. <a href="http://www.nytimes.com/2008/03/23/business/23haggle.html?_r=1&amp;ex=1364011200&amp;en=5ce6cd722c5025be&amp;ei=5088&amp;partner=rssnyt&amp;emc=rss&amp;oref=slogin">Even at Megastores, Hagglers Find No Price Is Set in Stone - New York&nbsp;Times</a></p> <a href="http://colin-sullivan.net/main/2008/even-at-megastores-hagglers-find-no-price-is-set-in-stone-new-york-times/index.html" class="more">more...</a> HD DVD Owners, Some Stores Want to Make Amends - Bits - Technology - New York Times Blog Colin Sullivan 2008-03-22T06:51:32Z 2008-03-22T06:51:32Z http://colin-sullivan.net/main/2008/hd-dvd-owners-some-stores-want-to-make-amends-bits-technology-new-york-times-blog/index.html <p><a href="http://bits.blogs.nytimes.com/2008/03/19/hd-dvd-owners-some-stores-want-to-make-amends/"><span class="caps">HD</span> <span class="caps">DVD</span> Owners, Some Stores Want to Make Amends - Bits - Technology - New York Times&nbsp;Blog</a></p> <p>And Best Buy makes even more money off of this showdown. Now customers go in there with their &#8220;reward&#8221; of $50, which they can spend on a pack of blank CDs or something that cost $200. And they make more cash off of you. Someone actually wrote about this in a comment below the article&#8230;Exactly what I was&nbsp;thinking.</p> <a href="http://colin-sullivan.net/main/2008/hd-dvd-owners-some-stores-want-to-make-amends-bits-technology-new-york-times-blog/index.html" class="more">more...</a> Nolan, Bale, & Gyllenhaal Talk TDK (3/19/08) Colin Sullivan 2008-03-21T18:43:27Z 2008-03-21T18:43:27Z http://colin-sullivan.net/main/2008/nolan-bale-gyllenhaal-talk-tdk-31908/index.html <p>I&#8217;m so&nbsp;ready.</p> <p><a href="http://www.batman-on-film.com/TDK-nolan-bale-gyllenhaal-talk-TDK-MTV_3-19-08.html">.::<span class="caps">BATMAN</span>-<span class="caps">ON</span>-<span class="caps">FILM</span>.<span class="caps">COM</span> &#8212; Nolan, Bale, <span class="amp">&amp;</span> Gyllenhaal Talk <span class="caps">TDK</span>&nbsp;(3/19/08)::.</a></p> <a href="http://colin-sullivan.net/main/2008/nolan-bale-gyllenhaal-talk-tdk-31908/index.html" class="more">more...</a> Studying and stuff Colin Sullivan 2008-03-21T06:13:04Z 2008-03-21T06:13:04Z http://colin-sullivan.net/main/2008/studying-and-stuff/index.html <p>And so I am done studying. I have more to learn yes&#8230;But I have lost motivation. Spring break messed with my mind. I got a taste of summer, and then came straight back here to work. I am more motivated now than I was on Monday, trust me. But still not as much as I was in the beginnign of the year. I wonder if this is how returning from spring break will be every&nbsp;year.</p> <p>I certainly hope&nbsp;not.</p> <p>On the bright side, I only have 7 weeks or so left. That is including finals which will be dreadful. I often think of when I used to run track, and how it is analogous to my life in many ways. This part of the school year would be that last stretch of track before the end; I looked up and saw the finish line, and knew that it would be a while before my next match, but I still have to use that last bit of energy and motivation to get to the end as fast and efficiently as possible before I can&nbsp;rest.</p> <p>Soon.</p> <a href="http://colin-sullivan.net/main/2008/studying-and-stuff/index.html" class="more">more...</a> A Push to Limit the Tracking of Web Surfers' Clicks - New York Times Colin Sullivan 2008-03-21T06:05:50Z 2008-03-21T06:05:50Z http://colin-sullivan.net/main/2008/a-push-to-limit-the-tracking-of-web-surfers%25e2%2580%2599-clicks-new-york-times/index.html <p><a href="http://www.nytimes.com/2008/03/20/business/media/20adco.html?_r=1&amp;ex=1363752000&amp;en=c9582adca44fa440&amp;ei=5088&amp;partner=rssnyt&amp;emc=rss&amp;oref=slogin">A Push to Limit the Tracking of Web Surfers&#8217; Clicks - New York&nbsp;Times</a></p> <p>Why are they attacking these companies? I don&#8217;t mind them collecting my information, as long as they are only using it to make money themselves&#8230;That is their business. That is the reason for the website in the first place. How else are they to target their advertisements on general sites like&nbsp;google.com?</p> <a href="http://colin-sullivan.net/main/2008/a-push-to-limit-the-tracking-of-web-surfers%25e2%2580%2599-clicks-new-york-times/index.html" class="more">more...</a> State fires 2 for looking at Obama file - Yahoo! News Colin Sullivan 2008-03-21T05:07:51Z 2008-03-21T05:07:51Z http://colin-sullivan.net/main/2008/state-fires-2-for-looking-at-obama-file-yahoo-news/index.html <p>Government&nbsp;Spies.</p> <p><a href="http://news.yahoo.com/s/ap/20080321/ap_on_el_pr/obama_passport">State fires 2 for looking at Obama file - Yahoo!&nbsp;News</a></p> <a href="http://colin-sullivan.net/main/2008/state-fires-2-for-looking-at-obama-file-yahoo-news/index.html" class="more">more...</a> Obama Speech 3/19/08 Colin Sullivan 2008-03-20T04:04:42Z 2008-03-20T04:04:42Z http://colin-sullivan.net/main/2008/obama-speech-31908/index.html <p>This guy is ridiculous. No wonder he gets so many votes. <p align="center">&nbsp;</p></p> <p width="425" height="355"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="425" height="355"><param name="height" value="355" /><param name="width" value="425" /><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/pWe7wTVbLUU&amp;hl=en" /><embed type="application/x-shockwave-flash" height="355" width="425" wmode="transparent" src="http://www.youtube.com/v/pWe7wTVbLUU&amp;hl=en"></embed></object> </p> <a href="http://colin-sullivan.net/main/2008/obama-speech-31908/index.html" class="more">more...</a> Banshee!!! on Fangoria Colin Sullivan 2008-03-10T22:17:17Z 2008-03-10T22:17:17Z http://colin-sullivan.net/main/2008/banshee-on-fangoria/index.html <p>Hellz yea. Check this&nbsp;out.</p> <p><a href="http://www.fangoria.com/news_article.php?id=6108">Fangoria - America&#8217;s Horror&nbsp;Magazine</a></p> <a href="http://colin-sullivan.net/main/2008/banshee-on-fangoria/index.html" class="more">more...</a> Writing helps Colin Sullivan 2008-03-01T22:53:35Z 2008-03-01T22:53:35Z http://colin-sullivan.net/main/2008/writing-helps/index.html <p>Writing helps get my mind off of things somewhat. I can usually study for something like Comp Sci in this state of mind, because I actually am interested in the material. I don&#8217;t know how I am going to study for Bio&nbsp;though.</p> <a href="http://colin-sullivan.net/main/2008/writing-helps/index.html" class="more">more...</a> Teenage Hacker Is Blind, Brash and in the Crosshairs of the FBI Colin Sullivan 2008-03-01T07:03:54Z 2008-03-01T07:03:54Z http://colin-sullivan.net/main/2008/teenage-hacker-is-blind-brash-and-in-the-crosshairs-of-the-fbi/index.html <p><a href="http://www.wired.com/politics/law/news/2008/02/blind_hacker">Teenage Hacker Is Blind, Brash and in the Crosshairs of the&nbsp;<span class="caps">FBI</span></a></p> <p>lol this kid is&nbsp;badass.</p> <a href="http://colin-sullivan.net/main/2008/teenage-hacker-is-blind-brash-and-in-the-crosshairs-of-the-fbi/index.html" class="more">more...</a> Dell Pointed Out Vista Mistakes, Internal Documents Show - New York Times Colin Sullivan 2008-03-01T06:27:06Z 2008-03-01T06:27:06Z http://colin-sullivan.net/main/2008/dell-pointed-out-vista-mistakes-internal-documents-show-new-york-times/index.html <p><a href="http://www.nytimes.com/idg/IDG_002570DE00740E18002573FE006B7266.html?ex=1362027600&amp;en=846b633d28ea4e78&amp;ei=5088&amp;partner=rssnyt&amp;emc=rss#">Dell Pointed Out Vista Mistakes, Internal Documents Show - New York&nbsp;Times</a></p> <p>Now this is absolutely ridiculous&#8230;Even Dell publicly makes statements about Vista&#8217;s faults. I didn&#8217;t even know about that dual sticker thing. Their ignorance is amazing. Actually, it is not really ignorance, because they know that these things are ocurring, they just don&#8217;t care about the end-user enough to make a piece of quality&nbsp;software.</p> <a href="http://colin-sullivan.net/main/2008/dell-pointed-out-vista-mistakes-internal-documents-show-new-york-times/index.html" class="more">more...</a> Microsoft Office 2008 Grammar Problem Colin Sullivan 2008-02-22T08:46:53Z 2008-02-22T08:46:53Z http://colin-sullivan.net/main/2008/microsoft-office-2008-grammar-problem/index.html <p>So I installed Office 2008: Mac. Yes I know, &#8220;Why the fuck did you do that?!?!?&#8221;. Well I just couldn&#8217;t resist I guess. They made such a hype about it, I thought there would be something amazing to see. Unfortunately there isn&#8217;t, and the loading time is about half what 2004 is running under Rosetta (which is not very fast at all). Whatever. Anyway, I thought this was&nbsp;funny.</p> <p><a href="/media/uploads/2008/02/office_2008_grammar.mov" title="Office 2008 Grammar Problem"></a> <p style="text-align: center">&nbsp;</p></p> <p><object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" width="480" height="360"><param name="width" value="480" /><param name="height" value="360" /><param name="autoplay" value="false" /><param name="cache" value="true" /><param name="src" value="http://colin-sullivan.com/media/uploads/2008/02/office_2008_grammar.mov" /><param name="vspace" value="0" /><param name="hspace" value="0" /><embed type="video/quicktime" width="480" height="360" autoplay="false" cache="true" src="/media/uploads/2008/02/office_2008_grammar.mov" vspace="0" hspace="0"></embed></object></p> <p>It&#8217;s probably an actual error with <em>my</em> grammar, but what rule tells it to do&nbsp;this?</p> <a href="http://colin-sullivan.net/main/2008/microsoft-office-2008-grammar-problem/index.html" class="more">more...</a> Somewhat Unproductive Colin Sullivan 2008-02-22T08:40:33Z 2008-02-22T08:40:33Z http://colin-sullivan.net/main/2008/somewhat-unproductive/index.html <p>So today was somewhat unproductive. I decided to watch &#8220;Boogie Nights&#8221; instead of working on Banshee!!!, and let me tell you that movie is amazing. I want to watch it again already. The first shot was like 3 minutes. So sweet. I&#8217;ll write more later about it maybe. I just did a little bit of work. The opening scene will be awesome when it is done. :) I will be getting to bed&nbsp;now.</p> <a href="http://colin-sullivan.net/main/2008/somewhat-unproductive/index.html" class="more">more...</a> AppleInsider | MacBook Air face-off: HDD vs SSD Colin Sullivan 2008-02-21T23:54:13Z 2008-02-21T23:54:13Z http://colin-sullivan.net/main/2008/appleinsider-macbook-air-face-off-hdd-vs-ssd/index.html <p><a href="http://www.appleinsider.com/articles/08/02/11/macbook_air_face_off_hdd_vs_ssd_with_video.html">AppleInsider | MacBook Air face-off: <span class="caps">HDD</span> vs <span class="caps">SSD</span> (with&nbsp;video)</a></p> <p>Pretty sweet. I wish my MacBook Pro had <span class="caps">250GB</span> solid state :) That is wicked&nbsp;fast.</p> <a href="http://colin-sullivan.net/main/2008/appleinsider-macbook-air-face-off-hdd-vs-ssd/index.html" class="more">more...</a> A Farewell Note From a Departing Yahoo Colin Sullivan 2008-02-20T08:59:10Z 2008-02-20T08:59:10Z http://colin-sullivan.net/main/2008/a-farewell-note-from-a-departing-yahoo-bits-technology-new-york-times-blog/index.html <p><a href="http://bits.blogs.nytimes.com/2008/02/14/a-farewell-note-from-a-departing-yahoo/">A Farewell Note From a Departing Yahoo - Bits - Technology - New York Times&nbsp;Blog</a></p> <p>Good to know that they are a good company&#8230;I&#8217;ve never thought of &#8220;Yahoo!&#8221; in this way. Hopefully I&#8217;ll have such an opportunity some&nbsp;day.</p> <a href="http://colin-sullivan.net/main/2008/a-farewell-note-from-a-departing-yahoo-bits-technology-new-york-times-blog/index.html" class="more">more...</a> Is Obama a Mac and Clinton a PC? - New York Times Colin Sullivan 2008-02-20T08:45:57Z 2008-02-20T08:45:57Z http://colin-sullivan.net/main/2008/is-obama-a-mac-and-clinton-a-pc-new-york-times/index.html <p><a href="http://www.nytimes.com/2008/02/04/technology/04link.html?ex=1218517200&amp;en=f4c25b765e9aade7&amp;ei=5087&amp;WT.mc_id=TE-D-I-NYT-MOD-MOD-M033-ROS-0108-PH&amp;WT.mc_ev=click&amp;mkt=TE-D-I-NYT-MOD-MOD-M033-ROS-0108-PH">Is Obama a Mac and Clinton a <span class="caps">PC</span>? - New York&nbsp;Times</a></p> <p>I don&#8217;t want to have to reboot my Hillary. On the other hand however, Obama may not be compatible with all of this country&#8217;s programs. :P Hence, my&nbsp;dilemma.</p> <a href="http://colin-sullivan.net/main/2008/is-obama-a-mac-and-clinton-a-pc-new-york-times/index.html" class="more">more...</a> Joanna Foss is my friend. Colin Sullivan 2008-02-19T08:46:53Z 2008-02-19T08:46:53Z http://colin-sullivan.net/main/2008/joanna-foss-is-my-friend/index.html <p><span style="line-height: 150%; font-size: 18pt"><strong><span style="font-size: 36pt">Joanna&nbsp;Foss</span></strong></span></p> <p><span style="line-height: 150%; font-size: 18pt"><strong><span style="font-size: 36pt">is my&nbsp;friend.</span></strong></span></p> <p><span style="line-height: 150%; font-size: 18pt"><strong><span style="font-size: 36pt"><span class="caps">SHE</span> <span class="caps">IS</span>&nbsp;<span class="caps">AWESOME</span>.</span></strong></span></p> <a href="http://colin-sullivan.net/main/2008/joanna-foss-is-my-friend/index.html" class="more">more...</a> Sennheiser HD280 vs. Klipsch ProMedia 2.1 EQ settings Colin Sullivan 2008-02-15T00:54:44Z 2008-02-15T00:54:44Z http://colin-sullivan.net/main/2008/sennheiser-hd280-vs-klipsch-promedia-21-eq-settings/index.html <p>So I have been listening on my Sennheisers for at least a week now straight&#8230;I haven&#8217;t been using my Klipsch&#8217;s because there have been people in my room and I&#8217;ve wanted to mix it up a bit anyway. So I feel that the HD280s are the best sound you can get for $70, straight up. I haven&#8217;t been proven wrong yet, so if someone has another suggestion for me let me know&#8230;I&#8217;ll try them&nbsp;out.</p> <p>With that said, the HD280s definitely have their flaws. They do possess this incredible bass range, which includes sub-bass frequencies that my Klipsch set certainly doesn&#8217;t pick up. The first time I listened to &#8220;Lateralus&#8221; (the song) with them on, I was blown away that they mixed that recurring 4-beat rhythm in there from the very beginning. It is just so low that I never heard it. The HD280s flaws come in the low mid-range frequencies, where the bass should really cut through (in my opinion). Hence, I have found the following <span class="caps">EQ</span> settings in iTunes to be useful for these&nbsp;purposes.</p> <p><a href="/media/uploads/2008/02/picture-1.png" title="Sennheiser EQ settings"></a> <p style="text-align: center"><a href="/media/uploads/2008/02/picture-1.png" title="Sennheiser EQ settings"><img src="/media/uploads/2008/02/picture-1.png" style="border-width: 0px; width: 520px; height: 305px" alt="Sennheiser EQ settings" border="0" height="305" width="520" /></a></p> The Sennheiser&#8217;s highs are pretty well balanced, but those are my settings after many&nbsp;tweakings.</p> <p>So the point of this story is that I decided to jam out on the Klipschs today, and to my surprise the <span class="caps">EQ</span> I was using was dreadful. These speakers really are amazing, and they require little to no modification to make them sound amazing. The &#8220;Subwoofer&#8221; knob is pointing to the Klipsch suggested dot at about 10:30 on the knob, and my &#8220;Main Volume&#8221; is at approximately the same (10:00) point. I went through my usual <span class="caps">EQ</span> playlist to work on my settings and came up with something very different than what I had. I don&#8217;t know what I wasn&#8217;t smoking when I made those settings. Christ. Anyway this is what i&#8217;m using now and it sounds amazing. <p align="center"><a href="/media/uploads/2008/02/picture-2.png" title="Klipsch ProMedia 2.1 iTunes EQ settings"><img src="/media/uploads/2008/02/picture-2.png" style="border-width: 0px; width: 520px; height: 305px" alt="Klipsch ProMedia 2.1 iTunes EQ settings" border="0" height="305" width="520" /></a></p> <p align="left">Incase you were wondering&#8230;And I know you were :) My <span class="caps">EQ</span> playlist is as&nbsp;follows:</p></p> <p align="left">Eulogy - Tool - Ænima Lateralus - Tool - Lateralus Speak To Me/Breathe - Pink Floyd - Dark Side Of The Moon Deep Inside - Incubus - <span class="caps">S.C.I.E.N.C.E. </span>Jambi - Tool - 10,000 Days 20Khz 20Hz (Slow Sweep) - <span class="caps">USAC</span> Bass - <span class="caps">SPL</span> Shootout (all lossless of course :)&nbsp;) <a href="http://colin-sullivan.net/main/2008/sennheiser-hd280-vs-klipsch-promedia-21-eq-settings/index.html" class="more">more...</a> Moron Colin Sullivan 2008-02-14T06:55:03Z 2008-02-14T06:55:03Z http://colin-sullivan.net/main/2008/moron/index.html <p>I was working on this masterpiece of a suggestion to apple about a key-command shortcut in Safari when I accidently closed the tab and was not able to retrieve it.I hate my life and i&#8217;m switching to Firefox. I felt bad for Safari because it was so lonely, plus I didn&#8217;t trust Firefox with Leopard just yet. But it&#8217;s over&nbsp;now.</p> <a href="http://colin-sullivan.net/main/2008/moron/index.html" class="more">more...</a> Senate OKs new rules on eavesdropping - Yahoo! News Colin Sullivan 2008-02-14T00:43:16Z 2008-02-14T00:43:16Z http://colin-sullivan.net/main/2008/senate-oks-new-rules-on-eavesdropping-yahoo-news/index.html <p><a href="http://news.yahoo.com/s/ap/20080213/ap_on_go_co/terrorist_surveillance">Senate OKs new rules on eavesdropping - Yahoo! News</a>Great. Now big brother is really&nbsp;watching.</p> <a href="http://colin-sullivan.net/main/2008/senate-oks-new-rules-on-eavesdropping-yahoo-news/index.html" class="more">more...</a> Friends Say Drugs Played Only Bit Part for Obama - New York Times Colin Sullivan 2008-02-10T11:35:26Z 2008-02-10T11:35:26Z http://colin-sullivan.net/main/2008/friends-say-drugs-played-only-bit-part-for-obama-new-york-times/index.html <p><a href="http://www.nytimes.com/2008/02/09/us/politics/09obama.html?_r=1&amp;oref=slogin">Friends Say Drugs Played Only Bit Part for Obama - New York Times</a>I&#8217;m liking Obama more and more. If it comes between Hillary and him, I have to say I know who I am voting&nbsp;for.</p> <a href="http://colin-sullivan.net/main/2008/friends-say-drugs-played-only-bit-part-for-obama-new-york-times/index.html" class="more">more...</a> Content Colin Sullivan 2008-02-09T10:31:39Z 2008-02-09T10:31:39Z http://colin-sullivan.net/main/2008/content/index.html <p>The loneliness slowly fades away. I am content at the moment, besides the fact that I&#8217;m fucking tired and have to get up and study tomorrow. It could be worse of course, my studies are much more relevant to Computer Science and interesting than they were last semester.Sidenote: &#8220;The Bedlam In Goliath&#8221; has me addicted. <span style="font-style: italic" class="Apple-style-span">The Mars Volta</span> did it once again. Agadez has a fucking grooving bass line that I <span style="font-style: italic" class="Apple-style-span">must</span> learn. I would love to write more but I must go talk to someone while I can.&nbsp;Later.</p> <a href="http://colin-sullivan.net/main/2008/content/index.html" class="more">more...</a> So Much Colin Sullivan 2008-02-08T08:52:01Z 2008-02-08T08:52:01Z http://colin-sullivan.net/main/2008/so-much/index.html <p>There are so many things I need to do and so little time. Sometimes I wish things were different and that I wasn&#8217;t here, but other times I am perfectly content and wouldn&#8217;t want to be anywhere else. I am caught between two worlds/homes/lives. I can see that sometime soon I will have to make a decision about everything&#8230;One way or the other. I end up thinking and planning in my mind weeks in advance and forget to enjoy the present. That seems to be a recurring theme in my life, I can hardly even remember high school. Maybe it was that guidance always telling me to push, go, work hard. Maybe it is just genetics, because I have learned to enjoy work, or better yet I am addicted to work. Addicted to the perfection of my work and the completion of it. This is why I can never finish any pieces that I start on the computer, because of my perfectionism which always makes me believe that it is not finished. Maybe I will start posting versions of songs that I have written. I have many. Quiz at 9. I guess i&#8217;ll go to bed, it took me a while to fall asleep last&nbsp;night.</p> <a href="http://colin-sullivan.net/main/2008/so-much/index.html" class="more">more...</a> Thoughts on art Colin Sullivan 2008-02-07T09:43:30Z 2008-02-07T09:43:30Z http://colin-sullivan.net/main/2008/thoughts-on-art/index.html <p>Is music not part of art? Two times yesterday I heard different people mention music and art as two separate entities. Music is a form of art the last time I checked. I don&#8217;t understand why people insist on referring to painting as &#8220;art&#8221; and music as &#8220;music&#8221;. It&#8217;s&nbsp;strange.</p> <a href="http://colin-sullivan.net/main/2008/thoughts-on-art/index.html" class="more">more...</a> Stuff Colin Sullivan 2008-02-05T08:04:37Z 2008-02-05T08:04:37Z http://colin-sullivan.net/main/2008/stuff/index.html <p>So I played bass today. I hadn&#8217;t played in weeks. I forgot how much it relaxes me. Listening to the Flecktones and relaxing. Bedlam in Goliath is slowly growing on me. I just watched Punch Drunk Love&#8230;Not bad. I&#8217;ve been working like madness on Comp Sci homework every weekend, haven&#8217;t really stopped to enjoy the roses as they say.Garrett may come up in two weekends to chill which would be awesome. We&#8217;ll see. I&#8217;ll try to make this my method of choice for voicing&#8230;It will be easier that way. I&#8217;m sorry if you don&#8217;t know what I mean, but if you are reading this you probably do. I make a lot of posts private.I feel free but at the same time&nbsp;trapped.</p> <a href="http://colin-sullivan.net/main/2008/stuff/index.html" class="more">more...</a> Finals, Matchstick Men, The Fountain Colin Sullivan 2007-12-09T02:05:29Z 2007-12-09T02:05:29Z http://colin-sullivan.net/main/2007/finals-matchstick-men-the-fountain/index.html <p>So my exams went very well. I fucking owned both Calc and Physics exams that I took this week. I took a break from work yesterday, and today I haven&#8217;t started yet. I really should crack down on some Comp Sci stuff, but I feel lazy. I saw the movie &#8220;<a href="#mce_temp_url#">Matchstick Men</a>&#8221; a week or so ago, and I really liked it. Ridley Scott is an excellent director, and his shots are very interesting. There was one transition between scenes that was a crossfade and left to right wipe at the same time, while the incoming shot was pushing in. It was pretty&nbsp;sweet.</p> <a href="http://colin-sullivan.net/main/2007/finals-matchstick-men-the-fountain/index.html" class="more">more...</a> Taking a break Colin Sullivan 2007-12-02T23:24:41Z 2007-12-02T23:24:41Z http://colin-sullivan.net/main/2007/taking-a-break/index.html <p style="text-align: left">So I am taking a break from studying these goddamn Conic Sections. It is frustrating because as soon as I feel that I have accomplished something, I think of how much longer I have to go. After these two exams next week I have finals, and I must study three times as much as I am studying now for these. Hopefully it wont take me as long on each subject, however, because I will basically already know most of the&nbsp;material.</p> <a href="http://colin-sullivan.net/main/2007/taking-a-break/index.html" class="more">more...</a> Slow Cheetah Colin Sullivan 2007-12-02T09:35:22Z 2007-12-02T09:35:22Z http://colin-sullivan.net/main/2007/slow-cheetah/index.html <p>It&#8217;s been a long time since I heard a song that made me want to write&#8230;I can&#8217;t even remember what it was. I&#8217;ve been listening to the &#8220;One Hot Minute&#8221; album alot, and that usually leads me into &#8220;Stadium Arcadium&#8221;. This song is phenominal. Their melodies are simply epic during the&nbsp;chorus.</p> <a href="http://colin-sullivan.net/main/2007/slow-cheetah/index.html" class="more">more...</a> Planet Terror Colin Sullivan 2007-10-10T04:58:05Z 2007-10-10T04:58:05Z http://colin-sullivan.net/main/2007/planet-terror/index.html <p>So a copy of Planet Terror fell out of the sky the other day and landed in my lap! I was so surprised since I had been waiting for the <span class="caps">DVD</span> release for so long, so naturally I had to bring it home to show&nbsp;friends!</p> <a href="http://colin-sullivan.net/main/2007/planet-terror/index.html" class="more">more...</a> Walt Mossberg's iPod Touch Review Colin Sullivan 2007-10-04T23:46:37Z 2007-10-04T23:46:37Z http://colin-sullivan.net/main/2007/66/index.html <p width="425" height="350"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="425" height="350"><param name="height" value="350" /><param name="width" value="425" /><param name="src" value="http://youtube.com/v/bsNBjBz8T3Y" /><embed type="application/x-shockwave-flash" height="350" width="425" src="http://youtube.com/v/bsNBjBz8T3Y"></embed></object> </p> This is a good review of the iPod touch for people who don&#8217;t know what it is, or assume that it is just a cut-down version of the&nbsp;iPhone. <a href="http://colin-sullivan.net/main/2007/66/index.html" class="more">more...</a> Man's Spare Room Filled With Almost Every Apple Model Ever Made Colin Sullivan 2007-10-04T23:35:04Z 2007-10-04T23:35:04Z http://colin-sullivan.net/main/2007/mans-spare-room-filled-with-almost-every-apple-model-ever-made/index.html <p>I want this guy&#8217;s fish&nbsp;tank.</p> <a href="http://colin-sullivan.net/main/2007/mans-spare-room-filled-with-almost-every-apple-model-ever-made/index.html" class="more">more...</a> Procrastinating Colin Sullivan 2007-09-24T04:04:16Z 2007-09-24T04:04:16Z http://colin-sullivan.net/main/2007/procrastinating/index.html <p>So I have a bunch of reading to do and I am on the computer.&nbsp; I tried reading, and I <em>was</em> getting somewhere, but it was taking me a very long time.&nbsp; So here I am.&nbsp; I could have read this stuff this morning, but I felt like I needed some time off.&nbsp; I played Zombies ate my neighbors yesterday for a good couple of hours.&nbsp; That was productive.&nbsp; It&#39;s such a fun game.&nbsp; <span class="caps">SNES</span> all the&nbsp;way.</p> <a href="http://colin-sullivan.net/main/2007/procrastinating/index.html" class="more">more...</a> Apple - To all iPhone customers Colin Sullivan 2007-09-11T05:15:18Z 2007-09-11T05:15:18Z http://colin-sullivan.net/main/2007/apple-to-all-iphone-customers/index.html <p><a href="http://www.apple.com/hotnews/openiphoneletter/">Apple - To all iPhone&nbsp;customers</a></p> <p>I never saw this&#8230;I guess this is the official letter. I&#8217;m sure you read &#8220;every one&#8221;&nbsp;Steve.</p> <a href="http://colin-sullivan.net/main/2007/apple-to-all-iphone-customers/index.html" class="more">more...</a> Steve Jobs: iCame, iSaw, iCaved - New York Times Colin Sullivan 2007-09-10T05:18:54Z 2007-09-10T05:18:54Z http://colin-sullivan.net/main/2007/steve-jobs-icame-isaw-icaved-new-york-times/index.html <p><a href="http://www.nytimes.com/2007/09/10/business/media/10carr.html?ex=1347076800&amp;en=e352b0c88e2fcba4&amp;ei=5124&amp;partner=permalink&amp;exprod=permalink" target="_blank">Steve Jobs: iCame, iSaw, iCaved - New York&nbsp;Times</a></p> <p><p>I don&#39;t get what the big deal is&#8230;Everyone is complaining about their iPhone purchase because they were dumb enough to pay $600 for the first version of a product and now the price is cheaper.&nbsp; <span class="caps">WHAT</span> A <span class="caps">FUCKING</span>&nbsp;<span class="caps">SURPRISE</span>!&nbsp;</p> <a href="http://colin-sullivan.net/main/2007/steve-jobs-icame-isaw-icaved-new-york-times/index.html" class="more">more...</a> Serj Tankian's September 11th essay Colin Sullivan 2007-09-04T01:31:30Z 2007-09-04T01:31:30Z http://colin-sullivan.net/main/2007/serj-tankians-september-11th-essay/index.html <p>I recently remembered how much I used to listen to the System of a Down albums, and how talented this band really is.&nbsp; Their music is not only mainstream and catchy, as it may seem at a glance.&nbsp; They are truly talented musicians who are not afraid to experiment with different sounds or blend different genres together within a&nbsp;song.</p> <a href="http://colin-sullivan.net/main/2007/serj-tankians-september-11th-essay/index.html" class="more">more...</a>