Live data from Hacker News

Viewing profile — concretemarble

concretemarble

HN member
Joined
Mon, Feb 15, 2021, 1:58 AM UTC
HN karma
8
Public activity
6 items

About concretemarble

No profile information was provided.

Recent public activity

  1. comment
    Comment #28461757

    The whole point of ECS is cache-friendliness, so it's kind of the same. Besides there is nothing novel in their implementation. Putting frequently accessed component together is qu…

  2. comment
    Comment #28360093

    Governments have responsibility for the wellbeing of the citizen, but they also have responsibility to stay out of the way of the citizen's personal behaviors unless it is really n…

  3. comment
    Comment #27937385

    Your logic is flawed in that you didn't clarify the definition of "small". How small are we talking about? This is a simple statistical question. Calculate the number of sexual har…

  4. comment
    Comment #27923775

    What if they say "Only a small portion of the females were harassed in our company! They are not broadly and uniformly harassed! How dare you say we have a constant sexual harassme…

  5. comment
    Comment #26413941

    If anyone is interested in what Roblox is capable of, check out the following games: Roblox Hellreaver https://www.youtube.com/watch?v=3tMpXnRG19U&ab_channel=Popta... and Waterloo …

  6. comment
    Comment #26138248

    When tasks are unrelated, you also likely don't need them all at the same time for the next stage of pipeline. You can simply await it when you need it. var p_t = GetUserPermission…