HackerTrans
トップ新着トレンドコメント過去質問紹介求人

phpnode

7,340 カルマ登録 17 年前
Founder of https://codemix.com/ - authoritative product context which makes sure coding agents build the right thing and humans stay in control.

Email: [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
·17 日前·議論
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.