Viewing profile — jerrygenser
jerrygenser
HN member- Joined
- Tue, Feb 01, 2022, 8:36 PM UTC
- HN karma
- 627
- Public activity
- 341 items
- HN profile
- View on Hacker News ↗
About jerrygenser
Recent public activity
-
comment
Comment #48652804
Releasing open source models can drive revenue away from them US AI LABS. This can help china win by depriving those labs of revenue for further investment in winning the long term…
-
comment
Comment #48401452
Python but also add Uv -> OpenAI
-
comment
Comment #48318216
Perhaps you were served from someone else's cache
-
comment
Comment #48238352
This uses separate git worktrees. If we have a local dev setup involving multiple docker services, is there a recommended solution for managing those envs? I didn't see.
-
comment
Comment #47855879
so if you pick max-5x or mx-20x than pro... are you getting 0 now?
-
comment
Comment #47051995
It's also good as an @explore sub-agent that greps the directory for files.
- story
-
comment
Comment #46246842
Acquisition of noam shazeer to supercharge their Gemini flagship model line I think made a bigger impact. To make an argument it was Kevin Hou, then we would need to see Antigravit…
-
comment
Comment #46056942
A common use of asyncio is a server framework like fastapi that schedules tasks. I used such a framework for a while before realizing that I needed to create_task for within-task c…
-
comment
Comment #45579511
Basedpyright is not rust but it's a fork of pyright with added features that are otherwise locked in vscode
-
comment
Comment #45464608
You still have to write the resolver for graphql. I've seen. N+1 with graphql if you don't actually use data loader+batch pattern OR if you use it incorrectly.
-
comment
Comment #45181587
Corporations are picking the side that's in power. If team blue is in power they would pick blue. Corporations are (usually) not moral or inherently politically motivated other tha…
-
comment
Comment #45067585
Re the overnight that's why some providers are offering there are batch tier jobs that are 50% off which return over up to 12 or 24 hours for non-interactive use cases.
-
comment
Comment #45062769
Why do you suspect it was vibe coded? There are 2 substantive files that are each less than 100 lines... Also the readme doesn't have the usual emojis for every bullet point.
-
comment
Comment #44678033
You could remove venture and it would still be accurate
-
comment
Comment #44627759
They can lock in by subsidizing the price of you use their tool, while making the default price larger for wrappers. This can draw people from the wrapper that can support multiple…
-
comment
Comment #44554493
I think this is like mass data labelers, including in other countries or other low cost areas.
-
comment
Comment #44533585
What is your future revenue model?
-
comment
Comment #44498914
I also got into materia magica for a few months about a year ago. They are still actively developing it! Get into the discord
- story
-
comment
Comment #44371082
Yes it does. And it will fail if there is a combination that is not resolvable.
-
comment
Comment #44365887
You do not write requirements by hand. You write requirements.in and uv pip-compile to requirements.txt
-
comment
Comment #44131301
Is there any security risk to use as project with an embedded .wasm binary? Is there a build process for this that we can reproduce, or is there a way to bring our own if it's a ge…
-
comment
Comment #44088073
If you have small hands and you are stretching for delet/backspace and a small kb allows you to hit this key without strain, it absolutely helps with strain on fingers. I tried man…
-
comment
Comment #44037032
Zellij is a good example of a tui with shortcuts in the UI. Helped me learn them way better than I would have otherwise