What Anime CLI?
github.com
What Anime CLI?
1–10 of 62 posts
Re: What Anime CLI?
#2Re: What Anime CLI?
#3Re: What Anime CLI?
#4This is insane tech
My 2c of an advice: uncover the magic, learn the innerworkings of such methods. It is a much stronger and more powerful feeling than the "wow" effect you're having right now.
Re: What Anime CLI?
#5This is insane tech
Re: What Anime CLI?
#6This is insane tech
I used to think that about Shazam. I had no reasonable idea about how it worked, so much so it really felt like magic (there's a quote to be put here, which I can't find the author here. HN help me). My 2c of an advice: uncover the magic, learn the innerworkings of such methods. It is a much stronger and more powerful feeling than the "wow" effect you're having right now.
"Any sufficiently advanced technology is indistinguishable from magic."
Arthur C. Clarke
:)
Re: What Anime CLI?
#7>NOTE: MAKE SURE THAT YOUR LINKS ENDS WITH .IMAGE_FORMAT AND DOESN'T HAVE ANY & CHARS AFTER BECAUSE THIS SYMBOL IS RESERVED BY GOLANG
Makes me a bit uncomfortable with it. Shouldn't input sanitization be one of the first things to consider when doing user-facing applications?
Re: What Anime CLI?
#8Re: What Anime CLI?
#9Find the anime scene by image using your terminal This application is basically a wrapper around trace.moe
Re: What Anime CLI?
#10The message >NOTE: MAKE SURE THAT YOUR LINKS ENDS WITH .IMAGE_FORMAT AND DOESN'T HAVE ANY & CHARS AFTER BECAUSE THIS SYMBOL IS RESERVED BY GOLANG Makes me a bit uncomfortable with it. Shouldn't input sanitization be one of the first things to consider when doing user-facing applications?
This suggests to me that the author is misunderstanding why ‘&’ causes POSIX shells to do weird things.
I think what’s happening is the author tried a web URI that had an ampersand in, Bash then background the process and the author panicked thinking the Go runtime was parsing the ampersand rather than his or her $SHELL.