Viewing profile — belk
belk
HN member- Joined
- Wed, Oct 06, 2021, 10:17 AM UTC
- HN karma
- 50
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About belk
No profile information was provided.
Recent public activity
-
comment
Comment #40697900
That's like asking why don't we expect burglars to not burgle, they won't, but that doesn't mean walling off a whole neighborhood is the solution either.
-
comment
Comment #40697866
it's effectively the same, small banks just shove you out of the building and refuse to open a bank account for you if FATCA applies to you, their compliance is through just not ac…
-
comment
Comment #40426973
I imagine legally would need a lawsuit to set a precedence, and if a license owner sets an over-reaching precedence of what a wrapper is, they risk losing customer trust and compan…
-
comment
Comment #39446465
I got this when I first registered, contacted support and it was lifted in a day or two.
-
comment
Comment #38039364
tip regarding google play, each account can have an independent region, create a new google account and set it to your new location, keep the original where it was, it has 0 impact…
-
comment
Comment #37714151
I think the only think he knew was that he was offering a procedure to turn problematic family members into vegetables, that was the whole business model
-
comment
Comment #36389142
typescript is introducing it in a polyfill, which is going to be how a lot of people will first get to use the feature
-
comment
Comment #28771455
CockroachDB, I heard the dev experience of spinning up nodes can be dumbed down to 1 or 2 docker commands, and it's Postgres compatible, continues to have global transactions, alth…
-
comment
Comment #28771289
depends on what level of isolation and how it's done, MVCC avoids deadlocks, but if you manually lock any row/table, you can still run into deadlocks. but the DBMS' transaction man…