HN user

curiouslearn

205 karma
Posts2
Comments23
View on HN
I Love Julia 12 years ago

The author of the article says that relative (to Python and R) paucity of the libraries should not stop one from using Julia. I completely second this for another reason, which is the awesome PyCall package, using which you can make use of any Python library.

Whenever I have tried to use Numba, I find it is slower than standard python. OTOH, Julia just works. Gives me the same performance as C.

Juliabox 12 years ago

I clicked on "Sign in via Google" button. It asked me for permission to access some information. Then went back to the original homepage; the one that still asks me to sign in. Now, if I click on "Sign in via Google" nothing happens. Also, nothing else on the page is clickable. How do I try it out?

No, it does not say how people should behave? It analyzes strategic situations using various equilibrium concepts, such as the Nash equilibrium. If you are not sure that your opponent will play the Nash equilibrium strategy, Game theory doesn't tell you what you should do.

Meteor is awesome. It considerably simplifies web-development. I just want to let the core team know that many many people really appreciate your efforts and I sincerely hope that negative comments such as those by Mr. Luc don't discourage your team and do not distract you from the really awesome work you are doing.

Discover Meteor 13 years ago

Thanks Sacha. I purchased the book and am really enjoying it. Thanks to you and Tom for writing the book. I am at the beginning of the Collections chapter. Unfortunately, for some reason, the Server-Client communication is not working (collection inserts using mongo console, do not show up in the browser console and vice-versa). I have not yet removed autopublish. Anyhow, will try to explore it further.

Discover Meteor 13 years ago

What are pre-requisites for understanding the book? For example, does one need to know Handlebars functionality, or does the book introduce them in such a way that one can pick up the required knowledge as one is reading the book. Also, does one need to be a Javascript guru, or is a basic understanding of Javascript sufficient to get started?

I think Python would be a very good choice. With it you will be able to do a lot more than programming web applications. For example, it has excellent libraries for scientific work. At the same time, it is very good for creating web applications (although probably not so much for real time web-applications, but I doubt Php is very good for that either). It has many very good web frameworks. I have used web2py, which makes it easy to create websites, and equally important, to deploy websites on various PAAS platforms.