Live data from Hacker News

Viewing profile — mg

mg

HN member
Joined
Fri, Aug 19, 2011, 8:47 AM UTC
HN karma
7,511
Public activity
1,620 items

About mg

I like to build web projects and to meet like-minded people.

www.gibney.org

Recent public activity

  1. comment
    Comment #49228893

    It is actually pretty easy to keep alive URLs if there is a will to do so. Just have tests in place so you can't mess them up accidentally. And convert things that are not changing…

  2. comment
    Comment #49178923

    Cars that are idle 95% of the time are replaced less than once in a decade. Cabs are replaced something like 3x more often than privately owned cars. And when they run 24/7 because…

  3. comment
    Comment #49178751

    Because a single autonomous vehicle operating in a shared fleet can replace multiple privately owned cars, the widespread adoption of this technology can’t help but reduce new-car …

  4. comment
    Comment #48976027

    Wouldn't a "toxic waste tax" be better than all these individual regulations? Have a sales tax on each product that corresponds to the toxicity of its components. Exempt recycled m…

  5. comment
    Comment #48525548

    From the SOTA model providers, I only use OpenAI and Google. And between gpt-5.5 and gemini-3.1-pro-preview, gpt-5.5 is currently leading.

  6. comment
    Comment #48525416

    Agreed that it is not linear. I wrote my own agent, and it sends data to LLMs in this order: "General Prompts (How to write good code)" + "The Code" + "The Feature Request". This m…

  7. comment
    Comment #48525261

    It is the other way round. In an interactive session, adding "Fine, but make the button red" after the model generated a first solution more than doubles the tokens used. As the mo…

  8. comment
    Comment #48525043

    Considerations about what goes on in agents internally will probably not be part of software development for long. Personally, I already see LLMs and agents as blackboxes. I give e…

  9. comment
    Comment #48461889

    In my current workflow, yes, I read all code. In fact, I usually let multiple LLMs implement the same feature, and then I compare them. I even run my own arena in which I calculate…

  10. comment
    Comment #48461430

    How would you detect the presence of bugs in this scenario? I would ask AI. "Did the last commit introduce any bugs or unintended consequences?". In fact I already use this prompt …

  11. comment
    Comment #48461054

    It would tell me about the changes like a human would. "It changed the plot function so it takes another parameter called linewidth. It also added an input field in the stylecontro…

  12. comment
    Comment #48459787

    you will be surrounded by an ecosystem of devices, none of which stand alone, but are more like portals to interact with your agents I would be really happy with my phone + headpho…

  13. comment
    Comment #48414239

    I wrote my own tooling around the raw LLMs: I can tick files in Vim, those get concatenated into a prompt. Along with a feature request. Plus an instructions file that tells the LL…

  14. comment
    Comment #48256252

    Makes me wonder how many bytes the shortest possible Mandelbrot implementation would need.

  15. story
  16. story
  17. comment
    Comment #47414263

    You can’t import or require() a module that only exists in memory. You can convert it into a data url and import that, can't you?

  18. comment
    Comment #47374305

    However you look at it, sitting at home doing nothing is not the right approach for engineers to get their company back on track. If there is no money to pay them, they should get …

  19. comment
    Comment #47339476

    Why can't that "dedicated development environment" be a cloud VM with a web interface, a GitHub codespace for example? You could put the example code on the filesystem of that VM t…

  20. comment
    Comment #47334614

    But does the agent have access to a whole computer to write those tools? Couldn't it write them in a web based dev environment?

  21. comment
    Comment #47334397

    how would claude code work from a browser environment? If you want an agent (like OpenClaw) to write software, why have it use another agent (Claude Code) in the first place? Why n…

  22. comment
    Comment #47334009

    I wonder if we really need agents to have control of a full computer. Maybe a browser plugin that lets the agent use websites is enough? What would be a task that an agent cannot d…

  23. comment
    Comment #47310585

    German chancellor Friedrich Merz ... lashed out at German workers to “simply do a little more,” Germany literally pays people to do nothing. A friend of mine, an engineer who works…

  24. comment
    Comment #47234531

    What basic office tasks are that? The last time I was excited about the performance of local computers was in the 90s I think. Modern laptops are so insanely fast. Not sure if they…

  25. comment
    Comment #47233608

    The one thing that interests me most when it comes to laptops these days is weight. So I jumped right into the tech specs section and looked it up. Since this is the "Air" laptop o…