Live data from Hacker News

Viewing profile — snicker7

snicker7

HN member
Joined
Sat, Feb 27, 2016, 5:49 PM UTC
HN karma
1,713
Public activity
675 items

About snicker7

Domains of expertise: financial mathematics, data engineering.

Recent public activity

  1. comment
    Comment #46008154

    Message queues (e.g. SQS) are inappropriate for tracking long-running tasks/workflows. This is due to the operational requirements such as: - Checking the status of a task (queued,…

  2. story
  3. comment
    Comment #44451416

    We literally had a major us-east-1 incident on AWS today. Only thing we can do is sit on our butts and wait for it to end so that we can clean up. This happens every few months. I …

  4. comment
    Comment #43171423

    It may be worthwhile to understand where dynamic typing is helpful since this gets mentioned a lot. Python and other dynamic languages are increasingly reliant on static type check…

  5. comment
    Comment #43171132

    An interpreter is an optimization barrier relative to native composition.

  6. comment
    Comment #42990895

    Imagine being the dev competing game Y and seeing the changelog.

  7. comment
    Comment #42927049

    Not looking to apply, but can I DM you when the E train is late again?

  8. story
  9. comment
    Comment #42512744

    The Neopets HTML Guide [1] remains the best beginner’s guide to Web development. [1] https://www.neopets.com/help/html1.phtml

  10. comment
    Comment #42468644

    I believe the problem is the lack of proper dependency indexing at PyPI. The SAT solvers used by poetry or pdm or uv often have to download multiple versions of the same dependenci…

  11. comment
    Comment #42446852

    Mathematical Methods of Classical Mechanics by Arnold is a good introductory book.

  12. comment
    Comment #42126051

    The point is not to spend time frantically fixing code at 3 AM.

  13. comment
    Comment #41610231

    Why not dual license with AGPL?

  14. comment
    Comment #41590717

    This API is very similar to DynamoDB, which is basically a hash table of B-trees. My experience is that this architecture can lead to very chatty applications if you have a rich da…

  15. comment
    Comment #41540854

    “Stuck making obsolete parts” sounds great. Guaranteed revenue without needing to stay competitive.

  16. comment
    Comment #41507743

    How does the DX compare against AWS step functions? My experience is that it is very difficult to “unit test” step workflows.

  17. comment
    Comment #41507729

    It turns out that DBs were invented to solve hard problems with state management. When people moved away from DBs (at least transactional relational DBs) they had to rediscover all…

  18. comment
    Comment #40887826

    OR if the primary key is exported out of the DB, i.e. for constructing URLs.

  19. comment
    Comment #38818483

    [flagged]

  20. comment
    Comment #38805360

    SICP. Lectures are on YouTube.

  21. comment
    Comment #38236368

    What’s interesting about this paper is that, with some very generic mathematical assumptions, only Galilean and special relativity are permissible.

  22. comment
    Comment #38084136

    I find managing the AWS API Gateway to be too cumbersome. We use a proxy lambda that handles authentication and has routing logic to other lambdas (or SQS | State Machine).

  23. comment
    Comment #37932513

    Why would I prefer a winsorized mean over a median?

  24. comment
    Comment #37927310

    $1B? Imagine if even 1% of that went into LibreOffice funding.

  25. comment
    Comment #37845780

    YAML was a mistake. Couldn’t count how many issues I and my colleagues encountered due to white space misalignment.