<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rollachan Blog</title>
	<atom:link href="http://blog.rollachan.org/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.rollachan.org</link>
	<description>Not your everyday blog</description>
	<lastBuildDate>Sun, 11 Apr 2010 14:01:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Program Efficiency: A Preemptive Strike</title>
		<link>http://blog.rollachan.org/?p=103</link>
		<comments>http://blog.rollachan.org/?p=103#comments</comments>
		<pubDate>Sun, 11 Apr 2010 14:01:54 +0000</pubDate>
		<dc:creator>netadptr0719</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Practices]]></category>

		<guid isPermaLink="false">http://blog.rollachan.org/?p=103</guid>
		<description><![CDATA[Developing efficient programs is a multifaceted problem with so many proposed solutions that it often becomes confusing to decide what work flow to follow. Rather than focusing on the development of a program directly this post is going to focus on what can be done to create more efficient programs before a single line of ]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p lang="en-US">Developing efficient programs is a multifaceted problem with so many proposed solutions that it often becomes confusing to decide what work flow to follow. Rather than focusing on the development of a program directly this post is going to focus on what can be done to create more efficient programs before a single line of real code is even written. Pre-programming standards have seemed to deteriorate as programming has grown older.</p>
<p lang="en-US">The first step in creating an efficient program is to have some sort of over arching goal in mind. While in school usually this sort of thing is done by the assignment itself and it is up to the student to develop the program based on the design. The designs laid out by school projects are obviously not ideal and not something you would usually expect to see in a sort of corporate environment. Many designs however are rather slim with only the basic functionality laid out leaving a lot of guess work on the developers side. Once you introduce any sort of indecision into a software project you have opened the door to inefficiency. A developer may try to fill in the holes in the design with what they think is right. Something completely simple could be over complicated in code because someone did not write out in any for of design how two components were expected to communicate and relate with one another. Even if the developer has good communication skills and does come to ask for clarification often the document designer writes so many documents that the ideas they had during the design phase may be gone or fuzzy.</p>
<p lang="en-US">Some of this could be done better by simply having a more dynamic software design phase. Rather than having a single person responsible for designing how it is that a program should function it should be a community effort with input. This approach really helps in two major ways. First it puts more eyes and opinions on a project. Every developer has their own level of expertise and may catch some silly design or logic mistake right up front that someone else may not have caught. Second, this allows a wide range of developers to be aware of the thought process in developing the software. When a single person creates a design and put off on a single developer it often narrows the doorway of information flow. Only one guy knows what he was thinking and how it was originally planned to work while the rest of a development team is required to sort of guess and try to interpret the desired outcome and design.</p>
<p lang="en-US">One practice that has seemed to go the way of the dinosaurs is writing pseudo code before beginning a project. Some people write out a basic sort of pseudo code before starting a project but it never seems to be something that is quite in depth enough to really catch any sort of logic errors that a developer may run into. Back when fixing a programming mistake took more than simply hitting the backspace key a few time pseudo code was a much more integral part of the development process. A developer couldn&#8217;t easily just throw out some code, see if it would work, make a few changes, and try again. The idea that you can even try to fly by the seat of your pants when developing is completely absurd. It is a terrible method to follow when developing any major software and creates perhaps one of the largest openings for inefficiency.</p>
<p lang="en-US">Most developers have had those moments in school when they start to develop a program, get most of the way though, then realize that they misunderstood the assignment and need to start over almost entirely from scratch. The best method to fix this sort of problem would be to truly scratch the whole project and start design again from the ground up. Instead most people will take what they have already written, try to salvage what they can, and in the process create a horrible inefficient beast. This beast may function and possibly work as desired but is no where near as good as it could be because the time was not taken to truly create any sort of design. This happens in large scale projects all the time. People don&#8217;t really take time to hammer out some in depth pseudo code and truly look at their program before they even start writing it. Instead people just start programming with only a bare bones idea of what they outcome should be trimming and rewriting where necessary. Many projects have portions of code in them that do absolutely nothing at all because they were written in there in a previous state of the program and no one ever bothered to take it out.</p>
<p lang="en-US">Lets put together an idea situation of how developing software should go. A group of developers should get together with their ideas of what a program should do, how it should operate and how it should look. Everyone puts in their input and does their best to mold it into the best possible design. Once the design is completed the individual responsible for a portion of the code should take time to write really in depth pseudo code. Really focus on how the flow of the program should go, how loops should be formed, what basic calculations are going to be needed, how this code with interact with another part of the project. Once completed they should have another developer take a look at it to double check that the logic is sound and that there aren&#8217;t any outstanding problems. Once it has gone through some discussion and redone it should finally be coded in an efficient, well planned out, manner.</p>
<p lang="en-US">While this may not entirely fix the problem of programming efficiency it is definitely a good start. Rather than relying on a developers over bloated self confidence to create something it truly puts a level of responsibility on them and the their peers. With this sort of approach the “fly by night” style of programming should be less prevalent and truly well thought out programming standard and design should be applied.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rollachan.org/?feed=rss2&amp;p=103</wfw:commentRss>
		<slash:comments>189</slash:comments>
		</item>
		<item>
		<title>Internationalization: Problems Faced Within the System</title>
		<link>http://blog.rollachan.org/?p=100</link>
		<comments>http://blog.rollachan.org/?p=100#comments</comments>
		<pubDate>Sat, 06 Mar 2010 16:53:15 +0000</pubDate>
		<dc:creator>netadptr0719</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.rollachan.org/?p=100</guid>
		<description><![CDATA[I recently attended a class on the problems facing internationalization within software engineering. It brought up a lot of good points that I had never even considered as internationalization problems. Having two internships and having to deal with internationalization problems I had kind of thought that I already knew my way around it and how ]]></description>
			<content:encoded><![CDATA[<p>I recently attended a class on the problems facing internationalization within software engineering. It brought up a lot of good points that I had never even considered as internationalization problems. Having two internships and having to deal with internationalization problems I had kind of thought that I already knew my way around it and how to effectively deal with the problems. Most of the things I didn&#8217;t consider were little logic errors, not larger scale problems. Most notable being that in other languages, what is considered alphabetical, changes. One cannot always assume that if one is looking at a list, that the A&#8217;s will necessarily be in a row since the normalization of Á would turn into A but may not be locally recognized as the same.</p>
<p>Many of the problems discussed in the class focused around things that I would consider &#8216;learnable behavior&#8217;. Things such as making sure you are using Unicode encoding, being aware that an icon that has obvious meaning in America may have no meaning at all in another country. GUI design was another hot topic in the class. You have to consider that some language will read right to left rather than left to right.  Many languages have words much longer than their English counterpart and could either be cut off in a label or possibly cause a line wrap. All of these things are true and should be the focus of any software engineer that wants to do well with internationalization. However, I believe that this isn&#8217;t truly the root cause of the problem. An engineer should be able to pick up simple concepts such as externalizing strings, swapping out icons when necessary, and using a new style of GUI design. I believe that the true problem lies in the environment in which the engineer is developed and kept.</p>
<p>The first true stumbling block of internationalization is the educational system. While in school engineers are only really forced to create programs for themselves that have a very narrow scope of operation. They are never expected to create a program that is to be consumed by any other end user other than themselves, their instructor, and perhaps a grader. The educational system should really take on some responsibility in how they teach students to create deliverables. This wouldn&#8217;t necessarily require any sort of major overhaul in the systems. I know that many schools require a sort of capstone class that has a student create a product that, in theory, could be operated by an end user. Since we now live in a world market it would not be outside the scope of a class such as this to incorporate ideas involved in internationalizing software. Some of this burden would be taken off of the educational system though if perhaps development books were written in a new way.</p>
<p>Development books are a cornerstone for the growth and education of any software engineer. The problem in these books however is that more often than not they focus on almost entirely over simplified examples. In introductions to languages this is to be expected and I don&#8217;t think that “Hello World” needs to be internationalized in an effort to expose new engineers to internationalization. Exposure should, however, be given soon after the basic concepts of programming are taught. I can&#8217;t entirely blame the book manufactures for producing code in this manner though because most current languages are only written in an English readable format.</p>
<p>An English readable format is perhaps one of the largest stumbling blocks that an engineer has to face when creating software that is to be internationalized. If a native English speaker is creating a program, more often than not, that language will read almost like English and will have a sort of familiar flow to it. It really distracts the engineer from the fact that it needs to be internationalized because in the mind of the developer it seems to flow so well. Languages are written in stone and there isn&#8217;t really any logical way, or reason, to go back and write C++ and Java so that it is absolutely unreadable to anyone. This does though allow a good metric on which to judge a software engineer and his dedication towards internationalization. If an engineer is able to distance himself enough from his own native language then he is a software engineer who is not only able to create programs that will conform to internationalization but also an engineer that should be seen as willing to push himself and constantly grow. Not all of these problems lie on the educational system and the engineer themselves. A good majority of this responsibility falls on the industry as well.</p>
<p>While an engineer may be put on a one way track through his education, and perhaps books if they study on their own time, industry is often guilty of endorsing such behavior. Once an engineer has finished school and heads into industry, there is usually a short time dedicated to educating that engineer. Most of this education focuses on business-centric education. More and more businesses are moving towards including internationalization education in their training and that is a major first step. Sadly it is only a baby step because once the engineer is in his position, education ceases and practice begins. In many engineering environments, engineers are expected to produce, produce, produce. While I am sure many engineers expected this, and industry loves it, I am pretty confident that it is not what is best for industry. While the industry is expecting engineers to produce they are unintentionally culturally isolating the engineer and, despite what they may think, actually lessening the expectations on engineers. While the expectation of work may have increased, the expectation of continuing education decreases. Many businesses offer incentives to continue education which sounds very appealing. However, when your work expectations are so high, it leaves little time to dedicate to continuing one’s education. If a company wants to see their engineers succeed in an international environment they need to dedicate their time to putting engineers on the front line and truly showing them the problems that are faced on an international stage. Many examples given involve how a GUI interface may mess up, but this is only the beginning of the problems seen in the international space. If an engineer is able to see how his work affects another individual from poor internationalization, it would allow them to have a more real understanding of how what they do directly impacts the global stage.</p>
<p>While many of these problems seem large and insurmountable, they aren&#8217;t. All it takes is a shift in the way people think and develop software. Luckily this isn&#8217;t a large shift in thinking and only minimal effort on the side of input to see a large change in the output produced by engineers. Until these small problems are addressed though, I feel that the problems seen in internationalization will continue to be an ongoing uphill battle.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rollachan.org/?feed=rss2&amp;p=100</wfw:commentRss>
		<slash:comments>273</slash:comments>
		</item>
		<item>
		<title>C++ to Java: A Lifestlye Change</title>
		<link>http://blog.rollachan.org/?p=90</link>
		<comments>http://blog.rollachan.org/?p=90#comments</comments>
		<pubDate>Thu, 04 Mar 2010 00:53:32 +0000</pubDate>
		<dc:creator>netadptr0719</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://blog.rollachan.org/?p=90</guid>
		<description><![CDATA[I have learned in the past couple weeks that I will become a Java developer. I have always had a disliking towards Java for various reasons. Since attempting to learn it though in a corporate environment I have found that it does have an awful lot to offer the business world. With that said there ]]></description>
			<content:encoded><![CDATA[<p>I have learned in the past couple weeks that I will become a Java developer. I have always had a disliking towards Java for various reasons. Since attempting to learn it though in a corporate environment I have found that it does have an awful lot to offer the business world. With that said there are a few features it lacks that I feel should really be a mainstay of any major programming language.</p>
<p>The biggest advantage I have found with Java is probably how easily it is ported across systems. In previous internships I worked with Visual C++ and the idea of it working on a possible Mac client were pretty much out of the question. Moving to Java though allows developers to focus less on cross compatibility and more on the true function and desired outcome of the program. While it is more flexible in cross compatibility it is also more flexible when looking at things such as internationalization. C/C++ were made ages ago and there wasn&#8217;t really much of a character encoding standard at the time. ASCII was really just about it and that really didn&#8217;t give companies any advantage when it came to foreign markets. Libraries and workarounds exist for this in C/C++ I know but since Java was made much more recently these standards are inbred into the language a little more making it a lot more accessible and easier to use. I also like the ease the transition from C/C++ to Java has been.</p>
<p>I have heard for some time now that people who have a background in C/C++ don&#8217;t have much of a problem transitioning to Java. I always though that this may have been people just trying to lure me over to the &#8216;dark side&#8217;. For the most part it has really been true, the syntax is almost identical, it is some of the logic that is throwing me off more than anything else. Even though it is causing me some trouble I must say that I am not coming at it from the other direction like a couple of my coworkers are. People who originally knew Java and are trying to move into the C++ realm are seeming to have a much harder time transitioning. A lot of it is stuff that I would consider trivial for the most part. When I stop and look at the differences in the two languages though it isn&#8217;t too shocking that someone who only knows Java is completely lost in a language like C++. The idea or using pointers or passing arguments as references is completely lost on some of these people. There have been several situations where someone has passed a class into a function, tries to change something, and it comes out completely untouched. I ask if they are passing by reference and they don&#8217;t even know what I am talking about. Something else surprising is some of the inheritance structures that these people are creating in C++. I guess I have taken for granted that C++ has multiple inheritance, something that Java ironically doesn&#8217;t have, I&#8217;ll get to that later. Some people have created classes that inherit through this giant tree of extends. This wouldn&#8217;t necessarily be bad but when you try to force something like this some of the relationships can become sketch at best.</p>
<p>Not having multiple inheritance may not seem like such a big deal but when you break down the foundations on which Java was built it truly seems to make pretty much no sense to me. It truly is ironic that a language built so heavily on the idea of OOP has no way to inherit multiple objects. While this may not be the death of the language it truly is something that I would expect from such a widely accepted and powerful language. Something else I find that Java is missing is a wide variety of primitive types. While Java has the basics: <samp>int</samp>, <samp>float</samp>, <samp>double</samp>, <samp>byte</samp>, <samp>char</samp>, <samp>boolean</samp>, and <samp>long</samp>, it doesn&#8217;t really have a way to expand on any of this. Java has eliminated SOME of this by creating the <samp>BigInteger()</samp> and <samp>BigDouble()</samp>. I don&#8217;t really find this to be a solution to my problem though because I am still awfully restricted. Initially looking at this list it may not seem too restricting, wait, there is more. Combining types or modifying types does not exist, that is to say I can&#8217;t made a <samp>long long</samp>, a <samp>long double</samp>, or anything of the sort. The one that really got me today was that there is no way to make a number <samp>unsigned</samp> inside of Java. This seems like a major oversight for any language that wants to gain any sort of major use and respectability. Sure I will probably not have a use for a number that goes all the way to 18,446,744,073,709,551,615 anytime soon but it still does take a huge chunk out of possible markets.</p>
<p>Despite the gripes about Java it truly is a pretty strong language. While its range of uses may not be as far reaching as some of the older lower level languages it really does pick up the slack in the ability to get something together and ship it out quickly among varying platforms. While efficiency may be lost there is a definite profit gain accomplished by using a language like Java over some of the other big names out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rollachan.org/?feed=rss2&amp;p=90</wfw:commentRss>
		<slash:comments>1718</slash:comments>
		</item>
		<item>
		<title>The Google Commercial</title>
		<link>http://blog.rollachan.org/?p=87</link>
		<comments>http://blog.rollachan.org/?p=87#comments</comments>
		<pubDate>Tue, 09 Feb 2010 05:56:26 +0000</pubDate>
		<dc:creator>gamerdonkey</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blog.rollachan.org/?p=87</guid>
		<description><![CDATA[I feel like, after my little rant about the Bing commercials, I should weigh in quickly on Google&#8217;s first foray into TV advertising. Long story short, I liked it. Especially when I compare it against the original Bing commercials. It wasn&#8217;t obnoxious, too long, and borderline fear-mongering. It was clean and simple, exactly as we&#8217;d ]]></description>
			<content:encoded><![CDATA[<p>I feel like, after my <a href="http://blog.rollachan.org/?p=25">little rant</a> about the Bing commercials, I should weigh in quickly on <a href="http://www.youtube.com/watch?v=DxyVpSUw6Kg">Google&#8217;s first foray</a> into TV advertising. Long story short, I liked it. Especially when I compare it against the original Bing commercials. It wasn&#8217;t obnoxious, too long, and borderline fear-mongering. It was clean and simple, exactly as we&#8217;d expect from the company with a compulsively simple home page. I liked how it focused on the features and capabilities of the search engine, something that Bing ads have <a href="http://www.youtube.com/watch?v=X9aJrjyK4uM">more recently caught on to</a>, and I liked that it managed to tell a short story which people can relate to without showing anything but the search pages, something that Bing ads have <a href="http://www.youtube.com/watch?v=oWV6iklM_HQ">more recently failed at</a>.</p>
<p>That said, I&#8217;m a little saddened that Google broke the tradition of no TV ads. I mean, I&#8217;m glad that it didn&#8217;t suck, and I do kind of like the one-upmanship of responding to Bing&#8217;s entire ad campaign with one Super Bowl ad. But it&#8217;s like that end of the era. Also, as was pointed out to me today, it&#8217;s a bit of an odd move to make France feature so prominently in a commercial aimed at the Super Bowl audience. Overall, though, I don&#8217;t think they&#8217;re hurting themselves with the move.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rollachan.org/?feed=rss2&amp;p=87</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>Life After College</title>
		<link>http://blog.rollachan.org/?p=85</link>
		<comments>http://blog.rollachan.org/?p=85#comments</comments>
		<pubDate>Sat, 06 Feb 2010 03:12:51 +0000</pubDate>
		<dc:creator>netadptr0719</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://blog.rollachan.org/?p=85</guid>
		<description><![CDATA[Through my entire schooling I always looked forward to the day that I would be done and be able to join the work force. Now that I am here it has led me to some conclusions about school and the life thereafter. Things I though were true have now been proven true and things I ]]></description>
			<content:encoded><![CDATA[<p>Through my entire schooling I always looked forward to the day that I would be done and be able to join the work force. Now that I am here it has led me to some conclusions about school and the life thereafter. Things I though were true have now been proven true and things I had always thought to be true are now false. Life has most definitely thrown me a curve ball and it is taking a lot of getting use to.</p>
<p>I always thought that school was expensive and stressful. I never was able to hold a steady job while in college and it seemed like I was in an eternal game of catch up that I would never win. Now that I am actually making money nothing has really changed. Now I just have more bills and more living costs. Expenditures have just seemed to grow in proportion to how much money I make not really allowing me any wiggle room or room to save. I know that as time goes on I will be able to bank more since a lot of my costs are in the up front costs of moving and not so much in the long term. It still is a lot of stress though and I think it may give me an Ulcer.</p>
<p>I figured once I got out of school I would be able to enjoy my free time a little more than while I was in school. This one has actually proven to be quite true. I will end up working into the day later than I anticipated but once I do come home that is entirely my time. Sure it is impossible to completely leave work at work in your thoughts but I am not forced to work on it in my free time like I was with home work in school. I have also come to appreciate weekends a lot more. When in school the weekends were a healthy mix between a time to relax and a time to catch up. It has now mostly just turned into a time to relax and I must say that I like it.</p>
<p>A lot of times when sitting in a class I found myself thinking, &#8220;how is this going to help me.&#8221; Well, unlike in high school what they have taught me has indeed turned out to be useful. Now that I am interfacing with students from other schools you can pretty easily tell which students focused just on theory, which focused only on application, and which had a healthy mix of the two. I have come to determine that Rolla has given me a good mix of the two and I must say that I am quite happy they did. I see many kids now who can give me the super details of why something is better or why it works the way it does. However, when these kids are asked to put it into an implementation they seem to freeze and have a hard time putting into words. On the other hand you have people who are able to churn out code faster than anyone I have ever seen. I can not help but think though that these kids really don&#8217;t have any understanding of what they are doing or if it is even best practice. It seems that they have basically just been sent to school to be code machines and to question absolutely nothing.</p>
<p>Whether I see life after school as better or worse is really irrelevant. I think for every problem I can find I am able to find a reason that makes seem so much better. It is definitely an entirely new experience that seems daunting and scary at first. You will find thought that in no time at all you find a certain pride in being on your own and truly making your own decisions. Whether they are good or bad decisions you can&#8217;t help but be happy that at least you made the decision and that you have truly made it to adulthood.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rollachan.org/?feed=rss2&amp;p=85</wfw:commentRss>
		<slash:comments>1617</slash:comments>
		</item>
		<item>
		<title>Apple</title>
		<link>http://blog.rollachan.org/?p=82</link>
		<comments>http://blog.rollachan.org/?p=82#comments</comments>
		<pubDate>Thu, 21 Jan 2010 16:39:42 +0000</pubDate>
		<dc:creator>gamerdonkey</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blog.rollachan.org/?p=82</guid>
		<description><![CDATA[I have found it hard to avoid the excitement happening online for Apple&#8217;s upcoming announcement, allegedly, of their very own tablet. Being well-versed in the titles of many of these articles and the actual content of a few, I feel that I can break them into two categories: 1.) People who wish to gain credibility ]]></description>
			<content:encoded><![CDATA[<p>I have found it hard to avoid the excitement happening online for Apple&#8217;s upcoming announcement, allegedly, of their very own tablet. Being well-versed in the titles of many of these articles and the actual content of a few, I feel that I can break them into two categories: 1.) People who wish to gain credibility in the tech community by correctly guessing what Apple&#8217;s next product will be based on largely unreliable and circumstancal evidence, and 2.) people who don&#8217;t actually care what the product is or how well it will work, but are simply waiting expectantly for Apple to lay the next revolution upon them.</p>
<p>Based on that, I&#8217;ll probably fit best into the first category, simply because I do plan to make some predictions. However, I feel that I differ from most of the web community in that category because I&#8217;m almost certain my predictions will be correct, based on historical evidence, and I won&#8217;t be waiting for Apple to endow us all with the blessing of truth next week, or whenever the announcement is. That said, here are my predictions about Apple&#8217;s latest and greatest:</p>
<ol>
<li><strong>It will be overpriced</strong> &#8211; This is a given for Apple, like the free square in Bingo.</li>
<li><strong>Data entry will suck</strong> &#8211; Steve Jobs publicly hates buttons, and this handicap affects almost any touchscreen device. It is also probably the largest shortcoming of the iPhone that everyone simply ignores. Now imagine if the iPhone was bigger. There is, of course, the possibility of handwriting recognition, but I firmly believe that this is what holds the already-present tablet computer market back. I don&#8217;t mean that the recogonition technology hold us back, but trying to hold a computer, even a small one, and write legibly is uncomfortable and annoying.</li>
<li><strong>It will be successful</strong> &#8211; I don&#8217;t mean iPhone successful, just standard Apple successful. Without wireless carrier contract subsidies to offset their price hiking, I don&#8217;t think Apple can even get to most people. There are, however, a fair number of people out there just waiting for Apple to upend the technological market and revolutionize their lives. Probably enough to keep Apple profitable.</li>
</ol>
<p>Well, with that out of the way, I&#8217;d like to end this post on another late-breaking Apple newsflash from the city. Apparently, there are talks over Microsoft Bing becoming the default search engine on the iPhone. I have no idea whether or not this is true, or the odds of it happening, but if it does, it would probably be one of the best business moves Microsoft has ever made for their &#8216;new&#8217; search engine (certainly better than those dumbass commercials). See, even though Apple&#8217;s marketing department has done its best to paint Microsoft as the great evil which you can only defeat by buying a MacBook, the vast majority of MacFans I know have pledged their one allegiance to the mighty Apple. Thus says the iPhone-carrying MacFan, if Apple tells me that Bing should be the default search engine, it must be the best, and I shall use it. Plus, it seems that most of Bing&#8217;s marketing has been aimed at seperating the Bing name from Microsoft, so both companies may be hoping that nobody will even realize that this impurity is being introduced on an Apple product.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rollachan.org/?feed=rss2&amp;p=82</wfw:commentRss>
		<slash:comments>81</slash:comments>
		</item>
		<item>
		<title>Real World Development</title>
		<link>http://blog.rollachan.org/?p=76</link>
		<comments>http://blog.rollachan.org/?p=76#comments</comments>
		<pubDate>Tue, 27 Oct 2009 16:08:23 +0000</pubDate>
		<dc:creator>netadptr0719</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Practices]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[School]]></category>

		<guid isPermaLink="false">http://blog.rollachan.org/?p=76</guid>
		<description><![CDATA[Recently Joel Spolsky of Joel on Software wrote an article on capstone projects at school. There are a lot of things he mentioned in his article that I find to have a lot of truth in them. I can not agree with everything he says but I think his main point on the importance of ]]></description>
			<content:encoded><![CDATA[<p>Recently Joel Spolsky of <a href="http://www.joelonsoftware.com/">Joel on Software</a> wrote <a href="http://www.joelonsoftware.com/items/2009/10/26.html">an article</a> on capstone projects at school. There are a lot of things he mentioned in his article that I find to have a lot of truth in them. I can not agree with everything he says but I think his main point on the importance of a well run capstone class is something I can truly get behind.</p>
<p>I know that many people at <a href="http://www.mst.edu">Missouri S&amp;T</a> have a problem with the capstone class, myself included. I do not hate the idea of taking a capstone class itself but rather how the school currently runs its capstone program. According to Joel&#8217;s article many schools don&#8217;t ever give you development skills at all. I guess this says something about our school since it actually gives you two separate classes, Software Engineering, and then the capstone. I think the Software Engineering class does a good job of introducing you to different planning styles and methods for running a project while getting you started in working with documentation, a small group, and a fairly easy to manage program. The capstone should most likely be an expansion on this class to go more in depth, get your hands in on a real world project while having real world expectations of students.</p>
<p>The current senior capstone class feels like a repeat of Software Engineering, which to a point, can&#8217;t be helped since it should be an expansion on it. However, after only a few weeks into the class it seems like there is hardly anything different about the class other than the teacher itself. One of the largest reasons for this is that they do give you a larger scale project to work with but not any more time to do it in. This causes your documentation period to take up 2/3 of the semester and giving you almost no real work time. Many other majors have a year long capstone allowing them proper time to plan and implement their project. I think that the Computer Science department could learn greatly from t his. If the CS Capstone was a full year course you would be able to take an entire semester to get planning and documentation completed and have an entire semester to implement scheduling and development.</p>
<p>The only points in his article that I really take any argument against is that too many school are stuck teaching subjects from the 80&#8242;s such as linear algebra. To an extent many of these classes need to be taught and exposed to students. If we were to only teach students how to pump out code that worked as fast as possible the market would be flooded with even more bad code than it already is. It is important for a programmer to understand how the inner workings of what he is creating works and how to make it more efficient. Too many schools these days are making a move to teaching Java as a primary language which can be dangerous. While Java is a powerful language it doesn&#8217;t teach you a lot of fundamental basics that a lower level language will teach you. This is why I am glad that Missouri S&amp;T still teaches using C++ as a starter language. It is a high enough level language to teach you newer programming practices and Object Oriented Programming with out losing touch with the importance of some of the lower level management that is sometimes required. I do however think that the school does need to offer a larger selection of languages to learn because once you attend school here you are pretty well pegged into using C++ or C for the duration of your education.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rollachan.org/?feed=rss2&amp;p=76</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Internet Flaming</title>
		<link>http://blog.rollachan.org/?p=70</link>
		<comments>http://blog.rollachan.org/?p=70#comments</comments>
		<pubDate>Tue, 06 Oct 2009 15:30:19 +0000</pubDate>
		<dc:creator>netadptr0719</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[The Internet]]></category>

		<guid isPermaLink="false">http://blog.rollachan.org/?p=70</guid>
		<description><![CDATA[I like internet flaming as much as the next guy does, but I&#8217;ve always considered it to have its breeding grounds. Outside of these safe havens for flaming there wasn&#8217;t much room for it. It was actually considered rude it some places. Places such as a chan, YouTube, Something Awful, it was just the norm ]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-73" title="fuuuu" src="http://blog.rollachan.org/wp-content/uploads/2009/10/fuuuu-286x300.jpg" alt="fuuuu" width="286" height="300" />I like internet flaming as much as the next guy does, but I&#8217;ve always considered it to have its breeding grounds. Outside of these safe havens for flaming there wasn&#8217;t much room for it. It was actually considered rude it some places. Places such as a chan, YouTube, Something Awful, it was just the norm and part of the culture to flame as much as possible. I must admit that at times it was really fun too.</p>
<p>The other day I was reading online a comparison between two pieces of software. The way this normally works is that someone in the comments claims that the one software is better, someone flames him, then someone flames that guy, and it goes on and on. The first comment in this blog was someone thanking him for the comparison, which I thought was a nice gesture because in all honestly it was a good comparison. He showed no fan boy loyalty or anything, he just compared them feature by feature and was done. The next comment though actually flamed the blog writer for being a &#8220;fan boy faggot&#8221; in his review.</p>
<p>As I said before, even with something like this there is a place I would expect it. A personal blog, or possibly someone who can&#8217;t write in the English language to save their lives. On a fairly reputable site though that is edited and reviewed? It seems to me to go beyond what is acceptable. If everyone is just going to flame everyone on the internet for everything I think I am done reading news and reports. I don&#8217;t feel like reading rage comments absolutely everywhere I go on the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rollachan.org/?feed=rss2&amp;p=70</wfw:commentRss>
		<slash:comments>281</slash:comments>
		</item>
		<item>
		<title>Rollachan Car Care Tips</title>
		<link>http://blog.rollachan.org/?p=60</link>
		<comments>http://blog.rollachan.org/?p=60#comments</comments>
		<pubDate>Tue, 08 Sep 2009 02:24:24 +0000</pubDate>
		<dc:creator>gamerdonkey</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[cars]]></category>
		<category><![CDATA[racing]]></category>
		<category><![CDATA[stripes]]></category>

		<guid isPermaLink="false">http://blog.rollachan.org/?p=60</guid>
		<description><![CDATA[Today, I&#8217;m going to change things up a little bit here on the Rollachan Blog. Instead of posting about politics, tech, or some obscure opinion, I&#8217;m going to give you all a quick car care tip that may help your car run smoother, get better gas mileage, and, most importantly, go faster. Of course, there ]]></description>
			<content:encoded><![CDATA[<p>Today, I&#8217;m going to change things up a little bit here on the Rollachan Blog. Instead of posting about politics, tech, or some obscure opinion, I&#8217;m going to give you all a quick car care tip that may help your car run smoother, get better gas mileage, and, most importantly, go faster. Of course, there is only one aftermarket add-on you can put on your car in your own garage that could do all of this. That&#8217;s right, racing stripes.</p>
<p>Before we jump in all willy-nilly, though, you&#8217;ll need to assemble some of the necessary parts and components:</p>
<ul>
<li><strong>A car. </strong>If you don&#8217;t have a car, you stand little hope of improving your engine, gas mileage, or top speed. I suggest that, instead of reading this post, you go make a sandwich or talk to your girlfriend.</li>
<li><strong>Duct Tape.</strong> You&#8217;ll need at least 3 rolls to make the straight lines required for effective, aerodynamic stripes as well as covering up things you don&#8217;t want to paint (i.e. windshield, headlights, cup holders, etc.).</li>
<li><strong>An Empty Mason Jar.</strong> This will be explained below.</li>
<li><strong>One Push-Pin (Any Color).</strong> Same as above.</li>
<li><strong>One Bag of Lava Rocks.</strong> Most cars will need to have their original paint scuffed to ensure that the racing stripe will stick at the incredible speeds you will soon be able to achieve.</li>
<li><strong>Two Gallons of White Latex House Paint.</strong> Don&#8217;t cheap out and get that matte crap. Unless, of course, you enjoy extinguishing chemical fires.</li>
<li><strong>A Sextant.</strong> Correct angles and lines are essential for effective stripes.</li>
<li><strong>A Star Chart.</strong> How else will you use the sextant?</li>
<li><strong>Three Cans of Sam&#8217;s Cola.</strong> You&#8217;ll get thirsty.</li>
<li><strong>A Camera.</strong> Because it will be hilarious if you actually follow these directions.</li>
</ul>
<p>Once you have acquired all of the items in the list above, you can follow these simple steps to apply kick-ass racing stripes to your very own car.</p>
<ol>
<li>Using your sextant and star chart, align your vehicle with Polaris (the North Star). This will be the foundation on which we&#8217;ll base all other measurements, so be precise in this step. I cannot go into detail on sextant usage here, so if you need help just look <a title="Not Wikipedia" href="http://www.rollachan.org/b/res/11420.html" target="_blank">on Wikipedia</a>.</li>
<li>Once you have your car perfectly in line with the North Star, you can start taping off the design of your racing stripe. Assuming you&#8217;ve correctly aligned your car, this step should be incredibly simple and safe to just eyeball, requiring no measurement. I went with an offset-style stripe, but you should make whatever kind speaks best to your inner Rod Stewart. You should also note that you may not be able to do your taping inside your own garage, as mine just happened to be aligned perfectly with Polaris (one of the many benefits of living in a house built by new age hippies).
<p><div id="attachment_61" class="wp-caption aligncenter" style="width: 368px"><img class="size-full wp-image-61" title="HPIM1449.resized" src="http://blog.rollachan.org/wp-content/uploads/2009/09/HPIM1449.resized.JPG" alt="Your garage may not be aligned celestrially. Be wary." width="358" height="480" /><p class="wp-caption-text">Your garage may not be aligned celestially. Be wary.</p></div></li>
<li>In the section you have taped off, scuff the paint with the lava rocks. These have a tendency to wear down very quickly, which is why I had you get a whole damn bag of them. You&#8217;d be surprised how tough paint can be.</li>
<li>It is a little-known fact that latex house paint is actually carbonated (I hear it helps it go down smoother). Here we will take full advantage of this unique property to speed up the process of painting our stripes. Fill the mason jar halfway with your white paint and screw on the lid. Then, shake the jar for at least five full minutes. You should be able to see the carbon dioxide bubbles through the glass. Once five minutes are up, use the push-pin to poke a hole in the top of the jar and direct the spray of paint onto your car. This can take a little bit of finesse to accomplish, so don&#8217;t give up if you can&#8217;t pull it off the first try. Just get a new pin and try again.
<p><div id="attachment_63" class="wp-caption aligncenter" style="width: 650px"><img class="size-full wp-image-63" title="HPIM1451.resized" src="http://blog.rollachan.org/wp-content/uploads/2009/09/HPIM1451.resized.JPG" alt="Looks can be deceiving. We used a highly customized mason jar." width="640" height="477" /><p class="wp-caption-text">Looks can be deceiving. We used a highly customized mason jar.</p></div></li>
<li>If you&#8217;ve managed to perform steps 2-4 without moving your vehicle, you can continue on to the rear of your car without re-alignment. You may have noticed by now that we used duct tape made out of recycled college newspapers, and we suggest that you do the same. You just can&#8217;t be too green these days, and every little bit helps.
<p><div id="attachment_64" class="wp-caption aligncenter" style="width: 650px"><img class="size-full wp-image-64" title="HPIM1453.resized" src="http://blog.rollachan.org/wp-content/uploads/2009/09/HPIM1453.resized.JPG" alt="You'll find that 2 gallons of paint will go a long way. You may even consider touching up that wall you damaged last winter." width="640" height="477" /><p class="wp-caption-text">You&#39;ll find that 2 gallons of paint will go a long way. You may even consider touching up that wall you damaged last winter.</p></div></li>
<li>Now all you have to do is remove the duct tape and your spiffy new racing stripes are complete! Nothing&#8217;s left but to sit back, enjoy a thirst-quenching Sam&#8217;s Cola, and soak in the warm feeling of a job well done. You may notice that, with this new addition, your car will appear incredibly fast even when it is parked and out of gear. You can rest assured that, at least while the ignition is off, there is no need to dive out of the way of your improved vehicle.
<p><div id="attachment_65" class="wp-caption aligncenter" style="width: 650px"><img class="size-full wp-image-65" title="HPIM1481.resized" src="http://blog.rollachan.org/wp-content/uploads/2009/09/HPIM1481.resized.JPG" alt="Rest assured that this vehicle is parked and not in any way approaching the speed of light." width="640" height="477" /><p class="wp-caption-text">Rest assured that this vehicle is parked and not in any way approaching the speed of light.</p></div></li>
</ol>
<p>Well, that&#8217;s it for this Rollachan Car Care Tip. I hope you enjoyed it, and maybe even learned a little something. I would also like to remind you that you alone are responsible for any work you do to your own vehicle and neither Rollachan nor its affiliates may be held accountable for what you do. Have fun out there, and happy wrenching.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rollachan.org/?feed=rss2&amp;p=60</wfw:commentRss>
		<slash:comments>