Viewing profile — seepel
seepel
HN member- Joined
- Sat, Dec 21, 2013, 11:39 PM UTC
- HN karma
- 30
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About seepel
No profile information was provided.
Recent public activity
-
comment
Comment #29716534
My experience has been the opposite at least for things like font size, bold/italic. I’m curious to hear what problems you’ve encountered.
-
comment
Comment #28625408
I’m pretty psyched to see the progress being made on this project, keep up the good work!
-
comment
Comment #26022849
Thanks for sharing. I hadn’t read that before, that was a great read.
-
comment
Comment #25982801
> What thing that violates a type check would be "perfectly fine to do"? Here is an example limitation of typescript's type system that I routinely run into while developing real c…
-
comment
Comment #23425588
I’m not much of a clojure fan myself, but I think the observation is that by relaxing that last constraint of static typing (and given the other appropriate tools), that while you …
-
comment
Comment #22984743
I agree, I managed to make it through a PhD in physics and I never had a problem. Neither do I recall any of my class mates having a problem with hand written notation.
-
comment
Comment #20371331
It is actually already in the list of research subjects in the docs folder of carp: https://github.com/carp-lang/Carp/blob/master/docs/Research....
-
comment
Comment #16550224
We just turn off tslint formatting rules. There isn’t really a need for them if you are using prettier.
-
comment
Comment #16160084
Mobx is built with typescript. https://github.com/mobxjs/mobx
-
comment
Comment #16027618
I honestly used to browse the web without an adblocker and bounce from the site if it was too bad. About a year ago I ended up getting so fed up with not being able to visit pretty…
-
comment
Comment #15957089
It often breaks with different query parameters for example on YouTube videos, but I just created a couple of bookmarklets. hn: javascript:window.location.href='https://hn.algolia.…
-
comment
Comment #15626526
I’ve noticed this problem in the npm ecosystem pertaining to typescript typings. Typescript is evolving really quickly, each new release allows you to be more expressive, and there…
-
comment
Comment #13558292
On the other hand the same version supports indices on expressions that could be used to create an index on json values. Not exactly the same but could be used for similar use case…
-
comment
Comment #13538785
I believe there are actually some cool things they do with the extra space in the Objective-C runtime. It's been a while so I may be mistaken but I think they store the reference c…
-
comment
Comment #13428552
I think the problem is if you exercise the options after another financing round when the 409a will be higher. You then likely owe AMT on the difference of that value and your stri…
-
comment
Comment #12239335
It's not just about beauty, but experience. Imagine you have a spreadsheet with infinite rows where each row contributes to the Higgs mass. It also turns out that by and large each…
-
comment
Comment #8073375
I didn't see the benchmark code in the repo, so I didn't really think about a pull request. Next time I find time I'll poke around a bit more. They are trivial changes though.
-
comment
Comment #8058976
I'm a little late to the party, but I ran the benchmark inserts with cached statements on both my Macbook Pro and my iPhone 5S. sqlite definitely fairs better under this scenario. …