There is now a note streak panel in your profile that shows which days you posted. This is visible only to you and is meant to gamify your own experience so that you develop the habit of writing. You can opt-out and hide it by going to Appearance → Misc in the account settings. Enjoy!
@miqprofileenter to followSoftwareGitHubmiqh - OverviewGeneralist Software Medic. miqh has 9 repositories available. Follow their code on GitHub. ∙ Eternal disciple of impostor syndrome ∙ Perth, WA.replied to@stagasprofileenter to followcreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub.
creator of textlog:
If it hasn't been noticed already, Looks like there's a two column
grid style still in effect with narrow viewports (mobile), causing the profile title and bio to present oddly.@stagas🤸profileenter to followcreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub.
creator of textlogreplied to@miqprofileenter to followSoftwareGitHubmiqh - OverviewGeneralist Software Medic. miqh has 9 repositories available. Follow their code on GitHub. ∙ Eternal disciple of impostor syndrome ∙ Perth, WA.:
Thanks! Has been fixed now (I think).
@avioliprofileenter to followProgrammer by day and night. Lover of art. Mixing art and programming is the dream.replied to@stagasprofileenter to followcreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub.
creator of textlog:
I'm not saying you should, but when I'm designing things and want the agent to be able to use its vision facilities - I get it to write Playwright tests and sometimes even chunk the screenshots to isolate specific areas.
Last job I was building a kiosk for a client and got my agent to make standalone scripts to get desired output so here's an example you could feed your agent for inspiration if you want: gist.github.com/…/7b13c5f2af6264076cf900de83ba029bGistPlaywright capture/compare utilsPlaywright capture/compare utils. GitHub Gist: instantly share code, notes, and snippets.
@stagas🤸profileenter to followcreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub.
creator of textlogreplied to@avioliprofileenter to followProgrammer by day and night. Lover of art. Mixing art and programming is the dream.:
Thanks! That’s a good idea, but I think it can be done simpler. Codex does screenshots itself when asked to, so I added this to
AGENTS.md:When doing UI work examine screenshots in both desktop and mobile views before handing over a task and fix any issues.This might do the trick without any complex setup.@stagas🤸profileenter to followcreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub.
creator of textlogcontinued:
of course that doesn’t address regressions. Might need to start writing test cases as you said.