Viewing profile — scottmac
scottmac
HN member- Joined
- Tue, Jan 04, 2011, 10:38 PM UTC
- HN karma
- 32
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About scottmac
Currently at Stripe Formerly at Facebook
Recent public activity
-
comment
Comment #24618688
100% this ^ The initial cost of the Gizmo was around the same as an iPad but the long term maintenance cost was significantly less. Every building at Facebook probably has a couple…
-
comment
Comment #24613311
Gizmo was from the group I worked with at Facebook. This was almost entirely from a "How can we make it easier for people to collaborate". 2 is the closest reason :) They were mult…
-
comment
Comment #24117711
It stopped deleting and started archiving back in 2016/2017 when Dex was merged with the Wiki.
-
comment
Comment #24110458
I worked on the wiki at a large company, we had several problems but came up with a few changes. - A wiki reaper that would reap docs that hadn't been updated in more than 1 year. …
-
comment
Comment #18365202
Stripe | Software Engineer (Type System)| San Francisco, CA / Seattle, WA / Remote | Full Time Stripe has built and rolled out the first version of a static type system for Ruby to…
-
comment
Comment #4374535
I work at Facebook and have been involved in the Hiphop for PHP project for the past few years. We have our own VM written and it isn't based on the JVM. Bytecode: https://github.c…
-
comment
Comment #2425127
It's just CentOS
-
comment
Comment #2072464
It's a hardware issue with the x87 instruction set, http://gcc.gnu.org/ml/gcc/2003-08/msg01195.html is a good explanation.
-
comment
Comment #2072223
The copying from the 80-bit register to the 64-bit memory cell is causing the result to be corrupted. When we use volatile it tells the compiler not to apply the optimisation which…
-
comment
Comment #2068860
I've fixed this now in all the PHP branches. http://svn.php.net/viewvc/?view=revision&revision=307095