William Moorehouse

Results 11 comments of William Moorehouse

IANAL, but if NovelAI has copied any code from this repository (as I've seen claimed), this is also a clear case of copyright infringement because they didn't have a license...

AGPL/LGPL isn't too bad either. Just not anything titled "GPL v3", please.

> If NovelAI did actually reuse AUTOMATIC1111's code, and AUTOMATIC1111 later licenses this code as MIT or some other permissive license, then did NovelAI retroactively not do anything illegal? If...

2-bit LLaMA!? What's the loss in quality at that point? That's phenomenal if it's not significant!

Just a few thoughts here: Scoping, if DSharpPlus wants to offer that functionality, should consistently be ~per-event, as services are lazily initialized and this is conceptually the cleanest~ EDIT: If...

> generally, save for larger/more involved bots, we are the application host and therefore are the people meant to be defining scope [..] I think the distinction you have here...

> that isn't happening, not because of library complexity (it's fairly trivial) but because it introduces a pitfall for users where changing a setting may silently break logic without being...

Ouch, after looking into this it seems that MonoGame uses a custom 'compiled' shader format using a tool that comes with the SDK, you give it an `.fx` file and...

I've got a custom shader compiled and loaded without issue, however it doesn't seem to render anything...

Nevermind, I've written the shader with shader model 3+ and shader model 2 functions mixed in. How that compiled is beyond me.