Viewing profile — aidenyb
aidenyb
HN member- Joined
- Mon, Apr 13, 2020, 11:39 PM UTC
- HN karma
- 253
- Public activity
- 87 items
- HN profile
- View on Hacker News ↗
About aidenyb
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #46116096
This is great. I've been using code-server to embed VSCode into the browser and been missing the terminal functionality. Excited to try this out.
- story
-
story
Show HN: Grab elements from your page and give it to AI
Hey HN! I made a tool to grab elements from your page and give it to Cursor, Claude Code, and others as context. I spend a ton of time vibe coding and one of my gripes is coding ag…
- story
-
story
Show HN: Reverse Engineering React.js Internals
I’ve been exploring React.js internals and found them hard to access, so I reverse-engineered how React DevTools hooks into React and built a package: https://github.com/aidenybai/…
- story
- story
-
story
Show HN: Million Lint – ESLint for Performance
Hey HN! Founder of Million – We’re building a tool to that helps fix slow React code. Here is a quick demo: https://youtu.be/k-5jWgpRqlQ Fixing web performance issues is hard. Ever…
-
comment
Comment #39312062
Holy crap you're right, that was a VERY large image, fixed: 18.5MB -> 21KB
-
comment
Comment #39236484
hi, this is aiden around 2 yrs ago, i messed up benchmarks in the past with million v1. i'm sorry about putting out false information. once the reddit post came out i stopped worki…
- story
- story
-
story
Show HN: I made a tool that makes React faster automatically
In brief: I'm Aiden, 18, and have spent the past 2 years of high school working on Million.js, an open source React alternative with 11K stars on GitHub and hundreds of thousands o…
- story
- story
- story
-
comment
Comment #32292963
Million was originally created as a Virtual DOM -- and still ships as a Virtual DOM. More recently, Million added an optional react compat library in order to make it easier for us…
-
comment
Comment #32292816
Thanks! We're planning on adding a benchmark soon: https://github.com/aidenybai/million/issues/37
-
comment
Comment #32292809
Thanks for the feedback, Million has a React compat layer https://millionjs.org/docs/start-here too
-
comment
Comment #32292802
That's a fair point, seems like the current issue owner is inactive on the task, I'll go in myself and start work on a benchmark. Million started out as only a virtual dom (and the…
-
comment
Comment #32292717
Author of Million here -- Don't trust my benchmarks at face value! Always run your own benchmarks
-
comment
Comment #31585949
This sounds like a websocket version of Astro ( https://astro.build )! Very cool stuff.
-
comment
Comment #31585930
I have yet to explore this area, I'll check out S.js!