Live data from Hacker News

Viewing profile — arcadialeak

arcadialeak

HN member
Joined
Sun, Mar 08, 2026, 11:48 AM UTC
HN karma
42
Public activity
11 items

About arcadialeak

No profile information was provided.

Recent public activity

  1. comment
    Comment #48540131

    I love how WASM is the thing that finally blurred the line between Web and Native programming, formely two realms isolated from each other for a long time. This both develops bette…

  2. comment
    Comment #48492041

    Euro-Office codebase will, obviously, not diverge significantly from the original product. If they planned fundamental changes, they would have started from scratch because taking …

  3. comment
    Comment #48491892

    Yes, but they can't do anything about it anyway. The FSF resolution on this matter, though, essentially means that they might just as well pull Euro-Office patches into OnlyOffice.…

  4. comment
    Comment #48491101

    I can't help but notice that this, in effect, establishes collaboration between EU and Russian devs over a common open-source office suite, because both projects can easily copy fu…

  5. comment
    Comment #48475603

    Nevertheless, it's also React team that came up with prefixes like __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED in their codebase because people couldn't stop messing with th…

  6. comment
    Comment #48475262

    It's quite frightening to see how an enormous 120KLOC pull request gets merged at once with very little public discussion or coverage by the devs after just 3 months (which IMO is …

  7. comment
    Comment #48459217

    char* is an exception to strict aliasing rules of C++ precisely to facilitate the author's use case. You would still need a reinterpret_cast to make it work, but it's actually good…

  8. comment
    Comment #48306813

    There is also an independent open-source interpreter for 1C language (which is to this day reported to be extensively used in Russian enterprise) implemented in C#. I haven't tried…

  9. comment
    Comment #48264108

    > std::string_view or std::span should be used instead That is for when the owner is a std::string or an owning range respectively. But a raw pointer does still make sense as a non…

  10. comment
    Comment #48256030

    Why does any mention of C++ nowadays turn into a Rust debate? These can coexist even in a single project via C ABI. Also, despite the vast syntax and semantic differences, an exper…

  11. comment
    Comment #48256009

    Since you are already making use of LLMs, you could also ask questions about the code that it produces. I've been asking Google's AI overview and Deepseek while doing my first ever…