https://code.facebook.com/posts/218678814984400/scaling-mercurial-at-facebook/
Tags: #Mercurial #optimization #scalability
Tags: #Mercurial #optimization #scalability
Facebook Code
Scaling Mercurial at Facebook
With thousands of commits a week across hundreds of thousands of files, Facebook's main source repository is enormous--many times larger than even the Linux kernel, which checked in at 17 million lines of code and 44,000 files in 2013. Given our size and…
http://www.windowscentral.com/microsoft-will-pay-15000-if-you-find-remote-code-execution-issue-edge
Tags: #Microsoft #Edge
Tags: #Microsoft #Edge
Windows Central
Microsoft will pay up to $15,000 for finding a Remote Code Execution issue in Edge
Microsoft has announced an extension of its Bounty Programs that will offer security researchers up to $15,000 if they find a Remote Code Execution issue in the Microsoft Edge browser.
http://www.gizmodo.com.au/2016/08/def-con-researchers-hack-a-dell-monitor-to-show-whatever-pixels-they-want/
Exploit repo: https://github.com/redballoonshenanigans/monitordarkly
Tags: #security #exploit
Exploit repo: https://github.com/redballoonshenanigans/monitordarkly
Tags: #security #exploit
Gizmodo Australia
DEF CON Researchers Hack A Dell Monitor To Show Any Pixels They Want
Why should hackers bother with complicated cross-domain hacks or redirects when they can just change the pixels on your monitor? Because it's really hard and complicated, but not impossible, as one team at this year's DEF CON showed....
http://www.joelonsoftware.com/articles/fog0000000069.html
Tags: #software #programming #WorstPractices
Tags: #software #programming #WorstPractices
Joel on Software
Things You Should Never Do, Part I
Netscape 6.0 is finally going into its first public beta. There never was a version 5.0. The last major release, version 4.0, was released almost three years ago. Three years is an awfully long tim…
https://support.cloud.engineyard.com/hc/en-us/articles/205411888-PHP-Performance-I-Everything-You-Need-to-Know-About-OpCode-Caches
Tags: #PHP #performance #programming #webdev
Tags: #PHP #performance #programming #webdev
Engine Yard Developer Center
PHP Performance I: Everything You Need to Know About OpCode Caches
Alternative Presentations:
Video Screencast (Transcript / Slides)
What are OpCode Caches?
OpCode Caches are a performance enhancing extension for PHP. They do this by injecting themsel...
Video Screencast (Transcript / Slides)
What are OpCode Caches?
OpCode Caches are a performance enhancing extension for PHP. They do this by injecting themsel...
http://www.theverge.com/circuitbreaker/2016/8/12/12458330/samsung-ibm-truenorth-brain-chip-gesture-app
Tags: #hardware #technology
Tags: #hardware #technology
The Verge
Samsung uses IBM's brain-inspired chip to recognize gestures
Human brains and machine brains are different. Human brains are really good at critical analysis. Machine brains are really good at working with lots of data. Human brains are power efficient....
https://unnikked.ga/how-to-build-simple-stack-virtual-machine/
Tags: #programming #Java #interpreter #RPN
Tags: #programming #Java #interpreter #RPN
unnikked
How to build a simple stack machine
I introduced lately the stack data structure on my blog. Stack machines are computers that uses a stack to perform the evaluation of a postfix expression.
…
…