Live data from Hacker News

Viewing profile — davidcaseria

davidcaseria

HN member
Joined
Wed, Aug 27, 2014, 6:35 PM UTC
HN karma
33
Public activity
14 items

About davidcaseria

[ my public key: https://keybase.io/davidcaseria; my proof: https://keybase.io/davidcaseria/sigs/H_-dP0IwSkEwR6mbr-Yc54JxR3ez-EMXmIy-I-rhozM ]

Recent public activity

  1. 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 …

  2. 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…

  3. 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…

  4. 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…

  5. 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…

  6. 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…

  7. 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…

  8. 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…

  9. story
  10. 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…

  11. comment
    Comment #10492609

    Looking at the syntax briefly it seems very similar to Scala. Is there any major differences between Scala and Kotlin?

  12. 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 …

  13. comment
    Comment #9045878

    This is something I have been working on too (and have even taken some of the same steps). Thanks for sharing!

  14. 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.