u/CreoSiempre

▲ 915 r/Indiana+1 crossposts

The left lane is for passing!

Since I would never attack anyone personally, I’m just posting this as a friendly reminder for some of y’all’s cousins out there:

The left lane is for passing.

IN Code § 9-21-5-9:

>“a person who knows, or should reasonably know, that another vehicle is overtaking from the rear... may not continue to operate the vehicle in the left most lane."

Translation: your cousin needs to move over.

You have mirrors. Please use them. If there’s a line of cars behind you and open road in front of you, that might be the good Lord and the Indiana Code both telling you to scoot over.

Not saying I’m a snitch, but if I were a snitch, I’d be on the short list for confidential informant of the month for reporting this alleged (up to) $500 traffic infraction.

Anyway, drive safe, move right, and let the people emotionally committed to getting a speeding ticket continue their journey in peace.

reddit.com
u/CreoSiempre — 4 days ago
🔥 Hot ▲ 6.1k r/AskReddit

People in 10+ year relationships, what’s something you learned about your partner years later that genuinely surprised you?

reddit.com
u/CreoSiempre — 6 days ago
▲ 25 r/devops

I’ve been spinning up a lot more personal projects lately, partly thanks to our friend AI, and it made me reflect on how I structure the DevOps side of things.

I wanted to start a discussion and see how others are setting up their local dev, CI/CD, deployment, and infrastructure for side projects or small personal apps.

For my own projects, I usually start pretty simple. I tend to use a Makefile for common tasks like building, packaging, running, and deploying. From there, I’ll add more structure only when the project starts to feel real.

Curious how others approach this:

  • Do you use Terraform from the beginning, or only after a project gets serious?
  • What’s your go-to setup for running multiple apps?
  • Do you have a default cloud provider or tech stack?
  • Are you running everything on a single VPS/EC2 instance, containers, Kubernetes, serverless, something else?
  • Are you using a personal cluster or homelab?
  • How much CI/CD do you set up for side projects?
  • What do you do to keep costs down?

Basically, what does your personal project DevOps setup look like, and what have you found to be worth the effort vs. overkill?

reddit.com
u/CreoSiempre — 9 days ago
▲ 20 r/dotnet

I’m curious how others think about auth as a product grows.

Do you design from day one for expandable auth, or do you usually start with a simple setup and move to an external identity provider later?

Long term, I know rolling your own auth is usually not the right move. But early on, especially for a smaller product, it can feel heavy to start with a full external IdP right away.

For example, would you start with something like ASP.NET Identity or a basic username/password flow, then plan to migrate to Auth0, Keycloak, Cognito, Entra External ID, etc. later? Or do you think it’s better to bite the bullet and use an IdP from the beginning?

I’m especially interested in how people think about the progression:

  • Basic login
  • Roles/permissions
  • Multi-tenant access
  • Password reset flows
  • SSO/SAML/OIDC later
  • Auditing/security requirements as the product matures

Where do you draw the line between “keep it simple for now” and “this will be painful to migrate later”?

u/CreoSiempre — 15 days ago