Jesse Luoto

Results 177 comments of Jesse Luoto

> It may be caused by the reverse openai interface used by the third-party transit API I use Might make sense. A proxy is fine as long as it supports...

Ah, it seems that there was still some cooldown period going on since the domain had just expired. No worries, I just renewed it!

I'll check if I can get this project running on my own machine

@allenlinli okay, pushed commit fc18c11 , can you check if you can get the server running?

> Currently, LLMs often guess variable names differently across various versions of the same JavaScript code. This inconsistency complicates versioning, tracking changes, and merging code for anyone regularly analyzing or...

One issue related to fingerprinting is that most of the stuff in a modern webapp bundle is dependencies. And most of the dependencies probably have public source code. So in...

Not anymore. You can still find v1 from the version history that had some python components, but as far as I know there's not an easy way to parse and...

No Python version at the moment. You should be able to wrap the CLI to Python wrapper if needed, but don't know if that serves your use case

Right, sorry I misunderstood. Thanks @0xdevalias for clarifying! I'm sure this same technique could be done in a language-agnostic way too, e.g. using a language server from VSCode or other...

Sorry, what is it that you're trying to do? I'm wondering if you're trying to understand the code to educate/help or if you're trying to use the free ChatGPT to...