Viewing profile — aelzeiny
aelzeiny
HN member- Joined
- Tue, Apr 09, 2019, 3:38 AM UTC
- HN karma
- 44
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About aelzeiny
No profile information was provided.
Recent public activity
- story
-
comment
Comment #38955919
Give Indians US salaries and see if they're "difficult to work with".
-
comment
Comment #35070395
> Don't use those...then an additional 4.9% can be handled with jotai... Needing Jotai on top of React's defacto state management is the issue. TFA talks about an ecosystem of libr…
-
comment
Comment #33946060
The two-part xbox episode was my personal favorite, because I remember that scene in my early years but never knew the story behind it. The North Korea 3-parter is equally good IMO…
-
comment
Comment #32360589
This is accurate. Their competitor, the Ecovacs Deebot, just push an OTA update making cable detection way better. In a way the previous comment encapsulates all the misconceptions…
-
comment
Comment #31908961
To expand on this OP, I've done the AWS-full-stack approach in a mid-sized startup. Modern Serverless problems require modern serverless solutions. That ecosystem is simply not as …
-
comment
Comment #31196929
Nobody will suggest Java, but honestly Java. Java has pretty great flexibility when it comes down to concurrency. It sets the standard which all the other languages have to compete…
-
comment
Comment #30870989
It's always been a Swiss Army Knife. It's a single-threaded-in-memory caching, pubSubing, streaming, distributed-locking beast.
-
comment
Comment #30609302
> "It's hard for us to ignore that others are doing it, but for now it doesn't make sense for us" And that's completely reasonable.
-
comment
Comment #30533602
SPAs exist for a reason. Same with SSR. Developer ergonomics play a bigger role than you think. And if you think that the choice is either SPA or SSR then you haven't been paying a…
-
comment
Comment #29581595
> I dislike all the magic of rails. This is my #2 problem with Ruby, and it's also the reason why a lot of folk love it. I think of macros in the same way I think of RegEx, if you'…
-
comment
Comment #29269418
Honest question from someone completely oblivious to AMP. What problem was AMP trying to solve? "Make websites load faster" is a buzzword-flag to me, and it's not really explained …
-
comment
Comment #29103941
Fair enough. "Crazy complicated" and "the professionals" are both intended as subjective terms. To ME this stuff might as well be magic.
-
comment
Comment #29103173
There's a searching concept known as edit (levenshtein) distance that is close but not exactly what you're talking about. To rephrase your question: is there a datastructure that c…
-
comment
Comment #29057799
All good choices, but it's also worth noting that the structure of the author's DAG is strange. The way this is set up, you would have to change Python code to run (or rerun) this …
-
comment
Comment #28572556
Xenophobia is a classic way to win an election. From that perspective this is a great policy for him.
-
comment
Comment #28144400
True, I'm not disagreeing with you. However, it's worth nothing that Cockroach DB's consistency model assumes consensus in 180ms, and Spanner assumes similar SLOs at 6ms. Arguably,…
-
comment
Comment #27731710
> a sign of poor code quality Or really complex software. Those of us who work in B2B SaaS products know what it's like to understand what a block of code does, but not comprehend …
-
comment
Comment #27693983
I really like this engineer's method of software estimation. It's really close to what Civil Engineers use to estimate load, called Load-Factor-Resistant-Design. That's a fancy way…
-
comment
Comment #27186157
I aspire to be like the writer of this comment. Using the good parts of both languages to be a productivity machine. > The cons are mostly compile time and startup time. Startup ti…
-
comment
Comment #19611616
As someone who works in Data Engineering, I'm a big fan of cloud-based docker containers with services like AWS Fargate/Google Run. It allows us to be able to pay for resource use …