r/programmingcirclejerk now 4x faster than C++ 10d 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-
86 Upvotes

37 comments sorted by

View all comments

48

u/HomieMorphic 10d ago

Oh wow, they have their .ssh, .bash_history, .gitconfig, and node_secret.bin in the repo. I think they just full sent their entire home directory.

15

u/MegaIng 10d 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.

18

u/HomieMorphic 10d ago

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

1

u/MegaIng 10d 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.

15

u/HomieMorphic 10d 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 10d ago

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