Comprehensive Source Search Results

News: Elena Kagan & Monsanto

This is not the type of news I like to read, but the headline popped up like a glaring alarm. While Solicitor General, it appear pending Supreme Court Justice candidate Elena Kagan may have enabled the defense of Monsanto in its fight for GE control of alfalfa seeds in the US. 

News: LEGO Aircraft Carrier

I can not track down the source for this awesome Lego Aircraft Carrier.  Who ever created this did some amazing detail work.  Seems like the ship is even remote controlled.  If you know the creator of this masterpiece please post it in the comments.  Thanks.

News: Star Craft 2 Efficiency

Ever wonder what the most efficient method is for resource gathering in SC2? Yeah, me neither. But someone has come up with a nifty chart that displays how many workers you should have until you start seeing diminishing returns. Serious business these games are.

How To: Assemble a Survival Kit

I am writing this quick post in response to the recent earthquakes and tsunamis that are affecting Japan. As soon as the news broke, and we began to hear of tsunami warning for our area, I immediately realized how under prepared I was for a natural disaster. The thing that drove this point home even deeper was the number of people asking me for advice on what they could do to prepare for the possibility that we are hit by one of the resultant tsunamis. Many thoughts raced through my mind, and...

How To: Add detail with displace modifiers in Blender 2.5

This quick Blender 2.5 video tip demonstrates how to use a displace modifier in conjunction with textures to add extra detail to a mesh. Using this technique can help provide another level of depth to a model with relative ease that otherwise would have to be done manually or through bumpmaps. Whether you're new to the Blender Foundation's popular open-source 3D computer graphics application or are a seasoned digital artist merely on the lookout for new tips and tricks, you're sure to be well...

How To: Use the Preview Rendering feature in Blender 2.49

Preview rendering can greatly speed up your workflow by allowing you to preview your scene within the viewport, from any angle and at low resolution as opposed to rendering the full scene anytime you check your progress. Whether you're new to the Blender Foundation's popular open-source 3D computer graphics application or are a seasoned digital artist merely on the lookout for new tips and tricks, you're sure to be well served by this free video software tutorial from the folks at CG Cookie. ...

How To: Noob's Introductory Guide to Hacking: Where to Get Started?

There is a vast amount of knowledge out there on computers! In fact, it is so vast that no single person could ever possibly ever learn everything there is to learn about hacking or computers in general. People usually specialize in a certain field: cryptography, computer security, networking, software development, testing, and so on...It's probably a bit premature to decide what you want your speciality to be, but keeping the question in the back of your mind will help give you direction in ...

Master the Power: How to Make Fluorescent Tubes Glow with Your Bare Hands

I'm sure most everyone has some kind of fluorescent light source in their home; those long white tubes that emit a bright white light when turned on, or maybe a few of the CFL power-saver bulbs. These bulbs actually require very little "power" (i.e. a high voltage:almost no current ratio) to emit light. In fact, static electricity is enough to make them flicker. Inside these tubes is a gas, and when electricity flows through that gas, it gets "excited" and produces light.

Goodnight Byte: Coding a Web-Based Password Cracker in Python

Our mission for this week's Community Byte was to create a Python program to crack web-based passwords, like the ones you would see on an email or router login. I wanted it to be universal in the sense that it could be easily modified and adapted to another website just by changing a few variables. That was a success! Even though people weren't on time to the coding session, everything went well.

The Aether: Welcome to Minecraft Heaven

Minecraft has been out nearly two years now. Hard to believe, isn't it? Fans of the game have been spoiled with a lot of new content over that span from its creator Notch, as well as its modders. A couple months ago, Notch tortured the Minecraft community by tweeting some screens of a "Sky Kingdom" that he was working on.

News: First Steps of Compiling a Program in Linux

This article describes the very basics of compiling a program on Linux. It is targeted at the absolute beginner. Sometimes beginners search for programs on the web for their Linux systems, and is faced with the reality that they have to compile the program themselves, either because there exists no binary for their architecture, or the author of the program just doesn't release any binaries at all, but only sources.