Live data from Hacker News

Viewing profile — yigitkonur35

yigitkonur35

HN member
Joined
Mon, Sep 20, 2021, 6:14 PM UTC
HN karma
105
Public activity
55 items

About yigitkonur35

No profile information was provided.

Recent public activity

  1. comment
    Comment #48247249

    [flagged]

  2. story
  3. story
    Show HN: Fix-my-mic – stop macOS from switching to AirPods mic every connection

    airpods connect to mac → mic hijacked automatically → you sound like a tin can. mac has a 3-mic built-in array made for calls. airpods doesn't come close. this runs in the backgrou…

  4. comment
  5. comment
    Comment #47076159

    enjoy it!

  6. comment
    Comment #47076154

    imo an agent learns way more by watching the raw agentic flow than by reading some sanitized context dump. you get to see exactly where the last bot derailed and then patched itsel…

  7. comment
    Comment #47075176

    yeah, thanks for sharing your thoughts! the original idea was to reproduce the exact same session on other coding platforms using the jsonl schema of each, but after seeing how the…

  8. story
    Show HN:`npx continues` – resume same session Claude, Gemini, Codex when limited

    i kept hitting rate limits in Claude Code mid-debugging, then hopping to Gemini or Codex. the annoying part wasn't switching tools (copy-pasting terminal output doesn't bring tool-…

  9. comment
    Comment #44838213

    i've heard the boom of 'vibe coded' apps seems like apple's just overwhelmed and responding by tightening up, which makes it harder for everyone, even legit projects yours. btw, pr…

  10. comment
    Comment #43990052

    shows how bad embeddings are in a practical way

  11. comment
    Comment #43892369

    finally someone has made something like n8n that’s easy to observe but also offers coding flexibility, i was just about to dive into making an agent with a prompt chain that genera…

  12. story
  13. comment
    Comment #42849939

    great stuff! nice to see that remotion is becoming more popular on such projects.

  14. comment
  15. comment
    Comment #41619432

    I really appreciate you sharing your hands-on experience with a real-world scenario. It's interesting how people unfamiliar with traditional OCR often doubt LLMs, but having worked…

  16. comment
    Comment #41619417

    You're right. For my API that prepares PDFs for LLMs, fixing typos makes sense. But yeah, keeping original text is crucial for most OCR tasks.

  17. comment
    Comment #41619407

    I've found this method really useful for prepping PDFs before running them through AI. I mix it with traditional OCR for a hybrid approach. It's a game-changer for getting info fro…

  18. comment
    Comment #41619373

    You're absolutely right. I use PDFTron (through CloudCovert) for full document OCR, but for pages with fewer than 100 characters, I switch to this API. It's a great combo – I get t…

  19. comment
    Comment #41619353

    I ought to test this with Sonnet too and compare the results. I feel it might perform better on OCR tasks. While I went with Azure OpenAI due to fewer rate restrictions, you've got…

  20. comment
    Comment #41619344

    Wow, you knocked it out of the park! I'll be sure to use this when I tackle that evaluation.

  21. comment
    Comment #41619270

    You're spot on. We shouldn't lump all LLMs together. This approach might work wonders for Anthropic and OpenAI's top-tier models, but it could fall flat with smaller, less complex …

  22. comment
    Comment #41619168

    Yes, you can customize this as you wish by adding it to your prompt.

  23. comment
    Comment #41619157

    I did a ton of Googling before writing this code, but I couldn't find you guys anywhere. If I had, I'd have definitely used your stuff. You might want to think about running some s…

  24. comment
    Comment #41619146

    For highly consistent responses, manually transcribing the most challenging page of the document (or engaging in multiple rounds of dialogue with Claude) and incorporating it as a …

  25. comment
    Comment #41619138

    I get your worries about LLMs and their consistency problems. But I think we can fix a lot of that using LLMs themselves for checks. If you're after top-notch accuracy, you could t…