HackerTrans
トップ新着トレンドコメント過去質問紹介求人

foreigner

no profile record

コメント

foreigner
·6 日前·議論
They do.
foreigner
·27 日前·議論
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 it for yourself and see. Note you can DELETE from multiple tables in one statement using CTEs, and that way you don't need to think about foreign key dependency order.
foreigner
·27 日前·議論
"the machine can’t even write good yet"
foreigner
·先月·議論
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 useful work, if we don't hire them they can show it off to a different hiring company, and it makes the world a better place.
foreigner
·4 か月前·議論
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 even realise that public libraries exist.
foreigner
·5 か月前·議論
That was a lovely video, thank you.
foreigner
·5 か月前·議論
Can't build iOS apps on anything else sadly.
foreigner
·6 か月前·議論
I caught Claude using docker (running as root) to access files on my machine it couldn't read using it's user.
foreigner
·6 か月前·議論
Naming this after a distopia may be unintentionally apt...
foreigner
·7 か月前·議論
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 worktrees. I'm pretty happy with it but would be happier if it addressed limiting network access to guard against exfiltration.
foreigner
·7 か月前·議論
Consider how authorization is going to work. You can't trust the client!
foreigner
·7 か月前·議論
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 an asshole too.
foreigner
·7 か月前·議論
Can these be used inside inline style attributes?
foreigner
·8 か月前·議論
It's working, just a bit fiddly to setup.
foreigner
·8 か月前·議論
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 safely run in YOLO mode and the Git worktrees don't make a mess on your host filesystem or checkout. Also is mobile responsive which is cute.
foreigner
·8 か月前·議論
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.
foreigner
·8 か月前·議論
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.
foreigner
·9 か月前·議論
> You, too, have a limited context window.

Love this!
foreigner
·9 か月前·議論
Reminds me of this toy I made some years ago: https://www.npmjs.com/package/polyglot-tag
foreigner
·9 か月前·議論
What are the pros and cons of this compared to CockroachDB?