HN user

tablloyd

111 karma
Posts1
Comments9
View on HN

That argument doesn't really hold up much water

- Typescript is created by Microsoft (This doesn't stop many start-ups from choosing it)

- Hot reload is for a small segment of the C# userbase and that article is now years old.

FWIW I've been a dotnet/c# dev using MacOs/Jetbrains rider for 6 years now.

C# != Visual Studio.

Autocomplete works fine interactively debugging on MacOS with JetBrains rider.

Syntax trees can be browsed on https://sharplab.io/ or again via Rider and I'm sure there are some other tools that I'm not aware of.

The Roslyn sdk is part of .NET (cross platform) these days so anyone can use it to build a visualiser should they wish to.

I wish Honeycomb employees would spend some time on improving their product in a tangible way instead of writing blog posts. I've had the missfortune of using Honeycomb at work and for any systems that interact with more than a couple of services it's simply unusable. I don't get why there's all the hype around the company?

I'm skeptical of Brexit being the reason that N26 is withdrawing from the UK. They started operation in the uk in October 2018, over 2 years after the referendum result and 6 months before the UK was meant to leave until the date got pushed back.

Theres a nuget & terminal tab across the bottom bar which combined offer the same functionality as the nuget package manager console.

I've recently switched to Rider full time from VS, so far it's been a really good experience & has fixed the main issues that I was experiencing with VS.

I've found it quite problematic to reliably connect to private NuGet feeds though which is a bit of a pain.