HackerTrans
TopNewTrendsCommentsPastAskShowJobs

foreigner

no profile record

comments

foreigner
·6 giorni fa·discuss
They do.
foreigner
·27 giorni fa·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 giorni fa·discuss
"the machine can’t even write good yet"
foreigner
·mese scorso·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 mesi fa·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 mesi fa·discuss
That was a lovely video, thank you.
foreigner
·5 mesi fa·discuss
Can't build iOS apps on anything else sadly.
foreigner
·6 mesi fa·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 mesi fa·discuss
Naming this after a distopia may be unintentionally apt...
foreigner
·7 mesi fa·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 mesi fa·discuss
Consider how authorization is going to work. You can't trust the client!
foreigner
·7 mesi fa·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 mesi fa·discuss
Can these be used inside inline style attributes?
foreigner
·8 mesi fa·discuss
It's working, just a bit fiddly to setup.
foreigner
·8 mesi fa·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 mesi fa·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 mesi fa·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 mesi fa·discuss
> You, too, have a limited context window.

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