Building Programs Search Results

How To: Make a night vision device

Ever wish you could see in the dark? Well, you can't but this how-to will show you a way to build a device to help you out. You will need light polarizors, a flashlight, and a digital camera. Make an infrared night vision device, just follow along with the steps in this video tutorial. Now you can see at night!

How To: Make a foxhole radio

During World War II, GIs in the field built really amazing simple radios to listen to. These were made with materials that they could get their hands on and were small enough to carry around in a big pocket. You can modify this design if you want to set it up so that it's tuneable too! To see all the plans, go to makezine.com/podcast!

How To: Make a high protein shake

The secret the fitness food companies don't want you to know !!! A guide of how to make a high protein milk shake with 33g of protein per pint for only 88p per pint!!!! Great for building up muscle fast and healthily !! Amazing

How To: Build Pro-Level Games with This GameGuru Bundle

If you're a tech-savvy coding pro, you have a virtually limitless number of great career choices to choose from. Whether you're interested in working at a small tech startup, freelancing as a cybersecurity specialist, or founding the next Google, having a solid understanding of development terminology and general programming will inevitably get you far.

News: Apple's iOS 13.5 Developer Beta 3 Update Includes COVID-19 Exposure Notifications & Face ID Improvements

Apple released the third developer beta for iOS 13.5 today, Wednesday, April 29. If you're confused where 13.5 betas 1 and 2 are, join the club. This appears to be, for all intents and purposes, iOS 13.4.5 developer beta 3, following 13.4.5 developer betas 1 and 2. The biggest change? The addition of Apple's joint COVID contact-tracing program with Google, which likely inspired the name change.

How To: Get Netflix Beta on Android — Even When the Beta Program Is Full

Netflix has offered its beta program officially through the Play Store for some time now. Still, the issue most of us face — the beta availability is always scarce. Without getting lucky and landing a beta spot early on when the gates were open, there wasn't much you could do about it. However, there's now a brand new method you can use to sideload the Netflix beta app and join in on the fun.

How To: Set Up a New MacOS Computer to Protect Against Eavesdropping & Ransomware

While MacOS computers have been spared from some of the most famous malware attacks, there is no shortage of malicious programs written for them. To keep your computer safe from some of the most common types of malware, we'll check out two free tools. These tools can automatically detect ransomware encrypting your files and watch for unauthorized access to your microphone and camera.

How To: Use Beginner Python to Build a Brute-Force Tool for SHA-1 Hashes

Developers creating login systems know better than to store passwords in plain text, usually storing hashes of a password to prevent storing the credentials in a way a hacker could steal. Due to the way hashes work, not all are created equal. Some are more vulnerable than others, and a little Python could be used to brute-force any weak hashes to get the passwords they were created from.