v-yanakiev

↗ HN profile [ 36.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Consider a service providing user-scoped AI tokens. The service would allow you to configure usage limits for each user's tokens, allowing you to safely move AI logic to the client-side, simplifying your code. As an…

  2. Motivated by recent drama regarding Fly's throttling changes (https://community.fly.io/t/predictable-processor-performance/22259), I started thinking about building an alternative to Fly.io's performance machines (no…

  3. Thinking of making an open-source browser extension to track expenses (including active subscriptions). The extension would log the data automatically when it detects that, for example, Stripe Checkout has been visited.…

  4. After some difficulties with setting up remote debugging (SSH, SCTP stuff), I thought of a possible easier solution using Remote Connections (https://en.wikipedia.org/wiki/Reverse_connection): 1. A VS Code debug…

  5. I'm thinking of making an AI content-filtering browser extension, to mark/remove AI content in Google, Reddit, etc. It'd probably rely on on-device CPU inference (like this:…

  6. I recently open-sourced my AI code interpreter / Agent platform. Feel free to check it out!

  7. Syntix.pro is an open-source AI code interpreter.

  8. https://www.syntix.pro/ Syntix is an AI code interpreter. It allows you to ask an AI programming questions, and have it answer back in a Dockerfile-defined container, or in one of 8 environments supported out of the…

  9. I noticed how cheap Hetzner's dedicated vCPUs were compared to big-name cloud providers. Comparing Hetzner vs GCP: the pricing for 16 vCPU, 64GB RAM - 96.49EUR / month vs 609.71USD / month.…

  10. https://www.syntix.pro/ Syntix is an AI code interpreter. It allows you to ask an AI programming questions, and have it answer back in one of 8 languages: JavaScript, TypeScript, Python, C#, Java, Go, Rust, pgSQL. The…

  11. https://www.syntix.pro/ Syntix is an AI code interpreter. It allows you to ask an AI programming questions, and have it answer back in one of 8 languages: JavaScript, TypeScript, Python, C#, Java, Go, Rust, pgSQL. The…