HackerTrans
热门最新趋势评论往期问答秀出招聘

phpnode

7,340 声望加入于 17年前
https://codemix.com/ 的创始人 - 权威的产品上下文,确保编码代理构建正确的东西并且人类保持控制。

电子邮件:[email protected]

提交

A type-safe, realtime collaborative Graph Database in a CRDT

codemix.com
166 分·作者 phpnode·3个月前·47 评论

Ask HN: How do you build a technical audience online in 2026?

3 分·作者 phpnode·3个月前·2 评论

Show HN: An offline-first type-safe graph database in a CRDT

codemix.com
1 分·作者 phpnode·3个月前·0 评论

NASA's Orion Space Capsule Is Flaming Garbage

caseyhandmer.wordpress.com
19 分·作者 phpnode·8个月前·12 评论

评论

phpnode
·9天前·讨论
cached thought. running CLIs is impractical and expensive in many environments and a hell of a lot less secure than using MCP
phpnode
·9天前·讨论
This is interesting because I assume it has suffered the same linguistic degradation as the word "fine" which in some cases means "of the highest quality" but mostly means "meh". I suspect it comes down to the dialect and social rank of the person saying the sentence. Compare how you would perceive:

    "You did a fine job"
or

    "It is quite impossible"

depending on who was saying it.
phpnode
·12天前·讨论
yup, it's not possible to do it safely with a simple unparameterised type: https://www.typescriptlang.org/play/?#code/C4TwDgpgBAcg9gOwK...
phpnode
·16天前·讨论
Also, ssalbdivad is your cofounder, just in case you’d forgotten!
phpnode
·20天前·讨论
so, instead of

    (foo (bar (1 2 3))
you'd prefer

    {
      foo {
        bar {
          1
          2
          3
        }
      }
    }
is that right?
phpnode
·23天前·讨论
It's very clearly written by AI, which means that the thoughts expressed are not novel and the story told cannot be trusted. How can you expect people to spend time digesting the content if the author did not spend time writing it? It would be more honest to show the prompt, or the unpolished draft.
phpnode
·上个月·讨论
They overbuilt capacity for grok but no one wants to use grok for several reasons
phpnode
·2个月前·讨论
Goodness me that’s quite a comparison
phpnode
·2个月前·讨论
You are quibbling over minor semantics. Is the US preventing most oil from reaching Cuba or not?
phpnode
·2个月前·讨论
The car reads the speed limit signs too, they don't just rely on GPS.
phpnode
·2个月前·讨论
If your competitor is cutting jobs because of AI you can either race them to the bottom or you can use the humans you already have to leverage AI to expand your product offering, become more competitive, tackle more work, deliver better quality results etc. I don't see a world where AI does the work and humans sit around poor and idle.
phpnode
·2个月前·讨论
They won't. So what? This is not how specs are used, no one is saying that they are a replacement for source code.
phpnode
·2个月前·讨论
People always say this but it’s misguided imo. Yes LLMs are not deterministic, but that’s totally irrelevant. You aren’t executing the LLMs output directly, you’re using the LLM to produce an artefact once that is then executed deterministically. A spec gets turned into code once. Editing the spec can cause the code to be updated but it’s not recreating the whole program each time, so why does determinism matter?
phpnode
·2个月前·讨论
Because if you were building GitHub from scratch today you wouldn't build it the same way and would benefit from many of the technological advancements of the last 2 decades (nearly).
phpnode
·2个月前·讨论
at least one went to Shopify, I'm not sure about the rest
phpnode
·2个月前·讨论
Last time they tried this they laundered it though an employee's personal github to distance it from google itself, then framed the proposal in the most disingenuous manner possible, as if it was something that users wanted rather than another mechanism for google to exercise control
phpnode
·2个月前·讨论
Why do you continue to extend the benefit of the doubt to your former employer when they have shown themselves to be untrustworthy again and again?
phpnode
·2个月前·讨论
Last time this happened we got a bunch of Google employees downplaying the impact of WEI and calling it a nothingburger, that people were being hysterical. I just checked, and everyone I saw defending it has since left the company. I'm sure another wave of Google managers, keen to appeal to the higher-ups, will be here to defend this new initiative any minute now.
phpnode
·2个月前·讨论
it's about the comments / votes ratio.
phpnode
·2个月前·讨论
1. More code faster is not the goal. More features / value faster is the goal. Obviously to get there you need to write more code, but it's not writing code for code's sake.

2. Yes, true, but the point is to move up the abstraction hierarchy, so instead of asking the LLM to rename a variable you describe the concrete business goal you're trying to achieve.

It is true that coding agents cannot build fully complete stable systems completely unguided yet. That's why we still have jobs. But it's wrong to suggest that they don't deliver value or that they're destined to produce trash every time. It is a matter of oversight and guidance and setting your codebase up for success. That does require work, but it is not impossible, just a different skillset from the ones we've been used to.