Live data from Hacker News

Viewing profile — mufeedvh

mufeedvh

HN member
Joined
Wed, Mar 25, 2020, 4:24 PM UTC
HN karma
151
Public activity
31 items

About mufeedvh

[ my public key: https://keybase.io/mufeedvh; my proof: https://keybase.io/mufeedvh/sigs/oOpHmsSSADHzToBO1-I_oUkmnVMSZlsl7reF89gRYkI ]

Recent public activity

  1. comment
  2. story
  3. story
  4. story
  5. comment
    Comment #47758840

    This is a good idea. Will incorporate false-positive rates into the rubric from the next run onwards. At winfunc, we spent a lot of research time taming these models to eradicate f…

  6. comment
  7. story
    N-Day-Bench – Can LLMs find real vulnerabilities in real codebases?

    N-Day-Bench tests whether frontier LLMs can find known security vulnerabilities in real repository code. Each month it pulls fresh cases from GitHub security advisories, checks out…

  8. comment
    Comment #47305342

    thank you! :)

  9. comment
    Comment #47305134

    Funny you mention that, because yes, a combinator-style encoding is probably a cleaner fit for the “only six colors constraint than my stack machine. I hacked together a tiny SKI-f…

  10. comment
    Comment #47304921

    Yes, for messy real-world photos a lightweight CNN would probably outperform the deterministic decoder, but I’d still use it in a hybrid pipeline with classic CV for blob detection…

  11. comment
    Comment #47303600

    Yes! Just make sure to take a photo on a plain white surface is all. With: uv run mnm decompile path/to/photo.png --mode photo

  12. comment
    Comment #47301883

    Author of this silly project here! Sharing a bit of backstory on why I decided to work on this; Firstly, “for fun” but primarily because I felt like I started losing the childlike …

  13. story
  14. story
  15. story
  16. story
  17. comment
    Comment #39686687

    Yes, this just depends on the model you're using. Small-medium size codebases would fit inside Claude's 200K context window and Gemini 1.5 has a 1M context window which would essen…

  18. comment
    Comment #39684838

    Merged, thank you! :)

  19. comment
    Comment #39681341

    For small codebases, you can run this tool on the entire directory and it would generate a well-formatted Markdown prompt detailing the source tree structure, and all the code. You…

  20. story
    Show HN: Code2prompt – Generate LLM prompts from your codebase

    I made code2prompt, a CLI tool to generate LLM prompts from your codebase with support for prompt templating and token counting. I initially wrote this for personal use to utilize …

  21. comment
    Comment #37778448

    I have made a simple CLI utility[0] with this purpose in mind. It scans your entire filesystem for README.md and FUNDING.yml files for a set of donation/sponsor links and tag it wi…

  22. story
  23. story
  24. comment
    Comment #31728684

    Thanks! :) It currently does gzip compression by default. Compression modes for specific files sounds interesting, I will definitely get around to implementing that.

  25. comment
    Comment #31727999

    Backstory: What started as a personal project to quickly host some web pages turned into a rabbit hole of yak shaving and that is how I ended up making Binserve. I automated the st…