https://randomascii.wordpress.com/2016/09/16/everything-old-is-new-again-and-a-compiler-bug/
Tags: #Intel #Chrome #FPU
Tags: #Intel #Chrome #FPU
Random ASCII - tech blog of Bruce Dawson
Everything Old is New Again, and a Compiler Bug
“What’s an EXCEPTION_FLT_STACK_CHECK exception?” one of my coworkers said. I said “It’s a weird and rare crash. Why do you ask?” It turns out that one of these w…
https://securelist.com/blog/research/75894/how-trojans-manipulate-google-play/
Tags: #security #android
Tags: #security #android
Securelist
How Trojans manipulate Google Play
It is far from easy for the app to get into Google Play. Some malware writers give up their efforts to push their malicious creations past security checks, and instead learned how to use the store’s client app in their dark business.
http://futurism.com/a-tiny-chip-may-present-a-hacker-proof-upgrade-to-data-encryption/
Tags: #encryption #security #hardware #algorithms
Tags: #encryption #security #hardware #algorithms
Futurism
A Tiny Chip May Present a 'Hacker Proof' Upgrade to Data Encryption
Using a photonic integrated circuit (PIC) chip, engineers have built a quantum random number generator capable of generating truly random numbers for hacking-impervious encryption.
https://randomascii.wordpress.com/2016/07/17/zeroing-memory-is-hard-vc-2015-arrays/
Tags: #programming #Cpp
Tags: #programming #Cpp
Random ASCII - tech blog of Bruce Dawson
Zeroing Memory is Hard (VC++ 2015 arrays)
Quick, what’s the difference between these two C/C++ definitions of initialized local variables? char buffer[32] = { 0 };char buffer[32] = {}; One difference is that the first is legal in C a…
http://www.zdnet.com/article/think-google-fibers-fast-nokia-to-show-off-tech-thats-1000-times-faster/
Tags: #technology #connectivity
Tags: #technology #connectivity
ZDNet
Think Google Fiber's fast? Nokia to show off tech that's 1,000 times faster | ZDNet
Core internet networks could see a major boost in coming years with the new terabit-speed optical-fiber links of the type being unveiled by Nokia Bell Labs.
https://engineering.linkedin.com/nodejs/blazing-fast-nodejs-10-performance-tips-linkedin-mobile
Tags: #webdev #NodeJS #bestPractices
Tags: #webdev #NodeJS #bestPractices
Linkedin
Blazing fast node.js: 10 performance tips from LinkedIn Mobile
In a previous post, we discussed how we test LinkedIn's mobile stack, including our Node.js mobile server. Today, we’ll tell you how we make this mobile server fast. Here are our top 10 performance takeaways for working with Node.js: 1. Avoid synchronous…
https://www.wired.com/2016/09/cloudflare-launches-three-pronged-attack-encrypt-web/
Tags: #security #HTTPS #encryption
Tags: #security #HTTPS #encryption
WIRED
Cloudflare Launches a Three-Pronged Attack to Encrypt the Entire Web
The Internet infrastructure company Cloudflare is adding three new encryption features to protect more web traffic from prying eyes.
https://mynameismjp.wordpress.com/2016/03/25/bindless-texturing-for-deferred-rendering-and-decals/
Tags: #gamedev #graphics #programming
Tags: #gamedev #graphics #programming
The Danger Zone
Bindless Texturing for Deferred Rendering and Decals
You can find an ad-free static site version of this post here: Binaries) To Bind, or Not To Bind Unless you’ve been in a coma for the past year, you’ve probably noticed that there’…