Live data from Hacker News

Viewing profile — Yeroc

Yeroc

HN member
Joined
Thu, Feb 26, 2009, 7:07 AM UTC
HN karma
529
Public activity
227 items

About Yeroc

No profile information was provided.

Recent public activity

  1. comment
    Comment #48591083

    Sure, but if you're trying to manage your weight it helps you to decide whether that cookie is worth it or not. If it's an Oreo cookie (or 3), I'll pass. If it's my wife's home mad…

  2. comment
    Comment #48589916

    Totally this. I've recently embarked on a weight loss/fitness journey (coming up on 50 rotations around the sun) and I find it incredibly helpful to think of the 250 calorie chocol…

  3. comment
    Comment #48207608

    That is the general pattern but not always. I never used to have allergies and then developed them a few years ago. Was very miserable for a couple months every year for about 5 ye…

  4. comment
    Comment #48138953

    I think Jarred's response at the time was intended to cool the ridiculous hype when the branch first appeared!

  5. comment
    Comment #47816342

    Have you done this yourself? If you haven't I think you'd discover server hardware is actually shockingly reliable. You could go years without needing to physically touch anything …

  6. comment
    Comment #47735029

    How does this solution compare with using pg_squeeze? We ran into this situation with a queuing solution and we've been testing it out... seems to work.

  7. comment
    Comment #46865918

    The web sucked all the oxygen out of the room.

  8. comment
    Comment #46846066

    Seeing similar comments across different articles and technologies and it makes me wonder how much AI is going to hold back the adoption of new technologies going forward.

  9. comment
    Comment #46774953

    What are the trivial changes Canada could make if it wanted to be serious about startups?

  10. comment
    Comment #46737091

    Agreed. Growing up on a small farm (~1120 acres) our garden alone was probably at least 5 acres in size. It's laughably small, the only way he'll succeed is for a neighbouring farm…

  11. comment
    Comment #46736711

    If you spend time on the website you can see the plan is to rent (only!) 5 acres of land for this project. Since it's a lease only and such a small plot it seems unlikely to get hi…

  12. comment
    Comment #46607202

    Most of those 10 squashed commits likely had commit comments like: "Cleanup based on PR feedback." etc.

  13. comment
    Comment #46213578

    Easy if you ignore the security aspects. You want to hand over your tokens to your LLM so it can script up a tool that can access it? The value I see in MCP is that you can give an…

  14. comment
    Comment #45974074

    Fair enough. I use git worktrees (with a script that creates the git branch, worktree and opens a new vs code workspace). You're right, managing more than about two active sessions…

  15. comment
    Comment #45972731

    It won't matter. The core ideas of an Agent Manager view will be copied and improved by others in many project in the future.

  16. comment
    Comment #45972686

    I haven't used Windsurf (been using Claude Code and similar). Does it provide an Agent Manager window/view? This to me looks more useful to me than the browser integration piece.

  17. comment
    Comment #45972603

    The Agent Manager view providing a unified view of all active agents and allowing you to immediately respond to any approval requests or followup questions looks very useful regard…

  18. comment
    Comment #45972498

    The Claude Code extension on VS Code does very little (too little in my opinion). The integration level with agentic functionality provided by Antigravity goes much deeper in my 20…

  19. comment
    Comment #45751413

    My experience has been the opposite. Oracle (the database) is actually a really solid product for the most part. Oracle (the company) is a different story. My eyes were really open…

  20. comment
    Comment #45750379

    You would typically want to use the same database instance for your queue as long as you can get away with it because then transaction handling is trivial. As soon as you move the …

  21. comment
    Comment #45737701

    Also add `"includeCoAuthoredBy": false` to your `settings.json` file (you may also need to reinforce this in your commit prompt YMMV).

  22. comment
    Comment #45696207

    We definitely have this system in place in some cities in Canada, primarily for express bus routes.

  23. comment
    Comment #45652487

    I tried Happy Coder for a bit. It seemed exactly what I was missing but about 1/2 the time session notifications weren't coming through and the developers of the tool seem busy pus…

  24. comment
    Comment #45625050

    We also have the same issues with our fellow humans. LLMs do not replace the need for imperative programs that reliably execute well-defined steps. Turn it inside out. Use the LLM …

  25. comment
    Comment #45624977

    That's going to be a lot less efficient context-wise and computing-wise than using either a purpose-built MCP or skill based around executing a script.