Viewing profile — lox
lox
HN member- Joined
- Wed, Mar 17, 2010, 6:31 PM UTC
- HN karma
- 1,755
- Public activity
- 277 items
- HN profile
- View on Hacker News ↗
About lox
Recent public activity
- story
- story
-
comment
Comment #47191269
It's amazing how many different implementations of sandboxes have popped up in the past few weeks. I'm CTO at Buildkite, have been noodling on one with a view to have an environmen…
-
comment
Comment #46931380
I just built something very similar too: https://github.com/lox/slack-cli
-
comment
Comment #45869717
I'm working on a poker server to allow holdem bots to play against each other ( https://github.com/lox/pokerforbots ) and a Pluribus-level bot that plays on it ( https://en.wikiped…
- story
-
comment
Comment #41893496
I don’t disagree that pop culture has distilled spectrum down into a magnitude, but that isn’t how the DSM describes it or how professionals diagnose it (or in my experience how th…
-
comment
Comment #41891936
With a prevalence rate of < 2% (at least in Australia) this seems like an incredibly mathematically flawed take. Whilst a broad/blanket diagnosis isn't useful for making generalisa…
-
comment
Comment #40522010
No, you resigned. It’s completely possible to have adult conversations and to part ways without being terminated for cause (which “fired” is a euphemism for).
-
comment
Comment #39516820
From the article: > generally available through an API (next to GPT-4)
-
comment
Comment #39395224
It’s more than that, doing it well is still beyond sophisticated automation. Many variables that need do be constantly adjusted for. Humans are still much better at it than machine…
- story
-
comment
Comment #38810505
Is this not essentially what docker did with cgroups? It’s incredibly tricky securing containers, I’m not at all confident process only sandboxes would be adequate.
-
comment
Comment #38767918
They do, the parent is either on an older tesla software platform or they haven't looked at settings > service and have ignored the alerts when they occur.
-
comment
Comment #38767905
I'm running a Model 3 with 2023.44.39 on it. In the Service menu there are a variety of exactly the things you mentioned. In the top right corner there is "Tire Service Mileage" wi…
-
comment
Comment #38761501
There is a service screen in the UI with alerts and details on when tires were last changed. There is an alert for windshield fluid.
- story
-
comment
Comment #37867966
Docker is running as root, so the files written in mounted volumes get mapped to uid 0 on the host. When the agent then goes to re-use the checked out code, it can’t run ‘git clean…
-
comment
Comment #37867926
This stack is run by a single customer on trusted code isolated in their own AWS env. (I wrote it originally 6-7 years back) There are radically better isolation strategies now. Fi…
- story
- story
- story
- story
-
comment
Comment #31887995
My take is different. I think DevOps was wildly successful, most of our infrastructure is now software that can be managed by Software Engineers. The goal posts have shifted, we no…
-
comment
Comment #31887946
In 2005 your infrastructure provisioning wasn’t automated. The complexity has increased, but so has what we get. Being able to provision new hardware stacks like software is amazin…