Viewing profile — sinansaka
sinansaka
HN member- Joined
- Sun, Aug 14, 2022, 9:14 PM UTC
- HN karma
- 8
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About sinansaka
No profile information was provided.
Recent public activity
-
comment
Comment #48343912
Code reviews dont scale, inherently bottlenecked by how fast you can read code + cognitive capacity. But there are ways to make it easy to make sure PRs dont break prod and keep th…
-
comment
Comment #48343784
Is there a public test to check the performance of various captchas vs yours to verify the claims? Ps. In mobile its possible to accidentally zoom out of the website, width is not …
-
comment
Comment #48343764
This is pretty cool, didnt even know of half the options under well-known urls. Thanks!
-
comment
Comment #48323728
I was about to write what advantage it has over linters but then saw the built on section. Good work. We use megalinter with our flavour of go and vite rules, plus extensive e2e te…
-
comment
Comment #48166924
Love it! I think the minimal approach you took is the right path forward. As others mentioned, small harnesses make it possible to run many agents in parallel and in small cloud in…
-
comment
Comment #48095236
I'm betting my startup on it. The subsidised model subscription will start to dry out and providers will lean heavier into locking down how they want their models to be used (Anhro…
-
comment
Comment #47876074
S3 lifecycle policies and scheduled RDBMS jobs are the low hanging fruit here. I used to work at a data platform team and built a cleaning service that used tags and object hierarc…
-
comment
Comment #47867287
nice work! I built a similar system at my previous company. It was built on top of github. agent was triggered by the created issue, run in actions, save state in PR as hidden mark…