Hacker News new | ask | show | jobs
by fotoflo 802 days ago
Really nice and clean!

I made something a little similar - https://github.com/fotoflo/alfred-whatsapp-linker - this one is an Alfred Workflow (https://alfredapp) that assumes you have a phone number in your clipboard and then opens it in whatsapp. I suppose yours is more elegant.

How long did it take you + GPT to create it?

1 comments

Nice tool as well. The whole process took about 3 hours. Mostly for polishing, including 1 hour to fix an arcane CSS layout issue that ChatGPT wasn't able to help with (it may have been if I had provided it with the whole rendered HTML along with a screenshot). I really feel the LLM needs to have access to the same feedback we have, and be allowed to iterate (as it is very good at evaluating its results), to be effective with code. I also tried Gemini 1.5 Pro and Claude 3 Sonnet and it wasn't better than ChatGPT.
Its coming...

Did you paste images into chatgpt to show it what the layout was looking like?