HN user

ericchiang

230 karma

https://ericchiang.github.io/about/

Posts19
Comments5
View on HN
oblique.security 2mo ago

The performance bug hiding in our Cloud Run billing settings

ericchiang
3pts0
oblique.security 5mo ago

Deterministic Time with Go's Synctest

ericchiang
1pts0
ericchiang.github.io 1y ago

Protobuf Generators for Fun and Profit

ericchiang
2pts0
ericchiang.github.io 1y ago

Confidential Compute and GPUs

ericchiang
1pts0
ericchiang.github.io 2y ago

Writing Shared Libraries in Rust

ericchiang
1pts0
ericchiang.github.io 2y ago

Calling C from Go

ericchiang
1pts0
ericchiang.github.io 2y ago

Analyzing Spotify Stream History

ericchiang
123pts21
github.com 10y ago

Golang Let's Encrypt client

ericchiang
2pts0
ericchiang.github.io 10y ago

Go Testing With Docker

ericchiang
2pts0
blog.yhathq.com 11y ago

Pigeon Racing, LSD Math and 5 More Datasets for Your Next Analytics Project

ericchiang
1pts0
ericchiang.github.io 11y ago

Intro to TLS with Go

ericchiang
6pts0
github.com 11y ago

Scrape: A simple, higher level interface for Go web scraping

ericchiang
79pts15
blog.yhathq.com 11y ago

Db.py 0.4: Handlebars Meets SQL

ericchiang
2pts0
blog.yhathq.com 11y ago

ML Pitfalls: Measuring Performance

ericchiang
10pts0
blog.ycombinator.com 11y ago

Yhat (YC S15) Gives Data Science Teams a Head Start

ericchiang
4pts0
github.com 11y ago

Show HN: Ws – A simple WebSocket cli tool

ericchiang
5pts0
speakerdeck.com 11y ago

Putting Data Science Models into Production

ericchiang
3pts0
blog.yhathq.com 11y ago

Yhat – Currency Portfolio Optimization

ericchiang
3pts0
github.com 11y ago

Show HN: Pup – A command-line HTML parser

ericchiang
126pts27

Wait this is awesome. A huge issue with Enterprise OAuth2.0 is managing all the random apps. Each with their own half-baked enterprise controls for managing scopes, token expiry, and no control over device bound sessions.

So instead, you can run centralized infra to validate a user, device, what scopes their requesting and duration, and enforce policies for all your apps?

Can we get this in other OAuth 2.0 clients?

Hi there.

That ml problem is more for example than for rigor. In fact that particular problem would probably be better suited for other algorithms (eg, random forest).

My background's in biomedical imaging, so I'm quite fond of problems with skewed class distributions. Though I didn't have time to explore this particular one further.

The code's all openly available if you want to give it a go though :)