Live data from Hacker News

Viewing profile — yougane

yougane

HN member
Joined
Mon, Mar 17, 2014, 9:52 PM UTC
HN karma
16
Public activity
8 items

About yougane

No profile information was provided.

Recent public activity

  1. comment
    Comment #37508277

    Or you can just "M-x treesit-install-language-grammar" then follow the prompts.

  2. comment
    Comment #35892276

    Works in Morocco

  3. 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.

  4. 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…

  5. comment
  6. 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…

  7. 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)

  8. comment
    Comment #16759129

    C# already jumped on the bandwagon with Blazor https://github.com/aspnet/Blazor