HackerTrans
TopNewTrendsCommentsPastAskShowJobs

foreigner

no profile record

comments

foreigner
·قبل 6 أيام·discuss
They do.
foreigner
·قبل 27 يومًا·discuss
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 يومًا·discuss
"the machine can’t even write good yet"
foreigner
·الشهر الماضي·discuss
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 أشهر·discuss
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 أشهر·discuss
That was a lovely video, thank you.
foreigner
·قبل 5 أشهر·discuss
Can't build iOS apps on anything else sadly.
foreigner
·قبل 6 أشهر·discuss
I caught Claude using docker (running as root) to access files on my machine it couldn't read using it's user.
foreigner
·قبل 6 أشهر·discuss
Naming this after a distopia may be unintentionally apt...
foreigner
·قبل 7 أشهر·discuss
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 أشهر·discuss
Consider how authorization is going to work. You can't trust the client!
foreigner
·قبل 7 أشهر·discuss
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 أشهر·discuss
Can these be used inside inline style attributes?
foreigner
·قبل 8 أشهر·discuss
It's working, just a bit fiddly to setup.
foreigner
·قبل 8 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
> You, too, have a limited context window.

Love this!
foreigner
·قبل 9 أشهر·discuss
Reminds me of this toy I made some years ago: https://www.npmjs.com/package/polyglot-tag
foreigner
·قبل 9 أشهر·discuss
What are the pros and cons of this compared to CockroachDB?