How I Stopped Suffering Over Email Templates With Codex
I never liked writing email templates. They always broke my sense of beauty (the same way their responsiveness breaks in different clients):
1. Monstrous inline CSS
2. Lots of restrictions on which CSS properties you can use
3. Layout issues
It always ended up like this: I would build a site, define all the styles and inheritance, and then spend hours cutting everything down and trying to squeeze it into email template constraints.
Today I found out this problem is gone. Codex handled it perfectly:
1. Analyzed the styles of the entire site
2. Generated a template that closely matches the site's style
3. Preserved responsiveness
4. Took light and dark themes into account
I only had to slightly tweak the footer text color and that was it. A task that used to take an entire evening now takes just a couple of minutes!
More to explore
AI in Software Development: What Comes Next?
AI. Whatβs next? Up until around December, using AI in development basically meant: prompt -> copy some code -> paste -> tweak -> repeat. Now this aβ¦
Startup Taxes Between Estonia and Portugal: A Quick Reality Check
As a tax resident of an EU country who files my own returns, today is my quarterly 'Tax Day'. On this day I set aside a few hours to file social security reportβ¦
Saylify Update: Fighting Perfectionism, Refactoring, and Finding the Right Focus
I have not written anything about Saylify for a long time, even though I planned to launch in January. Unfortunately, life likes to throw in challenges you can β¦
Human-Like Memory for LLMs
TL;DR I wrote a manifesto-style essay about a memory model for LLMs that is as close as possible to human memory and lets the system build a relationship historβ¦