Viewing profile — avremel
avremel
HN member- Joined
- Thu, May 18, 2017, 3:35 AM UTC
- HN karma
- 29
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About avremel
Recent public activity
-
story
Show HN: Auto-scrolling for WhatsApp group chats
I got tired of scrolling through endless WhatsApp group chats, so I built a browser extension that does the scrolling for me. You can tag contacts as "important" to scroll slower w…
- story
-
comment
Comment #37294290
Cool, I thought I was the only one who has uttered Endeca and Algolia in the same sentence. I wrote up some tips/impressions on configuring Algolia for ecomm: https://www.avikamine…
-
comment
Comment #37288453
Baymard is the gold standard for ecomm UX.
-
comment
Comment #37288355
Endeca was killed by Oracle. I recently completed an Endeca to Algolia migration. I spent quite a bit of time auditing the Endeca implementation, from the XML files to the Windows …
- story
- story
-
comment
Comment #24566478
I use this feature in VSCode (free version), with this Microsoft extension: https://marketplace.visualstudio.com/items?itemName=ms-vscod...
-
comment
Comment #24399109
> The big difference is that duplicate index entries can still occur in B-tree indexes. GIN indexes have to integrate new entries into the posting list every time, which makes data…
-
comment
Comment #24222840
This article in the Atlantic mentions possible herd immunity at https://www.theatlantic.com/health/archive/2020/07/herd-immu...
-
comment
Comment #24052718
I would be very hesitant to turn an ORM into a "smart" SQL generator. Depending on the type/distribution of data, there are sometimes very different paths to optimizing a query. Th…
-
comment
Comment #23934836
I'm in a one bedroom Brooklyn apt. Any time I open up my laptop, my 2yr old daughter climbs onto my lap and repetitively hits the caps lock key (it lights up on my laptop). Luckily…
-
comment
Comment #23875912
https://downforeveryoneorjustme.com/ is down too.
-
comment
Comment #23875830
Some tweeters think it might be.
-
story
Tell HN: Digital Ocean Is Down
Digital ocean is down together with https://status.digitalocean.com/
-
comment
Comment #23759639
Why work for 6 days and rest for 1, when you can rest for 6 and work for 1?
-
comment
Comment #23569394
Does the linter check all or only newly pushed code? Is this configurable at all?
-
comment
Comment #23467487
I usually read good technical books twice. Recently did that for: Designing Data-Intensive Applications, DynamoDB Book.
-
comment
Comment #22339384
And presumably query the replicas until an up-to-date one is found (based off the LSN of the user).
-
comment
Comment #22339378
IIUC they need to query replicas until they find one that is up to date. "We have to query Elasticache and replicas, which adds latency."
- story
-
comment
Comment #22088580
That is exactly what the article negates.
-
comment
Comment #21927968
That book does cover many implemention details of a database. However, sometimes at a high level, and as you mention, specifically in the context of distributed systems.
-
comment
Comment #21922396
How would you compare Database Internals to Designing Data Intensive Applications? [1] https://www.amazon.com/Designing-Data-Intensive-Applications...
-
comment
Comment #21922367
How important is the programming section for a professional developer?