Trent

Results 39 comments of Trent

> Does it have something to do with so many API calls in a short instance of time? My initial guess is on that one. I don't think so. My...

> But, you don't have enough RAM probably. I can run llama.cpp with no problems. Thank you though!

> Main Reddit GQL schema as used by the Android app `(id, name, query)`: https://gist.github.com/hogseedy/a83a632aedbc813c4dbc0353422efd5f Note we can also brute force a (partial) schema using something like https://github.com/nikitastupin/clairvoyance. I've used...

> I don't know if it would work anyhow, as all of the query ID's seem randomly generated and a dictionary attack won't really work. (I'm not wholly familiar with...

I did just look and I'm not sure where that ID comes from. It looks like the gql endpoint is proxied or something? the queries from web client seem messed...

@hogseedy > Example code using reddit app anonymous mode/native authentication to query GQL (acquired tokens also work on public apis, native app uses them a lot): Can you explain this?...

Is it planned/considered to wrap the oauth spoof around a proxy which functions like original reddit API? I think a setup like that would be better longterm to avoid hardcoding...

> To truly make this library future-proof against the onslaught of frequent changes to javascript's core language features, I think it's probably best if we do not generate the value...

You could also maybe try comparing the album art as well? Just a thought and obviously won't apply everywhere.

Running the Linux binary does not work. A window correctly named is created and then the process exits before anything is drawn to the window. An error is in the...