Sohalt

Results 52 comments of Sohalt

True, I didn't think things trough. Mpdscribble obviously needs to authenticate, so it needs a secret, which ideally should not be in the configuration file, to allow the configuration to...

> Does this supersede #93? No, this is orthogonal to #93

Though I just noticed, I messed up while untangling the commits and there's some stuff in here, that should be in #93

> Can you untangle these changes? Yes, I'll try to do that tonight. I'm currently on a train.

@andir is there anything still missing for this?

> Does NPM have a `gitlab:` prefix for GitLab sources just as they have one for GitHub? Doesn't look like it https://docs.npmjs.com/cli/v7/configuring-npm/package-json#dependencies

I've implemented something like this for github issues in a small shell script. A little hacky, but maybe it's useful: https://gist.github.com/Sohalt/0a87aa5a0730e81a4320e061806ee5e5

I tried to create a package here https://github.com/NixOS/nixpkgs/pull/200195. The package builds, but running commands installed with bbin results in ``` ----- Context ------------------------------------------------------------------ 24: ["bb" "--deps-root" script-root "--config" (str tmp-edn)...

What I was thinking about was roughly guessing the position on the screen a person is looking at from the webcam image, similar to the service offered by https://xlabsgaze.com. My...

While the head might stay still, the pupil will look in different directions however. So what I was thinking was, using the poser network to locate the eyes, then feed...