A Breakthrough In Google’s DeepMind  

Google’s DeepMind unit, which is working to develop super-intelligent computers, has created a system for machine-generated speech that it says outperforms existing technology by 50 percent. U.K.-based DeepMind, which Google acquired for about 400 million pounds ($533 million) in 2014, developed an artificial intelligence called WaveNet that can mimic human speech by learning how to…

A Hacker Made This Tiny Arduino Board

Arduino is one of the most popular open source development boards that is used by DIYers and makers from all around the world to design and build new devices that talk to the real world. From time to time tinkerers play with its design and prepare different types of development boards. AAduino is one such…

How to Code Your Own OS That’s Actually Your CV

Writing a perfect resume is a tricky job. That’s why we keep coming across new templates and formats that “guarantee” success. Earlier this year in April, we came across a resume for Elon Musk created by Novoresume that showed that a single-page resume is enough. Trying to solve his problem, probably, a developer named Mathieu…

This Smartphone Has 24 CPU Cores, 18GB RAM and 60MP camera

Turing’s new smartphone rocks a hugely insane 18GB RAM, 768GB storage, 60-megapixel camera, and SO much more Well, I don’t even know how to start writing this news, but Turing Robotic Industries has just announced the highest-end smartphone the world has ever seen with the upcoming Turing Monolith Chaconne. The upcoming monster smartphone rocks 3…

Run Kali-Linux In Your Browser Right Now

Specially for hackers : You can now run Kali Pentesting OS in your web browser This bit of news is going to elate hackers and security researchers. Kali Linux is one of the most loved distros by the security community and it is now coming to in your browser. Network security specialist Jerry Gamblin has…

How To Build Your Own Linux System

Linux is synonymous with “freedom” and “choice,” while anyone would have a difficult time arguing with that, it’s clear that from distribution to distribution it’s offered in varying levels. For example, with Red Hat or SUSE Enterprise Linux distributions, you’ll find yourself with much less room to move around with respect to how the system…

Students Are DDoSing Their Schools Using The Dark Web

Dark Web is that part of the internet that is hidden from the reach of search engine crawlers like Googlebot. Being isolated from the mainstream internet, the dark web serves as the medium for a plethora of illegal activities. Mostly used by criminal minds, the dark web is gaining popularity among the students. So, what…

AGAIN, A New AI-powered Search Engine That Wants To Replace Google

As Google lays behind the smart search skills, other companies are competing over beating and Replace Google at it’s own game; even some AI company claims that it can buy Google. Jerry Yue who became famous for his last startup, the Chinese food delivery service Benlai.com, is on the way to launch Brain LLC in…

SpaceX Blew Up Mark Zuckerberg’s $95M Satellite 

Mark Zuckerberg is ‘Deeply Disappointed’ SpaceX Blew Up His $95M Satellite SpaceX’s Falcon 9 rocket exploded in Cape Canaveral this morning. On board was Facebook’s Internet.org satellite, which experts estimated cost $95 million. In a post on Facebook, CEO Mark Zuckerberg said he was “deeply disappointed.” From Zuck’s post: As I’m here in Africa, I’m…

How to steal cookies using XSS

What is XSS? XSS is a way of inserting the malicious javascript code in your page in the form of the input therfore every time the page loads the script gets loaded in the webpage, since that the new code got inserted in the website, XSS is a short for “cross site scripting”. Today’s tutorial…