Earlier quoted context omitted.
Ant in JS land is already claimed and huge too lol https://ant.design/
Tangent but what a horrible website at least on my android. Starts as light mode, suddenly shows three streched columns, turns to dark mode and the title is hidden behind the header. After years of being around how can they end up with something like this
Show HN: Ant – A JavaScript runtime and ecosystem
121–130 of 168 posts
Re: Show HN: Ant – A JavaScript runtime and ecosystem
#122> Something you could distribute without dragging along hundreds of megabytes of V8 or Node. Holy crap, V8 is that big now? Very interested in this for embedding purposes.
Re: Show HN: Ant – A JavaScript runtime and ecosystem
#123Re: Show HN: Ant – A JavaScript runtime and ecosystem
#124Earlier quoted context omitted.
this was flagging code from all the way back in dec of 2025, back when this project was just some idea and not what it is today. around feb thats when basically deleted the existing codebase and designed a much more reliable system from the ground up. I knew the existing code was basically pure slop, and it was not the biggest issue then, now nothing goes past me unreviewed and untested > To the author: I absolutely…
> now nothing goes past me unreviewed and untested So it's not hand-built?
Re: Show HN: Ant – A JavaScript runtime and ecosystem
#125Earlier quoted context omitted.
It’s not hand-built. It’s hand prompted.
Writing code by your own hands is an esoteric hobby. We are past the slop era. This is coding now. If you're 1x, you're not a dev. I would assume by now most of the code published on Github is hand-built with LLM prompts and armies of AI agents.
Re: Show HN: Ant – A JavaScript runtime and ecosystem
#126What is the serif typeface used on the website? It’s been renamed (I assume) to ant_serif and scrubbed of any other identifiers. It’s very pleasant.
He forgot to scrub the vendor ID field.
Re: Show HN: Ant – A JavaScript runtime and ecosystem
#127Earlier quoted context omitted.
Tangent but what a horrible website at least on my android. Starts as light mode, suddenly shows three streched columns, turns to dark mode and the title is hidden behind the header. After years of being around how can they end up with something like this
Completely broken on iOS as well. Feels like AI slop.
Re: Show HN: Ant – A JavaScript runtime and ecosystem
#128Earlier quoted context omitted.
> now nothing goes past me unreviewed and untested So it's not hand-built?
Honest question - does using claude code and steering it to type the code I want counts as hand-built? Like doing actual PRs, nit picking, basically treating it as a jr/product/typist while I'm the one making ALL the decisions? Reading every line and approving manually if it's a code that I would write?
Re: Show HN: Ant – A JavaScript runtime and ecosystem
#129Earlier quoted context omitted.
Seems like so: https://github.com/theMackabu/ant Odd choice for a vibecoded project.
> Odd choice for a vibecoded project. Not really, there's some advantages if the viber is experienced in C. 1. When the LLM needs to figure out what functions exist, it reads only headers, not the actual implementation. IME the agent uses a fraction of tokens compared to vibing out a Java or C# project. 2. There's only a handful of common footguns in C (signed overflow, use-after-free, dereferencing NULL, etc) all of…