Viewing profile — nidu
nidu
HN member- Joined
- Mon, Mar 07, 2016, 8:19 AM UTC
- HN karma
- 42
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About nidu
No profile information was provided.
Recent public activity
-
comment
Comment #33561378
Would be especially inconvenient in places where you have daylight from 9AM till 4PM and where people rely on electric heating.
-
comment
Comment #24453930
1. You can define enum like `const enum A {...}` and they will not have runtime representation.
-
comment
Comment #20643075
I'm not sure comparison is correct. If you want routing in jQuery app - you will have some similar concept to routers. Using packers is also not required. And if you want some good…
-
comment
Comment #14643448
Agree with this one. Reading article i though "Why don't you just drop ImmutableJS in favor of pure js collections with lodash/fp?". I felt the same when were using ImmutableJS. Tw…
-
comment
Comment #12758477
I suppose Vue.js is not very TypeScript friendly?
-
comment
Comment #12758427
Don't you use router with vue.js? And what's so messy about JSX?
-
comment
Comment #12597188
Probably when you accidentally scanned a document to PDF. Or when you received a document in PDF from some nasty man.
-
comment
Comment #11883722
Once I tried to make a union of a sorted set and an unsorted one. Result set inherits behaviour of a bigger input set so when i first got my sometimes-sorted set i thought like loo…
-
comment
Comment #11844957
It could also benefit from constant propagation (iirc the term) where you could write obj.get(Item.name) and both get type check and stay refactoring friendly (though with cost of …