Live data from Hacker News

Viewing profile — gemakelijk

gemakelijk

HN member
Joined
Mon, May 31, 2021, 11:44 PM UTC
HN karma
3
Public activity
4 items

About gemakelijk

No profile information was provided.

Recent public activity

  1. comment
    Comment #45996529

    The pages loads for me but I see a "Cannot retrieve latest commit at this time." message.

  2. comment
    Comment #45844264

    This reminds me of react more than vue. When there is a change, the setup function is executed and the virtual dom of the component is recomputed. You have no choice because it is …

  3. comment
    Comment #30973378

    Blockchain would fit perfectly, since it is a write only technology. And you do get nice features at no cost like smart contract, NFTs...

  4. comment
    Comment #28451040

    Like most websocket library, uWebSockets works by calling some sort of send/write function. You give the data you want to send, which is a sequence (a string or a vector). The unde…