Live data from Hacker News

Viewing profile — profmonocle

profmonocle

HN member
Joined
Wed, Jan 21, 2015, 7:07 PM UTC
HN karma
3,212
Public activity
476 items

About profmonocle

No profile information was provided.

Recent public activity

  1. comment
    Comment #48954138

    A federal court, sure. But this was a state court ruling on a state law.

  2. comment
    Comment #48954116

    > It operates in Texas if it is serving Texas users. What do you mean "serves"? Does that just mean not actively blocking users from Texas? Allowing your web site to be accessible …

  3. comment
    Comment #48712522

    Replace "climb the social ladder and have power and influence" with "be able to afford a home, have kids, and go on vacation occasionally." It's become very difficult to have even …

  4. comment
    Comment #48033484

    Even if example.com is unsigned, the delegation from .com to example.com will still be signed (including an attestation that example.com is unsigned). So lack of DNSSEC adoption by…

  5. comment
    Comment #48033353

    It's not like the long-haul fiber not owned by FAANG is a public utility, at least not in most places. Traffic that goes over "the Internet" traverses some mix of your ISP's fiber,…

  6. comment
    Comment #44870231

    Possibly naive question, why should Wikimedia do anything at all? Do they have a legal presence in the UK? If not, why not just say "we aren't a UK based organization so we have no…

  7. comment
    Comment #44184866

    Assuming that RFC1918 addresses mean "local" network is wrong. It means "private". Many large enterprises use RFC1918 for private, internal web sites. One internal site I spend hou…

  8. comment
    Comment #43846326

    I don't think OP was specifically stating we need to save these specific jobs, rather they were pointing out the interconnected nature of the economy. Less importing hurts the work…

  9. comment
    Comment #43831594

    I'm fine with this as long as they include the tariff in the listed price. I'm worried businesses are going to use tariffs as an excuse to have a fake list price, then hit you with…

  10. comment
    Comment #43699723

    > 4Chan's "Not your personal army" mentality vs. the widespread doxxing/"call their place of employment!" witch hunts That's too generous. "Not your personal army" started because …

  11. comment
    Comment #43699581

    When the first-gen iPhone was out there was a TIFF vulnerability so bad that you could jailbreak an iPhone just by visiting a specific web site. I remember going to Best Buy and se…

  12. comment
    Comment #43699534

    I would also say don't run ghostscript with the same permissions as the web server, especially not if you can just hand it your PDF through stdin and take a PNG through stdout. San…

  13. comment
    Comment #43473965

    There are portable SCIFs, basically specially designed trailers, to allow senior staff to communicate securely on the road. It's very likely Vance had one of these nearby.

  14. comment
    Comment #43473625

    In the early days of the iPhone, there was a vulnerability that allowed you to jailbreak your phone by visiting a specific web site. IIRC it was some vulnerability in the TIFF hand…

  15. comment
    Comment #43473544

    Endpoint integrity is also critical. If Apple or Google were compromised, they could silently push an update that replaces the real Signal app with a modified version that forwards…

  16. comment
    Comment #43119550

    Treating a proprietary API as a standard is risky - this is a good example of why. From Amazon's point of view there's no reason to keep the S3 SDK backwards compatible with old ve…

  17. comment
    Comment #43098934

    Who is this actually for? It seems like most people who need private security need it on an ongoing basis, not just for a one-off thing. Even if the need arises suddenly (i.e. a st…

  18. comment
    Comment #42920996

    Chrome launched their own root program a couple years ago: https://blog.chromium.org/2022/09/announcing-launch-of-chrom...

  19. comment
    Comment #42606353

    And it's worth noting that you can't just ignore this problem if you're using websockets - websockets disconnect sometimes for a variety of reasons. It may be less frequent than a …

  20. comment
    Comment #42606321

    The next long-polling request can include a list of the ID(s) returned in the previous request. You keep the messages in the queue until you get the next request ack'ing them.

  21. comment
    Comment #42072145

    The problem is people don't really see wage increases and inflation as things that balance each other out. They think of raises as something earned that will improve their lifestyl…

  22. comment
    Comment #41886218

    > if LLM training involves merely reading a dataset, but it is not strictly necessary to copy, or even store it verbatim to be useful, then does it even fall under copyright protec…

  23. comment
    Comment #41886125

    Would that matter if the company wants to do business in countries with more restrictive laws? I.E. if I wrote my own spin-off of a popular book series, which was somehow considere…

  24. comment
    Comment #41472178

    I'm honestly surprised that the US doesn't have a legal framework to force ISPs to block IPs / DNS hostnames. I've been expecting that for 10+ years now, but it hasn't happened.

  25. comment
    Comment #41472152

    `sudo tcpdump port 53` says yes, they do use unencrypted DNS. AFAIK Chrome has a hardcoded list of DNS servers which offer encrypted DNS. I.E. if your DHCP server tells your PC to …