-
- We have a $31.4T debt ceiling (congress controls this, and raises every year-ish). Like a country LoC at 100% draw. We’ve never defaulted on our debt, but do hit the ceiling every couple years (on avg). When that happens, we pipe cashflow away from some less critical govt funds and sell some govt investments. Countries (federal governments) have credit ratings, just like companies and individuals, and they’re assigned by US agencies to determine creditworthiness.
- Lots of private work.
- SBSC.
- https://gitlab.com/bmahlstedt/supercontest/-/issues/169
- Full restructuring of the
results
module. Basically left the views as simple as possible, just some conditioning logic then oneliner calls to results
.
- Moved all clientside calculation to serverside. Python now generates the LB views (previously it passed half the raw data to the frontend, which run some calculations, and calculated the other half serverside to pass it directly).
- The LB is composed of 3 returns now: the main columns (points per week per user), the rollup cols per user (season record, points, pick percentage, rank, payout), and the leaguewide row on top (pick percentages per week and overall season).
- Added the payout column. Logser at p=0.9 with some cute rounding.
- Also shows party fund and weekly prizes.