Live data from Hacker News

Viewing profile — armanified

armanified

HN member
Joined
Sat, Oct 29, 2022, 6:05 AM UTC
HN karma
315
Public activity
21 items

About armanified

No profile information was provided.

Recent public activity

  1. comment
    Comment #48462367

    I'm a professional web scraper and have pretty much exhausted most open-source stealth browsers. The paid ones aren't a very economical solution when you want to scrape at scale an…

  2. story
  3. comment
  4. story
  5. comment
    Comment #47660234

    True, but most would ignore LM if it weren't LLM.

  6. comment
    Comment #47660217

    This title might have triggered something in those bots; most of them have sneaky AI SaaS links in their bio. Honestly, I never expected this post to become so popular. It was just…

  7. comment
    Comment #47659783

    OMG! Why didn't I thought fo this first :P

  8. comment
    Comment #47659761

    OMG! You just gave me the next idea..

  9. comment
    Comment #47659724

    Pretty neat! I'll definitely take a deeper look into this.

  10. comment
    Comment #47659711

    Uppercase letters were intentionally ignored.

  11. comment
    Comment #47659698

    My initial idea was to train a navigation decision model with 25M parameters for a Raspberry Pi, which, in testing, was getting about 60% of tool calls correct. IMO, it seems like …

  12. comment
    Comment #47659630

    It mostly doesn't, at 9M it has very limited capacity. The whole idea of this project is to demonstrate how Language Models work.

  13. comment
    Comment #47659601

    I haven't compared it with anything yet. Thanks for the suggestion; I'll look into these.

  14. comment
    Comment #47659593

    I intentionally removed all optimizations to keep it vanilla.

  15. story
    Show HN: I built a tiny LLM to demystify how language models work

    Built a ~9M param LLM from scratch to understand how they actually work. Vanilla transformer, 60K synthetic conversations, ~130 lines of PyTorch. Trains in 5 min on a free Colab T4…

  16. comment
    Comment #47247126

    Good to see someone contributing to the Bangla space.

  17. comment
    Comment #45868691

    A lot was generated with LLM, but not vibe-coded. I have a clear expectation and project plan.

  18. comment
    Comment #45865117

    JS/TS could actually be my next venture! Would love to hear about your use case to help prioritize features if I build it out.

  19. comment
    Comment #45865110

    Fair concern. Most of these projects are abandoned because keeping up with major browsers' changes is exhausting. I genuinely want to maintain this and plan to update it with major…

  20. comment
  21. story
    Show HN: I built an HTTP client that perfectly mimics Chrome 142

    BoringSSL and nghttp2. Matches JA3N, JA4, and JA4_R fingerprints. Supports HTTP/2, async/await, and works with Cloudflare-protected sites. Not trying to compete with curl_cffi - ju…