Posts

A step-by-step guide to stop Facebook from using your WhatsApp data

Facebook-owned WhatsApp has updated its privacy policy. As per the new policy, WhatsApp will start sharing users' phone numbers with its parent, allowing for, what the company claims, more relevant advertisements and friend recommendations on the social network. The move is WhatsApp's first update to its privacy policy since it was acquired by Facebook in 2014. Facebook Inc's popular messaging service WhatsApp announced this in a blog post. In the blog post, the company also said that it will explore ways for businesses to send messages using its platform over the next several months. However, it has promised that it won't sell or share your number with advertisers But in case you still not happy and don't want WhatsApp to share your number with Facebook, you have 30 days to opt out. This means that if you don't want your phone number to be shared with Facebook, you have a window of 30 days to opt out. WhatsApp has kept the policy change a bit hidden, but t...

Apple eyes new 3D-mapping features in latest patents

Image
Apple Maps  has come a long way since its disastrous launch back in 2012, but the Cupertino company still has plenty of room to improve. Three Apple patents published recently show how the firm continues to work on its mapping app, and hints at a few features that might be in development. The first patent describes a system for rendering 3D maps in data-less areas. Apple says it can achieve this by pulling data from nearby areas to create a detailed 3D map. A second patent dives into how the company could  create 3D  models by combining multiple data sets. For example, Apple Maps would use the 2D footprints of buildings along with 3D data  for their heights to create an accurate rendering. Finally, a third patent shows how Apple Maps could combine satellite maps with additional data for a “hybrid” view. The app’s current satellite view already layers on some data, but this version could include even more information. Apple li...

Elon Musk and OpenAI are forcing a supercomputer to read Reddit comments

Image
Earlier this year Elon Musk announced plans to push further into artificial intelligence research through  OpenAI , a non-profit research firm where he serves as co-chairs. Now the organization has revealed a surprising new plan to train its AI by forcing it to read through Reddit comment threads. MIT Technology Review  reports that OpenAI plans to run the project on a new DGX-1 supercomputer developed by  NVIDIA . The computer was hand-delivered to Musk by NVIDIA  CEO Jen-Hsun Huang. It costs $129,000 and packs 170 teraflops of computing power (that’s about as much as 250 regular servers). DGX-1 is specifically designed for deep learning, a branch of  machine learning  which focuses on feeding large amounts of data into an AI network. The more data the computer takes in the faster it will get. “Deep learning is a very special class of models because as you scale up the models, they always work better,” said OpenAI resea...

HTML Editors

Image
Write HTML Using Notepad or TextEdit Web pages can be created and modified by using professional HTML editors. However, for learning HTML we recommend a simple text editor like Notepad (PC) or TextEdit (Mac). We believe using a simple text editor is a good way to learn HTML. Follow the four steps below to create your first web page with Notepad or TextEdit. Step 1: Open Notepad (PC) Open Notepad in Windows 8 or later: Open the  Start Screen  (the window symbol at the bottom left on your screen). Type  Notepad . Open Notepad in Windows 7 or earlier: Click  Start  (bottom left on your screen). Click  All Programs . Click  Accessories . Click  Notepad . Step 1: Open TextEdit (Mac) Open TextEdit . Please be sure that the text editor is set to  plain text.  Go to:  Preferences > New Document > select plain text. Also make sure both  "Display html file as html code"  and  "Display RTF fi...

01-HTML Introduction

Image
What is HTML? HTML is a  markup  language for  describing  web documents (web pages). HTML stands for  H yper  T ext  M arkup  L anguage A markup language is a set of  markup tags HTML documents are described by  HTML tags Each HTML tag  describes  different document content A Small HTML Document Example < !DOCTYPE  html > < html > < head > < title > Page Title < /title > < /head > < body > < h1 > My First Heading < /h1 > < p > My first paragraph. < /p > < /body > < /html > Example Explained The  <!DOCTYPE html>  declaration defines this document to be HTML5 The text between  <html>  and  </html>  describes an HTML document The text between  <head>  and  </head>  provides information about the document The text between  <ti...

LG made an 18-inch display you can roll up like a newspaper

Image
LG Display has a prototype 18-inch screen it's showing off at the Consumer Electronics Show this week that rolls up like a piece of paper. The technology builds on LG's forward-looking OLED work focusing on bendable, rollable, and curving displays. The company showed similar technology last year as a proof of concept, but kept images behind closed doors. Now LG looks ready to show the world. We've  seen this type of concept display  from the likes of  Sony ,  Samsung ,  Sharp , and others in the past. However, it does indicate that LG sees these types of futuristic displays as differentiation points for smartphones, tablets, and TVs. LG envisions these types of screens rolling up into our pockets or being made to wrap around interior spaces, and the company will show off a 25-inch curved screen installed on the inside of a car at its Auto Zone section on the show floor. WE'VE SEEN THIS BEFORE, BUT IT'S STILL SUPER COOL We'll get a closer look at...

BEST 5 WEBSITE TO IMPROVE YOUR CODING SKILL

Image
Top 5 website you should know to improve your coding career 1 .CodeCombate It is known as a favourite and awesome website to learn coding by just playing the games. When Learn to code sometime might feel sleepy because it look so complicated and messy. Oh, you have tried any trick to motivate yourself to spend time to learn the code without sleep, so let try with code combat you play to learn. It has any gameplay that shows you on the left hand side of the website as an example of your coding and just Playing this game mean you are now practicing the coding which appear the result in front of you. Let start by Join CodeCombat now by visiting  codecombat.com 2 .Code.org Learning Step by Step with massive example, it might be enough to encourage you to learn coding everyday with code.org especially for the young people. Young People are great and Smart nowadays includes you and it’s time to start your coding career with this site. It is mad to help your...