Viewing profile — foreigner
foreigner
HN member- Joined
- Tue, Nov 26, 2013, 3:31 PM UTC
- HN karma
- 1,439
- Public activity
- 552 items
- HN profile
- View on Hacker News ↗
About foreigner
No profile information was provided.
Recent public activity
-
comment
Comment #48792097
They do.
-
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…
-
comment
Comment #48525530
"the machine can’t even write good yet"
-
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…
-
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…
-
comment
Comment #47014418
That was a lovely video, thank you.
-
comment
Comment #46860014
Can't build iOS apps on anything else sadly.
-
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.
-
comment
Comment #46509587
Naming this after a distopia may be unintentionally apt...
-
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…
-
comment
Comment #46267604
Consider how authorization is going to work. You can't trust the client!
-
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…
-
comment
Comment #46157590
Can these be used inside inline style attributes?
-
comment
Comment #46036667
It's working, just a bit fiddly to setup.
-
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…
-
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.
-
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.
-
comment
Comment #45743867
> You, too, have a limited context window. Love this!
-
comment
Comment #45718429
Reminds me of this toy I made some years ago: https://www.npmjs.com/package/polyglot-tag
-
comment
Comment #45536174
What are the pros and cons of this compared to CockroachDB?
-
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.
-
comment
Comment #45298895
Similar to Leslie Cochran in Austin.
-
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?
-
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…
-
comment
Comment #45241599
I have literally never seen that happen in practice. The prototype code always evolves to become the product.