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

I think it's a great idea but the internet is built on ads.

Yes but: If the amount is fixed, then the density matters.

A lot of communication is just mentioning the concepts.


Microslorbit

From an outsiders perspective, this kind of discussion seems... immature?

(As in: Kids discussing something "important" to them while the parents chuckle)

I like the do notation better because it expresses the intent at the point of usage and I don't have to look up the definition when coming back after a few weeks.


An analogy is that in Python someone declared a function

    def foo(bar, baz, womp): 
There is a discussion on whether you should call it like

    foo(1, 2, 3)
Or like

    foo(bar=1, baz=2, womp=3)
Coding style discussions tend to be like this.

Immature in what way? TFA advocates a certain coding style over a different one.

I'm not sure about this:

An "infinite" canvas without some notion of recursion such as viewports feels incomplete.


A file node can be a .canvas, so a .canvas can have nested canvases.

Obsidian's implementation of JSON Canvas supports this.


Check out charkoal.dev it has nested canvases and a few other extra features.

It is a great VSCode extension as-is, but the maintainers have abandoned it and they keep refusing to make it open-source. Someone is bound to make an open-source copy soon.


This looks interesting! Thanks for sharing.

Agreed.

The upside is that it does not leave the most important aspect open to interpretation.

But it prevents this from being text-only at the point of creation:

You'll most likely need some programmatic environment to create non-trivial diagrams.

But then the question is: Why not just an SVG instead?


Opus 4.5 is already pretty good.

Opus 4.5 is $25/m output tokens.

This is at most $6/m output tokens.

That's ~1/4 the price.


I can't imagine Qwen3.6 Plus would be more expensive than the 3.5 Plus model. That was $2.4/m output initially and was reduced to $1.56/m at <256k context ($1.95/m above).

I've taken the numbers from the alibaba pricing page which says $2-$6

“Everything has already been said, but not yet by everyone.” — Karl Valentin

---

Personally, I'm still very interested in the topic.

But since the tech is moving very fast, the discussion is just very very unevenly distributed: There's lots of interesting things to say. But a lot of takes that were relevant 6 months ago are still being digested by most.


> “Everything has already been said, but not yet by everyone.” — Karl Valentin

Never heard this and I like it very much. This is just an off-topic comment to say thanks!


This is a great saying, thank you for sharing it. Out of curiosity, do you have any links to intersting AI articles you've read recently? Maybe I'll change my mind.


https://www.youtube.com/watch?v=QWzLPn164w0

I don't like the hype language applied by the channel host one bit - and so this is not something where I expect someone tired of the hype to be swayed - but I think his perspective is sometimes interesting (if you filter through the BS): He seems to get that the real challenge is not LLM quality but organisational integration: Tooling, harnesses, data access, etc, etc. And so in this department there's sometimes good input.


Thank you for the rec and review, I’ll take a look!

Isn't this a common architecture in CQRS systems?

Commands to go specific microservices with local state persisted in a small DB; queries go to a global aggregation system.


> AI has also changed the dynamics around this. Splitting things into smaller components now has a dev advantage because the AI program better with smaller scope

This is not AI specific and nothing new and also precisely why microservices are a good solution to some problems: They reduce a teams cognitive load (if architected properly, caveats, team topologies, etc, etc)


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

Search: