codingmoh

↗ HN profile [ 114 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Made a little Artemis II tracker for anyone else who is unnecessarily invested in this mission: https://artemis-ii-tracker.com/ For those of us who apparently need a dedicated place to monitor this mission instead of…

  2. Hello Hacker News, I've built a platform that lets anyone create their own voice-based AI tutor. To showcase what the platform can do, I've created a voice-based AI tutor for Stanford's famous CS229 Machine Learning…

  3. Hey HN, I’ve built Open Codex, a fully local, open-source alternative to OpenAI’s Codex CLI. My initial plan was to fork their project and extend it. I even started doing that. But it turned out their code has several…

  4. I’ve been working on a pretty common problem: - I have structured data in JSONL files (in.jsonl, out.jsonl) - I match lines by a key - I transform them into (text, embedding) pairs - I optionally filter/map them - I…

  5. Hi HN, I just released a very simple AI Shell / CLI tool that lets you convert natural language directly into executable shell commands. Built with python to simplify terminal workflows and help you quickly run commands…

  6. Hey HN, I spent a couple of hours this afternoon building a basic AI-powered code reviewer using Replit. Based on your custom instructions, it reviews code on existing pull requests and can even comment in your name.…

  7. What are some effective strategies for finding answers to obscure errors in your software? I know that following clean code/architecture principles and adhering to organization-wide standards can help you navigate and…

  8. What's your go-to bug tracking tool, and why do you prefer it? Are there any key features that you feel are missing from the tool you're currently using? I've been using Sentry for the past few years and have found it…

  9. Hi everyone on HackerNews, We are just launching Bugbusters. Bugbusters is a GitHub-Bot that writes bugfixes for errors detected by application monitoring software like sentry. It examines an error's monitoring data,…