Monday, September 15, 2008

An introduction to Google Books...

This is the first of what will probably be many posts about Google.

I (like many people) have been fascinated with Google for quite some time. I even did a report on them (Google Books) in one of my engineering classes on intellectual property.

The Google Books project is a project where Google has teamed up with many libraries across the world and begun scanning all of the books they have available. Once scanned, these books are OCR'ed and become text, which we all know is searchable. Google then indexes these books and allows people all over the world to search them.

Sounds great! What could possibly be bad about this??

Well, Google got greedy.

While Google started scanning books, some authors decided that they didn't want their books to be searchable. And, seeing as how the contents of the books were the intellectual property of the authors, this was certainly their right to keep from having their books searchable via the internet. So, Google created an "opt-out" program whereby authors would be able to opt-out of the Google Book project.

(Here's where it gets interesting)...

Even if the authors had opted out, the books were still scanned and archived. Why? -- Who knows, but I bet you have a pretty good guess.

But wait, that's not right. You can't just walk into a library and photocopy an entire book. Just like you can't borrow a CD or movie and go home and copy it. That's illegal. The library paid a higher license fee than an individual user so that they could lend the intellectual property to others, but they didn't pay to "resell" the content for nothing. And, when you check out a book, CD, or video from the library, you don't have the rights to copy that media.

So, while the authors argue that it is their right to have Google not scan their book at all, Google maintains that the author only has rights to keep the information off the internet.

So, how did Google Books get away with it?
You tell me.

Friday, September 12, 2008

How it all started...

So, thanks to Peter for setting this site up -- it's totally snazzy, and very fitting of the 10 nerds!

I spent the last few days trying to figure out how it all started... day one of our nerdified group. Peter, please feel free to add to the post accordingly!

So Peter and I went to Kansas State University, both of us nerds in the truest sense: working on our bachelor's computer engineering degrees, getting our hands dirty with our own computers -- which of course was our number one hobby no matter what anyone may have said, and both of us whole-heartedly dedicated our computer assistance to those who needed it. We enjoyed watching Nova, and really anything on The Discovery Channel or The Learning Channel.

The first class that I remember seeing Peter in was Circuit Theory I, with good ol' KHC. Remember KHC's infamous grading scale? And that effing line! Well, only those who've actually experienced the wonder that is KHC will ever understand...

Anyway, Circuit Theory I was quite a kick in the junk, if I may say so myself. I believe our first test was mediocre at best... with our third test having a class average of 30%. I believe I ended up with a 62% overall in the course, and received a B. It was quite the rollercoaster!

Speaking of which, I need to dig up my old list of quotes from these profs. Peter and I used to write them down in the middle of class -- as some of the EECE professors had some gems of quotes!

Well, at one point after Circuit Theory I, it could have been Linear Systems... he and Bobby and I decided that we should stick together and study. Some Hi-C Orange shots later, we passed all of our classes (sometimes by the skin on our chins), and the rest is history!

Now Peter and I frequently do what I call "nerd-out." We discuss some of the current tech things that may come up in the news or on the net, maybe also a new technique which enables us to be more efficient nerds, and we frequently have convos on the impact these tech things have on our lives. It's all really great!

Thus, the point of this whole blog! Hopefully this will give us an avenue to 1), get some of the crap out of our brains and 2), share it with anyone who wants to know!

Hope you all enjoy!

Tuesday, September 9, 2008

Jaiku or Twitter

Recently I got into Twitter and eventually (when they started allowing invitations again) Jaiku.

These mobile blogging platforms appealed very much to me as I have been struggling for quite some time to find the time and (more importantly) motivation to keep up sizable, respectable, worth-while posts on any blog.

These led me to understand just how important blog posts containing more than 140 characters (the limit on Twitter and Jaiku) really can be, especially when attempting to rouse up discussion on deserving subjects.

Perhaps this is why the introduction video to Twitter suggested that the service is simply a gap-filler for between-post events that are not large/important enough to merit an entire post (i.e. mowing the lawn, seeing the Oscar Mayer Wiener-mobile on the highway, etc.).

Well, it just so happens that both platforms were undergoing a bit of a face-lift when I was getting into them.

Leo Laporte (whom I have never heard of) apparently was a Twitter user, and decided to move from Twitter to a small company called Jaiku. Apparently Leo had quite a following, as his switch made news headlines over much of the internet. Not only that, it caused "the Leo Effect" whereby many Twitter users also abandoned Twitter for Jaiku. This overwhelmed the Jaiku servers, and they struggled for quite some time to regain control of their bandwidth and increase their capacity.

Well (as always) someone at Google was apparently paying attention, and lo-and-behold, Jaiku soon announced that it was being absorbed by Google.

Then, just in the past day or so, Twitter announced (or denied, depending on what article you read) that it is experimenting with adding advertisements to its Tweets. It also release that it's tired of "footing the bill" for you to send Tweets via SMS in some countries.

So, one one hand, you've got Twitter going with ads and retracting SMS features from some countries, and on one blog I saw I noticed that there were rumors of them creating a corporate product.

On the other hand, you've got Jaiku supporting RSS feeds (kind of, I'm having some issues with it right now), and being absorbed by Google, which was good for Blogger, Picasa, and others. Jaiku also does icons, which I can take or leave, and they don't support sleeping the SMS delivery like Twitter, so I just turn my phone down when I sleep.

I'm switching to Jaiku full time for now. We'll see how it goes...

Th3 Nam3 0xf th3 Gam3

"The 10 Nerds" -- inspired by the saying "There are only 10 kinds of people in this world: those that understand binary, and those that don't."

Binary ("bi-" indicating two), for those of you who don't know, is a method of counting using only two unique values (0 and 1) for each digit.

Decimal ("deci-" indicating ten) is the standard method for counting that we are all familiar with. In decimal, each digit can be one of 10 unique values (0-9 inclusive).

So, here is how to count to ten (from zero, so 11 digits) in each:

Decimal: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Binary: 0, 1, 10, 11, 100, 101, 110, 111, 1000, 1001, 1010

Note that in decimal it is not necessary to use a second digit until we have exhausted all of the unique values with the first digit.

Also note that the same is true for binary, it just happens much faster.

Thus, the title "The 10 Nerds" is to be interpreted in decimal as "The 2 Nerds".

Welcome to our world...

Friday, August 15, 2008

How do I change a MAC address?

Change those MAC addresses so you can do some real network manipulation!

How do I change a MAC address?

Thursday, August 14, 2008

Windows Batch File Argument Editing

Let's edit some of those %1's and %2's and make them a bit more useful!

InformIT: Windows Batch Files for Fun and Profit > Argument Editing

You can't talk about Windows Batch files and not talk about good ol' Rob Van der Woude!