Viewing profile — farrellm23
farrellm23
HN member- Joined
- Mon, Nov 12, 2012, 2:11 AM UTC
- HN karma
- 11
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About farrellm23
Recent public activity
-
comment
Comment #48453467
This makes no sense: the whole point is to raise capital. The valuation is never just the current value of the assets; it’s based on the expected future cash flows. A good example …
-
comment
Comment #44196830
Usually you want `foldl'` (with ' at the end), the strict version of `foldl`. It prevents the creation of intermediate thunks, so effectively a tail recursive iteration over the li…
-
comment
Comment #43678099
Adding to this, stock prices should be plotted on a log scale since it is log returns that are roughly normal, and then 0 really makes no sense.
-
comment
Comment #37821562
A couple more examples of urgent but not important: - Buying a pumpkin for Halloween: the stores are going to sell out of pumpkins and Halloween is going to pass, so it is urgent t…
-
comment
Comment #12323533
Shameless self promotion, but you might be interested in scad-clj [0]: a DSL to write OpenSCAD with Clojure. You can get a decent interactive environment combining an editor with a…