Live data from Hacker News

Viewing profile — kant2002

kant2002

HN member
Joined
Tue, Feb 23, 2021, 1:16 PM UTC
HN karma
25
Public activity
27 items

About kant2002

No profile information was provided.

Recent public activity

  1. comment
    Comment #48909074

    Tearing .NET GC out of runtime, and plugging it into simple C++ application because you obviously need it.

  2. story
  3. comment
    Comment #48242595

    Publicly based on my calculations[1] there only ~20k tests. I would say they are usual tests for the runtime. Constantly running on the CI much lesser amount. Average test count/li…

  4. comment
    Comment #48163659

    À bit of quality measurement numbers on Zig to Rust PR

  5. story
  6. comment
    Comment #46608622

    As person who was in blackout in Jan 2022 in Kazakhstan, I’ll say it’s very unpleasant situation when you known that some people go into protests. Some security service building wa…

  7. comment
    Comment #45910719

    As grandparent said, Blazor optimized for fast delivery. For public products you will have places where you should care about interactivity a lot. Their solution is interop with JS…

  8. comment
    Comment #45896863

    I really don’t understand whole discourse us vs them? Why it is should be only Google fixing the bugs. Isn’t if volunteers not enough, so maybe more volunteers can step up and help…

  9. comment
    Comment #45874456

    The finally behave slightly different in CIL. You have protected regions and finally/fault/catch/filters handlers attached. So in order to support continue inside finally you shoul…

  10. comment
    Comment #45858906

    Does anybody attempt to re-implment each variant of pre-LISP described in these reports? Even if it just for educational/historical purposes?

  11. comment
    Comment #45836273

    I was in same position as Mozilla guy when I slowly crawl through Cordova Russian translation. Then suddenly MS have initiative with Cordova Tools for VS, they redesign Cordova web…

  12. comment
    Comment #45805820

    Yeah. After reading article I become supper interested in looking how they uplift things and was honestly a bit disappointed. Did not try to look for Huawai work for obvious reason…

  13. comment
    Comment #45801737

    I did take a look at the projects which attempt to address conversion of C to Rust and even if article talk about about uplifting C to idiomatic Rust, or to utilize decompilation t…

  14. comment
    Comment #45303023

    What do you use for HTMX in Razor? any library or some manual plumpbinng? How do you disable layout?

  15. comment
    Comment #43935236

    I think you overestimate ability of Dotnet to trim unused things. As a person who spend a lot of time wandering across ecosystem and measuring what can be done, I would say we have…

  16. comment
    Comment #43743293

    Usually better start with small scale fixing typos and improving docs. That’s great canary for me. If it’s accepted within day or so, that’s project which I willing to learn. I wou…

  17. comment
    Comment #39616582

    Is this Mistery this Mistery [1]? [1] https://blog.brownplt.org/2018/07/05/mystery-languages.html

  18. comment
    Comment #38482401

    That’s very interesting. I see similar attitude in the C# JIT/Roslyn developers where they take this very seriously. Interesting are this is influenced by Anders, or just whole thi…

  19. comment
    Comment #35946347

    I like ACE it's very interesting application of Prolog. While it focused on writing logical definitions, I think there interesting way of looking at how we try to express programmi…

  20. comment
    Comment #34722602

    Just in case that maybe interested to you. Currently (with nightlies) using NativeAOT + C# you would be able to have approximate same as Go. Even fully statically linking executabl…

  21. comment
    Comment #34296767

    Not sure if this is project related, but I discover port ( https://github.com/ptrelford/FunSharp ) of Small Basic style on F# and that look awesome for displaying simple concepts. …

  22. comment
    Comment #32996172

    Technically you can always write you own C compiler like this project https://github.com/ForNeVeR/Cesium . Obviosuly C++ is much more complicated journey and require real investmen…

  23. comment
    Comment #31436816

    Would you give a chance try trimming WinForms on .Net 7? I do expect it to be slightly better now

  24. comment
    Comment #31436784

    You generally do not want use NativeAOT for plugins, since you can have just one .Net runtime inside process. If somebody will write another plugin you will have a problem or exper…

  25. comment
    Comment #29637428

    Just today NativeAOT was combined with WASM https://twitter.com/yowl00/status/1473052545744527365 Links to Github: https://github.com/yowl/csharp-wasm4 It would be slightly extrava…