Live data from Hacker News

Viewing profile — foreigner

foreigner

HN member
Joined
Tue, Nov 26, 2013, 3:31 PM UTC
HN karma
1,439
Public activity
552 items

About foreigner

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #48528950

    Surprisingly to remove small numbers of rows in multiple tables (e.g. cleanup between automated tests), DELETE is often faster than TRUNCATE! It's counterintuitive but just measure…

  3. comment
    Comment #48525530

    "the machine can’t even write good yet"

  4. comment
    Comment #48334003

    How about instead of a contrived take-home project or doing unpaid "real work" for the company, we ask candidates to do n hours of work on an open source project? That's real usefu…

  5. comment
    Comment #47214979

    Public libraries are funded and supported by the public though. They need attention, and if you read the other comments on this post it's almost like most of these people don't eve…

  6. comment
    Comment #47014418

    That was a lovely video, thank you.

  7. comment
    Comment #46860014

    Can't build iOS apps on anything else sadly.

  8. comment
    Comment #46695626

    I caught Claude using docker (running as root) to access files on my machine it couldn't read using it's user.

  9. comment
    Comment #46509587

    Naming this after a distopia may be unintentionally apt...

  10. comment
    Comment #46401224

    I'm using Catnip ( https://github.com/wandb/catnip ). It runs Claude Code in YOLO mode inside a Docker container, and also manages multiple Claude instances running in Git worktree…

  11. comment
    Comment #46267604

    Consider how authorization is going to work. You can't trust the client!

  12. comment
    Comment #46196031

    Tangential: a friend of mine growing up refused to read Ayn Rand, because he said that everyone he knew that had read her books turned into assholes, and he didn't want to become a…

  13. comment
    Comment #46157590

    Can these be used inside inline style attributes?

  14. comment
    Comment #46036667

    It's working, just a bit fiddly to setup.

  15. comment
    Comment #46031732

    I've been using Catnip for this: https://github.com/wandb/catnip Very similar features, Catnip is Claude Code specific and does everything in a Docker container so you can more saf…

  16. comment
    Comment #46031714

    Struggling with the same thing right now. I'm trying to make it work by generating unique ports for each instance so they don't conflict. Not quite 100% successful yet.

  17. comment
    Comment #45885462

    I recently started using Catnip ( https://github.com/wandb/catnip ) for this. Catnip also automatically manages multiple Git worktrees, and has a responsive UI for mobile.

  18. comment
    Comment #45743867

    > You, too, have a limited context window. Love this!

  19. comment
    Comment #45718429

    Reminds me of this toy I made some years ago: https://www.npmjs.com/package/polyglot-tag

  20. comment
    Comment #45536174

    What are the pros and cons of this compared to CockroachDB?

  21. comment
    Comment #45357620

    Also important to know that if you're accessing disk, database, or network those are so slow that this stuff probably doesn't matter.

  22. comment
    Comment #45298895

    Similar to Leslie Cochran in Austin.

  23. comment
    Comment #45277013

    This looks awesome but what is the end state (pun intended) going to be? Will this be an open source project? Commercial closed-source? Somewhere in between?

  24. comment
    Comment #45273245

    Replacing the current social media giants is incredibly hard because of network effects and lock-in. Could we instead implement most of the OP's ideas with a client for an existing…

  25. comment
    Comment #45241599

    I have literally never seen that happen in practice. The prototype code always evolves to become the product.