Readit News logoReadit News
notyograndma commented on Bored Ape conference attendees wake up with eye pain, vision loss   404media.co/bored-ape-yac... · Posted by u/anigbrowl
notyograndma · 2 years ago
Wow BAYC's offering free Lasik now
notyograndma commented on SVB customers who lost their deposits remain on the hook for loans   wsj.com/articles/svb-cust... · Posted by u/CaliforniaKarl
mdasen · 2 years ago
This article feels like rich people who were trying to get around US law/regulations/taxes now wanting the protections afforded by it.

They deposited money in SVB's Cayman Islands subsidiary (a country that's a well-known tax haven). SVB goes under and the Cayman Islands have no deposit insurance so their deposits are wiped out. Now they want their money back or their debt forgiven. The SVB Cayman deposits didn't pay into the FDIC insurance fund so they shouldn't be given the protection of the FDIC.

The title of the article makes it sound like some poor SVB "customers" are in a bad situation. The truth is that it's going to be venture capital, private equity, and some really wealthy individuals (who were probably trying to dodge taxes). It's hard to feel bad for extremely rich people using a well-known tax haven losing some money. The WSJ is really burying the lead in this story. If you're trying to avoid US laws, regulations, and taxes, you can't come looking for US protections.

EDIT: In a previous article on the topic, the WSJ noted "The financial pain being felt by SVB’s foreign depositors could make investment firms that are incorporated or doing business in offshore financial hubs reconsider where they should put their money and what protections they have" https://www.wsj.com/articles/cayman-islands-regulator-explor...

We don't want to incentivize people to dodge taxes while thinking they'll enjoy all the protections paid for by taxes.

notyograndma · 2 years ago
Cayman isn't really a tax dodge. I've structured a few hedge funds in the Cayman Islands, and FATCA/CRS regime to which it strictly adheres prevents it from being one. Companies set up foreign financial entities in Cayman Islands because it's a tightly regulated financial center with well known laws, and because foreign investors want it because it's perceived (particularly by Chinese investors) as a safe haven. If those investors invested directly through US entities, they still would not be taxed. What's also likelier here is that they were trying to avoid the US banking system so that funds could not be seized (so much for that).

I can't see the article since it's paywalled, but the bank would have required that a certain amount of funds remain on deposit for the borrower to get the terms. I've seen and facilitated an SVB loan agreement for a startup, and I can tell you that's exactly what it says. So the bank required you to park your money there, and then it lost the funds. In any normal business context, the money lost would come off of the balance owed. It sounds like the loan was received from one entity, but the deposits were placed with another, and none of the parties contemplated a bank collapse that would require the bank to forfeit a portion of the owed amount.

notyograndma commented on My startup crossed $2M/yr and now co-founder is going for a power grab    · Posted by u/potluckdinner
notyograndma · 2 years ago
This is the CEO's responsibility, but if he won't make a decision, you need to be the CEO here. What's best for the company? Does having him as CTO increase or decrease the likelihood you get to the next milestone? Does it enhance or degrade the team narrative? This is important for raising money if you plan to or attracting new talent. (It would also mean you would need to fire him to hire a real CTO if that need arises). If him as CTO hurts the team, the decision is that he can't be CTO. But, you should dig into why he wants this beyond vanity, because there may be other ways of making him happy. (For instance, when two founders are deciding on who's the CEO, oftentimes the one who is not the COO will be made "President". It doesn't really matter, but it makes people feel better).
notyograndma commented on Migrating from Supabase   blog.val.town/blog/migrat... · Posted by u/stevekrouse
Ethan_Mick · 2 years ago
How do people on HN like Row Level Security? Is it a better way to handle multi-tenant in a cloud SaaS app vs `WHERE` clauses in SQL? Worse? Nicer in theory but less maintainable in practice?

fwiw, Prisma has a guide on how to do RLS with it's client. While the original issue[0] remains open they have example code[1] with the client using client extensions[2]. I was going to try it out and see how it felt.

[0]: https://github.com/prisma/prisma/issues/12735

[1]: https://github.com/prisma/prisma-client-extensions/blob/main...

[2]: https://www.prisma.io/docs/concepts/components/prisma-client...

notyograndma · 2 years ago
Hi - We're an analytics solution for a specific vertical, so this is probably not appropriate for everyone but - what we did was create partitioned data tables that are named using a hash of the user UUID and other context to create the partition table name upon provisioning data tables for the user. The parent table is never accessed directly. We're using Supabase, but we don't use Supabase's libraries to operate this.

u/notyograndma

KarmaCake day4May 19, 2023View Original