Hacker News new | ask | show | jobs
Iterating on an HTML resume with GPT-4o via cURL (johncs.com)
4 points by johncs 699 days ago
1 comments

Good idea! I have been manually copying my resume source into ChatGPT for feedback, but a script seems much nicer. Also, I didn't know about how you can render the markdown output using glow.

I recently rewrote my HTML resume into LaTeX, since I was wanted to make sure it could be easily parsed by automated systems. I'm not sure how much of a difference it makes, but it gives me an outline of the sections in the Firefox PDF viewer sidebar.

> I have been manually copying my resume source into ChatGPT for feedback

That’s what I started out doing as well. At some point I got tired of it, and after writing the script I realized the tighter feedback loop was really nice.