Roasts & Ruminations {blog}

Tag: development

  • Sovereign AI Lab

    Sovereign AI Background Sovereign AI, or private AI, is simply running AI on infrastructure owned by the individual or entity running it; no 3rd party access to data. Whether for privacy, cloud cost, or curiosity, setting up a usable AI infrastructure can be done in a cost effective way. For me it is all three…

  • Encoding mailto Links

    Encoding mailto Links

    There are a couple of critical mistakes to avoid when developing for web, one of them is using a clear text email with a mailto link. The last thing anyone wants is a bunch of spam because crawlers picked up an email in html code. Forms are a popular way to get around this, and…

  • Vibe Coding

    Vibe Coding

    This is a phrase I hear more and more. It’s the new skill making its way to job postings and development envirments. No need to code, just tell the LLM what you want it to write and like a magic lamp the code will appear. Is it really that simple? Is there really no need…