CharlieDigital

↗ HN profile [ 74.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. RunJS is an MCP server written in C# that let's an LLM generate and execute JavaScript "safely". It uses the excellent Jint library (https://github.com/sebastienros/jint) which is a .NET JavaScript interpreter that…

  2. TypeScript is Like C# – A Backend Guide (typescript-is-like-csharp.chrlschn.dev)
  3. Over the last week, I've received random emails from two dating sites. On 12/09, I received one from CoffeeMeetBagel addressed to "Michael" (but using my email). I've never heard of this site and certainly I am far…

  4. A partner of a friend recently took a few months off and then dedicated 30-45 days preparing for interviews with several Big Tech companies. This individual basically dedicated this time to researching common leetcode…

  5. Hey HN, I hacked out Turas.app over New Years weekend in 2023 when it became increasingly difficult for my wife and I to organize a 12-day trip to Taiwan in Google Docs. Opened it up to other users and since then, it's…

  6. If you work with prompts in code, a minor nuisance is managing your placeholder tokens and basic templating. There's also a lot of repetitive code you'll end up writing to set up and execute the prompt. C# source…

  7. I've long had a dislike for leetcode interviews on both sides of the coin. Project-based interviews can also be challenging because it can end up filtering out folks who don't want to spend several hours building…