Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
scottmac
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
scottmac
6y ago
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 of hundred of these devices between reception, building map
2.
▲
by
scottmac
6y ago
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 multi functional: - Room Check-in devices (replacing N
3.
▲
by
scottmac
6y ago
It stopped deleting and started archiving back in 2016/2017 when Dex was merged with the Wiki.
4.
▲
by
scottmac
6y ago
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. We'd give people 1 month to action. - In search,
5.
▲
by
scottmac
8y ago
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 improve our ability to maintain and extend Stripe
6.
▲
by
scottmac
14y ago
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.com/facebook/hiphop-php/blob/master/doc/bytec... Code: htt
7.
▲
by
scottmac
15y ago
It's just CentOS
8.
▲
by
scottmac
16y ago
It's a hardware issue with the x87 instruction set, http://gcc.gnu.org/ml/gcc/2003-08/msg01195.html is a good explanation.
9.
▲
by
scottmac
16y ago
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 in this case was putting it in a register.
10.
▲
by
scottmac
16y ago
I've fixed this now in all the PHP branches. http://svn.php.net/viewvc/?view=revision&revision=307095