Viewing profile — karuth
karuth
HN member- Joined
- Sat, Apr 05, 2014, 5:22 PM UTC
- HN karma
- 15
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About karuth
No profile information was provided.
Recent public activity
-
comment
Comment #15156042
I did not invent the term serverless. Generally the term serverless is used to refer to a cloud function concept.
-
comment
Comment #15156035
Thanks for pointing this out. I will look into fixing this.
-
comment
Comment #15154402
I created a site to demonstrate how to setup a blog on AWS lambda.
- story
-
comment
Comment #14783628
This post is rather naive. Pandas performance improves when one uses in built functions. Also the performance of pandas is better over numpy for larger sizes [1]. [1] http://goutha…
- story
- story
-
comment
Comment #10718912
Are there a lot of quants in the US that use QuantLib? I see there is a large community in Europe and Canada. Would like to hear from fellow quants in the US on their experience us…
- story
- story
-
comment
Comment #10099932
I tried web2py a little bit. I liked the fact that a lot of basic things get setup initially. But all the globals confused the heck out of me. Couldn't quite understand the right w…
-
comment
Comment #10099893
Well there are work around options to the restriction with SQLAlchemy that you mention here. You can use SQLAlchemy core instead of ORM and write your models independent of web con…
-
comment
Comment #9975438
Its not clear to me why you think "PHP is not a very good language for the majority of what we're building". In my opinion, you should have a strong reason for rewriting an applica…
-
comment
Comment #9974812
This makes sense. Thanks for the input.
-
comment
Comment #9971429
Thanks for the feedback. This makes sense.
-
comment
Comment #9971408
This sounds great! I am looking for some initial users that can give some critical feedback as well. I will get in touch with you soon. Thanks!
-
comment
Comment #9971059
Can you explain why you think this is a two sided marketplace problem? In my case the subscribers of my site are the consumers. But I need a lot of subscribers to start with so tha…
-
story
Ask HN: How do you promote your side projects?
I have been working on a side project that would be a database of people interested in carpooling. If people don't signup, the website is useless. I am trying to figure out how to …
-
story
Show HN: Flask-Blogging -- Flask Extension to Create Blog
A Flask extension to quickly add blog support to your web application. Uses SQLAlchemy to support multiple databases.
-
comment
Comment #8880390
Thanks for the article. It is very illuminating. I hear a lot of buzz on TDD. But I think TDD is not the end. There are complexities in application which is sometimes hard to compr…
-
story
Ask HN: What is test driven development to you?
HN'ers, I would like to hear from you all about testing methodologies, and what you consider as best practice. Do you see any advantage of the test-first paradigm? What is fad and …
-
comment
Comment #8874051
Flask is so minimal. Curious what were the disadvantages that weighed against chosing Flask.
-
comment
Comment #8874034
I can see a case for microservices as a way to break down complexity. But introducing languages willy-nilly could have maintenance nightmares along the road.
-
comment
Comment #7537772
I had the time to read a good portion of this book. Really well written. I hope some of the negative comments don't discourage you from sharing your work next time around. I learnt…