Viewing profile — mj2718
mj2718
HN member- Joined
- Tue, Apr 12, 2022, 9:40 AM UTC
- HN karma
- 7
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About mj2718
No profile information was provided.
Recent public activity
-
comment
Comment #46999451
I made this tool so that you can have a pipeline that looks like the following: planner -> implementer -> reviewer Running for a number of iterations/loops, where it keeps building…
- story
-
comment
Comment #46644937
I hit a limit in a CMS that then wanted to charge $300 a month. So I got on the beers and vibed my own CMS with cursor in one afternoon. Agents are now coding better than most of u…
- story
-
comment
Comment #45386009
Yep… this is what I expect as a baseline. This is also why I rarely use redis - Postgres at 100k TPS is perfectly fine for all my use cases, including high usage apps.
-
comment
Comment #45385989
Sorry but if he’s using a setup that’s 20x worse than a regular laptop then I’m not really interested in his setup. To be fair, I asked the question and you found the answer - lol,…
-
comment
Comment #45383058
My laptop running OOTB Postgres in docker does 100k requests per second with ~5ms latency. How are you getting 20x slower?
-
comment
Comment #40582514
Of course it always depends, but my experience is people reach for distributed systems when they can simply run a single node. If you can run a single node, and it meets all your b…
-
comment
Comment #33380016
I wrote a blog post on this. We were using event sourcing and went with locking+batching method described. For other tables we wanted to read and move to a data warehouse we used t…
-
comment
Comment #33371747
Always found the first method of keeping bookmarks to the positions in a table to be the best method. I don’t think the 3 problems given to be an issue personally. - just loop at t…