Viewing profile — Autowired
Autowired
HN member- Joined
- Thu, Oct 17, 2019, 1:53 PM UTC
- HN karma
- 28
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About Autowired
No profile information was provided.
Recent public activity
-
comment
Comment #25429873
Let's keep it civilized please. I cited a specific example from my experience, I'm not parroting anything.
-
comment
Comment #25418471
Sure, I was perhaps too hyperbolic. In my case, the advantage was specifically fault isolation for a multi-tenant, low traffic, demanding workload that was traditionally deployed a…
-
comment
Comment #25418237
It all depends, I think. I once used multi-threading to speed up the initialization of a Lambda which was just a "port" of a beefy rest service. It was ported to cut costs and for …
-
comment
Comment #25418054
Your points are valid if your priority is to reduce cost. Totally agree. That said, Lambda has an API and SDK, and concurrency is managed. Warm up is a nightmare if you don't devel…
-
comment
Comment #24719244
It's possible, but it requires investment, and it's likely to slow down productivity a little. The default approach in big traditional corps (not implying Apple is traditional) is …
-
comment
Comment #24705650
Cool, but real web surfers use Emacsium.
-
comment
Comment #24642773
It even looks a little cynical and critical. I would like to see Sir Patrick Stewart recite that.
-
comment
Comment #24492378
To my shame I had never tried ADA before, but after a cursory look I find the syntax similar to Oracle's PL/SQL, which evokes many bad memories. I am sure I will be able to enjoy t…
-
comment
Comment #24418112
Probably two flavors of the Apple 2. I assume the logo for the 2e was in italics.
-
comment
Comment #24399807
Well, for a system to be consistent (in the meaning of CAP) AND available, the problem with the concurrent writes would have to be solved anyway (i.e. via distributed locking), so …
-
comment
Comment #24399589
Always wondered, if the CAP theorem does not account for latency, one assumes infinite latency does not impact availability. Shouldn't then be possible to define a theoretical syst…
-
comment
Comment #24209010
Do you think depth estimation could be done with two cameras plus computer vision (to find markers)? I think this is more or less what we do with our own eyes. Of course you would …
-
comment
Comment #23018872
> Everyone is shy. Other people are waiting for you to introduce yourself to them, they are waiting for you to send them an email, they are waiting for you to ask them on a date. G…
-
comment
Comment #23018648
This metric is also unsuitable for Europe, where generally pizzas are individual.
-
comment
Comment #23018618
While that is true, a microservices architecture can (and in my opinion should) rely on messaging and account for message schema evolution. Dependencies between services should be …
-
comment
Comment #22746533
> A human calling will wonder what is happening and fill the silence by saying something. A machine will not. This is a naive assumption. I've come across robocallers that do exact…
-
comment
Comment #22365812
> invites developers to come up with clever explanations and workarounds instead of careful engineering I don't like the accusative tone when talking engineering. There are plenty …
-
comment
Comment #21935393
The siblings already said it, but event sourcing requires you (at least for practical purposes) to segregate the read model from the write model using "projections". The good thing…
-
comment
Comment #21934166
I agree with you, maybe except about the atomicity part. When you use event sourcing, your source of truth becomes the event log, so transactioning against your local representatio…
-
comment
Comment #21934111
No, you should not compute the state you need from the event log on every request, this would be absurd. Your authorization service can maintain its own database (a "view" of the c…
-
comment
Comment #21322277
Thank you Mozilla! The translation capabilities are the only reason I still have Chrome installed on my phone and laptop. And they are vital to me, since I live in a country whose …
-
comment
Comment #21282536
This is amazing and I want to add something like this to my side project list right now. But maybe it is a bit too extreme, i.e. using a ruler and glue won't save you that much mon…