Live data from Hacker News

Viewing profile — roggenilsson

roggenilsson

HN member
Joined
Thu, Mar 25, 2021, 9:19 PM UTC
HN karma
5
Public activity
4 items

About roggenilsson

No profile information was provided.

Recent public activity

  1. comment
    Comment #49183355

    This is the funniest comment I have ever read on this website

  2. comment
    Comment #47099066

    In my previous job we worked like this. We had one dev branch that everyone pushed directly to and the dev branch was eventually branched to an RC branch which in turn was merged t…

  3. comment
    Comment #45850902

    >Rent-seeking is the act of growing one's existing wealth by manipulating public policy or economic conditions without creating new wealth Would the PC video game market be bigger …

  4. comment
    Comment #37360330

    You can also think of generators as a native implementation of Observables from rx (except you can't replay a generator), especially async generators. You can implement basic opera…