Viewing profile — alecfong
alecfong
HN member- Joined
- Wed, Sep 25, 2019, 9:06 PM UTC
- HN karma
- 7
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About alecfong
No profile information was provided.
Recent public activity
-
comment
Comment #46895779
mmoney-cli is a CLI that turns Monarch Money into a personal finance backend you can query from the terminal and hook up to AI agents like Claude Code. Monarch already does the har…
- story
-
comment
Comment #44807062
If you wanna compare on an h200 and play with trt-llm configs I setup this link here https://brev.nvidia.com/launchable/deploy?launchableID=env-3...
-
comment
Comment #42702366
You write tests, lint, and review the code. Provide clarifying instructions and point to places in code base to improve agent understanding. It’s funny how similar it is to standar…
-
comment
Comment #42044040
Our first implementation of brev.dev was built on top of kubernetes. We were also building a remote dev environment tool at the time. Treating dev environments like cattle seemed t…
-
comment
Comment #40006394
What foot guns have you run into with FINAL?
-
comment
Comment #37757082
I think this really hits the sweet spot. Been looking for a product just in this space for a while! - Types + IDE > UI/WYSIWYG - Integrations - Long running workflows - "Serverless…
-
comment
Comment #34087101
I find it interesting how much harder it is to grok bash/sh/zsh than other languages I’ve learned. Off the top of my head it may be tooling like the lack of linting, or maybe it’s …
-
comment
Comment #33088504
This is a neat fork! Running benchmarks on the machines seems to show ~1426.01 Mbit/s download
-
comment
Comment #31897898
I find myself forced to model access pattern when choosing non relational dbs. This often results in a much less flexible model if you didn’t put a lot of thought into it. Ymmv