Live data from Hacker News

Viewing profile — bethly

bethly

HN member
Joined
Fri, Mar 23, 2012, 1:50 AM UTC
HN karma
191
Public activity
96 items

About bethly

No profile information was provided.

Recent public activity

  1. comment
    Comment #36907887

    Direct democracy is easier to buy than representative democracies for two reasons: first, voters have other things to do with their time than become experts on every bit of law tha…

  2. comment
    Comment #36907615

    I’m curious what maximization function you are considering

  3. comment
    Comment #36907353

    It is so interesting to me the way “nerd” and “geek” function as quasi-diagnostic categories for Boomers: not specifically medicalized, yet used to describe developmental differenc…

  4. comment
    Comment #33090000

    I would recommend reading the blog post; I think there is context you have missed. I'm describing interactions here I am having with my peers, not people I'm in a service relations…

  5. comment
    Comment #33089496

    Is anyone else only able to see the first page of the PDF?

  6. comment
    Comment #33089413

    I am sorry your work has been frustrating. Here I was talking specifically about code reviews, so the context is pretty different than an incident retro. A code review where there …

  7. story
  8. comment
  9. comment
    Comment #21655527

    It's not like he's from the Middle Ages or something; 1964 is within living memory.

  10. comment
    Comment #21002264

    He was creepy and unprofessional, not a criminal. “Be fired” is the proportional and appropriate response.

  11. story
  12. comment
    Comment #19883427

    This approval is just a first step; we intend to augment (subject to SEC approval) the exchange's listing rules with those innovations.

  13. comment
    Comment #19881827

    We are thrilled that the SEC has officially approved the Long-Term Stock Exchange as a national securities exchange!

  14. comment
  15. comment
    Comment #19306764

    In the data set I used for reference, Series C+ companies still mostly failed to exit. Even at the furthest extreme the data tracked, of the 35 Silicon Valley companies that raised…

  16. comment
    Comment #19306578

    Building this I used information from CB Insights, which looks at companies that receive VC funding by cohort. Their most recent report covers companies that raised seed rounds in …

  17. comment
    Comment #19306022

    Then you're stuck: there isn't any way to value shares in something without knowing the denominator. Your company should be willing to provide the "fully-diluted basis" for your sh…

  18. comment
    Comment #19305625

    Building this tool we purposefully steered away from education. We found that the users we talked to, people considering startup jobs who didn't know how to value options, were fre…

  19. comment
    Comment #19303686

    If you are looking for more detailed scenario modeling, we've also built a free cap table management tool that takes into account the specifics of a particular company: https://cap…

  20. comment
    Comment #19303665

    Only if it exits at that seed stage: if it raises more money, the number goes up. If the company makes it to Series C+, the number is probably going to be higher than $35M. Which i…

  21. comment
    Comment #19303566

    Thanks for the feedback! That's a good idea; I'll add it to our list!

  22. comment
    Comment #18571227

    It's fun to watch a market that's actually nearly perfect: no barriers to entry or regulation to capture means that lead time is about the only source of surplus and profit consist…

  23. story
  24. comment
    Comment #18178968

    When TDDing the tests are going to change a lot, just like the code you are saying you write anyway. I recommend the book Refactoring for the tools so you can make the changes with…

  25. comment
    Comment #18178935

    This only comes up if you have data that isn't bundled with logic: as long as there is some logic to test, even enums end up with full coverage. The outstanding issue with Java cod…