Live data from Hacker News

Viewing profile — anonymous2024

anonymous2024

HN member
Joined
Fri, Aug 30, 2024, 8:40 AM UTC
HN karma
5
Public activity
5 items

About anonymous2024

No profile information was provided.

Recent public activity

  1. comment
    Comment #48327000

    It can be in Spain. Since three years ago, all the public administrations webs can be used correctly from Linux. You don't need any privative software any longer. Also it is gone f…

  2. comment
    Comment #48166829

    And also VPNs are tools to open doors in the minefield of legislations that they need to create to improve the incoming of some business, not of the people that voted for them.

  3. comment
    Comment #46025734

    What I understood was: 9_A = 1001_2 needs 4 bits, set or not set as the minimum length of the binary representation. 52_A = 110100_2 needs 6 bits 6 bits is less than 4*3+1=13 bits

  4. comment
    Comment #46023904

    Someone has also noticed another curiosity: The number of bits of the biggest number (in binary notation) in a path is less than the number of bits of the initial number (in binary…

  5. comment
    Comment #41398852

    I wonder. How does Rust syntax compares with https://www.hylo-lang.org/ syntax? That also is memory safe, typesafe, and data-race-free.