Viewing profile — snicker7
snicker7
HN member- Joined
- Sat, Feb 27, 2016, 5:49 PM UTC
- HN karma
- 1,713
- Public activity
- 675 items
- HN profile
- View on Hacker News ↗
About snicker7
Recent public activity
-
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,…
- story
-
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 …
-
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…
-
comment
Comment #43171132
An interpreter is an optimization barrier relative to native composition.
-
comment
Comment #42990895
Imagine being the dev competing game Y and seeing the changelog.
-
comment
Comment #42927049
Not looking to apply, but can I DM you when the E train is late again?
- story
-
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
-
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…
-
comment
Comment #42446852
Mathematical Methods of Classical Mechanics by Arnold is a good introductory book.
-
comment
Comment #42126051
The point is not to spend time frantically fixing code at 3 AM.
-
comment
Comment #41610231
Why not dual license with AGPL?
-
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…
-
comment
Comment #41540854
“Stuck making obsolete parts” sounds great. Guaranteed revenue without needing to stay competitive.
-
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.
-
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…
-
comment
Comment #40887826
OR if the primary key is exported out of the DB, i.e. for constructing URLs.
-
comment
Comment #38818483
[flagged]
-
comment
Comment #38805360
SICP. Lectures are on YouTube.
-
comment
Comment #38236368
What’s interesting about this paper is that, with some very generic mathematical assumptions, only Galilean and special relativity are permissible.
-
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).
-
comment
Comment #37932513
Why would I prefer a winsorized mean over a median?
-
comment
Comment #37927310
$1B? Imagine if even 1% of that went into LibreOffice funding.
-
comment
Comment #37845780
YAML was a mistake. Couldn’t count how many issues I and my colleagues encountered due to white space misalignment.