Viewing profile — yougane
yougane
HN member- Joined
- Mon, Mar 17, 2014, 9:52 PM UTC
- HN karma
- 16
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About yougane
No profile information was provided.
Recent public activity
-
comment
Comment #37508277
Or you can just "M-x treesit-install-language-grammar" then follow the prompts.
-
comment
Comment #35892276
Works in Morocco
-
comment
Comment #16870460
Web applications nowadays depend on hundreds of dependencies. If each one of these dependencies were to have a size of 60kb or more that would be very bad.
-
comment
Comment #16870373
> Not only will most frameworks and standard JS libs dwarf this The original runtime that was used by Blazor was already a compact .NET runtime, and no matter how much you minify i…
- comment
-
comment
Comment #16868889
The original runtime was about 60kb in size, that's still unreasonable to add to a library. Imagine a small library like Redux (2kb, including dependencies) having to ship with a r…
-
comment
Comment #16760570
I think what he means is that C# apps would have a smaller size if AOT compiled to wasm instead of shipping the mono runtime with .NET assemblies. (sorry for my English)
-
comment
Comment #16759129
C# already jumped on the bandwagon with Blazor https://github.com/aspnet/Blazor