Message from @Termer
Discord ID: 542913374380621834
I have a 250GB internal drive, and a 2TB external, so I download what I want.
I just keep it organized
I was also obsessive about tagging everything.
I download everything cuz tge gobment trakin me
I need to build a searchable database for my images, especially.
That's disorganized
At one point I had a script that would poll last.fm, musicbrainz and every site under the sun, just so I have the best tags.
Nice
I need to do that
Oh, you should use AI to organize your images.
Hmm
Good idea
I have an AI script that can sort music by mood.
ooo
"AI" i.e. machine learning
Well yeah
You're not going to be running a giant AI on your local box
It has a really good network with pretrained vectors
so I don't really have to tweak it anymore
It just "knows" which songs I put into which category
it only makes sense to me - and my machine learning
I need to get a better understanding of python so I can do this better. I mostly work with compiled langs, other than JS.
You can pick up Python in an afternoon.
And then you won't want to stop using it.
Yeah, it's just the whitespace syntax that kept me away
I use it for every automation on my system now, pretty much. But I also use JS like you.
I have started using JS for local scripting. All you have to do is use the "node" binary as the interpreter.
Yeah
I don't like JS, but I know it well because I used to a lot of frontend web shits, and now I do a ton of backend.
It's nice when you have a mix of local logic and some remote URLs you have to query, especially now that everything is JSON.
Having JSON built into your language like that is nice then.
Json is nice, I will admit
Except for some shitty companies like Microsoft who use WCF and hand you XML.
Yeah, ouch
XML isn't my preferrence
The parsers are always clunky.
Ah, right SOAP.
Leave it to Microsoft to make something huge and clunky.
Indeed
