←back to thread

190 points owenmakes | 1 comments | | HN request time: 0.199s | source

Coming back with my own blog (hosted on iPad 2) after asking here the same question
Show context
nugzbunny ◴[] No.45153542[source]
So, if you’re reading this post right now, it means my server is working, and that this site is being served by an iPad 2 from 2012, running iOS 6.1.3 and Insomnia to keep it connected to Wi-Fi.

When I pinged your domain it came back as CloudFlare. Did you mean

So, if you’re reading this post right now, it means this site is being served CloudFlare.

I jest. I imagine you did this to keep your IP address private? Just curious why it wasn't mentioned in the blog post? My original question was going to be if your ISP may have a problem with your set up (giving it's on the front page of HN and will be experiencing some traffic).

replies(8): >>45153571 #>>45154301 #>>45154329 #>>45154716 #>>45156171 #>>45156650 #>>45157859 #>>45158710 #
lucb1e ◴[] No.45153571[source]
> your ISP may have a problem with your set up (giving it's on the front page of HN and will be experiencing some traffic).

The page is like 30KB + that 3 MB image. The avg ~two hits per second that you get from a HN top position iirc (this is fairly old data though) is 6MB/s for a few hours, say 6 hours, that's 130GB. Unless it's hosted via a wireless uplink (4g/satellite/..), I don't think there's an ISP in the world that cares about using 130GB extra during a random month. Even in Belgium I think the caps were around twice that ten years ago

replies(2): >>45153795 #>>45153986 #
trillic ◴[] No.45153795[source]
cloudflare is caching the image:

    ```
    accept-ranges: bytes
    age: 5397
    alt-svc: h3=":443"; ma=86400
    cache-control: max-age=14400
    cf-cache-status: HIT
    content-length: 3013598
    content-type: application/octet-stream
    date: Sat, 06 Sep 2025 23:14:32 GMT
    last-modified: Sat, 06 Sep 2025 21:44:35 GMT
    server: cloudflare
    vary: accept-encoding

    ```
replies(1): >>45153875 #
1. ◴[] No.45153875[source]