Browne Wrote Search Results

How To: Control the Music on Your Computer with Hand Gestures Using Flutter

Thanks to Flutter, it's now possible to control the music on your computer simply by making a few hand gestures. The app is available for both Windows and Mac and uses your computer's webcam to monitor your hand movements. Through the use of a few simple hand movements, you can play, pause, forward or replay your music. Flutter works with iTunes, Spotify, Quicktime, MPlayerX and a few other programs.

How To: Make Your Dreams a Reality… In Your Dreams (By Lucid Dreaming)

Lucid dreaming, in which you're aware that you're dreaming, can be profoundly beneficial to us. It gives us freedom to do things we couldn't possibly do in the real world. It can show us the true potential of our brain power. You can even use lucid dreaming to question the nature of our own reality. For whatever reason, people everywhere are interested in this mysterious phenomenon...especially in achieving it. Whether it be visiting another planet or flying around, the possibilities in lucid...

News: This Real-Life Star Wars Hover Bike Could Be the Future of Personal Transportation

Admit it—at some point or another, you've wished that you had your own personal hovercraft. Don't worry, we've all been there. Well, a company called Aerofex wants to make a hovercraft that's way more than your standard leaf-blower-powered one, taking a queue from the swoop and speeder bikes from the Star Wars franchise, building their own sort of repulsorlift. This hover bike may not be quite as fast as the ones from Star Wars, but if the company has its way, it could be on sale by the end o...

How To: Clear Dead Tracks from Your iTunes Library on Windows Using Only Notepad

If you've ever mistakenly moved your music files around without relinking them in iTunes, you might now be noticing that you have a long list of tracks asking you to relink them. You could go through them one by one, redirect them to the new file location, then delete any copies. Or you could try to track them all down and delete the old references. But come on, who wants to spend that much time when you can clean up your library using this clever method using only Notepad on your Windows com...

News: Little Boxes Turns Your iPad into an Old-Fashioned Music Box

Technology is awesome. You can use your iPad to record music or even turn your tunes into a solar system, but sometimes being plugged in all of the time can leave you nostalgic for simpler times. This new concept by Joelle Aeschlimann brings together the best of both worlds by turning your iPad into an old-fashioned, hand-cranked music box. The artist created three different music boxes, each one with its own unique song and visualization. The music boxes were made using wooden cylinders with...

How To: Write a cover letter quickly

This how-to video describes how to properly write a cover letter. It explains that a cover letter is a separate selling point from the resume when applying for a job. The cover letter should only be about two-thirds of a page long and can easily be broken into three parts. Part one includes a brief introduction, what you are applying for, and a quick thank you for your time. The second part is the body where you explain why you are the right person and right fit for the job. The third and fin...

How To: Use expressions in SSIS

Expressions are new in SSIS (meaning that they were not in DTS) but they allow you to create extremely flexible packages. Expressions can be used to assign values to variables, help you determine whether to execute a task, and to assign properties. If you ever found yourself writing ActiveX code (VBScript) in DTS to determine which task to execute based on a variable's value, then you probably can forego the scripting all together in favor of expressions! They are very powerful in SSIS and yo...

How To: Get out of a speeding ticket with Officer Brian

If you do get stopped pull over to the right and make sure you are off the road. If it is at night turn your interior lights on. Keep your hands on top of the steering wheel until the officer tells you what to do. If he asks you do you know why I stopped you always answer no. He will then ask for your drivers license, registration, and insurance. If it is in your glove box or your wallet tell him what you are going to do. This shows respect for the officer. Before he goes back to his car make...

How To: Find the area of triangle using fraction measurement

This video demonstrates the way to find the area of a triangle using fraction measurements. The person presenting this video first writes the actual formula for calculating the area of the triangle. The formula is: the area of the triangle denoted by ‘A’ is equal to half of ‘b’ times ‘h’ where ‘b’ and ‘h’ are the base and height of the triangle, respectively. Now, to make it into fractions, he writes ‘b’ and ‘h’ over ‘1’. Then he asks you to calculate “what is one times ‘b’ times ‘h’” which i...

How To: Make a simple paper fortune teller

In the art of paper crafting, the fortune teller is one of the easiest one that anyone can do it. First you need a sheet of paper, some markers to write over it. Fold one of the corners on an angle to match the other side. Now with the excess paper here, cut along the line. Now open it up and you should have a square. Fold the other corner to the opposite corner and make your fold. Once you have made your creases, fold to the center. Now you should have a smaller square. Now once you've compl...

How To: Read palms

This video palmistry lesson brought to you by two amateur enthusiasts goes over the basics of reading your own palm. Unlock the secrets of written in the lines on your hand! Follow along with the diagram to find your own heart, head, and life line, and find out what these things mean about you. Check out this vide and learn how to read palms.

How To: Make a cover letter for your résumé

A cover letter is a quick description as to why this resume is better for a particular job position than all the other resumes, so having specific job position details in it is very important. Write a cover letter specific to each job application by using these tips from a career adviser in this free video on job guidance.

How To: Origami a bookcase

Follow these step-by-step instructions to fold an easy origami bookcase. You need one large piece of origami paper to complete this project. The visual guidelines are accompanied by written instructions. You can use this origami bookcase to store to store origami books.

How To: Use the recovery position [signed] (British Red Cross)

Even those with hearing impairments need to know basic first aid procedures, because everyone, including deaf people, can save a life one day. People may collapse unexpectedly for a number of reasons, and people who faint periodically, or those who suffer frequent seizures or from epilepsy need help from others, so it's important that everyone know the proper first aid procedure for saving a collapsed victim casualty.

How To: Here's Why You Need to Add Python to Your Hacking & Programming Arsenal

Choosing which programming language to learn next can be a truly daunting task. That's the case regardless of whether you're a Null Byter just beginning a career in development and cybersecurity or you're a seasoned ethical hacking and penetration tester with years of extensive coding experience under your belt. On that note, we recommend Python for anyone who hasn't mastered it yet.

How to Hack with Arduino: Building MacOS Payloads for Inserting a Wi-Fi Backdoor

Arduino is a language that's easy to learn and supported on many incredibly low-cost devices, two of which are the $2 Digispark and a $3 ESP8266-based board. We can program these devices in Arduino to hijack the Wi-Fi data connection of any unlocked macOS computer in seconds, and we can even have it send data from the target device to our low-cost evil access point.

How To: Find Hidden Web Directories with Dirsearch

One of the first steps when pentesting a website should be scanning for hidden directories. It is essential for finding valuable information or potential attack vectors that might otherwise be unseen on the public-facing site. There are many tools out there that will perform the brute-forcing process, but not all are created equally.

How To: Securely Sniff Wi-Fi Packets with Sniffglue

Sniffing packets over a network is an easy way for hackers to gather information on a target without needing to do much work. But doing so can be risky if sniffing packets on an untrusted network because a payload within the packets being captured could be executed on your system. To prevent that, Sniffglue sandboxes packet sniffing to provide an extra layer of security.