Viewing profile — mjsabby
mjsabby
HN member- Joined
- Mon, Oct 13, 2014, 1:55 AM UTC
- HN karma
- 297
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About mjsabby
No profile information was provided.
Recent public activity
-
comment
Comment #47872359
I've joined the B70 bandwagon as well, and have started profiling, will keep this thread updated. I suspect if we get enough of us to get even 80% of theoretical perf we'll be in a…
-
comment
Comment #45635431
I got it at 39, still have it, you'll be fine.
-
comment
Comment #33131104
Lots of clinics in Vancouver BC fully body MRI scans that are not super expensive. I really do think we should just make MRIs cheap and then get the whole world to do them. I under…
-
comment
Comment #25134210
Can you elaborate “never rely on countermeasures”. What are you referring to?
-
comment
Comment #25055992
My team did this when we moved Bing.com over to .NET Core, but it's internal. I will see if we can make it public. The problem is there are some skeletons in the closest that are i…
- story
- story
-
comment
Comment #17805139
Thanks for the suggestion, I've modified the graphic.
-
comment
Comment #17803374
It's in milliseconds. I'm going to update the post and add that note, but omitting values was a business decision, sorry.
-
comment
Comment #17803356
Barring any bugs, the hope is that the code generated on Windows and Linux for the same architecture will be very similar, modulo calling conventions and ABI. Then you come down to…
-
comment
Comment #17803326
Bing is huge both in codesize and technologies used, but most of it is a flavor of Windows Server 2016 (soon 2019) + http.sys + C# + Razor + TypeScript for Frontend. C#/C++ for mid…
-
comment
Comment #17803265
Windows Server 2016. All the improvements in the post that helped us are the same on Linux. I will agree though there's more dogfooding to be done. It's happening slowly but surely…
-
comment
Comment #17803240
Current: Windows Server 2016 + http.sys + homegrown managed layer replacement for System.Web. Near future: Windows Server 2019 + http.sys + ASP.NET Core Medium future: Windows Serv…
-
comment
Comment #11784234
Folks, adding mscorlib binary compatibility is not going to boil the ocean or alter the "Core"-ness of .NET Core. I implore you to take a look at this pull request: https://github.…
-
comment
Comment #9997792
ETW2JSON: https://github.com/ETWTools/ETW2JSON ETW2SQLite: https://github.com/ETWTools/ETW2SQLite The motivation for these tools is to make Windows system instrumentation data more…
- story
-
comment
Comment #9372073
This wiki page details what LLILC will be doing to get GC Support as required by the CoreCLR: https://github.com/dotnet/llilc/blob/master/Documentation/ll... Andy Ayers from the LL…
-
comment
Comment #9372053
Have a look at the FAQ: https://github.com/dotnet/llilc/wiki/LLILC-FAQ Q: How does LLILC relate to the .NET Native work? A: .NET Native provides a broad tool-chain, targeting Windo…
-
comment
Comment #9371840
LLILC is absolutely interested in upstreaming and in fact, at least one big change (prelim COFF support for MCJIT) is already upstreamed ( http://lists.cs.uiuc.edu/pipermail/llvm-c…
-
comment
Comment #9371459
Having multiple code generators is not mutually exclusive, and this effort does not mean MSFT is ditching any existing AOT (or for that matter JIT) compiler projects. One of LLILC'…
-
comment
Comment #9371263
Mailing list post: http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-April/084459... And also check out LLVMSharp -- http://www.llvmsharp.org which gives LLVM access to .NET Disclaim…
- story