Viewing profile — icecube
icecube
HN member- Joined
- Thu, Sep 17, 2015, 6:36 PM UTC
- HN karma
- 15
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About icecube
No profile information was provided.
Recent public activity
-
comment
Comment #20035118
Just download a Host file[1] and you can have system level ad blocking on your laptop. As for running an adblock on your router, if your router supports openwrt, openwrt has an adb…
-
comment
Comment #14386005
When you use the "!g" bang operator, DDG is not anonymizing your search to Google. It is simply redirecting you to Google.
-
comment
Comment #13834973
It has to due with history. Traditionally, other languages (such as Scala, Haskell and ML) with statically typed tuples start at index 1 instead of 0.
-
comment
Comment #12756239
That was a good talk. I highly recommend watching the entire video.
-
comment
Comment #11834428
Firefox still supports XP SP2 and Vista.
-
comment
Comment #11764178
Wow, had no idea that request was so bloated. And thanks for mentioning got. I just checked it out and I think that is the lib I will be going with on the backend. I love the strea…
-
comment
Comment #11763438
Honest question, what is wrong with request (and superagent)? Is it just size or something more? I am only asking because yesterday I was looking for a promise supported library an…
-
comment
Comment #11715006
I would like to see screenshots and a list of supported languages/frameworks. Also, the homepage says "Run it, commit it, and move on". Do you have native support for git? (And if …
-
comment
Comment #10898250
Because a student who just graduated should not be teaching new students. They are way too junior and inexperience even if they are the top in their class. The bootcamp should be i…
-
comment
Comment #10755831
Correct me if I am wrong, but wont this result in the mines being placed in the front more often than not? sort(function() { return math.rand() - .5; }) doesnt result in a truely r…
-
comment
Comment #10235756
We do not yet have a way to accept and display user submitted data. That is one of the many things we will be working on next. Going internationally is another challenge in and of …
-
comment
Comment #10235390
Martyjs is a flux framework that allowed us to easily write isomorphic javascript. We were able to get React to render all pages serverside. The stores would get serialized and sen…