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..
Hasnain says:
This is really cool. The tech behind it sounds really awesome.
Posted on 2014-05-14T18:07:57+0000
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.
Hasnain says:
This is really awesome. I plan on going over this in detail.
Posted on 2014-05-14T05:15:55+0000
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…
Hasnain says:
Self modifying code that optimizes itself as it runs. This is mindblowing.
Posted on 2014-05-14T04:56:35+0000
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...
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
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…
Hasnain says:
This is a great read on implementing user interfaces in JavaScript.
Posted on 2014-05-14T01:14:39+0000
Rich Geldreich's Blog: The Truth on OpenGL Driver Quality
richg42.blogspot.com
Hasnain says:
Is it sad that I can identify the vendors almost thoughtlessly?
Posted on 2014-05-14T01:14:03+0000
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...
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 …
Hasnain says:
Software gets slower faster than hardware gets faster.
Posted on 2014-05-14T01:13:27+0000
Realistic terrain in 130 lines
Adventures in the land of JavaScript
Hasnain says:
Playing around with javascript to produce semi realistic terrain.
Posted on 2014-05-13T16:45:09+0000
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...