Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aelzeiny
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
I accidentally created an Orwellian Performance Review bot
(blog.elzeiny.io)
3 points
by
aelzeiny
5mo ago
|
0 comments
2.
▲
by
aelzeiny
3y ago
Give Indians US salaries and see if they're "difficult to work with".
3.
▲
by
aelzeiny
4y ago
> 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 libraries that attempt to fix React's shortcom
4.
▲
by
aelzeiny
4y ago
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.
5.
▲
by
aelzeiny
4y ago
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 about robovacs. I was recently surprised to learn how good
6.
▲
by
aelzeiny
4y ago
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 developed as "traditional" web-server CI/
7.
▲
by
aelzeiny
4y ago
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 with. Apart from that, I like languages and frameworks that
8.
▲
by
aelzeiny
4y ago
It's always been a Swiss Army Knife. It's a single-threaded-in-memory caching, pubSubing, streaming, distributed-locking beast.
9.
▲
by
aelzeiny
5y ago
> "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.
10.
▲
by
aelzeiny
5y ago
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 attention to recent developments in the frontend world.
11.
▲
by
aelzeiny
5y ago
> 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're writing one you better hope it works perfect
12.
▲
by
aelzeiny
5y ago
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 in the wikipedia article [1] [1] https:/
13.
▲
by
aelzeiny
5y ago
Fair enough. "Crazy complicated" and "the professionals" are both intended as subjective terms. To ME this stuff might as well be magic.
14.
▲
by
aelzeiny
5y ago
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 can pre-compute the levenshtein distance for a set
15.
▲
by
aelzeiny
5y ago
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 task for different days. In canonical Airflow, the
16.
▲
by
aelzeiny
5y ago
Xenophobia is a classic way to win an election. From that perspective this is a great policy for him.
17.
▲
by
aelzeiny
5y ago
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, one could say that the reason why an open-so
18.
▲
by
aelzeiny
5y ago
> 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 why it was written. However, I don't disagree w
19.
▲
by
aelzeiny
5y ago
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 of saying, that we come up with an estimate,
20.
▲
by
aelzeiny
5y ago
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 time isn't very relevant for backend services. Compile
21.
▲
by
aelzeiny
7y ago
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 rather than provisioning. For the longest time I h