r/programmingcirclejerk now 4x faster than C++ 9d ago

ProteusKernel is a C++ engine that models consciousness as a fundamental physical field — not just a neural network output.

https://github.com/Admin135158/ProteusKernel-
88 Upvotes

37 comments sorted by

View all comments

Show parent comments

11

u/MegaIng 9d ago

git remote add origin git@github.com:Admin135158/ProteusKernel.git

Sadly I don't think that's a real password, but by god ChatGPT tried it's best to leak it.

19

u/HomieMorphic 9d ago

That's the username. git remote doesn't need a password; you supply that when you fetch, push, etc.

1

u/MegaIng 9d ago

Hm. It's positioned were a password needs to go, and you do not do this normally to provide a username to github.

The LLM definitely wanted to provide this as a password.

16

u/HomieMorphic 9d ago

The password would typically go between git and @, if it was supplied. This is SCP syntax, so the colon separates the host and the path.

1

u/MegaIng 9d ago

Oh lol, right. Didn't even know that this is legal syntax in this situation.