Live data from Hacker News

Viewing profile — androidcode

androidcode

HN member
Joined
Fri, Nov 14, 2025, 7:32 AM UTC
HN karma
-1
Public activity
6 items

About androidcode

No profile information was provided.

Recent public activity

  1. comment
    Comment #45947155

    no_std for instance does not protect the stack completely. That means that, if you for instance have a simple stack-overflow bug in a Rust program when using no_std, even if the pr…

  2. comment
    Comment #45947120

    Wrong, for any reasonable definition of memory safety, languages like Java and Javascript are memory safe. Java has escape hatches, but the necessity and prevalence of those escape…

  3. comment
    Comment #45925627

    Yes, so something like a modernization profile for C++ would make it easier to enforce, and would not require external tools. But it ultimately does not change that C++ is not C, a…

  4. comment
    Comment #45925280

    BTW; Do you know if it is possible to track new comments to Hacker News threads?

  5. comment
    Comment #45925253

    That argument can be applied to unsafe Rust as well. There are code reviews, coding standards and other checks for a reason. Though, I suppose something like C++ profiles, just for…

  6. comment
    Comment #45925158

    The blog post has a number of issues, including mixing C and C++. And Android C++ source code is often filled with C-style code, especially the older the code, and is not always th…