RSS Readers

Student Bloggers

 

Entries from November 1, 2008 - November 30, 2008

Saturday
Nov152008

Never Miss A Lecture: Google Adds Voice/Video Chat

Google introduced video chat to its GChat client this week.Earlier this week, Google added voice and video capabilities to its online version of GTalk. Why is this great? Many of us take our laptops to class. And many of the newest laptops come pre-equipped with voice and video hardware. No need to buy separate and plug-in to a USB port. And many campuses and classrooms are wired for wireless Internet access. So... Let's say a friend is sick or skipping that 9am or 10am or whenever class.

  1. Install Video Chat (if you both haven't already).
  2. Restart if needed.
  3. Login to GMail.
  4. And initiate a Voice/Video Chat, so your friend doesn't actually have to miss the lecture. They can listen in (and also watch your reactions to the material).

Try not to distract eachother. But you're good to go. Feel free to check your school's handbook about recording a class, but this may not even count as "recording" anyway. Also, I believe this is only available for PC users. Those of you on Mac and Linux: Let us know in the comments which software/website accomplishes the same on those systems.

Friday
Nov142008

007 Steps to the Perfect Martini

You're the bartender at this weekend's Quantum of Solace bash in exotic CollegeTown, USA, when suddenly, you spot the notorious secret agent himself undercover among the young folk. "The name's Bond, James Bond," he says, as he hits you up for his favorite drink. Are you prepared? Didn't think so. Well, read on because mixing the perfect martini isn't as complicated as picking a lock or passing a polygraph test.

Click to read more ...

Sunday
Nov092008

Applying Distributed Computing Concepts to Real Life

Alright, this post is going to get nerdy. Distributed computing is the idea of using multiple computers to tackle one process or series of computations. It usually only makes sense on larger-scale problems like protein folding, video image rendering or creating a gigantic search index. Companies that create efficient distribution algorithms are also at the top of their game, take Pixar and Google for example.

These same distributed computing concepts can be applied to real life. To start things off, I will talk about an example of distributed lifehack I executed earlier this week.

An Example

 

I have a leadership position on something called a service organization here at LMU. My organization, Crimson Circle, focuses mostly on on-campus service. It's a solid group of guys.

For some reason or another, I needed every guy's contact information. Normally, this requires passing a sheet around or talking to everyone individually. That would take a linear amount of time. I found a way to divide the work up by removing a bottleneck from the situation (me).

At the end of our next meeting (held in a classroom), I wrote a simple example on the board with my name, email address and phone number. I instructed each guy grab a piece of chalk and do the same and simply write their name anywhere on a board in the classroom. Even though there was less chalk than guys, the entire process collecting process (the map for you CS majors) took all of 60 seconds.

Then what? I snapped pictures of the board with my phone. Simple as that. I tackled the duty of putting this info into a spreadsheet (the reduce) at a later date. If you're a fan of the 4-hour Workweek, you could just outsource the duty to your Indian personal assistant. You just saved everyone an S-load of time, including yourself.

 

The Gist

 

Why does this work? Distributed computing algorithms usually come in two parts: map and reduce. (Google's site crawlers use this to do their work. CS majors: read more about MapReduce in Joel Spolsky's "Can Your Programming Language Do This?" post.)

The map is the operation that is distributed. In the above example, it is each of the members of Crimson Circle writing their names on the board somewhere. The map is where the most magic happens. The more work you can distribute, the more efficient your task becomes.

The reduce is the operation that collects and organizes all of the information. This is usually tackled by one entity. In my example, I tackled the process of data entry. The key to a good reduce is that it should be atomic and trivial. By atomic I mean that the operation should be a small amount of work. By trivial I mean that anyone should be able to complete the operation, whether it be an assistant in India or a younger brother.

 

More Applications

 

As with any lifehack, this should be used responsibly. Don't go searching for problems with this solution. Just add this to your utility belt.

That being said, good candidates for distributed lifehacking usually pertain to groups of things, people or tasks. Proper teamwork is at its essence distributed lifehacking.

Although distributed lifehacking has a tinge of silliness, it does help develop good habits. Being able to offload responsibilities to others is a peculiar skill of talented leaders. I still need to hash out the full extent of this idea. For now, it's a start.

Do you have any methods in which you use distributed lifehacking? Do you have any war stories of when distributed lifehacking saved you? Let us know in some comments!

Tuesday
Nov042008

The Best Excuse for Skipping Class is...

Voting. Go do it.

Monday
Nov032008

Free Stuff on Election Day

Hello my fellow Americans. We all know it's your God-given right to vote, but did you know it's also your God-given right to get free stuff on election day? Some of your favorite corporations are pulling out a few stops to make sure people get out and vote.

Free Coffee at Starbucks

Your favorite coffee shop is giving away free coffee for everyone that claims to have voted on November 4. All you have to do is tell them that you voted. The caffeine will help you stay up late enough to see the results of the election. Their TV commercial reads,

"Come into Starbucks on November 4, tell us you voted and we will proudly give you a tall cup of coffee brewed on us."

There isn't much information about this online, just the TV commercial. I'm hoping there aren't any catches. An "I Voted" sticker wouldn't hurt your cause.

Free Donuts at Krispy Kreme

The once-hot Krispy Kreme is handing out special patriotic donuts to all customers that come in with an I Voted sticker. This promotion is limited to participating stores.

Free Ice Cream from Ben & Jerry's

For its Democracy Never Tasted So Sweet campaign, the old ice cream maker is giving out free scoops of ice cream. Keep an eye on the clock: this promotion only runs from 5pm - 8pm.

As an added bonus, Ben & Jerry's is stopping by some college campuses. LMU happens to be one of them...

Use the location finder on Ben & Jerry's page to find the location nearest you.

Are there any election day freebies that we missed? Let us know in some comments!

Sunday
Nov022008

No show this week

Unfortunately, Sutton got really bad "food poisoning" so we won't be able to crank out a HackCollege show by tomorrow.

We're also taking our Thanksgiving break early, so there won't be a podcast on Monday the 10th either. A new show will greet you back to school after the break, though. In the mean time, we think you should watch our election show, which breaks down the policies of Obama and McCain, just in time for the elections on Tuesday.

Expect some written posts in lieu of the missing episode.

Thanks for being patient. I would shoot the podcast by myself, but...

 

 

The couch is taken.

Page 1 2 3