HackerTrans
热门最新趋势评论往期问答秀出招聘

snicker7

no profile record

提交

AWS: Operational issue – Multiple services (N. Virginia)

health.aws.amazon.com
4 分·作者 snicker7·9个月前·0 评论

评论

snicker7
·8个月前·讨论
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, pending, failed, cancelled, completed) - Cancelling a queued task (or pending task if the execution environment supports it) - Re-prioritizing queued tasks - Searching for tasks based off an attribute (e.g. tag)

You really do need a database for this.
snicker7
·2年前·讨论
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 dependencies to find a solution.
snicker7
·3年前·讨论
You can still utilize code spaces with other IDEs and text editors. It’s just a matter of SSHing into them.
snicker7
·6年前·讨论
Which means higher quality bug reports, e.g. logs.
snicker7
·6年前·讨论
In a trading competition, the best strategy is the riskiest strategy. This maximizes likelihood of making a lot of money ... and losing a lot of money. But in a competition, the left tail doesn't matter. Second place and last place are identical.

Ideally, a trading competition should penalize risky investments. But this is hard to do retrospectively, especially when evaluating algorithms.
snicker7
·6年前·讨论
I feel that the pro-monolith / anti-microservice attitude has become something of a cargo cult (at least here on HN).