xakpc

↗ HN profile [ 75.7 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Not much to say. I work on windows, I hate postman, I need to manage bunch of .http files across multiple repositories. So I built a fast and native tool for myself and published it if you want to try it too. Any…

  2. I use Plausible as a main analytics platform, but apparently I don’t have the discipline to check it regularly for all my side-projects. So it just sits there and I'm actually paying money for that just to exists. To…

  3. Originally I thought it would be cool to expose something like dstp over HTTP: a simple way to run low-level network diagnostics remotely via a REST API. Then I ditched dstp and rewrite every check with .NET. Then I…

  4. Since last week I played a lot with using new dotnet run app.cs feature, as well as Agents in Visual Studio and in terminal. And I found out that this feature works very good with MCP concepts You basically could write…

  5. Sass plugin for Gulp utilizing the speed and performance of Grass rust library to compile SASS to CSS 8x faster than gulp-sass with dart-sass. Built this for myself to replace dart-sass for on-fly compilation. On 98KB…

  6. Built it with focus on simplicity, nothing fancy. Build with PicoCSS, htmx and dotnet razor pages Hope it would be usefull to you

  7. Hey, HN. I have a question for you. We use our own bot constructor for years. It allowed us to build numerical chatbots and chatbot-based products, mostly for HR. It's quite simple, has almost none visual interface and…