Viewing profile — monzee
monzee
HN member- Joined
- Sun, Jan 08, 2012, 12:44 PM UTC
- HN karma
- 22
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About monzee
No profile information was provided.
Recent public activity
-
comment
Comment #26025038
You can generalize this with TS's fancy mapped types: type Sum = (cases: Pattern ) => T type Pattern = { [V in keyof K]: K[V] extends any[] ? (...args: K[V]) => T : never } which t…
-
comment
Comment #14245636
Faster startup, mouse works as you'd expect in a regular desktop app. Switch panes, tabs, open new tab, scroll panes, resize panes, select ranges, all in the terminal. I know not u…
-
comment
Comment #9365045
For this reason, I think of objects as not equivalent to closures, but rather ML-style functors. I think implementing objects as records with closures as fields is really just a po…
-
comment
Comment #9326719
It's a view generation library, not a DOM-diffing library. That's like asking how to rotate a subtree in an RB tree library.
-
comment
Comment #3874361
Is this guy really a former Google employee? Those posts sound like they were written by an elementary school kid.
-
comment
Comment #3785665
This is so cool. I only wish the screen were a little bigger and could show all the colors.
-
comment
Comment #3785387
Looking forward to this. Registration doesn't seem to work yet. Please add 'monospace' to the font-family declaration. The site looks terrible in Ubuntu.
-
comment
Comment #3439441
Here's how to make shift-pgup/pgdn work in screen: echo "termcapinfo xterm ti@:te@" >> ~/.screenrc