Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
karuth
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
karuth
9y ago
I did not invent the term serverless. Generally the term serverless is used to refer to a cloud function concept.
2.
▲
by
karuth
9y ago
Thanks for pointing this out. I will look into fixing this.
3.
▲
by
karuth
9y ago
I created a site to demonstrate how to setup a blog on AWS lambda.
4.
▲
Show HN: ServerlessBlog = Python + Flask-Blogging + AWS Lambda
(serverlessblog.com)
4 points
by
karuth
9y ago
|
6 comments
5.
▲
by
karuth
9y ago
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://gouthamanbalaraman.com/blog/numpy-vs-pandas-c
6.
▲
Read You a Scotty
(devanla.com)
3 points
by
karuth
9y ago
|
0 comments
7.
▲
by
karuth
11y ago
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 using QuantLib.
8.
▲
QuantLib Python Tutorials for Fellow Quants
(gouthamanbalaraman.com)
2 points
by
karuth
11y ago
|
1 comments
9.
▲
An open source load testing tool
(locust.io)
2 points
by
karuth
11y ago
|
1 comments
10.
▲
by
karuth
11y ago
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 way to test. It could be just me though! I am happy usin
11.
▲
by
karuth
11y ago
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 context. Check out https://github.com/gouthamb
12.
▲
by
karuth
11y ago
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 application. A good answer strongly depends on that.
13.
▲
by
karuth
11y ago
This makes sense. Thanks for the input.
14.
▲
by
karuth
11y ago
Thanks for the feedback. This makes sense.
15.
▲
by
karuth
11y ago
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!
16.
▲
by
karuth
11y ago
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 that when they sign up, and start to consume, there is a potent
17.
▲
Ask HN: How do you promote your side projects?
14 points
by
karuth
11y ago
|
15 comments
18.
▲
Show HN: Flask-Blogging -- Flask Extension to Create Blog
(github.com)
2 points
by
karuth
11y ago
|
0 comments
19.
▲
by
karuth
12y ago
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 comprehend before a module is put in place. In those cases DDT (d
20.
▲
Ask HN: What is test driven development to you?
2 points
by
karuth
12y ago
|
2 comments
21.
▲
by
karuth
12y ago
Flask is so minimal. Curious what were the disadvantages that weighed against chosing Flask.
22.
▲
by
karuth
12y ago
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.
23.
▲
by
karuth
12y ago
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 something useful this time.