Running the Heartbleed Code to See Exactly How It Works

By now, you’ve read all about Heartbleed —but what, exactly, does it look like in action? Thankfully some nerdy brave computer scientists have run it, so you don’t have to.

Read more…




How Heartbleed Works: The Code Behind the Internet’s Security Nightmare

How Heartbleed Works: The Code Behind the Internet's Security Nightmare

By now you’ve surely heard of Heartbleed, the hole in the internet’s security that exposed countless encrypted transactions to any attacker who knew how to abuse it. But how did it actually work? Once you break it down, it’s actually incredibly simple. And a little hilarious. But mostly terrifying.

Read more…




NASA’s About To Release a Mother Lode of Free Software

NASA's About To Release a Mother Lode of Free Software

If you’ve been thinking about getting started on the rocket project that’s been on your mind for ages, now is a good time to get serious. Next week, NASA will release a massive software catalog with over 1,000 projects. It’s not the first time the space agency’s released code, but it is the first time they’ve made it so easy.

Read more…


    



What Do Coders Mean When They Talk About Bootstrapping?

When developers talk about bootstrapping, they’re not referring to a technique they’ve developed to avoid tying their shoelaces—but a means of running code wherever the hell they like.

Read more…


    



These GIFs Hide Secret Codes Revealed By A Lenticular Sheet

These GIFs Hide Secret Codes Revealed By A Lenticular Sheet

For all the time we’ve spent staring blankly at GIFs, it’s crazy to think that those looping animations could have been hiding coded messages all along. Prosthetic Knowledge put together this "Lenticular Encryption" project to show how illicit info can be snuck into everyone’s favorite image format.

Read more…


    



You Can Now Download All of DARPA’s Open Source Code From One Place

You Can Now Download All of DARPA's Open Source Code From One Place

From robots to mind-reading, new programming languages to advanced communication systems, DARPA has fingers in many, many pies. And now, it’s making all its open source code available by publishing the DARPA Open Catalog.

Read more…


    



What all the fancy code in movie computer sequences actually mean

What all the fancy code in movie computer sequences actually mean

Hey look, it’s an actor looking at some computer code in a movie. He must be really smart! He must be a computer hacker! He must be able to take over the world with just his keyboard! Not quite. The code used in movies is usually nothing but some mumbo jumbo on WordPress or Wikipedia. No, seriously. That image above showing The Doctor looking at code is a SVG file of a light wave taken from Wikipedia.

Read more…


    



DARPA Is Turning Finding Software Vulnerabilities Into a Game

DARPA Is Turning Finding Software Vulnerabilities Into a Game

There’s no way ’round the fact that scanning millions of lines of software code for vulnerabilities is a chore. But now DARPA is keen to get volunteers helping out—by turning it into a game.

Read more…


    



Generate CSS Boxes with Rounded Corners, Shadows, and Gradients

This article was written on November 10, 2011 by CyberNet.

Css box generator

The web is advancing at a rather rapid pace and so is the amount of stuff you can do with things like CSS. The CSS3 Generator is a site that demonstrates just how powerful CSS is becoming, and the best part is that you don’t need to know too much syntax when there are tools available like this one.

You can see all of the customization options in the screenshot above, and what’s nice is that the code it generates is designed to work in browsers like Firefox, Chrome, Safari, and Internet Explorer. Unfortunately some of the options aren’t available in Internet Explorer, such as the background gradients, so you shouldn’t assume all of it should work. The code that gets generated has comments to point out when you should be concerned with browser compatibility though.

What I like about tools like this is that they serve as a great way to learn the syntax required to create advanced designs without falling back to using specially-crafted images. I always look to examples to pick up this kind of stuff, and for that reason I greatly appreciate anyone who takes the time to create these online tools.

CSS3 Generator Homepage

Copyright © 2013 CyberNetNews.com

How Unicode Brought the Digital World Together

Encoding symbols and characters in digital form is fairly easy—but making sure that everyone in the world is doing it in the same way sure isn’t. Fortunately, Unicode came along—but how the hell does it work?

Read more…