Viewing profile — mendyberger
mendyberger
HN member- Joined
- Thu, Jun 14, 2018, 6:13 PM UTC
- HN karma
- 170
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About mendyberger
No profile information was provided.
Recent public activity
- story
-
comment
Comment #48357556
Component model can run in any js runtime with jco
- story
- story
-
comment
Comment #47933704
I wonder if this mess has anything to do with talent loss resulting from layoffs after the pandemic
-
comment
Comment #47350148
Wasm is safer since it has a much smaller attack surface.
-
comment
Comment #47298904
Sorry, here's the working link https://github.com/mendyberger/browser.wit
-
comment
Comment #47298868
It's not just about string performance, it's about making wasm a first class experience on the web. That includes performance improvements - because you don't need to wake up the j…
-
comment
Comment #47297922
Things are slowly getting better in wasm world. The c-style interface of wasm is pretty limiting when designing higher level interfaces, which is why wasn-bindgen is required in th…
-
comment
Comment #47272297
> Comparing today's internet to the 90s is hardly fair. It has become extremely predatory... I think you're missing the point they're trying to make. It's not that the problem isn'…
-
comment
Comment #47180268
There can be an automated way of translating WebIDL to wit. I've actually tried to do that the past and got pretty far. https://github.com/wasi-gfx/webidl2wit And here's the genera…
-
comment
Comment #47174467
> What specific scenarios do you aspire to unlock Modern languages come with lots of interesting features like better dev ex, null safety, etc. Js is a fine language, but there are…
-
comment
Comment #47170889
Is `component {}` valid wit syntax? I've never seen that before
-
comment
Comment #47161510
41:08 > it doesn't seem like this should be possible on a Linux server Some real misconceptions here
-
comment
Comment #47159353
18 seconds in: > at the time just about everyone believed that hacking the system was impossible. Bit of a nitpick, but I don't think saying things like this to normies is a good i…
-
comment
Comment #46801344
As someone who very interested in wasm, I really loved the post!
-
comment
Comment #46619463
Fair enough. For me, having wgpu's rust native api feels so much nicer than having to deal with the unergenomic web_sys api. Tradeoffs.
-
comment
Comment #46618499
Curious, why use web-sys directly instead of wgpu?
- story
-
comment
Comment #46093846
Can happen to corporate projects as well. As one example, look at how many projects Google has killed.
-
comment
Comment #45972093
After restarting my computer, reinstalling git, almost ready to reinstall my os, I find out it's not even my fault
-
comment
Comment #45375743
But the other browsers objected yet Chrome still shipped them
-
comment
Comment #45372359
Not true about webgpu, but true about some APIs in Google's project-fugu
-
comment
Comment #44511733
Kind of a dumb question, but how does it work if you have a 10 year non-compete in FL but move to another state after 5 years, is the non-compete valid in the other state?
-
comment
Comment #44097189
Firefox doesn't support WebGPU in stable yet. Chromium does support WebGPU in stable, but not on Linux.