Viewing profile — davidcaseria
davidcaseria
HN member- Joined
- Wed, Aug 27, 2014, 6:35 PM UTC
- HN karma
- 33
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About davidcaseria
Recent public activity
-
comment
Comment #13889703
Do you plan on using Scala and Akka Persistence in the future for the entirely event-based system? http://doc.akka.io/docs/akka/current/scala/persistence.html . We have been using …
-
comment
Comment #13805343
The Startup School logo is really cool - a bunch of Y Combinator 'Y's forming a tree. It fits what they seem to be going for with by calling the MOOC 'Startup School' and symbolize…
-
comment
Comment #13557150
Avoiding large data migrations is one of the reasons to consider if using Command Query Responsibility Segregation (CQRS) and Event Sourcing (ES) is right for the application domai…
-
comment
Comment #13342239
We're currently in the midst of implementing the independent application so we have not definitely solved our projection issues yet. The main issue we have been running into is a p…
-
comment
Comment #13341954
I work for a finance startup that uses Akka Persistence to implement an event sourced architecture. It has worked pretty well for us, much better than the original CRUD system. Akk…
-
comment
Comment #13308965
If moving from SF, someone can take a 50% pay cut and still maintain the same quality of life in Chicago [1]. As someone who works for a Chicago based startup I think if you adjust…
-
comment
Comment #12544714
While that may be true for some/most startups in Chicago, the startup I work for, M1 Finance, is definitely looking for people passionate about building a great product and company…
-
comment
Comment #12544699
While I agree with Thiel on a lot of areas, I think he underestimates the power individuals to be more ambitious despite the norms of the local population. I work for a startup, M1…
- story
-
comment
Comment #11362561
Buying "nominally the same securities" is exactly the reason why tax-loss harvesting is borderline illegal. It goes directly against the IRS warning on "substantially identical" se…
-
comment
Comment #10492609
Looking at the syntax briefly it seems very similar to Scala. Is there any major differences between Scala and Kotlin?
-
comment
Comment #10361455
Hi @sama, you've been outspoken about the potential long term side effects of prolonged 0% interest rates. What do you think will be the worst side effect? Do you have any general …
-
comment
Comment #9045878
This is something I have been working on too (and have even taken some of the same steps). Thanks for sharing!
-
comment
Comment #8678877
This is great resource for exploring sorting algorithms. I think it would be beneficial if there was a way to determine the order in which each sort finishes.