Viewing profile — threecreepio
threecreepio
HN member- Joined
- Fri, Aug 26, 2011, 11:27 AM UTC
- HN karma
- 28
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About threecreepio
No profile information was provided.
Recent public activity
-
comment
Comment #21368058
I have irregular astigmatism. In my experience, glasses and normal soft contacts do very little to correct it. Scleral contacts do a decent job with the astigmatism, but they have …
-
comment
Comment #21031468
And SQL has been relevant for about half a century, odds are good you'll continue to find use for that knowledge for the remainder of your career.. Well worth the time investment.
-
comment
Comment #20923657
For your template code in angular, there won't be any significant benefit to using typescript. It could be worse than not having typescript at all, since you can add type annotatio…
-
comment
Comment #4224552
> The buttons on that controller mockup are only color-coded, which means it will be difficult (if not impossible) to clearly communicate to a color-blind player I wouldn't bet on …
- comment
-
comment
Comment #3865356
I hadn't actually looked at the issues list to notice that this and similar issues have already been brought up plenty enough, so, sorry about that. And I do like implicit returns,…
-
comment
Comment #3863550
I both like and use CoffeeScript, but the video does show off one thing that i personally quite dislike about it.. Implicit returns (which I love in ruby..). When trying to port ov…
-
comment
Comment #3764041
I have a site in progress that's used an endless paging with a sliding window, so after 5 pages it'd clip the top page. It was a little irritating in that you could notice that som…
- comment
-
comment
Comment #3073213
It wasn't even the first .Net MVC implementation, Castle Monorail has been around since late 2005.. 3 or 4 years before the first version of ASP.Net MVC. But it takes the Microsoft…
- comment
-
comment
Comment #3011712
These kinds of things definitely need to be overseen/'banned' somehow, but it's a bit easy to wind up catching too many real users in the net, that I'd rather have a few bad eggs a…
-
comment
Comment #2984139
It's a good concept and all, the issue i've had with it for my own use is that the native Array functions are so fast in JavaScript (and function invocation so comparatively slow) …
-
comment
Comment #2950061
Then why does 100000..100000 get the same error? Not a huge span, and not likely to contain anything all too sensitive.