HackerLangs
TopNewTrendsCommentsPastAskShowJobs

phpnode

7,340 karmajoined há 17 anos
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]

Submissions

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

codemix.com
166 points·by phpnode·há 3 meses·47 comments

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

3 points·by phpnode·há 3 meses·2 comments

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

codemix.com
1 points·by phpnode·há 3 meses·0 comments

NASA's Orion Space Capsule Is Flaming Garbage

caseyhandmer.wordpress.com
19 points·by phpnode·há 8 meses·12 comments

comments

phpnode
·há 9 dias·discuss
cached thought. running CLIs is impractical and expensive in many environments and a hell of a lot less secure than using MCP
phpnode
·há 9 dias·discuss
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
·há 12 dias·discuss
yup, it's not possible to do it safely with a simple unparameterised type: https://www.typescriptlang.org/play/?#code/C4TwDgpgBAcg9gOwK...
phpnode
·há 16 dias·discuss
Also, ssalbdivad is your cofounder, just in case you’d forgotten!
phpnode
·há 20 dias·discuss
so, instead of

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

    {
      foo {
        bar {
          1
          2
          3
        }
      }
    }
is that right?
phpnode
·há 23 dias·discuss
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
·mês passado·discuss
They overbuilt capacity for grok but no one wants to use grok for several reasons
phpnode
·há 2 meses·discuss
Goodness me that’s quite a comparison
phpnode
·há 2 meses·discuss
You are quibbling over minor semantics. Is the US preventing most oil from reaching Cuba or not?
phpnode
·há 2 meses·discuss
The car reads the speed limit signs too, they don't just rely on GPS.
phpnode
·há 2 meses·discuss
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
·há 2 meses·discuss
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
·há 2 meses·discuss
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
·há 2 meses·discuss
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
·há 2 meses·discuss
at least one went to Shopify, I'm not sure about the rest
phpnode
·há 2 meses·discuss
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
·há 2 meses·discuss
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
·há 2 meses·discuss
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
·há 2 meses·discuss
it's about the comments / votes ratio.
phpnode
·há 2 meses·discuss
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.