Live data from Hacker News

Viewing profile — maxmouchet

maxmouchet

HN member
Joined
Sun, Jul 14, 2013, 2:39 AM UTC
HN karma
758
Public activity
91 items

About maxmouchet

Working on IP geolocation at ipinfo.io.

https://www.maxmouchet.com

Recent public activity

  1. comment
    Comment #43982886

    I've reused the LGL (Large Graph Layout) algorithm used by The Opte Project [1,2] with more recent and comprehensive (multipath) traceroutes in 2022 [3]. I've also played a bit wit…

  2. comment
    Comment #42976673

    You take a smaller H3 :-) The maximum area of a resolution 15 H3 is 1 square meter, so unlikely to split a house in two.

  3. comment
    Comment #41964676

    Ah right haha. Thanks for the heads up, I should have checked ^^

  4. comment
    Comment #41964492

    Oh this is nice, and a cool use of HTTP range requests!

  5. comment
    Comment #41964402

    Bogus announcements are probably filtered by your upstream(s) (see [1] for a common list of filters). IP-to-ASN mappings are typically built from route collectors [2,3] that peer w…

  6. comment
    Comment #41963473

    Another solution is to use an MMDB (“MaxMind DB”) file [1] which is essentially a binary tree + deduplicated values (same as idea 3.1). There are several free ASN MMDBs [2,3] but y…

  7. comment
    Comment #41934032

    I can't speak for AWS specifically, but in my PhD thesis [1] I found a bunch of such examples by using RIPE Atlas probes. Essentially looking for pairs of probes where the RTT betw…

  8. comment
    Comment #40966455

    https://news.ycombinator.com/item?id=8018818 and https://github.com/philipl/pifs :-)

  9. comment
    Comment #40966443

    Nice achievement but always a bit disappointing that those records are based on throwing more money at the problem, rather than new theoretical grounds, or software improvements (I…

  10. comment
    Comment #40386708

    Additionally, I would not expect such “baseline” changes in the minimum RTT to be due to variation in CPU processing time. These changes are more typical of a physical path change,…

  11. comment
    Comment #39813336

    Hosts with randomized addresses are likely to have auto-generated PTR records, or none at all, so for the purpose of rDNS resolution those are not a big issue. And that’s a detail,…

  12. comment
  13. comment
    Comment #38900109

    It works by querying a specific DNS resolver (dns.toys): dig +short TXT mumbai.weather @dns.google # NXDOMAIN dig +short TXT mumbai.weather @dns.toys "Mumbai (IN)" "30.90C (87.62F)…

  14. comment
    Comment #38244461

    The same way glasses in restaurants are washed and reused :-) Another solution is to bring your own cup.

  15. comment
    Comment #37708149

    Rosetta is used to run the amd64 binaries, but not the (arm) kernel of the Docker VM.

  16. comment
    Comment #36381748

    Anectodally, Paris metro used to have two classes: https://www.messynessychic.com/2014/12/04/that-time-the-pari...

  17. comment
    Comment #36070164

    Same for the National Library of France: https://gallica.bnf.fr/accueil/en/content/accueil-en https://gallica-bnf-fr.translate.goog/blog/11122015/des-tira...

  18. comment
    Comment #35984719

    It's a bit disappointing that OrbStack is not open source, but it works really well. In my experience (co)lima was already an improvement over Docker Desktop in terms of reliabilit…

  19. story
  20. comment
  21. comment
  22. comment
    Comment #34392614

    Wouldn't it be more likely that medianalysisd (which is present in macOS since many years) does something like object recognition [1] and connects to Apple servers for updating the…

  23. comment
    Comment #34065002

    > The 9p code on Linux remains important for VirtFS and other purposes around sharing files with guest virtual machines.

  24. comment
    Comment #33668182

    They do but it's experimental and only for Linux guests: https://github.com/utmapp/UTM/releases/tag/v2.2.4

  25. comment
    Comment #33278174

    One downside of using tailscale cert, or LE for "private" records is that it writes the domain name in a public Certificate Transparency Log [1]. So make sure that the name doesn't…