gripedthumbtacks

Results 25 comments of gripedthumbtacks

yeah this one either unless i am dumb? ``` # You have a new challenge! # Print the file faces.txt, but only print the first instance of each # duplicate...

This one line might be the issue? "ಠ_ಠ"

what say you? proof by raw bytes? ``` $ rm zzz*; cat faces.txt | while read line; do md5="$(echo "${line}" | md5sum | cut -d ' ' -f 1)"; test...

24 unique lines. i think the character encoding (utf8?) might be causing this to fail?

i think our solutions may be correct, just a flawed verification check

yeah. solved this with multiple sed parameters but still even after validating manually this challenge didnt get accepted by validator. seems the more recent challenges are a bit buggy yes?

Won't you require CAP_NET_ADMIN or root to listen on ports 80? Isn't that why it's listening on a high port because some people won't have root access on their devices,...

@pdelteil this are likely just SRV records and they don't need to resolve, but they may resolve. In the case of wildcard DNS record responses, it means there is no...

Yeah, I cloned the repo and realized in total it was about 1GB?!?! ;) Git LFS or release builds for the win. Or remove the binaries from being checked in...