Viewing profile — wizpig64
wizpig64
HN member- Joined
- Sat, Dec 18, 2010, 12:58 AM UTC
- HN karma
- 4
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About wizpig64
No profile information was provided.
Recent public activity
-
comment
Comment #36244182
I was not expecting the last egg to look like that.
-
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…
-
comment
Comment #17803489
It means they'll put a touch bar on it for selecting emojis
-
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…