Viewing profile — timojeajea
timojeajea
HN member- Joined
- Sun, Apr 18, 2021, 10:00 AM UTC
- HN karma
- 15
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About timojeajea
No profile information was provided.
Recent public activity
-
comment
Comment #48577501
From our production stats, a median screenshots capture is 5.7s. Browser-use bills per minute, not per millisecond like lambda does. As is, it's around 2x more expensive than Lambd…
-
comment
Comment #48576681
We run a screenshot API (ApiFlash) with Chromium packaged in an AWS Lambda container image instead of Firecracker on EC2. AWS Lambda gives you the isolation and autoscaling for fre…
-
comment
Comment #38640059
I built a screenshot API called ApiFlash. https://apiflash.com Quite a few of my clients use it to add "always up to date" screenshots to their documentation.
-
comment
Comment #33644529
I think you need to try it if you want to understand how it can be useful. I also tend to write as little code as possible. Since I started using Copilot, I don't write more code n…
-
comment
Comment #31592722
You picked mainly data science python projects. It would make more sense to compare with other python web frameworks. django, 1101 open, 32662 closed cherrypy, 218 open, 1505 close…
-
comment
Comment #31558540
One major advantage Flask has over FastAPI is maturity. FastAPI has 1000+ open issues on Github vs 14 for Flask. That is quite scary.
-
comment
Comment #26851261
Even though Redis might be 16 times faster than PostgreSQL at reading JSON blobs, it doesn't mean that it is using 16 times less CPU doing so. A while ago I benchmarked Redis vs Po…