Viewing profile — runfaster2000
runfaster2000
HN member- Joined
- Thu, Dec 06, 2012, 7:01 PM UTC
- HN karma
- 645
- Public activity
- 95 items
- HN profile
- View on Hacker News ↗
About runfaster2000
@richlander on GitHub
Recent public activity
-
comment
Comment #46716130
C# has this same model: https://learn.microsoft.com/en-us/dotnet/csharp/language-ref...
-
comment
Comment #44383996
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 sti…
-
comment
Comment #43746531
This excellent presentation (Veritasium) is making much the same point (learning comes from “reps”). https://youtu.be/0xS68sl2D70?si=rXg5_wjg4bEdMalw
-
comment
Comment #43237799
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 End…
-
comment
Comment #42992920
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 …
-
comment
Comment #40332420
Here is a post I wrote a while back that includes charlieplexing. https://devblogs.microsoft.com/dotnet/blinking-leds-with-ras...
-
comment
Comment #38914837
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…
-
comment
Comment #34798030
Would love to follow up with you to learn more about your deployment. Info in profile.
-
comment
Comment #34794857
Would love to heard more about that! That sounds like a great win. Contact info is in my profile.
-
comment
Comment #34793892
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. …
-
comment
Comment #34793597
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 cl…
-
comment
Comment #33585213
Do you have an example of that? That is really interesting.
-
comment
Comment #32483431
Context: https://bugs.launchpad.net/ubuntu/+source/dotnet6/+bug/19844...
-
comment
Comment #32482954
Anyone notice the part of the announcement about Chiseled Ubuntu Containers?
-
comment
Comment #32482746
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).
-
comment
Comment #32482719
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 g…
-
comment
Comment #32482631
Folks are working on FreeBSD support: https://github.com/dotnet/runtime/pull/71486
-
comment
Comment #32482599
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 mainta…
-
comment
Comment #28157808
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.
-
comment
Comment #27088488
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 sho…
-
comment
Comment #26127780
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 (typicall…
-
comment
Comment #26120197
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 tha…
-
comment
Comment #26059654
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. Seem…
-
comment
Comment #24562432
.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 binarie…
-
comment
Comment #24562237
Here is a more recent update on records with the new syntax. https://devblogs.microsoft.com/dotnet/announcing-net-5-0-rc-...