Viewing profile — bschlenk1
bschlenk1
HN member- Joined
- Tue, Jun 29, 2021, 12:56 PM UTC
- HN karma
- 0
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About bschlenk1
No profile information was provided.
Recent public activity
-
comment
Comment #48512460
> If this standard was applied across the industry, we believe it would essentially halt all new model deployments for all frontier model providers. Good. 4.8 is good enough.
-
comment
Comment #41520124
And while you’re looking at the ingredients the page crashes and refreshes (I like to look at recipes on an iPad), scrolling you back to the top and you have to start over.
-
comment
Comment #27675193
All tree shaking is dead code elimination, but not all dead code elimination is tree shaking (in webpack at least). Tree shaking happens at the import level. If I say `import { abc…