Show HN: I wrote a ~2KB executable file HTTP file downloader without Libc (github.com) 9 points by DenisDolya 3mo ago ↗ HN
[–] indigodaddy 3mo ago ↗ Does this do anything curl can’t or are we just enthralled with the tininess?
[–] Retr0id 3mo ago ↗ I did a <4KB one that supports DNS+TLS (albeit insecurely) https://github.com/DavidBuchanan314/kurl/
[–] goosethe 3mo ago ↗ https://gist.github.com/seanwevans/3e9ba17431d5464092d0fb839...this compiles to 10kb on my machine with no golfing. it literally just supports grabbing whatever is at the url given (http 1.0)
3 comments
[ 2.9 ms ] story [ 21.2 ms ] threadthis compiles to 10kb on my machine with no golfing. it literally just supports grabbing whatever is at the url given (http 1.0)