Viewing profile — armanified
armanified
HN member- Joined
- Sat, Oct 29, 2022, 6:05 AM UTC
- HN karma
- 315
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About armanified
No profile information was provided.
Recent public activity
-
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…
- story
-
comment
Comment #47894662
[dead]
- story
-
comment
Comment #47660234
True, but most would ignore LM if it weren't LLM.
-
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…
-
comment
Comment #47659783
OMG! Why didn't I thought fo this first :P
-
comment
Comment #47659761
OMG! You just gave me the next idea..
-
comment
Comment #47659724
Pretty neat! I'll definitely take a deeper look into this.
-
comment
Comment #47659711
Uppercase letters were intentionally ignored.
-
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 …
-
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.
-
comment
Comment #47659601
I haven't compared it with anything yet. Thanks for the suggestion; I'll look into these.
-
comment
Comment #47659593
I intentionally removed all optimizations to keep it vanilla.
-
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…
-
comment
Comment #47247126
Good to see someone contributing to the Bangla space.
-
comment
Comment #45868691
A lot was generated with LLM, but not vibe-coded. I have a clear expectation and project plan.
-
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.
-
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…
- comment
-
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…