Live data from Hacker News

Viewing profile — achernya

achernya

HN member
Joined
Tue, Apr 10, 2012, 12:47 AM UTC
HN karma
308
Public activity
26 items

About achernya

No profile information was provided.

Recent public activity

  1. comment
    Comment #33735314

    Yes, mosh has fuzz tests in oss-fuzz [1]. [1] https://github.com/google/oss-fuzz/tree/master/projects/mosh

  2. comment
    Comment #33734389

    The only mosh CVE [1] was in the terminal emulator (a DoS that could only be triggered by a local user), not in the protocol. There have been no vulnerabilities in mosh's UDP proto…

  3. comment
    Comment #30745656

    QUIC datagrams not having a stream ID was a compromise, which is why the H3-DGRAM draft exists to add them. Any other protocol can use cite and use H3-DGRAM even if it itself is no…

  4. comment
    Comment #30595042

    https://peering.google.com/#/infrastructure has maps of Google CDN infrastructure. (work at Google, and on the CDN)

  5. comment
    Comment #26969314

    futex is a Fast Userspace muTEX. It's the syscall to help implement a mutex when there are two or more threads waiting on the lock to let other processes/threads schedule and do us…

  6. comment
    Comment #26865943

    Following up on this, there's discussion on github [1] about this, and we're currently leaning towards allowing URIs. [1] https://github.com/DavidSchinazi/draft-cms-masque-connect-…

  7. comment
    Comment #26840195

    Right now we're focusing on building a functional core protocol and making sure it's sufficiently extensible. It should be possible to build chaffing as an add-on extension down th…

  8. comment
    Comment #26839343

    We have built a VPN over QUIC, and the core code is open source already [0]. We're working on standardizing "IP Proxying" over QUIC as part of the MASQUE working group at IETF. So …

  9. comment
    Comment #25349161

    It looks like the links to the code have some junk characters at the end. It should be https://github.com/wsmoses/Enzyme .

  10. comment
    Comment #14637986

    Author here -- MIT does not currently have IPv6. Although MIT did receive a /24 IPv6 allocation, https://whois.arin.net/rest/net/NET6-2603-4000-1 , it's not routable everywhere on …

  11. comment
    Comment #11750619

    The specific detail that you've noticed in the Go implementation has to do with RFC 7540, Section 9.2.2 ( https://tools.ietf.org/html/rfc7540#section-9.2.2 ) which requires TLS_ECD…

  12. comment
    Comment #11683652

    I ran a nearly identical screen theme for a long time, before switching to byobu. Nice to see this broken down, screen's format strings are quite dense.

  13. comment
    Comment #11280084

    That is not sufficient -- TLS Server Name Indication (SNI) is still cleartext in the handshake.

  14. comment
    Comment #11237583

    > In addition, the tech support was wonderful. A few years after I graduated I remembered a blog I had kept from my athena account, and emailed in to ask if they happened to still …

  15. comment
    Comment #10804875

    Which qemu are you cloning? When we taught 6.828 over IAP term we ported the patches to qemu 1.7.0 and put them up at https://github.com/geofft/qemu . I see the repo has a 2.3.0 an…

  16. comment
    Comment #10774897

    Is there a comparison of reTTY with reptyr ( https://github.com/nelhage/reptyr )? reptyr claims to work with less while reTTY does not.

  17. comment
    Comment #8943924

    It's not that much of a myth. When Google first announced that the Galaxy Nexus was not getting KitKat, I was pretty disappointed, as I had one too. I looked into why there was no …

  18. comment
    Comment #8943584

    I'm not sure it's reasonable to expect Google to update a device to the latest version when the hardware manufacturer has exited the market -- http://www.cnet.com/news/google-to-sa…

  19. comment
    Comment #8884540

    You're correct, the protection is implemented in hardware, but the pages have to be marked appropriately. This message describes a patchset that correctly marks the kernel pages as…

  20. comment
    Comment #8854885

    This was one of my favorite classes, so much that a few of us were crazy enough to offer a January term version of it last year. The material is the same, but the website formattin…

  21. comment
    Comment #8750762

    I'd like to congratulate all the students for all of their hard work. 6.858 always produces new, original results, and this year is no different.

  22. comment
    Comment #7607655

    More details on http://pki.google.com/ .

  23. story
  24. comment
    Comment #7011893

    This has the problem of "where does the first hacker come from?" Then I realized the first hacker is almost certainly Ada Lovelace, who wrote the first computer program for Babbage…

  25. comment
    Comment #3820655

    I've used mosh over iodine, by simply having the iodine-server forward all of my packets via IPv4 NAT. I then set my client gateway to use dns0 instead of eth0. Works great!