Live data from Hacker News

Viewing profile — mizzlr_

mizzlr_

HN member
Joined
Thu, Feb 23, 2023, 7:56 PM UTC
HN karma
3
Public activity
4 items

About mizzlr_

No profile information was provided.

Recent public activity

  1. comment
    Comment #39593017

    graph is a data structure, not a data type. if you squint enough pointers are the building blocks (the data type is you please) for building graph data structure. a->b is pointer a…

  2. comment
    Comment #37370807

    In computer science, I read log as levels. n log n is n time levels(n, 2). levels is the number of time n can be repeatedly halved until result is less than 2. levels has something…

  3. comment
    Comment #36897690

    LavinMQ is much better.

  4. comment
    Comment #34915606

    To expect a value of 200 means to have the average of 200 from this point in time onwards, assuming stock price is random walk. Not that the value tomorrow will be exactly 200. It …