Live data from Hacker News

Viewing profile — dr0wsy

dr0wsy

HN member
Joined
Thu, Sep 27, 2018, 9:56 PM UTC
HN karma
3
Public activity
7 items

About dr0wsy

No profile information was provided.

Recent public activity

  1. comment
    Comment #23553603

    Zoom is primarily an enterprise product. They have chosen to have some form off verification to lower the amount of abuse on their platform. If you want privacy you simply have to …

  2. comment
    Comment #20484932

    Thanks for the explanation! An example to check if I understood you correctly. `func1(r, s)` is a function that sends a request `r` to a given server `s`. It returns a status code …

  3. comment
    Comment #20484893

    > That was the second part of my answer: a graph on paper. Draw nodes of execution and represent the branch as two arrows coming from the node and heading to new nodes. Label the a…

  4. comment
    Comment #20474400

    > You don't need to know category theory. You just need to understand a few things that came from it, like `Maybe`, which is the most obviously useful and trivially easy monad. Jus…

  5. comment
    Comment #20474230

    Thanks for the article and discussion that sprang up around it! The question I'm trying to ask is how I should express (part of) programs on paper using math when I don't see how t…

  6. comment
    Comment #20469472

    > So if you want your programming to reap the benefits of (others', mostly) mathematical reasoning--use a functional language that is all about expressing the ways in which things …

  7. comment
    Comment #20469211

    How do I express my models of programs on paper that doesn't easily translate into math? I understand that the part of programs there you have a formula on beforehand (e.g., conver…