Why are we still guessing what to instrument?

Every time i add another log statement or metric, i feel like i'm playing fortune teller. "let me predict what might break tomorrow and instrument that." we are constantly chasing our tails, adding instrumentation after incidents because we didn't guess right the first time. There's always some code path we didn't think to instrument having a system that can map your codebase and show you what's happening without manual effort changes the game significantly. How much time is your team spending on instrumentation? and do you feel like you are actually capturing what matters or just covering the obvious stuff

reddit.com
u/DiamondLatter1842 — 2 days ago

How do you make daily reading feel less like homework for an 8 year old?

My 8 year old used to love storytime but ever since independent reading became a daily requirement, it feels like a constant battle. We tried physical sticker charts but after a week, the novelty wore off. How are you encouraging consistent reading habits without turning bedtime into a negotiation zone?

reddit.com
u/DiamondLatter1842 — 3 days ago

How to encourage children reading when they prefer screens over books?

Hey everyone! I'm trying to help my son build better reading habits because he literally will notttt give them up. I have tried every single thing in the books of whatever this is. If he has just an ounce of free time, he immediately wants to play games, watch videos or use his tablet instead of picking up a book. I understand that he is a curious kid who loves to learn new things but I would like to help him shift more into reading, so I'm asking on here to see if you've got any recommendations on making screens more educational.. What's your strategy are you using?

reddit.com
u/DiamondLatter1842 — 8 days ago

How to help a reluctant reader build a daily reading habit?

My 7-year-old can read but he actively avoids pick up time. Every evening when it's time to read kids books, we get "I'm tired" or "This is boring." I know early children reading consistency is critical for vocabulary and focus but I don't want to create negative associations with books. Has anyone successfully helped a reluctant reader transition into a daily book reading habit?

reddit.com
u/DiamondLatter1842 — 9 days ago
▲ 0 r/sre

How do you debug microservices ai generated code in production?

Had an incident last week where the root cause turned out to be an ai-generated change that touched three services in one pr. took way longer than it should have to trace because nobody on the team could say what the model actually reasoned about versus what it just pattern matched from similar code elsewhere in the repo. It looked fine in code review, which is almost worse, that's exactly the kind of ai generated code that gets rubber stamped and ships straight into production. The part that's been sticking with me is ownership. when a human writes a bad change across multiple services, at least someone can walk you through their thinking during the postmortem. With an ai coding assistant, that context is just gone once the pr is merged. Debugging cascaded failures across microservices is already hard when you can't reproduce the issue locally and losing the reasoning behind the change makes root cause analysis slower, not faster. For anyone running copilot, cursor, claude code or similar ai code generation tools in microservices at real production scale, i want to know how you are actually debugging this once it is live. specifically interested in what your distributed tracing and logging setup looks like, whether ai-generated changes get treated differently in your review process than human-written ones, things like canary deployments or extra checks before merge, and whether perf regressions under real production load have shown up more since ai entered your sdlc. Not looking for "add more observability" as an answer, looking for what your actual stack is.

reddit.com
u/DiamondLatter1842 — 14 days ago
▲ 0 r/sre

Why is ai-generated code causing performance regressions today?

Ai-assisted coding has made it way easier to ship "correct enough" code quickly but in our codebase it also seems to be introducing a steady stream of performance regressions in production. I am not talking about obvious junk code; we get real value from ai for boilerplate and tests. The pattern we are seeing is more subtle: hot paths quietly getting slower because the ai added an extra abstraction layer or logging in the middle of a critical loop; code that relies on naive data structures, perfectly fine for small test inputs but collapsing once it hits production scale; ai suggestions copying patterns from older, less-performant parts of our own codebase, effectively spreading our worst practices; performance-sensitive paths refactored into more readable but less cache-friendly versions; and subtle batching issues (too many small database calls, no connection reuse) that look fine in tests but blow up under real load. The hard part is that this ai-generated code looks reasonable in code review. It's readable, it passes tests and it often matches patterns you would see in a tutorial. we usually don't notice the regression until p99 latency creeps up, cpu or memory usage drifts higher and database query counts quietly double. We have tried to adapt: getting stricter about performance testing on hot paths, flagging certain functions as performance-sensitive, nudging ai coding tools with prompts like "optimize for latency," and leaning more on static analysis to catch obvious footguns before they ship. it still feels like we’re missing a more systematic way to keep ai-generated code from eroding performance over time. For those of you using ai coding tools on real latency- or throughput-sensitive systems: have you seen a clear link between ai-generated or ai-refactored code and performance regressions? if so, did you end up restricting ai in certain areas or mostly changing your code review and profiling process instead

reddit.com
u/DiamondLatter1842 — 15 days ago

Looking for unified endpoint management software and any recommendation

We have 150 endpoints total, half office, half remote mix of laptops from the last 5 years, mostly windows with a few macs that the design people refuse to give up a couple on prem servers we cannot kill yet plus a bunch of SaaS. Next security audit is in a few months and the main hole is our random mix of tools for patching, remote access and asset tracking. I tried out atera and it ticks a lot of boxes for unified endpoint management like simple remote access that users do not complain about patch management in one place instead of five consoles also alerting that does not scream at me for every tiny thing. The other option that keeps coming up in conversations is n able. From what I have seen and heard it is strong on the really deep monitoring and automation side the flip side is that it seems like it would eat more of my time to get tuned properly and time is the one thing I do not really have. I am kind of torn between: Anyone here living with either of these day to day as their main unified endpoint management tool?

Would appreciate unfiltered takes more than both are great answers

reddit.com
u/DiamondLatter1842 — 21 days ago

Parents of kids who like reading, how did you get there with a stubborn 8 year old?

I have been sitting here staring at my 8 year old's untouched stack of books and feeling pretty defeated 😭 She used to curl up with me for bedtime stories and would ask to go to the library. Now it is only her and her tablet against the world. If I say let's read she either negotiates for the tablet or says she is too tired. if your kids genuinely enjoy kids books now, what did you do early on that worked?

reddit.com
u/DiamondLatter1842 — 23 days ago

I accidentally killed my 9 year old's love of reading with a screen time bribe and I feel

My son is 9. He used to enjoy reading a lot and he was one of those kids that only sleeps if someone reads to them. Now he says he hates it, imagine that?? I need you help here in telling me how you got your kids to enjoy reading again..

reddit.com
u/DiamondLatter1842 — 24 days ago

rm software vendors, who's leading the market in 2026?

New in this role starting from zero and I got the classic we should really get some proper rm software, like i dont know. If you ask me who is leading the rm market in 2026 I could not answer without just repeating ads. I am not trying to build some giant stack. Just want a clean agent, some alerts, patches, remote access and a way to show my boss yes, things are being watched without lying. So yeah looking for more like how do you personally judge whether an rm vendor is good in 2026, and what would you consider

reddit.com
u/DiamondLatter1842 — 29 days ago

Did I completely wreck my son's reading habits by trying to help him?

My son is 9 and used to like kids books but over the last year he has basically chosen Roblox, YouTube and his tablet every single time. I want him to build better reading habits and enjoy book reading again not treat it like homework. So please can you tell me what worked for your kids' reading routines?

reddit.com
u/DiamondLatter1842 — 30 days ago

What's with all these fake bookings and no shows in tours??

Maybe I am just having a bad streak but I am curious if anyone else is dealing with this. I run a small tour business and over the last few months I have had several situations where bookings looked completely legitimate at first. We reserved spots, adjusted staffing, prepared equipment and in some cases even turned away other customers because we thought the tour was full. Then the day comes and nobody shows up. Sometimes there is no message, no cancellation request, nothing. Other times the contact information doesn't work or the customer never responds. A few bookings have felt so strange that I honestly wondered whether they were even real travelers. The frustrating part is that when you are a small operator, a few no shows can have a real impact. It is not just the lost revenue. It is the planning, scheduling, transportation, guides, and the opportunity cost of turning away people who might have actually attended. I have been considering moving more of my bookings through larger marketplaces because I am hoping their verification systems and booking processes are better at filtering out bad reservations. From what I have heard, some platforms seem to do a pretty good job of attracting serious travelers and reducing the amount of questionable bookings operators have to deal with

reddit.com
u/DiamondLatter1842 — 1 month ago

What's everyone calling the AI code security category in 2026?

Confused by the space right now. Depending on who you talk to, securing AI-generated code falls under ASPM, AppSec platforms, software supply chain security, developer security, AI governance, or its own new category. Some analysts are starting to refer to it as "AI Code Security" as a standalone. This isn't just a naming problem. It's affecting how we evaluate tools, how we budget, and how we explain it to leadership. We are dealing with challenges that don't map cleanly to any of these: AI coding assistant governance, model inventory, getting security context in before code gets written, securing MCP servers and agent access. None of the traditional AppSec categories were really built for this. Has anyone found a way to frame this that works both internally and when talking to vendors? Or is everyone just mapping new problems onto old categories and hoping they stick long enough to get funding?

reddit.com
u/DiamondLatter1842 — 1 month ago

Are there any habit apps that can make my child love reading again😭😭😭😭????

I am posting this hiding in my bathroom, bc my kid noticed that i unplugged the WiFi 😱 He used to love bedtime stories. Now… reading is something he endures so he can sprint back to Roblox. If a book does not explode, talk or hand out virtual bucks, he is not interested. I really noticed it around second grade when the homework went from cute to mad effort since then I have tried taking library trips, letting him pick any kids' books, reading together, sticker charts, bribery with screen time, dramatic speeches about his future. Nothing sticks longer than a week. I am tired of being the bad guy istg. I posted this question here because i need help from parents that have dealt with this in the past. Has anyone found habit apps or systems that made reading feel less like homework and more like something they choose without turning me into the screen time cop every night? I would love real and honest answers, please 😩

reddit.com
u/DiamondLatter1842 — 1 month ago
▲ 0 r/sre

Why do ai agents lack production context today?

We had an incident recently that made it clear how "production-blind" our ai coding agents still are. One customer-facing api endpoint started timing out intermittently only under real production traffic, with a specific feature flag state. Staging was clean, local runs were clean and it smelled like one of those classic "only prod is cursed" bugs. We asked our internal ops copilot, hooked into repos, ci, basic metrics and tickets, what was going on. It pointed to a recent refactor and a deploy where p95 latency jumped then suggested optimizing a couple of functions none of that was the real issue. The actual root cause was a subtle combination of a downstream rate limiter, a feature flag rollout and an old retry policy that only triggered under a specific load shape. The ai agent had no idea about live flag state, infra throttling or how those policies interacted at runtime. It was guessing from static code and git history, nothing more. The pattern i'm seeing across ai coding agents and ops copilots: they usually don't get real-time distributed traces and request context, feature flag and config state at the moment of the incident, a timeline of what changed in the last few minutes around the service or past incident and postmortem knowledge about similar production failures. So they act like very smart static analyzers, not like someone who's oncall watching a live system fail. For anyone using ai agents around incident response or production debugging: how are you feeding them real production context like distributed traces, feature flags, and infra events?

reddit.com
u/DiamondLatter1842 — 1 month ago
▲ 22 r/daddit

What are the best strategies to build kids' reading habits?

Hey dads, I could really use some advice. I have a 9-year-old son who used to be pretty okay with books. Over the last year or so, though, it feels like that completely disappeared. His default is Minecraft, Roblox, or YouTube. If he gets a free half hour, he heads straight for the tablet or the Switch without even thinking about it. If I suggest grabbing one of his books instead, he usually says reading is "boring" or that it's just "school stuff." I am not looking to ban screens or make reading feel like another chore. I would just love to find a healthier balance where he still enjoys technology but also sees books as something fun instead of homework. For the dads who have been through this, what actually worked? Did you find certain routines, types of books, audiobooks, library trips or anything else that helped make reading enjoyable again? I would really appreciate hearing what worked or even what didn't in your family.

reddit.com
u/DiamondLatter1842 — 1 month ago

What is actually working for AppSec vulnerability prioritization in 2026?

Our current triage process is severity score + SLA and it is not working anymore. With AI-generated code in the mix, finding volume is up and the old logic doesn't reflect actual business risk.

Trying to figure out:

How teams are factoring in application business criticality, not just asset classification but context about what the app does, what data it handles and who uses it

Whether reachability analysis is worth the overhead in practice

How you are handling AI-generated code findings differently from human-written code

How you communicate reprioritization decisions to engineering without losing their trust

Not after vendor recommendations, more interested in how teams are doing this day to day.

reddit.com
u/DiamondLatter1842 — 1 month ago

I’ve been looking for a new online casino game that i can play in Florida

not gonna lie, online casino games feel endless once you start scrolling through everything available. slots, table games, live stuff… i’ve tried to jumo into a few random games but it cant tell what’s worth sticking to. do people pick based on theme or stick to a few safe picks when it comes to online casino games in florida?

reddit.com
u/DiamondLatter1842 — 2 months ago

Tips for improving children's reading habits when they only want screen time

I have been thinking a lot about my toddler's reading habits lately. It sometimes feels like books are competing with an endless stream of engaging digital entertainment and I am finding it harder than I expected to make reading just as exciting. We are trying to build a home library with a good mix of books and make reading part of our everyday routine but my toddler almost always chooses screen time instead. I am not aiming for zero screens I just want books to become something they genuinely enjoy reaching for on their own. For parents who have been through this, what actually helped your toddler fall in love with books? Did daily read alouds, regular library trips, rotating books, letting them choose their own books, limiting screen time, or something else make the biggest difference? I would really appreciate hearing what worked for your family.

reddit.com
u/DiamondLatter1842 — 2 months ago

Looking for the best online casino bonuses and no deposit sweeps coins right now

i caught a random decent hit on a slot last week and since then I keep checking every casino promo page and sweeps site like it is a part time job lmao. Reload bonuses, daily spins, no deposit sweeps coins when you sign up, all that stuff. The problem is half of them feel impossible to turn into real cash once you read the rules.

For those of you who have done this for a while, do you come out ahead focusing on bonuses and free coins or is it mostly just extra playtime before the house wins anyway? im trying to figure out if I should chill or lean in..

reddit.com
u/DiamondLatter1842 — 2 months ago