| ▲ | adithyassekhar 4 days ago |
| I'm looking through the frontend code, I mainly work with react and vite, same as this project. It was refreshing to see a plain standard vite initial setup used as is but the way authentication is handled makes it feel like it's all AI generated. It does the standard authprovider, useauth setup all AI tools give with the same variable names |
|
| ▲ | mystifyingpoi 4 days ago | parent [-] |
| It definitely is. No human would write a Dockerfile with absolutely useless comments like: # Copy source code
COPY . .
or # Expose port
EXPOSE 3001
Though, the question is... so what? It is open source. Who cares who/what wrote it. |
| |
| ▲ | craftkiller 4 days ago | parent | next [-] | | > No human would write a Dockerfile with absolutely useless comments like: One small correction: no human with more than a passing familiarity with Dockerfiles would write those comments, But I've definitely seen humans learning Docker for the first time write useless comments almost exactly like that. Especially if their coworkers have given them a list of what they need the Dockerfile to do. | |
| ▲ | adithyassekhar 4 days ago | parent | prev [-] | | Maybe my message came a bit too negative, AI is fine. The scope of this app is incredible regardless. I've only just began working on these things. Just curious to see what other methods people use to do auth than the same thing all tutorials do. Expected to learn something and got disappointed that's all. |
|