siong1987's comments

siong1987 | 9 years ago | on: Snap commits $2B over 5 years for Google Cloud infrastructure

Where do you get that 10% from?

From the article...

"Google doesn’t break out revenues from its cloud infrastructure, choosing to lump it in with other non-advertising businesses like hardware and Google Play sales. But that segment totaled $3.4 billion in sales in the most recent quarter."

Assuming that all $3.4 billion is for cloud revenue last quarter, that is still less than 10% for last quarter ($400m/4 = $100m).

siong1987 | 10 years ago | on: Venmo Five Years Ago

Yes, Square Cash is beautiful but I don't agree with you that the app is elegant and effortless.

3 annoying parts about the app:

- lack of built-in calculator, the Venmo's bulit-in calculator makes it really easy to calculate the split between friends.

- constant prompt for security code in order to pay someone.

- expired requests, there should be a way for me to see all the requests instead of going to each friend page to see the request.

siong1987 | 10 years ago | on: YC Research

How liquid YC equity is?

I assume that by getting google stock, someone can sell them easily in the public market. But how does it work with YC equity?

siong1987 | 11 years ago | on: The New GitHub Issues

just one quick feedback - it will be awesome if the whole bar is clickable instead of just the title of the issue.

siong1987 | 12 years ago | on: Y Combinator Reaches Farther Beyond Silicon Valley

YC will try to help on this as much as possible. We have a YC-International mailing list for international founders who have to deal with visa problem. In most cases, one or more founders who were from the previous batches will be able to help because they were in the same situation before.

There isn't a one-size-fits-all solution for this. Once you are accepted, it helps to reach out to the mailing list(or other sources) to figure this out as soon as possible.

I was in the summer 09 batch, thing may have changed since then.

siong1987 | 12 years ago | on: How to make fake data look meaningful

You didn't actually clean up the data that you have tho.

Another flaw of your analysis is that you didn't look at where the founders went to school for their undergraduate/graduate(this probably doesn't matter).

I opened up the CSV and searched for "Urbana"(UIUC, where I went to school for) and counted 28 founders. In fact, some "University of Illinois" should match to UIUC too but I ignored those (for example, ZocDoc CTO).

siong1987 | 12 years ago | on: Webhooks Are Magic

There isn't a standard way of authenticating the incoming notification yet. I like how Mailgun is doing it, to verify the webhook is originating from Mailgun you need to:

  * Concatenate timestamp and token values.
  * Encode the resulting string with the HMAC algorithm (using your API Key as a key and SHA256 digest mode).
  * Compare the resulting hexdigest to the signature.
  * Optionally, you can check if the timestamp is not too far from the current time.
So, you essentially get 3 extra parameters from your webhook, `timestamp`, `token` and `signature`. Obviously, the API key is the shared secret here between your app and Mailgun.

siong1987 | 12 years ago | on: English has been my pain for 15 years

Not just Italian, same applies to Mandarin too.

Mandarin speakers from different regions (Hong Kong, Taiwan, different parts of China, Malaysia, Singapore) speak in different accents but we usually don't have problem understanding each other (yeah, sometimes we make fun of the different accents).

page 1