Remix.run Logo
nusaru 6 hours ago

I like the idea for this project, but not a huge fan of the AI-written docs.

Tiberium 5 hours ago | parent | next [-]

I don't think it's just the docs that are LLM written.

TheGoddessInari 4 hours ago | parent [-]

I try not to be negative, but this software seems bizarre. It's a Lua meta manager written in Zig, that calls itself cross platform (Linux / MacOS only), and depends on external gnu build tools, not even the native Zig portable retargeting llvm.

LLMs are usually too busy agreeing to push back on the ideas & details like this.

extrordinaire 3 hours ago | parent | next [-]

More than one platform, different arch/ABI qualify as cross-platform, it is not stated as omni-platform... Zig CC (LLVM backed) is widely used across for materializing first-class C modules. It aims to leverage the Lua ecosystem then it is expected to rely on GNU tools for building legacy, already upstream and stablished LuaRocks packages, i.e. makefiles, or GCC dependent recipes. That is a pragmatic compatibility choice to use the existing Lua ecosystem out-of-the-box, while it is encouraged the use of moonstone native hermetic recipes (which rely on zig cc).

3 hours ago | parent | prev [-]
[deleted]
extrordinaire 3 hours ago | parent | prev | next [-]

Contributions are greatly appreciated. Feel free to contact this email maximoverzini@gmail.com if you'd like to collaborate!

To give some context:

Moonstone is currently under heavy, messy(getting better with time), active development. As I build various Lua + Zig projects with it, API contracts, CLI routes + flags, and configurations are constantly shifting. Using AI co-authoring has been a bit of a survival mechanism to ensure the documentation doesn't fall completely out of sync with the codebase. That said, AI authored docs can definitely feel dry to the eye, and/or verbose. If you or anyone else would like to help prune, rewrite, or polish the documentation to make it read more naturally, I would be incredibly grateful for the help!

pjmlp 3 hours ago | parent | prev [-]

I just don't get why docs are bashed for being AI written, while software gets praised by being AI written.

In every, single, new HN post.

lioeters 3 hours ago | parent | next [-]

I don't get how every post you make gets exactly 8 upvotes immediately.

In every, single, new comment.

(I don't really care, I just noticed it now. I honestly enjoy many of your comments.)

pjmlp an hour ago | parent [-]

Lucky vibes.

jitl 2 hours ago | parent | prev [-]

i need to read the docs. i don’t need to read the code.