HackerTrans
TopNewTrendsCommentsPastAskShowJobs

foreigner

no profile record

comments

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

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