Remix.run Logo
Show HN: Dev Personality Test(personality.4m1r.dev)
14 points by 4m1rk 2 days ago | 3 comments

Was curious how a personality test would look for developers. So created this using FastAPI, HTMX, and AlpineJS.

jayeshcp 2 days ago | parent | next [-]

Looks good, but seemed like many questions should have multiple answer selection available! Otherwise good.

panny 2 days ago | parent | prev [-]

Are these quizzes AI generated? This is the second one I've seen here in two days and I don't even answer the first question because it doesn't apply to me. 2am? I'm in bed before 10pm. Even if I change the time, none of the answers apply either.

Why is AI generating multiple choice answers instead of evaluating free form text replies anyway?

4m1rk 2 days ago | parent [-]

No they are generated at build time (static). I was thinking of generating on the fly but wanted to release and get feedback first. Re. multiple choice, is easier than typing I guess.