Viewing profile — brockwhittaker
brockwhittaker
HN member- Joined
- Mon, Jul 27, 2015, 10:12 PM UTC
- HN karma
- 521
- Public activity
- 83 items
- HN profile
- View on Hacker News ↗
About brockwhittaker
No profile information was provided.
Recent public activity
-
comment
Comment #36865487
You're conflating micro and macro price movements. Sure, you can't predict black swan events with technical analysis, but it wouldn't be out of the question to predict short term f…
-
comment
Comment #35102675
Thanks for the note! I'll change the wording in my article WRT bills/notes. :) With regards to safety, I noted that I think there are two types of safety to note here: 1. Default r…
- story
-
comment
Comment #34446886
Looks like tons of sites are down due to a Fastly outage.
-
comment
Comment #33184880
I haven’t heard much from Bordeaux on crémants, but i can vouch for burgundy and loire for crémants that perform as well as many champagnes, for under $25.
-
comment
Comment #33184861
This is also true historically to some effect. The bordeaux classification of 1855 (which remains in effect) was in large part done on price.
-
comment
Comment #32174998
yep! i just spun down that service and didn’t bother to use it again, i wanted something simpler.
-
comment
Comment #32171482
sorry I just made this site this morning to post this article. it's just a simple node-http server! I don't write much :)
-
comment
Comment #32171115
This is totally my personal bias, but I'm unsure that speculation has a positive value in the housing market, and I think governments should largely try to ensure that as many peop…
-
comment
Comment #32171082
I'm not sure that's how it works—at least in the case of NYC. The ~4% tax only applies to those with residence within the city's limits. If you live in Westchester however and work…
-
comment
Comment #32171012
They label property taxes as an absolute value paid, rather than as a percentage. Illinois per the Tax Foundation had the second highest rate*. In fact, it speaks to Illinois' and …
- story
-
comment
Comment #31413315
+1, lest we forget the original premise behind VC returns was that seed checks had huge returns because most people weren't willing to take on the risk, timeline or probability dis…
-
comment
Comment #30770562
Aside from giving your money away to specific under-resourced groups, is the second best thing to just not spend your money? I think that taking money out of the system entirely me…
-
comment
Comment #29824673
also the amount of fun is close to zero sum in life. that’s why kids can play with cardboard boxes and adults can’t figure out how to have any fun. reducing alcohol for a while wil…
-
comment
Comment #29410164
it's never as easy as find-and-replace :)
-
comment
Comment #28795632
Not really, because printing money implies a low cost to produce new "money" into the system. It’s more like defaulting to gold as well. El Salvador can buy more gold but at a very…
-
comment
Comment #28761713
Wow, the graphics on this site are beautiful and elegantly polished.
-
comment
Comment #28676104
You're getting downvoted because it's a longtime well-known problem of the blockchain. The answer to your question is that nobody can reverse the transaction or undo it. That's kin…
-
comment
Comment #28601454
As someone who also dropped out, I think college will always be there for Simon. You go to college to become employable. I learned far more on the job than in school—and dropping o…
-
comment
Comment #26418295
but actually this is the worst possible solution to this and causes tons of issues.
-
comment
Comment #26265063
Yes it is.
-
comment
Comment #26049339
Superfund sites are bio hazardous cleanup sites so that makes sense given that it was one of the most ecologically devastated places in the US, right?
-
comment
Comment #25983156
Not all shares have voting power, and even so the voting power of those shares (if they were 2% of the company for example) may be proportionally tiny compared to the founders/boar…
-
comment
Comment #25824395
While JS doesn’t have native support I do this with while (true) and a break clause. It’s very useful at times.