Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
etiennebch
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
etiennebch
6y ago
Interested as well if anyone has an answer to provide
2.
▲
by
etiennebch
6y ago
Less clunky in my opinion if you use it for software development because you can link it to issues / PRs and automate based on that
3.
▲
by
etiennebch
6y ago
You don’t need a stock market for equity to appreciate. A private business that delivers value makes owning a piece of the business valuable regardless of whether the shares are publicly traded
4.
▲
by
etiennebch
6y ago
Yep. Currently, I only parse their RSS feed. Later, I want to extract and organize information in a way that's easy to search, look at and save.
5.
▲
by
etiennebch
6y ago
Thank you, great insight, I'll give it a thought. I want to have a focused, narrow scope for the MVP, but I think finding and digging (public!) financial information is a mess currently, even with all the apps, blogs, yahoo finance and
6.
▲
by
etiennebch
6y ago
SEC filings browser. Currently just a prototype: displays the most recent filings as they occur
7.
▲
by
etiennebch
6y ago
Ah thanks for the clarification !
8.
▲
by
etiennebch
6y ago
Not sure if this is what you are looking for but I found this paper useful on architecting databases. I read it as a complement to the CMU videos. https://dsf.berkeley.edu/papers/fntdb07-architecture.pdf Otherwise ther
9.
▲
by
etiennebch
6y ago
Cmu course is a must watch really
10.
▲
by
etiennebch
6y ago
I use them for cursor based pagination. You can use rank and a where clause to apply the limit. You can also compute max rank to determine whether there are more data to fetch after limit. Finally, if you do left joins where you may have mu
11.
▲
by
etiennebch
6y ago
I have been using Flask for a while now (to code rest apis). The circular import issue can be a pain. I blame most tutorials and examples out there for this. As the article mentions, putting code in init.py can lead to issues because the fi
12.
▲
Ask HN: What for do you use Bitcoin block explorers ?
1 points
by
etiennebch
6y ago
|
1 comments
13.
▲
by
etiennebch
7y ago
Hash functions