this post was submitted on 09 Oct 2025
750 points (99.3% liked)
Programmer Humor
26827 readers
3224 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
hmm very weird. i also tried wget and it grabs the same 86x96 file. https://termbin.com/gvg9
Weird. My wget gives full resolution. No redirect options or anything. Only difference is the IP resolve for you is in Korea and mine is in the US. Likely just closest server resolve.
Try curl with -L set?
Or I'd be curious if something like gallery-dl resolves the image in finding the higher resolution and what the difference is if it does.
Maybe it's a DNS issue if not a redirect issue.
My guess is DNS. Try with another provider?
You're right! 1.1.1.1 (Cloudflare) or my ISP's DNS seems to be weird. Works correctly with 9.9.9.9 (Quad9).
Awesome!