JSC is barely ever mentioned in the v8 team. They gave up wanting to be benchmark kings in the interest of having decent performance in Android markets (low-end and high). Comments around cheating are likely aimed at…
This was stupid comment, long day. Totally looking at this the wrong way.
How does the hardware visible context get suitably updated if the confidential data in the other SIP isn't touched by execution (speculative or otherwise)? Doesn't something need to be pulling that state into the…
In Singularity, the system gets to decide what happens at SIP boundaries (and the kernel ABI boundary). HIP is the full address space change, but any mitigation steps can be introduced in the IPC hand-off between SIPs…
Mark Aiken wrote a paper on Singularity with and and without Memory Protection: https://www.microsoft.com/en-us/research/publication/deconst... By design, Singularity didn't support dynamic code loading so untrusted…
Preliminary VarHandle support in Android start in P. The API is hidden, but it had to start ahead of the Java 9 libraries because it's a lot of work. All code needs to be capable of being interpreted as that's the…
Hey Joe, can't you just stop nagging users to use your browser and stop overriding the users choice of browser? No need to repackage anything, just move on.
Completely agree. My home network is built with Mikrotik kit which is priced where it's affordable to have spares. I have yet to encounter a failure, but could drop in a new router in a couple of minutes with the saved…
36000 lines of handwritten assembler in v8? Not since the transition to ignition and turbofan... $ git clone https://github.com/v8/v8.git $ cd v8 $ find . -name '*.S' There's still some macro assembler in the built-in's…
I love what DeepMind is doing, but find their publication choices bizarre. Sure Nature has the occasional ML / NN paper, but it's not a top journal for AI / ML / CS and it makes getting hold of papers awkward and it…
Microsoft does not preinstall third party bloatware, that's OEMs running on thin margins. There have been Microsoft efforts to share with OEMs the effect of bloatware on boot times and incentivizing boot time reduction.
It doesn't take 10 minutes for a LaTeX or Word user to get frustrated with docs. What doesn't it do: 1. user defined style definitions 2. citations / bibliography 3. anchoring There are plugins that can help, but at…
Why is this HN material? It's a Slack customer advisory.
The Linux Subsystem for Windows isn't a great example. Folks in MSR Cambridge had Linux running on Windows circa Y2K. The Linux Subsystem today comes from a second effort using Drawbridge.
Mikrotik wAP ac [1] positioned in center of home with a Mikrotik Hex POE [2] as the main router and DHCP server. There is TP-Link HomePlug [3,4] between router and WiFi base station. The wAP ac has a stronger and more…
That is the nature of the beast except for retropiling. Method handles may be a hard set of features to implement on that path.
Coming in O by the looks of it: https://source.android.com/devices/tech/dalvik/dalvik-byteco...
Clickbait. No story until unveiling event.
Thanks for sharing. The documentation is well done, looking forward to checking out the code.
Are you sure no one else was involved in starting LLVM? PhD supervisor, fellow students, etc. Just saying...
Well, this is cool. Kudos to the folks that made this happen. It was always a tragedy that the Windows Shell team insisted on creating their own "Shortcut" mechanism and not shaping the existing FS team symlinks to give…
NT coding style and some similarities with naming. Very clean looking in what I've seen so far. Nice work guys.
Could be that the recruiter left. My perception is that recruiters have greater churn in bi companies.
Windows also has the cool and little known CommonLogFileSystem if you need logging: https://en.wikipedia.org/wiki/Common_Log_File_System https://msdn.microsoft.com/en-us/library/windows/desktop/bb9...
Kudos to FB. It's a hard problem as you scale. I have a few friends who suggest the article matches their experiences there. Being a 40-something engineer, you hear the same things over and again. I used to work at MSFT…
JSC is barely ever mentioned in the v8 team. They gave up wanting to be benchmark kings in the interest of having decent performance in Android markets (low-end and high). Comments around cheating are likely aimed at…
This was stupid comment, long day. Totally looking at this the wrong way.
How does the hardware visible context get suitably updated if the confidential data in the other SIP isn't touched by execution (speculative or otherwise)? Doesn't something need to be pulling that state into the…
In Singularity, the system gets to decide what happens at SIP boundaries (and the kernel ABI boundary). HIP is the full address space change, but any mitigation steps can be introduced in the IPC hand-off between SIPs…
Mark Aiken wrote a paper on Singularity with and and without Memory Protection: https://www.microsoft.com/en-us/research/publication/deconst... By design, Singularity didn't support dynamic code loading so untrusted…
Preliminary VarHandle support in Android start in P. The API is hidden, but it had to start ahead of the Java 9 libraries because it's a lot of work. All code needs to be capable of being interpreted as that's the…
Hey Joe, can't you just stop nagging users to use your browser and stop overriding the users choice of browser? No need to repackage anything, just move on.
Completely agree. My home network is built with Mikrotik kit which is priced where it's affordable to have spares. I have yet to encounter a failure, but could drop in a new router in a couple of minutes with the saved…
36000 lines of handwritten assembler in v8? Not since the transition to ignition and turbofan... $ git clone https://github.com/v8/v8.git $ cd v8 $ find . -name '*.S' There's still some macro assembler in the built-in's…
I love what DeepMind is doing, but find their publication choices bizarre. Sure Nature has the occasional ML / NN paper, but it's not a top journal for AI / ML / CS and it makes getting hold of papers awkward and it…
Microsoft does not preinstall third party bloatware, that's OEMs running on thin margins. There have been Microsoft efforts to share with OEMs the effect of bloatware on boot times and incentivizing boot time reduction.
It doesn't take 10 minutes for a LaTeX or Word user to get frustrated with docs. What doesn't it do: 1. user defined style definitions 2. citations / bibliography 3. anchoring There are plugins that can help, but at…
Why is this HN material? It's a Slack customer advisory.
The Linux Subsystem for Windows isn't a great example. Folks in MSR Cambridge had Linux running on Windows circa Y2K. The Linux Subsystem today comes from a second effort using Drawbridge.
Mikrotik wAP ac [1] positioned in center of home with a Mikrotik Hex POE [2] as the main router and DHCP server. There is TP-Link HomePlug [3,4] between router and WiFi base station. The wAP ac has a stronger and more…
That is the nature of the beast except for retropiling. Method handles may be a hard set of features to implement on that path.
Coming in O by the looks of it: https://source.android.com/devices/tech/dalvik/dalvik-byteco...
Clickbait. No story until unveiling event.
Thanks for sharing. The documentation is well done, looking forward to checking out the code.
Are you sure no one else was involved in starting LLVM? PhD supervisor, fellow students, etc. Just saying...
Well, this is cool. Kudos to the folks that made this happen. It was always a tragedy that the Windows Shell team insisted on creating their own "Shortcut" mechanism and not shaping the existing FS team symlinks to give…
NT coding style and some similarities with naming. Very clean looking in what I've seen so far. Nice work guys.
Could be that the recruiter left. My perception is that recruiters have greater churn in bi companies.
Windows also has the cool and little known CommonLogFileSystem if you need logging: https://en.wikipedia.org/wiki/Common_Log_File_System https://msdn.microsoft.com/en-us/library/windows/desktop/bb9...
Kudos to FB. It's a hard problem as you scale. I have a few friends who suggest the article matches their experiences there. Being a 40-something engineer, you hear the same things over and again. I used to work at MSFT…