Viewing profile — snappy173
snappy173
HN member- Joined
- Wed, Mar 20, 2013, 4:02 PM UTC
- HN karma
- 178
- Public activity
- 74 items
- HN profile
- View on Hacker News ↗
About snappy173
No profile information was provided.
Recent public activity
-
comment
Comment #42581831
> The whole word means something like "Cymbalistson" it means, literally, son of the cymbal maker
-
comment
Comment #37141097
There are lots of problems. But if you think that one of them is groups of people engaging in athletics and enjoying the outdoors, then I would suggest that one of the problems may…
-
comment
Comment #37140503
No, that’s not actually “the problem”
-
comment
Comment #37140473
Maybe you shouldn’t be driving …
-
comment
Comment #34273055
Paracetamol is available in the US as Tylenol/acetaminophen
-
comment
Comment #34213376
The bowline
-
comment
Comment #28149684
We are trying to create scarcity. This is literally the opposite of the Star Trek economy. We are so fucked …
-
comment
Comment #23139045
agree with that. russia has too many fronts. can easily be ganged up against. if the western powers are united in the opening, they can completely neutralize russia's northern port…
-
comment
Comment #21785342
b/c if Genius didn't get SEO traffic, they wouldn't let Google scrape their site ...
-
comment
Comment #20901795
Negroponte's brother was Bush II's DNI, and there is a ton of speculation about Epstein's involvement in foreign intelligence ...
-
comment
Comment #16219264
or macro-brewed lagers. bud used like a dozen different hops in their flagship beer in order to reduce the effect if a particular hop is unavailable.
-
comment
Comment #16054449
>I really wish I knew how he is hedging his bets on this. is this a bet or a payoff? is he trying to prop BTC up so that his investors and allies can continue converting their offs…
-
comment
Comment #14763818
addEventListener("beforeboarding", function() { if(booked > capacity) { let price = ticket.faceValue; let ticketsToBuy = booked - capacity; while (ticketsToBuy > 0) { if (offerToBu…
-
comment
Comment #14215963
i heard he'll be working on a new self-driving car initiative called RADIL. not LIDAR at all.
-
comment
Comment #14215627
he'll work for them _officially_. >Levandowski will remain at Uber, despite his role change
-
comment
Comment #13757754
and #3 explains why they are OK with that. they've always been up front about that.
-
comment
Comment #13748363
>"Great, retain a Chicago politician so you know you'll get the answer you're paying for." right. regardless of where you stand on his performance as attorney general, hiring eric …
-
comment
Comment #13538295
belgium is special. prohibition came to belgium in the form of a ban against hard liquor. strong beers came to fill the niche.
-
comment
Comment #13056883
i could see other apps that use a native browser preferring the AMP version. something like yelp, that lets you click through to the source page, for instance.
-
comment
Comment #13052022
Well, you can access the AMP version of the page from anywhere, not just Google search results. I could see apps that use an in-app browser serving the AMP version of a page, inste…
-
comment
Comment #13050589
>2.) top banner plague the top banner is something that Google adds, and isn't, strictly speaking, part of AMP.
-
comment
Comment #12882862
looks like they are 5th. 2nd in Oregon. 2nd among Portlands, even. http://blogs-images.forbes.com/niallmccarthy/files/2016/11/2...
-
comment
Comment #12825636
"Wonderful talk. One thing he called for was a wealth tax, which is something that makes complete sense but is going to be very unpopular. On " doesn't targeting a higher level of …
-
comment
Comment #12732278
but it's not an "opening app" ... it's a search engine. with links to other sites. ... or is it?
-
comment
Comment #12719918
or create a wrapper function ... function withLoadingIndicator(Wrapped) { return function(props) { if (props.loading) { return ( ); } return ( ); } } // ... export class PersonRend…