Listened to a 2000s emo rock mixtape, blacked out, and awoke to her
(Click for better quality please!)
Version w/o brooch + IDs + fun facts:

seen from Russia

seen from Philippines
seen from Guatemala
seen from China
seen from United States

seen from Russia

seen from Vietnam
seen from Netherlands
seen from Russia
seen from Russia

seen from Australia
seen from Spain

seen from Malaysia
seen from Ecuador
seen from Philippines

seen from United States
seen from United States

seen from Australia
seen from Netherlands
seen from China
Listened to a 2000s emo rock mixtape, blacked out, and awoke to her
(Click for better quality please!)
Version w/o brooch + IDs + fun facts:
After investing alot of Data. Finally downloaded a large file. The size is upto 10 of GB. Thank you Internet. ☺️☺️☺️☺️ #internet #data #download #file #largefile #digipawan #pawangautam #finally #complete #timepass #movie #movietime #webseries #crash (at Ameerpet) https://www.instagram.com/p/CBvb3zwDKhk/?igshid=1bz0czg90yof0
Searching in a .tar.gz without bloat
http://stackoverflow.com/a/13042529 A large .tar.gz can be searched using the above. It is not good enough to simply use e.g. zgrep, b/c the tar binary format makes it difficult to determine what part of the file the match is found on.
As an example, searching through all the files in this .tar.gz for a specific pattern is accomplished with some inelegant use of echo:
while read filename; do echo $filename;tar -xzOf noip-duc-linux.tar.gz $filename | grep -n --color getifaddr; done
SNIP noip-2.1.9-1/Makefile 13:# for Mac OS X and BSD systems that have getifaddr(), uncomment the next line 14:#ARCH=bsd_with_getifaddrs 16:# for early BSD systems without getifaddrs(), uncomment the next line noip-2.1.9-1/._noip2.c noip-2.1.9-1/noip2.c 76: + added getifaddrs() for recent BSD systems (Peter Stromberg) 164:#ifdef bsd_with_getifaddrs 2318:#ifdef bsd_with_getifaddrs 2321: if (getifaddrs(&ifap) != 0) { 2322: perror("getifaddrs()"); noip-2.1.9-1/._README.FIRST noip-2.1.9-1/README.FIRST SNIP