Live data from Hacker News

Viewing profile — zzq1015

zzq1015

HN member
Joined
Fri, Dec 21, 2018, 1:23 AM UTC
HN karma
47
Public activity
13 items

About zzq1015

No profile information was provided.

Recent public activity

  1. comment
    Comment #46095293

    From the Datatracker, I can see that it was called SEARCH until draft-2 (Nov 2021), and then changed to QUERY. Also, the previous SEARCH method was proposed in Apr 2015 (!!), but n…

  2. comment
    Comment #46095123

    PSA: When posting an RFC or (especially) an RFC-draft, please use the IETF Datatracker URL. For example, this one is: https://datatracker.ietf.org/doc/draft-ietf-httpbis-safe-met..…

  3. comment
    Comment #45795670

    I mean, when your business is big enough, you'll naturally start to hire more people. Small businesses don't require a large staff and typically don't generate a substantial amount…

  4. comment
    Comment #45795596

    What if we implement UBI in a way that: 1. Companies not participating in UBI: they have to hire people, even for nothing, but all the staff have to be paid. 2. The others: they ar…

  5. comment
    Comment #43934925

    It's a mess when you learn there are also 6in4, 6rd and teredo...

  6. comment
    Comment #43934897

    For Linux, there's a kernel setting for that. Just run sysctl -w net.ipv6.bindv6only=1 so IPv6 will not include IPv4-mapped addresses. https://www.kernel.org/doc/Documentation/netw…

  7. comment
    Comment #43924076

    Yeah, despite what it says, I really think Google is gonna ditch 3DES across the board, starting from Gmail.

  8. comment
    Comment #43924061

    0.38% of what? For sites like Google, it's still too large to ignore. Also, a fun fact: Google still serves plain HTTP for really old clients, just in case the client barely suppor…

  9. comment
    Comment #43923957

    Oh, I meant on Gmail servers. I always customize TLS versions and cipher suites because I don't trust the defaults. AFAIK you can customize them on: - Chrome & Firefox (can only en…

  10. comment
    Comment #43923878

    "The obvious way to avoid these attacks is to stop using legacy 64-bit block ciphers. Alternatively, the attack can be mitigated by rekeying the session frequently." - https://swee…

  11. comment
    Comment #43923707

    DES is weak because it only uses 56 bits, and you can brute force it. 3DES has 168 (56*3) bits with the security of 112 (56*2) bits.

  12. comment
    Comment #43923670

    I had no idea that you can filter/reject certain TLS versions/ciphers ( on Gmail servers ) before seeing this on the HN front page. https://support.google.com/a/answer/9795993

  13. comment
    Comment #43923652

    Probably not just that. 3DES is the last cipher supported by "old" clients (I'm talking Windows XP). If you remove 3DES, the TLS connection will simply fail. You can never imagine …