Viewing profile — bethly
bethly
HN member- Joined
- Fri, Mar 23, 2012, 1:50 AM UTC
- HN karma
- 191
- Public activity
- 96 items
- HN profile
- View on Hacker News ↗
About bethly
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #36907615
I’m curious what maximization function you are considering
-
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…
-
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…
-
comment
Comment #33089496
Is anyone else only able to see the first page of the PDF?
-
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 …
- story
- comment
-
comment
Comment #21655527
It's not like he's from the Middle Ages or something; 1964 is within living memory.
-
comment
Comment #21002264
He was creepy and unprofessional, not a criminal. “Be fired” is the proportional and appropriate response.
- story
-
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.
-
comment
Comment #19881827
We are thrilled that the SEC has officially approved the Long-Term Stock Exchange as a national securities exchange!
- comment
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #19303566
Thanks for the feedback! That's a good idea; I'll add it to our list!
-
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…
- story
-
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…
-
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…