HackerTrans
トップ新着トレンドコメント過去質問紹介求人

devman0

no profile record

コメント

devman0
·2 か月前·議論
If you use the typing system (which I do religiously) Python becomes a lot easier to reason about in larger projects it also makes linters and refactoring tools easier to use.
devman0
·4 か月前·議論
Idk how Florida handles it but several states citations issued by red light cameras and those issued by officers are handled entirely differently for the exact reason you mention. Camera citations are entirely civil, you don't get points against your license. If a cop issues the ticket it does become a misdemeanor moving violation.
devman0
·4 か月前·議論
Even if a zip code contains multiple cities, each ZIP has one "preferred" locality name and you can default to that. Any of the locality names within a zip code is deliverable for all addresses in that zip code.
devman0
·5 か月前·議論
Businesses can use deposit management services to spread cash among many banks. Bonus points they also are less impacted by the poor business practices of one bank.

Individuals can do this too with investment brokers or wealth management providers.

Alternatively we could just made FDIC coverage unlimited, but then that creates poor risk taking incentives, which is the whole point of not setting the expectation of the a bailout by making exceptions.
devman0
·5 か月前·議論
It is supposed to be if the amounts are above $250,000. I have no problem with the first $250k being risk free, that is a policy that is well published and that we all "agree" on. Making arbitrary policy decisions that in some cases depositors should be made whole when risky behavior (such as depositing above the insurance limit) bites them is problematic. Stick to the policy or change the policy don't make one off exceptions because that sets weird expectations.

89% of deposits at SVB were uninsured.
devman0
·5 か月前·議論
The privacy issue has two facets, when I show ID to get in to a club or buy alcohol, the entire interaction is transient, the merchant isn't keeping that information and the issuer of the credential doesn't know that happened (i.e. the government).

Just allowing a service provider to receive a third party attestation that you "allowed" still allows the third party to track what you are doing even if the provider can't. That's still unacceptable from a privacy standpoint, I don't want the government, or agents thereof, knowing all the places I've had to show ID.
devman0
·6 か月前·議論
Right, I mean the Roman Republic declined and gave way to Roman Empire for a long time before Rome finally waned. That doesn't feel like it would be a good time for the rest of the world if the United States gave way to the United Empire for next 500 years.
devman0
·6 か月前·議論
Even if 'possibly preface' is interpreted to mean CNAME RRSets should appear first there is still a broken reliance by some resolvers on the order of CNAME RRsets if there is more than one CNAME in the chain. This expectation of ordering is not promised by the relevant RFCs.
devman0
·6 か月前·議論
> It's called a firewall. You want a firewall. IPv6 also has a firewall. NAT is not a firewall. NAT is usually configured as part of your firewall, but is not a firewall.

Expanding on this. NAT as deployed in most soho/residential settings requires a stateful firewall to track connections + port mapping logic.A stateful firewall is also used for IPv6 edge security and using the same basic posture (out allow, in established/related only) except the only difference is it isn't also doing an address mapping. Nobody is out there saying folks should run a wide open IPv6 edge, and as far as I'm aware no one is shipping IPv6 ready consumer routers that do that (but I'm prepared to be proven wrong in the responses).
devman0
·7 か月前·議論
Wouldn't that just be because the construction is common in the training materials, which means it's a common construction in human writing?
devman0
·9 か月前·議論
Just because an imprinter was used doesn't mean the transaction was necessarily "offline". Depending on merchant's policy, the cashier would call their processor, give them some transaction details and receive an auth code for the transaction which would be written on the imprinted ticket, thus authorizing the transaction at the POS just the same way it's done today (except with humans and phones, instead of an electronic handshake).
devman0
·4 年前·議論
Is forwarding a single port that difficult in most circumstances? I do realize there are some instances where that is hard like CGNAT, but if I have easy access to wireguard in my network already what does tailscale buy me?
devman0
·4 年前·議論
CDN and Reverse Proxy are Cloudflare's bread and butter really, WAF came later. The issue is that those technologies are rather invisible to most users when they are working correctly.