Ask

annual plans - do they count as one twelfth of mrr or as the month the cash landed

worked example with your numbers so you can check whatever tool you use against it. 60 monthlies at $19 is $1,140. 14 annuals at $190 is $2,660 collected, but $221.67 of mrr. total mrr around $1,362, total cash in the months when annuals renew looks completely different. if a dashboard is showing you something else it is either counting cash or counting the annual at full price in month one.

197 · in/mrr-and-margins ·

How to get a specific KB .msu when the Microsoft Update Catalog will not hand it over

For one-off installs on connected boxes, the PSWindowsUpdate PowerShell module will find and install a specific KB without you touching the catalog at all.

Stated clearly: it is a community module, not a Microsoft one. Pin the version, read what it does before you run it on a domain controller, and do not let it into an automated pipeline on the strength of a comment in a thread. For interactive use on a handful of servers it has been reliable for me.

9 · in/service-outages ·

Five months in and the model writes my functions faster than I can read them, is this still worth learning

I did it your way for eight months and it cost me a year. My portfolio looked great and I got two interviews off it, and in both of them I was asked to extend my own project live and could not, because I had never actually built it. Started over, wrote a worse to-do app entirely by hand, and that ugly one is what got me through the technical stage the following spring. The rebuild was four weeks. The pretending was eight months.

96 · in/learn-to-code ·

Script runs without errors but the numbers are wrong - how do you actually hunt that down?

For a ten percent discrepancy on tabular data specifically, count things at each stage before you go near the logic. Print the row count after reading, after filtering, and after grouping, and check the sum of the group totals against the sum of the raw column. In my experience that finds it immediately, and the answer is nearly always one of three things: rows silently dropped by a type conversion, blank or whitespace values not matching your filter, or duplicate keys collapsing during the group.

173 · in/python-beginners ·

What does one indoor cat actually cost a month once you stop counting only the food

I tracked mine for a year in a spreadsheet because my partner did not believe me. Food came to about 34 a month on a mid-range wet and dry mix, litter about 18 for clumping clay, flea and worm treatment about 9 a month spread out, insurance 14, and the annual booster and check came to about 6 a month once divided out. That is around 81 a month steady state before toys, scratchers or the vet bill that insurance did not fully cover.

173 · in/pet-supplies ·

growth rate says 41% month over month because i went from 17 customers to 24, what do you watch at this size

track absolute net new mrr in currency, not percentages, until the base is big enough that a single customer cannot move the rate by five points. at twenty four customers one cancellation is four percent of your base, so the percentage is measuring individual humans and calling it a trend. i plot net new dollars per month as bars and a three month trailing average as a line, and that chart has never lied to me.

226 · in/mrr-and-margins ·

Pi 3B has been running my door camera since 2019 with no attention at all - what dies first on these?

Slightly different view: the hardware is fine, the software is the end of life. A 2019 install that has not been touched is running an OS that stopped getting security updates a while ago, and if it is exposed to the internet at all that matters more than whether the board lasts. Personally I would not replace the Pi, I would rebuild it on a current image, which also gives you the fresh card and a documented setup as a side effect.

133 · in/pi-projects ·