19 December 2017

Mindkoo Unicat Cat Ear Headphones: Cute, and They Light Up (Review and Giveaway)


Our verdict of the Mindkoo Unicat Cat Ear Headphones:You can get better headphones for under $50, but these are super cute and light-up. 710Looking for a last minute pressie for the kids? The Mindkoo Unicat wireless headphones might be just the ticket. With a unique cat ear design that lights up, a solid build quality, the Mindkoo Unicat are available in 5 different color combinations for just $35. They run wirelessly over Bluetooth 4.2, or wired, and the battery lasts a solid day. For a limited time, you can get 35% off using coupon code 72DMDJQD, making them just $24! At the end...

Read the full article: Mindkoo Unicat Cat Ear Headphones: Cute, and They Light Up (Review and Giveaway)


Read Full Article

Twitter finally boots hate group that Trump retweeted off its platform


 Yesterday Twitter said it would begin enforcing new hate speech rules to shutter accounts that promote violence against citizens to further their causes. Read More
Read Full Article

How to Exclude File Types From Windows 10 Search


Windows 10’s search function can find pretty much anything on your PC. But do you ever feel that it finds too much? From searching the contents of your files to including hundreds of file types, that’s a lot of information to sort through. Thankfully, Windows makes it easy to exclude certain types of files from your searches. How to Exclude Files Types From Window 10 Search Open the Start Menu and search for index. Open Indexing Options. Click the Advanced button, then switch to the File Types tab. Uncheck any types of files you don’t want to see in search....

Read the full article: How to Exclude File Types From Windows 10 Search


Read Full Article

5 Sites That Predict Timelines of Humans and Earth


sites-predict-humans

What will the world look like 10 years down the line? For that matter, what will the world look like long after you and I are gone? Glimpse into the future with these sites that chart timelines of mankind as well as the world at large. This isn’t about horoscopes though. It’s an educated “guesstimate” of where the world is heading, based on current scientific research and available data. For example, these sites depict a realistic outcome of climate change, and how mankind might fight it. The bottom line is that instead of relying on flights of fancy and science...

Read the full article: 5 Sites That Predict Timelines of Humans and Earth


Read Full Article

You Can Now Temporarily Snooze Facebook Friends


Facebook is adding a Snooze button to your timeline. This enables you to temporarily unfollow someone without having to unfriend them. And their updates will start appearing again automatically after 30 days. Which is perfect for those who have annoying Facebook friends. Facebook is all about friends. Not your real friends, of course, but “friends” who you barely know. Maybe you met them at a party, or perhaps you work with them. Either way, you’re now Facebook friends. And if you can’t bring yourself to unfriend them, you can at least hit Snooze. Unfriend, Unfollow, or Snooze… You Choose Facebook’s...

Read the full article: You Can Now Temporarily Snooze Facebook Friends


Read Full Article

Introducing NIMA: Neural Image Assessment




Quantification of image quality and aesthetics has been a long-standing problem in image processing and computer vision. While technical quality assessment deals with measuring pixel-level degradations such as noise, blur, compression artifacts, etc., aesthetic assessment captures semantic level characteristics associated with emotions and beauty in images. Recently, deep convolutional neural networks (CNNs) trained with human-labelled data have been used to address the subjective nature of image quality for specific classes of images, such as landscapes. However, these approaches can be limited in their scope, as they typically categorize images to two classes of low and high quality. Our proposed method predicts the distribution of ratings. This leads to a more accurate quality prediction with higher correlation to the ground truth ratings, and is applicable to general images.

In “NIMA: Neural Image Assessment” we introduce a deep CNN that is trained to predict which images a typical user would rate as looking good (technically) or attractive (aesthetically). NIMA relies on the success of state-of-the-art deep object recognition networks, building on their ability to understand general categories of objects despite many variations. Our proposed network can be used to not only score images reliably and with high correlation to human perception, but also it is useful for a variety of labor intensive and subjective tasks such as intelligent photo editing, optimizing visual quality for increased user engagement, or minimizing perceived visual errors in an imaging pipeline.

Background
In general, image quality assessment can be categorized into full-reference and no-reference approaches. If a reference “ideal” image is available, image quality metrics such as PSNR, SSIM, etc. have been developed. When a reference image is not available, “blind” (or no-reference) approaches rely on statistical models to predict image quality. The main goal of both approaches is to predict a quality score that correlates well with human perception. In a deep CNN approach to image quality assessment, weights are initialized by training on object classification related datasets (e.g. ImageNet), and then fine-tuned on annotated data for perceptual quality assessment tasks.

NIMA
Typical aesthetic prediction methods categorize images as low/high quality. This is despite the fact that each image in the training data is associated to a histogram of human ratings, rather than a single binary score. A histogram of ratings is an indicator of overall quality of an image, as well as agreements among raters. In our approach, instead of classifying images a low/high score or regressing to the mean score, the NIMA model produces a distribution of ratings for any given image — on a scale of 1 to 10, NIMA assigns likelihoods to each of the possible scores. This is more directly in line with how training data is typically captured, and it turns out to be a better predictor of human preferences when measured against other approaches (more details are available in our paper).

Various functions of the NIMA vector score (such as the mean) can then be used to rank photos aesthetically. Some test photos from the large-scale database for Aesthetic Visual Analysis (AVA) dataset as ranked by NIMA, along with predicted NIMA scores, are shown below. Each AVA photo is scored by an average of 200 people in response to photography contests. As can be seen, after training, the aesthetic ranking of these photos by NIMA closely matches the mean scores given by human raters. We find that NIMA performs equally well on other datasets, with predicted quality scores close to human ratings.
Ranking some examples labelled with “landscape” tag from AVA dataset using NIMA. Predicted NIMA (and ground truth) scores are shown below each image.
NIMA scores can also be used to compare the quality of images of the same subject which may have been distorted in various ways. Images shown in the following example are part of the TID2013 test set, which contain various types and levels of distortions.
Ranking some examples from TID2013 dataset using NIMA. Predicted NIMA scores are shown below each image.
Perceptual Image Enhancement
As we’ve shown in another recent paper, quality and aesthetic scores can also be used to perceptually tune image enhancement operators. In other words, maximizing NIMA score as part of a loss function can increase the likelihood of enhancing perceptual quality of an image. The following example shows that NIMA can be used as a training loss to tune a tone enhancement algorithm. We observed that the baseline aesthetic ratings can be improved by contrast adjustments directed by the NIMA score. Consequently, our model is able to guide a deep CNN filter to find aesthetically near-optimal settings of its parameters, such as brightness, highlights, and shadows.

NIMA can be used as a training loss to enhance images. In this example, local tone and contrast of images is enhanced by training a deep CNN with NIMA as its loss. Test image are obtained from MIT-Adobe FiveK dataset.
Looking Ahead
Our work on NIMA suggests that quality assessment models based on machine learning may be capable of a wide range of useful functions. For instance, we may enable users to easily find the best pictures among many; or to even enable improved picture-taking with real-time feedback to the user. On the post-processing side, these models may be used to guide enhancement operators to produce perceptually superior results. In a direct sense, the NIMA network (and others like it) can act as reasonable, though imperfect, proxies for human taste in photos and possibly videos. We’re excited to share these results, though we know that the quest to do better in understanding what quality and aesthetics mean is an ongoing challenge — one that will involve continuing retraining and testing of our models.



NASA engineers stare at the sun to see shockwaves from supersonic flight


 Before the eclipse this summer, NASA warned us over and over again not to stare directly at the sun — but now they’re doing just that. Its researchers have reinvented a photography technique more than a century old, using the sun itself as a backdrop in order to capture the shockwave produced by a new supersonic jet. Read More

Read Full Article

Twitter is soaring today as its stock hits a high for the year


 Twitter is finally having a good day on Wall Street as it heads into the final weeks of the year, and this time around it may be a result of a little bit of optimism from investors. There were two big moves for the company today: first, Twitter said it would begin enforcing new rules related to how it handles hateful and abusive content on the platform, which is a problem that has been… Read More
Read Full Article

Mozilla Inserted a Mr. Robot Add-on Into Firefox


Mozilla has upset some of its most loyal users by inserting an add-on into Firefox without invitation or explanation. The add-on, called “Looking Glass,” turned out to be nothing more than part of the Mr. Robot ARG, but many Firefox users thought they had been hit with malware. Firefox add-ons are an integral part of Mozilla’s web browser, massively expanding its capabilities. Normally, you would visit the Add-on Store, find one you like, and install it. But in this particular instance, Mozilla distributed “Looking Glass” to every Firefox Quantum user. Mozilla Goes Through the Looking Glass “Looking Glass” appeared in...

Read the full article: Mozilla Inserted a Mr. Robot Add-on Into Firefox


Read Full Article

Use Amazon Wish and Idea Lists to Get Gifts You Actually Want


Getting gifts you aren’t interested in can be awkward. You want to be grateful to the person who gave you the present, but it’s a pain to return and/or exchange it for something you’ll actually use. If you’d rather guarantee getting something you’ll actually want the first time around, you should take advantage of two of Amazon’s best hidden features: Wish Lists and Idea Lists. Idea Lists allow you to “create collections of interesting items found on Amazon” that you can use yourself or share with others. Wish Lists, on the other hand, are there to help others know what you...

Read the full article: Use Amazon Wish and Idea Lists to Get Gifts You Actually Want


Read Full Article

Twitter is soaring today as its stock hits a high for the year


 Twitter is finally having a good day on Wall Street as it heads into the final weeks of the year, and this time around it may be a result of a little bit of optimism from investors. There were two big moves for the company today: first, Twitter said it would begin enforcing new rules related to how it handles hateful and abusive content on the platform, which is a problem that has been… Read More

Read Full Article

The Best Command Prompt Tricks and Tips


Command Prompt with flexing artm

Microsoft wants users to move over from Command Prompt to PowerShell, but there are good reasons not to, the chief one being that PowerShell is more advanced and suited for power users. Command Prompt remains the better option for everyday users. Learn more in our overview of differences between Command Prompt and PowerShell. But just because Command Prompt is simpler doesn’t mean it’s primitive. You’ll find so many awesome Command Prompt tricks and tips that can make your life a lot easier, especially if you use the interface on a regular (or even semi-regular) basis. Here are some of our favorites....

Read the full article: The Best Command Prompt Tricks and Tips


Read Full Article

18 December 2017

7 Tips on How to Use a VPN Like a Boss


Confident man looking at laptop

Everyone should be using a VPN these days. It doesn’t matter whether you’re concerned about the longevity of the technology or don’t understand how to use a VPN (here’s the answer to that). Basically, you NEED a VPN as a basic privacy precaution for any online activity on wireless networks. MakeUseOf provides a list of top VPN providers that you should check out if you’re considering signing up to a VPN service. Once you’ve subscribed, and you’re set up with your virtual private network, you probably think “that’s it, all sorted.” But you’d be wrong. You’ve only just made your...

Read the full article: 7 Tips on How to Use a VPN Like a Boss


Read Full Article

As Kubernetes surged in popularity in 2017, it created a vibrant ecosystem


 For a technology that the average person has probably never heard of, Kubernetes surged in popularity in 2017 with a particular group of IT pros who are working with container technology. Kubernetes is the orchestration engine that underlies how operations staff deploy and manage containers at scale. (For the low-down on containers, check out this article.) In plain English, that means that as… Read More
Read Full Article

Reddit launches new mobile apps with support for real-time comments, chat, mod tools and more


 Reddit today is giving its mobile apps a major upgrade – the first since their launch last year, when the company decided to take back control over the official Reddit experience on mobile – an experience that had long been available mainly through third-party clients. Today’s updated apps introduce a number of new features focused on media consumption – including how… Read More
Read Full Article

Reddit launches new mobile apps with support for real-time comments, chat, mod tools and more


 Reddit today is giving its mobile apps a major upgrade – the first since their launch last year, when the company decided to take back control over the official Reddit experience on mobile – an experience that had long been available mainly through third-party clients. Today’s updated apps introduce a number of new features focused on media consumption – including how… Read More

Read Full Article

The Echo Spot is my new favorite Alexa device


 I got excited when the Echo Spot debuted. At the time, I tentatively declared it the best Echo at the time, and after living with the device for the better part of a week, my sentiments haven’t really changed. Read More

Read Full Article

How to Watch Cable TV Shows Online After Cutting the Cord


Like many people, you probably love to watch cable TV programming but hate paying the high subscription rates required for a full cable subscription. Fortunately, some networks have realized this is a common dilemma, and have started offering streaming services for cordcutters. These streaming services are available on a standalone basis, giving audiences the chance to watch the shows they love without being lumbered with hundreds of channels they’re not interested in. Many other networks not listed here (e.g. Lifetime, The History Channel, and Cartoon Network) offer streaming content too. However, you have to have to pay for a cable...

Read the full article: How to Watch Cable TV Shows Online After Cutting the Cord


Read Full Article

Is Christmas Slowing Down Your Wi-Fi Connection?


In 2015, the U.K. Office of Communications (Ofcom) released its Mobile Research app. The purpose of the app is to measure the performance of mobile networks (including both cellular and WLAN), and report data and user feedback to Ofcom. Additionally the app would present some of its findings for users, including troubleshooting tips. One of these results stated that Christmas lights were a possible source of Wi-Fi interference. Detractors called this an “attack on Christmas” and said it was false. While there’s science behind this, it’s not safe to say that your Xmas decorations will always cause Wi-Fi problems… but...

Read the full article: Is Christmas Slowing Down Your Wi-Fi Connection?


Read Full Article

7 Great (But Ugly) Linux Software Programs


Woman using ugly Linux software on laptop

There are a number of different Linux software programs, all which come in different shapes and sizes. In fact, there are many wonderful gems out there, that even Windows does not have. Then there are the ones which are… less than polished, to put it gently. The sorts of programs that make you flinch at their mere look. Maybe they feel like a throwback to a different era, or just seem too cluttered. And yet, despite that, they work extremely well. Typically, the software has all the features needed to work, is lightweight, and would be near perfect if it weren’t...

Read the full article: 7 Great (But Ugly) Linux Software Programs


Read Full Article