logoalt Hacker News

MaKeyyesterday at 8:14 PM1 replyview on HN

What motivated you to start this and which language did you choose?


Replies

mlhpdxyesterday at 8:24 PM

Past trauma motivated it.

I was responsible for multiple RADIUS services used by millions of people every day. The existing software is slow to build with, difficult to scale and expensive. I couldn't let it go.

Step one was building the platform to run it on and make it sustainable as a business. Step two is implementing protocols like RADIUS that lack a separated compute/storage model but should really have one.

I chose C# because I know it, and build native single-file executables using AoT.

show 1 reply