Live data from Hacker News

Viewing profile — dusanz

dusanz

HN member
Joined
Fri, Apr 02, 2021, 2:52 PM UTC
HN karma
10
Public activity
2 items

About dusanz

No profile information was provided.

Recent public activity

  1. comment
    Comment #43796851

    Until someone searches for "Error: OutOfMemoryException"

  2. comment
    Comment #26671931

    size_t is only guaranteed to be large enough to store the size of the largest object. This is not the same as being able to index all of memory. You could imagine a platform with r…