Archives
- May 2013
- April 2013
- March 2013
- January 2013
- December 2012
- October 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- April 2011
- January 2011
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- March 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
Meta
Monthly Archives: September 2007
SciTE
Oh how I loathe thee. Alright, so I’m currently booting Wolvix Linux as my installed distro. In all honesty I’m to lazy right now to reinstall Gentoo. Its a rather involved process and I don’t feel like doing it right … Continue reading
Posted in java, programming, review, tips, vim
Leave a comment
Debian Post Responce
I’ve got quite a few comments on my post on Debian, which is always nice. But I now feel the need to more or less defend myself. To set some things straight first off, I was using Debian etch x86_64. … Continue reading
Posted in installing, wolvix
10 Comments
Wolvix
This post, in the same tradition is coming from Wolvix. Though the next one about openSUSE won’t because I already blew it away (I forgot). Most people, if they know of Wolvix, think of it only as a live run … Continue reading
Posted in review, wolvix
Leave a comment
Debian
I’m writing this post from within Debian. Do I like Debian overall? No. Not really. The install went smoothly and the installer is pretty easy to follow and understand if you’ve done this before. I find it really similar to … Continue reading
Posted in review
8 Comments
New Distros
I’ve decided that I’ve not tried enough distros out there. Yeah, this is sort of out of the blue, but I can’t stand it. I’ve never used Debian which is supposed to be really good. I’d like to try Fedora … Continue reading
Posted in Uncategorized
2 Comments
Lack of Posts
I’m sorry about my lack of posts. I started my new job about a month ago, and as if thats not enough. I had to move four hours from home. Which sucks in multiple ways actually, but now after living … Continue reading
Posted in job, kernel, news, personal
2 Comments
Tilda
I actually found out about this program through the Wolvix Newsletter. When I first installed it it kept crashing, but now after a reboot I can’t seem to reproduce the error. So in light of that I’m going to pretend … Continue reading
Splint
Splint. Its another static code analysis program. It uses a very interesting concept. By placing specially formatted commented in the code, the user enables the program to use more accurate analysis. So for example, you place a comment like /*@SpecialComment@*/ … Continue reading
Posted in code analysis, paludis, tips
Leave a comment
News
OSNews has a headline that reads, “US Backing for Two-Tier Internet.” I find that misleading. I should of known that we would do that though. My own people annoy me sometimes. AMD has decided to release its specs for ATI … Continue reading
Static Code Analysis
There is a thing in this life call “static code analysis.” It does exactly what it says. It analyzes static code. It basically does everything short of linking. While checkers for a considerable number of languages exist C and C++ … Continue reading
Posted in C++, code analysis, paludis, programming, review
Leave a comment