Investigate Source Search Results

News: Mainstream Comic Strip About Steampunk

You know that steampunk is mainstream when they even talk about it in comic strips. At least they got the punk in steampunk right. I don't know why anyone would be mad if their child was a steampunk. All the steampunks I know are really nice and aren't into subversive stuff or anything. We just dress up nice and do things like drink tea.

How To: Increase Download Speed with Internet Download Manager

What is Internet Download Manager? Internet Download Manager (IDM) is a tool to increase download speeds by up to 10 times, resume and schedule downloads. Have you ever wanted to increase you download speed form 4kps to 80kps? If you answered yes then you need Internet Download Manager. It can and will increase your download speed so you can get the files you want quicker and easier than ever before.

News: Exercise Daily (While Playing XBox 360)

ProjectExciteBike is a device that harnesses the manpower pedaling speed of an exercise bike and in turn, converts the energy into a single control button on a gamepad (which would translate as the "gas pedal" for racing games). This particular project works with XBox 360, but can be adapted for other systems as well.

News: Make Optimus Prime Papercraft

Papercraft + Transformers = Fanboy nirvana. Papercrafting is enjoying a renaissance thanks to its nerd-love. Popularity of card modeling boomed during World War II when paper was one of the few items whose use and production was not heavily regulated. Micromodels, designed and published in England, were a popular source of military-themed modeling designs.

News: Basic Math Operations

It was brought up a while back in a Community Call to Arms that *math* is handy for encryption (and let's face it, everything) so let us go over things you just have to know. "In its simplest meaning in mathematics and logic, an operation is an action or procedure which produces a new value from one or more input values."[source]

TSA: Useful or Useless?

Oh yeah, this is a big topic, at-least for me. All the frequent flyers will/should be interested in this topic. I'm sure all of you have heard at-least something about the TSA, and most of it should have been bad. Complaints, lawsuits and general disgust surround this organization. Is there a reason, or are the 'extremist liberals' at it again? Let's find out!

How To: Defend from Keyloggers in Firefox with Keystroke Encryption

Null Byte is looking for moderators. More threats to computers exist every day. Not only do we have computer viruses and malware, but we have rootkits and other nasty pieces of code that can log your keyboard strokes or even add your computer to a botnet to attack other websites. Your computer can be infected even if you have anti-virus software installed. I can't stress enough how easy it is for a hacker to write a piece of code that gets around every piece of anti-virus software.

Goodnight Byte: HackThisSite Walkthrough, Part 3 - Legal Hacker Training

Welcome to the Goodnight Byte for HackThisSite, Basic Mission 4. In Friday's session, we tackled some coding in Gobby. Nothing special, just a few modifications to the NullBot script we made a few session ago, and some education on regular expressions. Apart from coding, we did our scheduled HackThisSite mission. We had to take on some JavaScript, which was a new thing for Null Byte. This mission taught us about client-side HTML manipulation through JavaScript injections. This just means that...

Goodnight Byte: HackThisSite Walkthrough, Part 2 - Legal Hacker Training

Welcome to the closing of the second HackThisSite and programming Community Byte. First and foremost, I would like to ask that people start showing up on time to the Community Bytes. If you need help converting your time zone to PST, go to Time Zone Converter. When users do not show up on time, we have to go backwards and catch everybody up. This wastes time and will also make other users' experience less enjoyable when they have to watch and listen to the same thing 100 times. Punctuality as...

How To: Use Wireshark to Steal Your Own Local Passwords

Here at Null Byte, we've spoken a lot about securing and anonymizing traffic. This is a big deal. With all of today's business taking place electronically via computers, we need to be secure when on-the-go. A lot of businesses don't even train their employees to secure their computers to protect from various threats. Here are a few things that should always happen when doing business on computers:

How To: Minecraft World's Exhaustive Guide to Food Farming

Welcome to Minecraft World! Check out our advanced tutorials and come play on our free server. One of the newest features to be added to Minecraft is the hunger bar. Since the final 1.8 update, players go hungry over time if they don't replenish themselves. Hunger is also determined by the level of activity, meaning the more you run about or kill monsters, the hungrier your character becomes.

News: Friday Indie Game Review Roundup: Grand Theft Auto's Sci-Fi Genesis Granddad

Grand Theft Auto 3 was the biggest video game of the last decade, by far, introducing open-world adventure games to consoles, a genre that now rivals shooters and sports games for market dominance. A huge map, decentralized narrative, and myriad of interlocking quests and objectives that happen in a flexible order all became hallmarks of the "new" genre, along with the ability to shape the morality and reputation of your character. And most importantly, all of the quests and stories are compl...

Miro 4: Syncing Media to Android Devices Just Got Easier

Android devices are becoming more and more popular with each passing day, so why is it that Google has yet to design a software program that allows users to manage their music and video libraries on their computers? Apple's iTunes offers iPhone users an easy way to control their media files, as well as effortless syncing capabilities. But where's the option for Android smartphones? Is there no easy way to synchronize your media library with your DROID?

News: Birds as the Ultimate DIY Architects

The widely used expression "free as a bird" intimates an enviable existence: delicate, yet mighty wings transporting to destinations no human could so breezily venture. But despite their fanciful, superhero ability, in truth, the avian race leads one of the most difficult existences in the animal kingdom. Yes, birds have existed for eons—they likely evolved from small dinosaurs of the Jurassic period—but for these creatures, life can be ruthless.

How To: Read Guitar Tab

Guitar Essentials My friends and I would secretly scribble tab in the darkly lit practice rooms in our university even though we were educated musicians. So, being able to read tablature, or tab, is essential for beginning guitarists.

How To: Model an entire human head within Blender

This seven-part tutorial series presents an overview of the techniques needed to model a human head using the Blender 3D modeling application. First, you'll set up the primary edgeloops and then move on piece by piece from there. Upon completion you should come away with some good strategies to model your own heads. 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,...

How To: Scan for Viruses in Windows Using a Linux Live CD/USB

Many windows users, if not all, run into a virus infection once in a while. This is unavoidable when using Microsoft's operating system. Without digressing too much, the fact that Windows is such a popular OS with no controlled software sources makes it easy for viruses and malware to spread. And while there's a plethora of antivirus tools for Windows, sometimes infections (such as certain scareware) can disable the install and/or use of antivirus systems and render your OS unusable until cle...

How To: Code Your Own Twitter Client in Python Using OAuth

This is my attempt to show people some cool things we can do with programming, and to give a small incentive for people to join the weekly Community Bytes. I wanted to make a tutorial on how to use Twitter from the command line with Python. This would have been an easy project to do not too far back, and a good bit of practice for a beginner to programming. It teaches that you can do useful stuff with programming. However, a while ago Twitter started using something called OAuth to access the...

How To: Add texture to 3D objects with OpenGL for C++

By now, you should know a few of the basics of programming with OpenGL and GLUT for C++ developing, like shapes, transformations, timers, and colors. Now it's time for lighting. Everything could look right in your 3D program or game, but if you're lighting isn't right, it's a sad world for all of us. This video lesson will show you how to add lighting to 3D scenes with OpenGL for C++, so you can start making your own 3D programs.

How To: Add colors to 3D scenes with OpenGL for C++

After you've learned the basics about shapes, transformations, and times, it's time to move onto learning the color scheme of things in the C++ programming language. You can't have a beautiful 3D game or program with out vibrant colors! This video lesson will show you how to add colors to 3D scenes with OpenGL for C++, so you can start making your own 3D programs.

How To: Use transformations & timers w/ OpenGL & GLUT for C++

OpenGL (OPEN Graphics Language) is a 3D graphics language developed by SGI. It has become a de facto standard supported in all Unix, Linux, Windows and Macintosh computers. To start out developing your own 3D games and programs, you need to know OpenGL and C++. This video lesson will show you how to use transformations and timers with OpenGL and GLUT for C++, so you can start making your own 3D programs. If you want to create your very first OpenGL project, this is the place to be.