Live data from Hacker News

Viewing profile — wizpig64

wizpig64

HN member
Joined
Sat, Dec 18, 2010, 12:58 AM UTC
HN karma
4
Public activity
4 items

About wizpig64

No profile information was provided.

Recent public activity

  1. comment
    Comment #36244182

    I was not expecting the last egg to look like that.

  2. comment
    Comment #32512252

    I would love to have such a knob be mapped to speed up or slow down/rewind any video or podcast I'm watching or editing on the fly. Unfortunately no software would ever support thi…

  3. comment
    Comment #17803489

    It means they'll put a touch bar on it for selecting emojis

  4. comment
    Comment #17454284

    This second example: [bar(x) for z in stuff if (x := foo(z))] is not equivalent to: [bar(foo(z)) for z in stuff if foo(z)] because here, foo(z) will be called twice. If foo is an e…