Viewing profile — etiennebch
etiennebch
HN member- Joined
- Sat, Oct 05, 2019, 10:13 AM UTC
- HN karma
- 16
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About etiennebch
No profile information was provided.
Recent public activity
-
comment
Comment #23252452
Interested as well if anyone has an answer to provide
-
comment
Comment #23240828
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
-
comment
Comment #23207106
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 pu…
-
comment
Comment #23177465
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.
-
comment
Comment #23177455
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 curr…
-
comment
Comment #23172493
SEC filings browser. Currently just a prototype: displays the most recent filings as they occur
-
comment
Comment #23141529
Ah thanks for the clarification !
-
comment
Comment #23140781
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/f…
-
comment
Comment #23140691
that was eye-opening indeed. Before reading his blog, I had no clue how indexes worked and how to write SQL that match the index structure (for instance the order of conditions in …
-
comment
Comment #23139693
Cmu course is a must watch really
-
comment
Comment #23057860
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 afte…
-
comment
Comment #22967138
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 mention…
-
story
Ask HN: What for do you use Bitcoin block explorers ?
I am considering building a bitcoin block explorer as a side project and I would like the opinion from HN, as there are already many explorers out there. 1- What for do you use the…
-
comment
Comment #21872887
Hash functions