Link:Softbuffer
Link: https://github.com/rust-windowing/softbufferLibrary to get a framebuffer for directly drawing to the screen.
Link:Where's the Shovelware? Why AI Coding Claims Don't Add Up
Link: https://mikelovesrobots.substack.com/p/wheres-the-shovelware-why-ai-codingLink:Least amount of CSS
Link: https://thecascade.dev/article/least-amount-of-css/Nice solution for the content width.
main {
max-width: min(70ch, 100% - 4rem);
margin-inline: auto;
}