HN user

jeffhuys

894 karma

[ my public key: https://keybase.io/jeffhuys; my proof: https://keybase.io/jeffhuys/sigs/ek8iheWguHJVO5kn5AFGa8Uv-f4YsloFx0jUWexK7p8 ]

Posts0
Comments576
View on HN
No posts found.

True, and that’s a good argument. It does shine a light on that we need to define what “work” means to all participants of discussion; is painting work? Is elder care work? Is making a nice sandwich for yourself work?

So when you say stuff like“ We will never automate all work” generally you’d follow that up with an argument as to why you think that. It’s not fact, YOU think this to be the case. Back it up!

OpenPrinter 17 days ago

Does the ink ever dry? That’s my biggest problem with non-lasers - I print maybe 10-100 pages a year but every time I need to change the toner because it’s too dry. And do you print color or no?

Orion 1.0 8 months ago

Yeah, imo, it’s nowhere near ready for 1.0. I was a big advocate for this browser but recently changed because of exactly this. That, and it’s very slow after having it running constantly, I found myself routinely quitting and re-opening it every hour or two to get normal speed back, or my RAM for that matter.

So I’m back on Safari.

You know, feel free to keep thinking this. In my experience Grok is the best. I don’t let myself into weird groupthink that happens just because trolls took advantage of Grok’s absence of lobotomy. Kind of a superpower.

In what way does you mean this? I’ve built two jobs for the preview envs: DeployEnvironment (runs the terraform stuff that starts the ec2/makes s3 buckets/creates api gateway/a lot of other crap) and then ProvisionEnvironment (zips the local copy of the branch and rsyncs it to the environment, and some other stuff). I build the .env file in ProvisionEnvironment, which accounts for the parameters. I’d love to get your point of view here!

For a while we used it for scalable preview environments: specify the branch, hit deploy, and have a QA-able environment, with full database (anonymized) ready to go in 15 minutes (DB was time bottleneck).

We ditched it for EC2s which were faster and more reliable while being cheaper, but that's beside the point.

Locally I use OrbStack by the way, much less intrusive than Docker Desktop.