Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
runfaster2000
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
runfaster2000
8mo ago
C# has this same model: https://learn.microsoft.com/en-us/dotnet/csharp/language-ref...
2.
▲
by
runfaster2000
1y ago
This is a good example[1] at 64k LOC removal. We removed built-in support for C# + WinRT interop on Windows and instead required users to use a source-generation tool (which is still the case today). This was a breaking change. We realized
3.
▲
by
runfaster2000
1y ago
This excellent presentation (Veritasium) is making much the same point (learning comes from “reps”). https://youtu.be/0xS68sl2D70?si=rXg5_wjg4bEdMalw
4.
▲
by
runfaster2000
2y ago
I quite enjoyed both series. They are not similar (as you implicitly suggest). Wayfarer bugged me at first because each book is a massive departure from the next (somewhat like Ender 1 and 2). As much as it pained me to leave the characters
5.
▲
by
runfaster2000
2y ago
This is all true. The only part that is potentially misleading is that the target doesn't need to be a blog. A blog is a fine target, however. The key activity is spending time to articulate a message with enough clarity that another p
6.
▲
by
runfaster2000
2y ago
Here is a post I wrote a while back that includes charlieplexing. https://devblogs.microsoft.com/dotnet/blinking-leds-with-ras...
7.
▲
by
runfaster2000
3y ago
Dive is great. Tools like that are critical for both learning and developing confidence on what you are precisely building/shipping. Dredge is another tool to look at. I use it for diffing layers. https://github.com/mth
8.
▲
by
runfaster2000
4y ago
Would love to follow up with you to learn more about your deployment. Info in profile.
9.
▲
by
runfaster2000
4y ago
Would love to heard more about that! That sounds like a great win. Contact info is in my profile.
10.
▲
by
runfaster2000
4y ago
The bulleted list in the design point section is intended as a high-level summary. We may do another post later that is part-way between the bulleted list and the post as a whole. Perhaps that would be the last post in the series.
11.
▲
by
runfaster2000
4y ago
Post author here -- There are lots of resources for teams within Microsoft. Please reach out and we can help you speed up that process. Contact info in my profile. We work super closely with teams and often post about their fine work and ev
12.
▲
by
runfaster2000
4y ago
Do you have an example of that? That is really interesting.
13.
▲
by
runfaster2000
4y ago
Context: https://bugs.launchpad.net/ubuntu/+source/dotnet6/+bug/19844...
14.
▲
by
runfaster2000
4y ago
Anyone notice the part of the announcement about Chiseled Ubuntu Containers?
15.
▲
by
runfaster2000
4y ago
We started with Red Hat. They were our .NET Core 1.0 launch partner (and remain a very close partner). You can run Red Hat on-prem or in the cloud (obviously).
16.
▲
by
runfaster2000
4y ago
We maintain container images for both Linux and Windows. I can tell you that they both get a LOT of use (>10M pulls/month). .NET is very much a cross-platform app stack. Also, we get plenty of bug reports on Linux (which we diligent
17.
▲
by
runfaster2000
4y ago
Folks are working on FreeBSD support: https://github.com/dotnet/runtime/pull/71486
18.
▲
by
runfaster2000
4y ago
Fedora and Red Hat have offered .NET packages for years. We've worked very closely with those folks and they've taught us a lot about how to work collaboratively with distro maintainers. We meet with them weekly. Notice that Fedor
19.
▲
by
runfaster2000
5y ago
Big fan of this book. It's incredibly forward-thinking and can be read in an evening. Absolutely recommended if you have not read it.
20.
▲
by
runfaster2000
5y ago
I've read that one. It's good, but not nearly as good as her other writing. I'm always torn by whether I like the earthsea or Hainish series better. She also has many wondering short stories, some of which borrow from her lon
21.
▲
by
runfaster2000
6y ago
I provided an answer in the blog post post comments. We see it most big corps and government. We also see Linux in those same places. If there are big Windows Server apps (typically .NET Framework) that people want to host in the cloud, the
22.
▲
by
runfaster2000
6y ago
Good and fair call. I softened the wording on digest comparisons. I sympathize with your pet peeve and like your apt example. I wrote the article (although you probably figured that out). Oh, and thanks for caring so much about reproducibil
23.
▲
by
runfaster2000
6y ago
That's the same thing as comment about float. Warren Buffett frequently talks about float. At Berkshire, they attempt to both sell premiums at a fair price AND win with float. Seems to have worked well for them.
24.
▲
by
runfaster2000
6y ago
.NET was built in the time of early Java, and so has many similar characteristics: virtual machine with a garbage collector, executes compiled processor- and OS-independent binaries, supports multiple languages, and a large class library. A
25.
▲
by
runfaster2000
6y ago
Here is a more recent update on records with the new syntax. https://devblogs.microsoft.com/dotnet/announcing-net-5-0-rc-...
26.
▲
by
runfaster2000
6y ago
.NET Team member here. We don't look at these specific benchmarks. Our belief is that they are wild west w/limited moderation of what is reasonable/real-world and not. Not necessarily a reasonable comparison, but we focus on
27.
▲
by
runfaster2000
6y ago
Lots of Linux images available @ https://hub.docker.com/_/microsoft-dotnet-core-aspnet/
28.
▲
by
runfaster2000
6y ago
The Microsoft client was probably moved to an all C# solution, which skips over this problem.
29.
▲
by
runfaster2000
7y ago
Here is the post you are looking for, I think ... https://devblogs.microsoft.com/dotnet/net-core-is-the-future...
30.
▲
by
runfaster2000
7y ago
It is both things ... basically .NET Core 5 (as you say) but also making it so that .NET Core can support all modern .NET scenarios.
More ›