Live data from Hacker News

Viewing profile — devman0

devman0

HN member
Joined
Mon, Nov 19, 2018, 7:17 PM UTC
HN karma
585
Public activity
162 items

About devman0

No profile information was provided.

Recent public activity

  1. comment
    Comment #48107792

    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.

  2. comment
    Comment #47315172

    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. …

  3. comment
    Comment #47294149

    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 …

  4. comment
    Comment #47053052

    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…

  5. comment
    Comment #47049229

    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. …

  6. comment
    Comment #46991600

    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…

  7. comment
    Comment #46701109

    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…

  8. comment
    Comment #46683987

    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 …

  9. comment
    Comment #46472441

    > 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…

  10. comment
    Comment #46268215

    Wouldn't that just be because the construction is common in the training materials, which means it's a common construction in human writing?

  11. comment
    Comment #45470631

    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 tr…

  12. comment
    Comment #44904721

    I would argue, the issue is that they had exclusive control over the customers bank accounts. I have no problem with fintech that integrates with existing accounts over the top. Th…

  13. comment
    Comment #44691153

    The principle issue with hardware keys as implemented today via FIDO2 or U2F is that you can't enroll them without having them in your physical possession, which means if you have …

  14. comment
    Comment #44486413

    Blame the Normans for that one...well English was already kind of a mess, but the the conquest of England by the Normans really sealed the deal.

  15. comment
    Comment #44177538

    git does have word diffing if you need something more granular than line diffing, the default delimiter being whitespace.

  16. comment
    Comment #44175071

    This is, in theory, the difference between checked and unchecked exceptions in languages that support such distinctions. Checked exceptions are basically part of the control flow a…

  17. comment
    Comment #44091399

    I think JetBrains model is best with thier IDE. You purchase, and get one year of updates, if you don't renew you get a perpetual license at whatever update level your update licen…

  18. comment
    Comment #44023864

    Header passthrough is nice to have, but there isn't really a standard for it for TLS, and it isn't well supported by most applications that are interested in doing mTLS. Additional…

  19. comment
    Comment #44019260

    Client certs are strongly bound to the TLS handshake, and thus a connection, which makes them pretty unfriendly to a lot of proxy driven architectures, where as JWTs and Cookies ca…

  20. comment
    Comment #44011987

    The treasuries are effectively zero-risk assets to the trust fund and they also pay interest. Just having the fund sit the on cash would not be efficient. The money goes to the tru…

  21. comment
    Comment #44001383

    Pulling $10k out of the global banking system by physical coercion in a way that isn't reversible and won't get you caught is hard problem, you might as well attempt to rob the ban…

  22. comment
    Comment #43991596

    if a passkey is exportable how is it materially different from a password? Isn't the point of a passkey to be hardware bound so it can't be swiped?

  23. comment
    Comment #43489576

    Additionally, while not specific to this SEC enforcement action, corporations also have to think long term, just because this administration is not enforcing laws, doesn't mean the…

  24. comment
    Comment #42734696

    P&C insurance is a pretty competitive industry, and there are plenty of mutual insurance companies in the P&C business that don't have a price gouging incentive. Most of the regula…

  25. comment
    Comment #42458612

    XML also decouples the data model and serialization with the XML Infoset specification.