NikhilVerma

↗ HN profile [ 107 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I've been fascinated with how sounds bounce around the room and enter your ears, and how you can find out with two sets of microphones on your head whether the audio is coming from front or behind you. So I tried to…

  2. SlopSift uses NLP-backed lint rules. It goes beyond word lists and part-of-speech tags by matching relationships in a dependency graph. Though it still includes a few word-based rules for tells like “delve” and, most…

  3. https://writinglint.nikhilv.workers.dev/ Most text linters rely on simple POS tagging or regex, I've been working on this tool that allows one to use the dependency graph of a sentence and then allow you to run rules…

  4. I've been actively using Vue for my official and personal projects for over 6 years now. While SFC was great it's quickly becoming a pain. It requires custom Volar plugins. It doesn't work with native typescript. The…

  5. Recently my org decided to disallow sudo/admin access to all employees on their laptops. So basic things like updating the OS, updating VSCode need to go through an approval process. I've never experienced a policy like…