Live data from Hacker News

Viewing profile — arch-choot

arch-choot

HN member
Joined
Thu, Feb 17, 2022, 5:54 PM UTC
HN karma
77
Public activity
30 items

About arch-choot

Contact: poiasd@saxrag.com

Recent public activity

  1. comment
    Comment #47830449

    Repeating a prior comment I've made about this[0]: I run a rust webserver on a €4 VPS from hetzner that serves 300M (million) requests a day. From what I can figure out, Vercel cha…

  2. comment
    Comment #47616287

    It's a BitTorrent tracker tracker.mywaifu.best:6969/announce Running https://github.com/ckcr4lyf/kiryuu (Disclaimer: I'm the author of kiryuu) CPX11, so 2vCPU/2GB

  3. comment
    Comment #47611454

    I run a rust webserver on a €4 VPS from hetzner that serves 300M (million) requests a day. Way cheaper than doing that on _any_ "serverless" request-based platform, I think.

  4. comment
    Comment #47256623

    Could you clarify a bit more what you mean by "Domain Fronting is why ECH exists"? Because even with ECH, you (TLS client) can set any public_name you want, but the innerSNI can be…

  5. comment
    Comment #47256599

    An example for the hub: ``` echo -e "GET / HTTP/1.1\r\nHost: www.pornhub.com\r\nConnection: close\r\n\r\n" | openssl s_client -connect 66.254.114.41:443 -quiet ``` This works for m…

  6. comment
    Comment #47245841

    If i'm not mistaken its because IPs are actually much easier to rotate than domains. E.g. all the users will remember `example.com` , underlying it doesn't matter what IP it resolv…

  7. comment
    Comment #47245813

    \> This makes the spec entirely meaningless for small servers and basically requires shifting hosting to shared hosts/massive CDNs to provide any protection against SNI snooping. A…

  8. comment
    Comment #47245787

    Should've added this was back in like 2018 or so. Setting up DoH was harder than enabling SNI, and from my testing back then they were hard filtering on SNI (e.g. I used OpenSSL CL…

  9. comment
    Comment #47245088

    Glad that it's published, I'd been following it since ESNI draft days. Was pretty useful back when I was in India since Jio randomly blocked websites, and cloudflare adopted the ES…

  10. comment
    Comment #45702209

    Those are great domains for this kinda thing! Thanks for the idea

  11. comment
    Comment #45702059

    Just bare wireguard on 51820? I think I had tried that but no luck; but I don't remember for sure.

  12. comment
    Comment #45702055

    Sorry if its a bit unclear; the first part was HKG -> LHR when I kinda discovered it (9th May), and then the HTTPS proxy test was my flight back LHR -> HKG (18th May)

  13. comment
    Comment #45702037

    Ah right, if they also impose IP restrictions this would not work

  14. comment
    Comment #45701781

    Yea, I run wireguard & OpenVPN on port53 (different VPS) just in case it works. Unfortunately my experience with the "pay to use" WiFi so far has been they validate that port 53 is…

  15. comment
    Comment #45701769

    I think that's essentially what my HTTPS proxy does; except rather than actually being over WhatsApp (i.e. using WA messages or w/ever), the SNI tricks their authorization into thi…

  16. comment
    Comment #45701763

    There may not be any "free messaging" or similar offers is my guess. In fact using ECH it is already possible to spoof the SNI but make a real TLS handshake to the underlying domai…

  17. comment
    Comment #45701757

    Yep; on my way to LHR I was intrigued by their "free messaging" and wanted to poke around, with the SNI hypothesis I did the actual HTTPS proxy setup on a VPS while in the UK, so I…

  18. comment
    Comment #45642524

    So there's no way to get back in if you step out for food?

  19. comment
    Comment #44325462

    Interesting! I'd done something similar in Typescript to learn more about BT, and then redid it in rust to learn rust ( https://github.com/ckcr4lyf/kiryuu ). However I decided to j…

  20. comment
    Comment #42927301

    Pretty cool! I've been living in HK for 7 years now and not moved past the basic few phrases - mostly because English gets you so far there's no "forcing factor" (vs. in Tokyo you'…

  21. comment
    Comment #40521461

    imo BT is not at fault here (if that's what your were implying) - It is a conscious choice by Apple chooses to always listen for these beacons and prompt the user with a pop-up (ev…

  22. comment
    Comment #40167009

    If you ignore the last 6 points about cameras and displays, then this is kinda what "Smartcards" are, I think? https://en.wikipedia.org/wiki/OpenPGP_card In fact the Estonian Id-Ca…

  23. comment
    Comment #39684354

    I'm not sure how intensive the "backend" is, but I've found stuff like workers to be economically efficient only for hobby tier projects. I operate a BitTorrent tracker I wrote for…

  24. comment
    Comment #39079693

    Related: https://news.ycombinator.com/item?id=22995008

  25. comment
    Comment #38987177

    I'm pretty sure the default is they can see all the cleartext, since their product is based on TLS interception, for example to evaluate page rules. This is also how they insert ex…