Tangible Result Search Results

How To: Take Better Photos with Your Phone

It's truly amazing how far smartphone camera hardware has come in such a short period of time. It took roughly 5 years to advance the image processing capabilities from a pixelated mess to the crisp and clear photos we can take today. This reaches well beyond the megapixel spec race, since camera modules these days sport vastly improved optics, wider aperture, and even larger pixel sensors that capture more light.

How To: Explore Density, Viscosity & Miscibility with a Colorful Layered Liquid Science Experiment

Ever wonder why Jupiter has those colored bands across its surface? Jupiter's enormous mass is made from an array of different liquids, and those fluids do not play well together because of their different makeup. All of the hydrogen- and helium-based fluids are thought not to be miscible, which means that they aren't homogeneous in nature, resulting in strikingly beautiful bands across the planet's surface. But what about viscosity and how that correlates to the development of planets? What ...

How To: Make a hair bow out of a maxi pad wrapper

IIDearDiaryII gives instructions on how to make a hair bow out of a feminine pad wrapper in this video. Start with an empty wrapper, making sure everything is pulled out even and straight. Fold the top horizontally, about one inch fold. Then the next fold will be in the opposite direction, also about a one inch fold. Keep repeating the fold until you reach the end of the wrapper. Once done, you will need to make sure all the folds are together and then tie a knot in the middle. Do not unravel...

How To: Make a Mickey Mouse tie dye t-shirt

Making a Mickey Mouse tie-dye shirt is as easy as can be. First trace a Mickey mouse outline onto a plain white shirt with a pencil. Using plain dental floss and a needle, sew around the tracing you've just created. For optimal results soak the shirt in soda ash (this step is optional). On the final stitch, pull on the dental floss until Mickey's head "pops up". You will need several rubber bands for the next few steps. First tightly wrap some rubber bands around Mickey's head. Add additional...

How To: iOS 14's Revamped Home Screen Search Can Help You Open Hidden Apps Faster

The ability to hide entire pages on your iPhone's home screen is an excellent privacy upgrade packed into iOS 14. That said, it can be a bit of a pain to find and open the hidden apps on those pages in a timely fashion. Luckily, iOS 14 has a solution that makes opening those apps, as well as any others, faster and more convenient — and we're not talking about the new App Library.

How To: Use LinEnum to Identify Potential Privilege Escalation Vectors

The art of privilege escalation is a skill that any competent hacker should possess. It's an entire field unto itself, and while it's good to know how to perform the techniques involved manually, it's often more efficient to have a script automate the process. LinEnum is one such script that can be incredibly useful for privilege escalation on Linux systems.

How To: Check Any Game's FPS on Android

When you're gaming on your Android phone, does it sometimes feel "slow" and you can't figure out why? That means a drop in performance, which is when the frame rate dips, causing some noticeable stutters and lag. There's not really a way to know what's wrong unless you made the game yourself. But on the bright side, you can check any game's FPS with a simple tool.

How To: 8 Must-Have Magisk Modules for OnePlus Phones

The idea of a perfect phone is a myth. There are lots of pros when it comes to OnePlus devices, but there are also a few things that could be better. And even if there were a phone without flaw, there are still things that you might want to customize for personal preference. That's why we set out to find the very best tweaks for OnePlus phones, and to make it easier for you to apply them.

Market Reality: Unity Leads the NR30 AR Software Segment, Magic Leap & Microsoft Pursue Military Partners

Continuing our NR30 series this week, we focused on the leaders of the software development industry that make augmented reality experiences possible. In other news, two of the current leaders in making AR headsets, Microsoft and Magic Leap, are pursuing multiple verticals with their products, as both now appear to be interested in making AR headsets for the military.

How To: Discover Open Ports Using Metasploit's Built-in Port Scanner

One of the first steps in reconnaissance is determining the open ports on a system. Nmap is widely considered the undisputed king of port scanning, but certain situations call for different tools. Metasploit makes it easy to conduct port scanning from directly inside the framework, and we'll show you three types of port scans: TCP, SYN, and XMAS.

How To: Generate Private Encryption Keys with the Diffie-Hellman Key Exchange

When we are building programs that communicate over a network, how can we keep our data private? The last thing we want is some other lousy hacker sniffing our packets, so how do we stop them? The easy answer: encryption. However, this is a very wide-ranging answer. Today we're going to look specifically at how to encrypt data in Python with dynamically generated encryption keys using what is known as the Diffie-Hellman key exchange.