Viewing profile — transect
transect
HN member- Joined
- Fri, Jan 10, 2020, 4:16 PM UTC
- HN karma
- 33
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About transect
No profile information was provided.
Recent public activity
-
comment
Comment #22488273
I agree. Though I will say that IAP and gsuite groups backed IAM is nice.
-
comment
Comment #22481374
My favorite mysterious light sources is a triplet off the coast of Newfoundland: https://www.lightpollutionmap.info/#zoom=6&lat=5798060&lon=-... I assume it's some sort of offshore…
-
comment
Comment #22450727
In my truck I can lock all of my windows to keep kids from rolling them down. If I'm driving alone I can roll down the passenger window without leaning over the bench. My windows h…
-
comment
Comment #22411009
We use Jenkins to invoke Tekton pipelines ( https://github.com/tektoncd/pipeline ) with a wrapper we wrote. The pipeline runs, outputs junit to a bucket and we pull it back and giv…
-
comment
Comment #22410699
We use preemptibles for our CI fleet and it's great. We can run a hundred instances at full tilt boogie for 8 hours a day and the nodepool downscales to zero while we sleep. It's a…
-
comment
Comment #22123341
For citation here are two sources: 50% of population: https://ourworldindata.org/urbanization#how-urban-is-the-wor... 70% of emissions: https://www.c40.org/why_cities This is based…
-
comment
Comment #22122172
> Further, the definition of "city" can include a lot of sprawl in places like Houston, Phoenix, and even Beijing and Tokyo. Is it the case that you get to cherry pick which urban …
-
comment
Comment #22106936
I used to go to NYU medical, which uses Epic. As janky as their interface is, it was nice enough to use and see all my charts, etc, as well as communicate with doctors over email. …
-
comment
Comment #22075337
Here's the reddit thread in question: https://www.reddit.com/r/rust/comments/epoloy/ive_smoketeste... I have no doubt it led to some github issue brigading, but it's not really tha…
-
comment
Comment #22012123
For CI (testing) we use tekton [1] to run tests and pass around artifacts inside k8s. You can kick off and monitor tekton builds with their CLI tool, but we ended up building our o…