Viewing profile — spyspy
spyspy
HN member- Joined
- Mon, May 05, 2014, 4:52 PM UTC
- HN karma
- 2,285
- Public activity
- 487 items
- HN profile
- View on Hacker News ↗
About spyspy
No profile information was provided.
Recent public activity
-
comment
Comment #46305821
The way I've set these things up, nothing talks directly to the identity service. The ID service is a backend behind your gateway like any other service and any UI would have to ha…
-
comment
Comment #46274901
Don't give them ideas.
-
comment
Comment #46247997
The trick is to have your gateway handle authn, and then proxy authz data upstream so those services can decide how to handle it without needing to make a second call to the identi…
-
comment
Comment #46247871
The trick I've used is the N1 (gateway) service handles all AuthN and proxies that information to the upstream services to allow them to handle AuthZ. N+ services only accept reque…
-
comment
Comment #46247735
Treating N4 as a service is fair. I think the article was leaning more toward that idea of N4 being a database, which is a legit bad idea with microservices (if fact defeating the …
-
comment
Comment #46193154
`SELECT * FROM mytable ORDER BY timestamp ASC`
-
comment
Comment #46193131
I'm still convinced the vast majority of kafka implementations could be replaced with `SELECT * FROM mytable ORDER BY timestamp ASC`
-
comment
Comment #46061380
If you haven't been following space updates closely, the US is _already_ in a race with China, especially in regards to the Artemis (moon) missions. That being said it's mostly bei…
-
comment
Comment #45994497
This reminds me of the journalist working for months on uncovering Trump's dirty business just for Trump himself to admit the entire thing in a tweet.
-
comment
Comment #45958669
If you do use terraform, for the love of god do NOT use Terraform Cloud. Up there with Github in the list of least reliable cloud vendors. I always have a "break glass" method of d…
-
comment
Comment #45764441
Off topic, and I don't want to knock the presenter here, but if you're ever going to give a public talk or presentation at work _please_ review the Death By Powerpoint slide deck[0…
-
comment
Comment #45645734
Like any company over a handful of years old, I'm sure they have super old, super critical systems running they dare not touch for fear of torching the entire business. For all we …
-
comment
Comment #45645683
I became one of the founding engineers at a startup, which worked for a little while until the team grew beyond my purview, and no good engineering plan survives contact with sales…
-
comment
Comment #45644876
I've seen the exact same thing at multiple companies. The teams were always so proud of themselves for being "multi-cloud" and managers rewarded them for their nonsense. They also …
-
comment
Comment #45643812
Eh, the "best practices" that would've prevented this aren't trivial to implement and are definitely far beyond what most engineering teams are capable of, in my experience. It dep…
-
comment
Comment #45163766
My only complaint about gofmt is that it’s not even stricter about some things.
-
comment
Comment #45163669
Cloud Run lets you cap the number of instances when you create a service. So you can just set max_instances to 1 and you never have to worry about a spambot or hug of death from bl…
-
comment
Comment #45153191
> Health Insurance CEO Reveals Key To Company’s Success Is Not Paying For Customers’ Medical Care [1] 1. https://theonion.com/health-insurance-ceo-reveals-key-to-com...
-
comment
Comment #45088062
You cannot trust your clients. Period. It doesn’t matter if they’re internal or external. If you design (and test!) with this assumption in mind, you’ll never have a bad day. I’ve …
-
comment
Comment #45087983
Something that was drilled into me early in my career was that you cannot expect your cache to be up 100% of the time. The logical extension of that is your main DB needs to be abl…
-
comment
Comment #45087930
You can never trust clients to behave. If your goal is to reduce infra cost, sure, rate limiting is an acceptable answer. But is it really that hard to throw on a cache and provisi…
-
comment
Comment #44738455
It's not buried anywhere, it's literally the next paragraph after the lede. > These acres are not necessarily owned by large conglomerates and investment firms. Corporate structure…
-
comment
Comment #44229317
OP is making broad statements, and you might even be right about your guy. But even if your founder is not super wealthy from the first exit, your current startup could go under an…
-
comment
Comment #44229149
You're probably correct, but having lived in northern Brooklyn for almost a decade, I wouldn't be surprised if those communities had a hand in that type of infrastructure. They alr…
-
comment
Comment #43369115
Ok so there's nothing they can do. Got it.