Stories by 9dev
I am responsible for a small team of software engineers, including an industry veteran of 30 years, a junior developer on their first job, plus a view mid-level to senior folks. We have been using AI tools like IDE-integrated Copilot suggestions or ChatGPT, and are working with the OpenAI API in our...
Hey HN, happy holidays!<p>I just proposed to my now-fiancée (and she said yes!). We'd like to get married at this location that is very special to us, but they have rigid restrictions in place to ensure the few available slots are distributed as equally as possible: There is only a single appoi...
We are a startup of almost 40 people now; as the first engineer, I started building up our corp infrastructure and am managing that on the side ever since. We use Entra ID as our central identity provider, manage devices using Intune, use Teams Telephone for PSTN calls, office suite, Sharepoint for ...
I’m developing an idea for a massively multiplayer online game I call <i>Gaia</i> for now, where players embody individual species within a shared, dynamic ecosystem. Each player can choose a kingdom of life—plant, fungus, bacterium, or animal—and starts as a random mutation from an existing, compet...
Hey HN! We work with GitHub Actions to build and deploy Docker images. This works, but many repositories contain files that don't end up in the final image, such as tests, tooling configuration, or developer documentation. Yet, every time these files change, an action workflow will build the sa...
Hey HN! This is a small side project I'm currently working on. With tspages, you can quickly host static websites on arbitrary hostnames in your tailscale network. This is useful for internal documentation or tools that don't warrant their own server or k8s deployment, for example. I was f...