placeholder

Sift Science Lands $18M Series B From Spark Capital To Stop Credit Card Fraud | TechCrunch

Today Sift Science, a credit card fraud prevention company, has closed an $18 million Series B round of funding led by Spark Capital, with participation from..

Click to view the original at techcrunch.com

placeholder

The Hitchhiker’s Guide to Python! — The Hitchhiker's Guide to Python

This opinionated guide exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usage of Python on a daily basis.

Click to view the original at docs.python-guide.org

placeholder

Surfin' Safari - Blog Archive » Introducing the WebKit FTL JIT

Just a decade ago, JavaScript – the programming language used to drive web page interactions – was thought to be too slow for serious application development. But thanks to continuous optimization efforts, it’s now possible to write sophisticated, high-performance applications – even graphics-intens…

Click to view the original at webkit.org

placeholder

Metaprogramming for madmen

This post is part of the series "Debris: Opening the box". Okay, previous posts from this series aimed to actually convey useful technical information: assuming you actually want to write say a mes...

Click to view the original at fgiesen.wordpress.com

Hasnain says:

The "madmen" bit is absolutely right. I was thoroughly impressed by .kkrieger the first time around too. Need to read the rest of the series. Especially when you dynamically optimize your code down to the point that the following happens:

"The small enemies at the start can hit you, but he didn’t get hit by any enemy shots, so in the released version of .kkrieger enemy shots deal no damage."

Posted on 2014-05-14T04:54:35+0000

placeholder

Removing User Interface Complexity, or Why React is Awesome

Removing User Interface Complexity, or Why React is AwesomeMay 13 2014I've been studying frameworks and libraries like Ember, Angular, and React the past several months, and given Web Components a lot of thought. These all solve similar problems to varying degrees, and are in conflict in some ways a…

Click to view the original at jlongster.com

placeholder

placeholder

Distributed Systems and the End of the API

This is a written (expanded) narrative of the content from a talk I first gave at PhillyETE on April 23rd, 2014. It mostly follows the flow of the presentation given then, but with a level of detai...

Click to view the original at writings.quilt.org

placeholder

Computers are *fast*! - Julia Evans

So I have a computer. My computer contains hardware (like a CPU! RAM! L1/L2 caches!) But I don’t understand very well how fast that hardware is …

Click to view the original at jvns.ca

placeholder

placeholder

Scaling SQL with Redis - David Cramer's Blog

Scaling SQL with Redis 12 May 2014 I love Redis. It's one of those technologies that is so obvious it makes you wond...

Click to view the original at cramer.io