Live data from Hacker News

Viewing profile — linepogl

linepogl

HN member
Joined
Fri, Aug 09, 2019, 9:48 AM UTC
HN karma
6
Public activity
2 items

About linepogl

No profile information was provided.

Recent public activity

  1. comment
    Comment #49646915

    Apart from the performance issues, it also prevents a bug. If some files get deleted between the first and the second pass, then you end up with unexpected behaviour and probably a…

  2. comment
    Comment #38603418

    And yet, the idempotent solution in the article is not idempotent. The author proposes a solution that needs three steps: query a cache, execute, update the cache. These are not at…