Viewing profile — yung_lean
yung_lean
HN member- Joined
- Wed, May 14, 2025, 11:26 PM UTC
- HN karma
- 7
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About yung_lean
No profile information was provided.
Recent public activity
-
comment
Comment #48649517
This isn't using WASM to solve the "how can I make my file format compatible with more programming languages?" problem. This is trying to solve the "how can I add new encodings to …
-
comment
Comment #48648621
A big problem with parquet, which this aims to replace, is that it's hard to add new encodings because everyone wants to stay compatible with old readers. Embedding the decoders in…
-
comment
Comment #48648552
Yeah this was a research project, it doesn't look like this is getting any adoption
-
comment
Comment #43990363
In my experience, understanding the rules of the borrow checker is not enough to be able to write rust code in practice. For example, ~6 months into using rust I was stumped trying…