Live data from Hacker News

Viewing profile — avremel

avremel

HN member
Joined
Thu, May 18, 2017, 3:35 AM UTC
HN karma
29
Public activity
45 items

About avremel

https://www.avikaminetzky.dev/

Recent public activity

  1. 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…

  2. story
  3. 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…

  4. comment
    Comment #37288453

    Baymard is the gold standard for ecomm UX.

  5. 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 …

  6. story
  7. story
  8. comment
    Comment #24566478

    I use this feature in VSCode (free version), with this Microsoft extension: https://marketplace.visualstudio.com/items?itemName=ms-vscod...

  9. 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…

  10. comment
    Comment #24222840

    This article in the Atlantic mentions possible herd immunity at https://www.theatlantic.com/health/archive/2020/07/herd-immu...

  11. 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…

  12. 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…

  13. comment
    Comment #23875912

    https://downforeveryoneorjustme.com/ is down too.

  14. comment
    Comment #23875830

    Some tweeters think it might be.

  15. story
    Tell HN: Digital Ocean Is Down

    Digital ocean is down together with https://status.digitalocean.com/

  16. comment
    Comment #23759639

    Why work for 6 days and rest for 1, when you can rest for 6 and work for 1?

  17. comment
    Comment #23569394

    Does the linter check all or only newly pushed code? Is this configurable at all?

  18. comment
    Comment #23467487

    I usually read good technical books twice. Recently did that for: Designing Data-Intensive Applications, DynamoDB Book.

  19. comment
    Comment #22339384

    And presumably query the replicas until an up-to-date one is found (based off the LSN of the user).

  20. 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."

  21. story
  22. comment
    Comment #22088580

    That is exactly what the article negates.

  23. 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.

  24. comment
    Comment #21922396

    How would you compare Database Internals to Designing Data Intensive Applications? [1] https://www.amazon.com/Designing-Data-Intensive-Applications...

  25. comment
    Comment #21922367

    How important is the programming section for a professional developer?