HN user

bfstein

106 karma
Posts5
Comments31
View on HN

We use Sphere ( https://www.getsphere.com ), and it’s the only good solution I know of for international VAT that handles everything end-to-end (registration, calculation, filing, and remittance).

We use Stripe Billing, and we actually use Anrok for US sales tax compliance. They’re solid domestically, but they don’t do international registration, filing, and remittance; they only do calculation.

There are also firms like VAT IT (vatcompliance.com) that can do this if you want to work with a more traditional service provider.

The 20 days bit is standard in termination for cause. You need to give the employee a chance to cure the damages before you terminate them for cause.

FWIW, a lot of companies have non-solications in place to try and prevent this kind of behavior. They're far from fool-proof, and there is nothing stopping an employee from leaving of their own volition, but I would guess both of them have some sort of agreement in place not to poach talent directly.

A company is worth the percentage it captures of the value it creates. You alluded to it in your comment--Snap has a much lower headcount and an order of magnitude less operating costs, so if anything it kind of makes sense that they'd be valued at a relative premium.

Also, you may not like Snapchat, but to say it deserves to die when it both a) employs real people and b) clearly serves a market need is such a terrible thing to wish for.

Private Porn Shoots 10 years ago

FWIW, this is taxable by law. Gifts above a certain amount (I believe $10k) are taxed as normal income.

The nuance you're missing here is that the author is always inserting at the front of the arraylist. So even though the list grows dynamically, it still needs to move every value one spot over.

e.g. arraylist: [0][1][2][3][ ]

Even though there is space left in the array, we still need to move all the values one index to the right to be able to insert at the front, which takes O(n) time. In contrast, inserting at the front of a linked list is simply a matter of moving pointers and therefore constant time.

Even Paypal, who ostensibly should be doing this, charges $0.30 for payments for goods and services.

PayPal is doing this. At least, via their subsidiary Venmo. The first thing I thought of when you said "try sending $.001 to someone once" was "huh, I do that all the time on Venmo. Couldn't be simpler."

Illegal Math 10 years ago

Disclaimer: I agree with the author on the encryption debate.

However, it's a slippery slope to say that encryption can't be illegal because in is math, and math can't be illegal.

It's equivalent to say that making bombs is chemistry, and chemistry can't be illegal. It's an oversimplification.

Presenting the practical consequences of a backdoor produces a far more sound argument.

One thing I haven't seen anyone mention in these comments yet is that Evan Spiegal and Bobby Murphy did the EXACT same thing after Snapchat's B round [1]. They each took out $10 million. It didn't demotivate them, nor did it misalign their incentives. That $10 million would now be worth upwards of $100 million in equity at their current valuation. Just like Secret, it's a deal that both sides agreed to; sometimes it works out better for the founders, sometimes for the VCs.

[1] http://www.cnet.com/news/snapchat-founders-reportedly-pocket...

CSV Challenge 11 years ago

Copying my answer from the website, but this can be done by extremely nontechnical people:

1) Copy all of the JSON data.

2) Paste it into this link: http://konklone.io/json/ (I don't know if this is cheating)

3) Download the file.

3a) If it opens in a new page, just manually save the source as a .csv

4) Open it in excel.

5) Click the column of credit cards.

6) Click the button to sort in descending order.

7) Scroll down to the point where you run out of credit cards.

8) Delete everything after that.