Hacker Newsnew | past | comments | ask | show | jobs | submit | theanonymousone's commentslogin

Good you are here. I was surprised you hadn't posted it here yet.

I did:

https://news.ycombinator.com/item?id=45667627

But it is okay!

I really appreciate you sharing it as well


I searched for "cronboard" before making the submission, and still cannot open the link you sent :/

That’s weird!

I don’t know. Anyone else have tested the link?

Anyways, I really appreciate you created the post. It’s pretty amazing that a project from a self-taught developer like me, who started in 2024, got so much attention.

Thanks again!


Slso in your own submissions page: https://news.ycombinator.com/submitted?id=antoniorodr

Very weird indeed:/


Yeah I know. I do not understand why this happened, but whatever!

Thanks again! :)


Claude the model or Claude (Code) the tool? I'm not sure what to think about an article that doesn't make it clear which one they are talking about...

They are talking about Claude Code, the terminal app, which uses Opus and Sonnet for models mainly.

Maybe referencing the reputation of IBM System/360?

Non-native speaker here. Can someone please be so nice to explain why do we use the word "Harness" here and not e.g. Orchestrate or Steer?

It took me some time to realise what people mean by it, originally confusing it with harvest.


What always came to mind for me is an “engine wiring harness”. It’s responsible for getting power and data to all the right places without having to manually route cables around the engine / car.

If you google an image of it, maybe it’ll make sense


As already mentioned, this is the noun use but also different connotations.

To my thinking, to orchestrate or steer suggests a conductor or driver, an outside entity providing direction. A master agent creating and directing subagents could reasonably be called an orchestrator.

A harness is what the horse wears to pull a cart, or what connects a pilot to a parachute and provides the controls to tug on and steer. It might provide guidance or capability, but not active direction. It's also a fairly common use in hardware ( a wire harness) and software (a testing harness) already.


Well, "Orchestrate" and "Steer" are verbs, while "Harness" is a noun. You need a noun here, not a verb, because the harness is not actively doing anything, it's just a set of constraints and a toolset.


That doesn't really answer the questions, because there's orchestrator and steering.


I'm pretty sure it's not just Americans.

Just like open source didn't destroy quality software, maybe there an alternative model for journalism lying somewhere?


Haha. Nobody ever cared that some humans preferred to use services via a CLI versus GUI. But now that "AI" needs it, CLI programs and APIs get released left and right :D


It’s not that nobody cared, it’s that the cost of building and maintaining CLIs, relative to the usage they got, often didn’t make economic sense. In fact, this is the first time I’ve seen someone want to use Slack via a CLI, not a TUI, an actual CLI. APIs, on the other hand, had plenty of real usage and made business sense, so most services offered them.

With AI, two things have changed: (1) the cost of building a CLI on top of a documented API has dropped a lot, and (2) there’s a belief that “designed for agents” CLIs will enable new kinds of usage that weren’t practical before and that will move the needle on the bottom line.


So true!

And now, since bloated agent harnesses like Claude Code are the hot thing, AI promoters are calling MCP obsolete! (No need for HN's summer 2025 fad. Just write CLI tools!)


To me it never really clicked what MCP was/is, so I'm pretty happy with this development.


It's an extremely verbose way to list API endpoints.


"was"?


I wish someone commanded their agent to write a Python "compiler" targeting WASM. I'm quite surprised there is still no such thing at this day and age...


Not sure if this is what you are looking for, but here is Python compiled to WASM: https://pyodide.org/en/stable/

Web demo: https://pyodide.org/en/stable/console.html


No it's not. It's an "interpreter": The whole interpreter binary (in wasm) as well as the Python source is transferred to the client to be executed.


Oh, so you are looking for a real compiler. I do not think that it is possible to compile Python, since the language is just too dynamic.

You'd have to compile every function for every possible combination of types, since the types of the function arguments can not be known at compile time without solving the halting problem. Even worse, new types could be created at runtime.

You can either type everything (like Cython, which arguably is not really Python anymore) or include a compiler to compile types that were not known at compile time, but that is just a JIT compiler with extra steps.


But Python compilers exist, nuitka being a more famous one: https://en.wikipedia.org/wiki/Nuitka


Nutika uses CPython as fallback. From the Limitations section:

    > Standalone binaries built using the --standalone command line option include an embedded CPython interpreter to handle aspects of the language that are not determined when the program is compiled and must be interpreted at runtime, such as duck typing, exception handling, and dynamic code execution (the eval function and exec function or statement), along with those Python and native libraries that are needed for execution, leading to rather large file sizes.


Even if not intentionally, it is probably leaking into training sets.


Neither is Copilot. The title explicitly mentions Claude "Code".


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: