Earlier 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?
Show HN: Ant – A JavaScript runtime and ecosystem
131–140 of 168 posts
Re: Show HN: Ant – A JavaScript runtime and ecosystem
#132Earlier quoted context omitted.
> now nothing goes past me unreviewed and untested So it's not hand-built?
What is? I, at the very least, need a keyboard.
Re: Show HN: Ant – A JavaScript runtime and ecosystem
#133Earlier quoted context omitted.
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?
No it does not count as hand built. In the same way that a human pressing buttons, such that an automated production line makes a watch, and then at the end a human goes and looks at it and says "yup that's a watch" isn't a hand-made watch.
Re: Show HN: Ant – A JavaScript runtime and ecosystem
#134Re: Show HN: Ant – A JavaScript runtime and ecosystem
#135I can't get Bun to work under WSL1, which is super annoying. Does Ant support WSL1?
Why are you Not using WSL2?
Re: Show HN: Ant – A JavaScript runtime and ecosystem
#136Re: Show HN: Ant – A JavaScript runtime and ecosystem
#137Does `antx` executions are sandboxed by default using `ant:sandbox`?
Re: Show HN: Ant – A JavaScript runtime and ecosystem
#138Earlier quoted context omitted.
Is it essentially implementing a paravirtualized OS that runs the JS runtime? Presumably you have to allocate the memory for the VM up front, or how does that work?
on linux its kvm, on darwin its hypervisor.framework, the memory is not upfront, by default 256mb is lazy allocated, and ~35mb are used by both ant + the vm. the kernel is https://nanos.org with patches to get ant+networking running smoothly
Re: Show HN: Ant – A JavaScript runtime and ecosystem
#139The author has supposedly created a company ( https://sf.tools/ ), with a broken /jobs page, and yet is developing the project under their personal GitHub account. Does not look trustworthy.
this page is literally a inside joke, theres a reason /jobs doesn't work (im not hiring)
Re: Show HN: Ant – A JavaScript runtime and ecosystem
#140I have actually known* about Ant for some time from your previous submissions and its really interesting and I wish the project luck! Do you think that Ant could be used to create a small index.html/css/js project into an desktop app minimally. I currently found deno desktop which is pretty recent to be the easiest way of doing this for one of my projects ( https://epub.mirror.forum ) but I found there to be some iss…
just got the thing for you actually! literally just finished a stable version last night, https://www.npmjs.com/package/ant-desktop . WIP still, chromium only renderer backend but webview and other backends coming soon as well. no local ant install needed as libant is bundled, when CI finishes ill have windows/linux builds too