Message from @Termer

Discord ID: 542913374380621834


2019-02-07 03:41:49 UTC  

I have a 250GB internal drive, and a 2TB external, so I download what I want.

2019-02-07 03:41:53 UTC  

I just keep it organized

2019-02-07 03:41:55 UTC  

I was also obsessive about tagging everything.

2019-02-07 03:42:05 UTC  

I download everything cuz tge gobment trakin me

2019-02-07 03:42:15 UTC  

I need to build a searchable database for my images, especially.

2019-02-07 03:42:22 UTC  

That's disorganized

2019-02-07 03:42:23 UTC  

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.

2019-02-07 03:42:31 UTC  

Nice

2019-02-07 03:42:33 UTC  

I need to do that

2019-02-07 03:42:38 UTC  

Oh, you should use AI to organize your images.

2019-02-07 03:42:44 UTC  

Hmm

2019-02-07 03:42:47 UTC  

Good idea

2019-02-07 03:42:54 UTC  

I have an AI script that can sort music by mood.

2019-02-07 03:42:59 UTC  

ooo

2019-02-07 03:43:03 UTC  

"AI" i.e. machine learning

2019-02-07 03:43:08 UTC  

Well yeah

2019-02-07 03:43:18 UTC  

You're not going to be running a giant AI on your local box

2019-02-07 03:43:32 UTC  

It has a really good network with pretrained vectors

2019-02-07 03:43:37 UTC  

so I don't really have to tweak it anymore

2019-02-07 03:43:49 UTC  

It just "knows" which songs I put into which category

2019-02-07 03:43:55 UTC  

Oh nice.

2019-02-07 03:44:12 UTC  

it only makes sense to me - and my machine learning

2019-02-07 03:44:22 UTC  

I need to get a better understanding of python so I can do this better. I mostly work with compiled langs, other than JS.

2019-02-07 03:44:41 UTC  

You can pick up Python in an afternoon.

2019-02-07 03:44:47 UTC  

And then you won't want to stop using it.

2019-02-07 03:45:00 UTC  

Yeah, it's just the whitespace syntax that kept me away

2019-02-07 03:45:07 UTC  

I use it for every automation on my system now, pretty much. But I also use JS like you.

2019-02-07 03:45:24 UTC  

I have started using JS for local scripting. All you have to do is use the "node" binary as the interpreter.

2019-02-07 03:45:35 UTC  

Yeah

2019-02-07 03:45:45 UTC  

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.

2019-02-07 03:46:12 UTC  

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.

2019-02-07 03:46:21 UTC  

Having JSON built into your language like that is nice then.

2019-02-07 03:46:24 UTC  

Json is nice, I will admit

2019-02-07 03:46:34 UTC  

Except for some shitty companies like Microsoft who use WCF and hand you XML.

2019-02-07 03:46:42 UTC  

Yeah, ouch

2019-02-07 03:46:53 UTC  

XML isn't my preferrence

2019-02-07 03:47:03 UTC  

https://cdn.discordapp.com/attachments/463054787336732683/542914165602254878/through_soap.png

2019-02-07 03:47:04 UTC  

The parsers are always clunky.

2019-02-07 03:47:10 UTC  

Ah, right SOAP.

2019-02-07 03:47:29 UTC  

Leave it to Microsoft to make something huge and clunky.

2019-02-07 03:47:33 UTC  

Indeed