-
- Flow is just a co-op. But branded, so expectations and known amenities? Rent can be paid in crypto? Equity is in crypto? Heavier community aspect? A blend of wework with, coworking spaces in the coliving community?
- Adjustment to my note the other day: I can get a much stronger sympathetic response by doing a full belly breath and then last chest inhale. Working on a smooth transition – the last piece is closer to a finishing pull right now.
- “Custodial” of course depends on whose perspective you’re speaking from. A noncustodial wallet with no other qualifier refers to provider being noncustodial. You, the user, are the custodian.
- COGS = cost of goods sold. ACV = annual contract value.
- Played with react native a bit.
- Really just for android and ios.
- Instead of writing views directly in kotlin or java for android and swift or obj-c for ios, you write in js/react and react native invokes in native.
- For desktop apps, use electron (which just runs in chromium on desktop) or proton native (actually native). Proton can be written in js/react.
- Removed the “Proudly powered by WordPress” from footer.php. Remember to do this whenever you update the theme, since it reinstantiates.
- Supercontest.
- Closed https://gitlab.com/bmahlstedt/supercontest/-/issues/149 and folded into the other ticket. Stats page should have Season, Team, User dropdowns.
- Closed https://gitlab.com/bmahlstedt/supercontest/-/issues/153 as wont-do; datadog is a superior platform but I already have google analytics and flask-monitoringdashboard which encompasses all the RUM+instrumentation I need for this simple site.
- Switched to secure app for gmail, since they disabled the less-secure-app option. https://gitlab.com/bmahlstedt/supercontest/-/issues/157. Enable 2fa, add the app-specific password, switch in source. Could also use sendgrid (twilio’s email api), but sticking with gmail smtp server for now, since that’s how I originated the mail functionality.
- Added google analytics. https://gitlab.com/bmahlstedt/supercontest/-/issues/150. Under the sbsc google account, added a property and copied the tag to main html.
- Started the view change for the stats page, adding Season/Team/User dropdowns: https://gitlab.com/bmahlstedt/supercontest/-/issues/151. Should really convert this whole app to react and have the components update without reloading the static pages on dropdown selection. Will do later. Will finish these views (not react) over the next few days.
- Had to update both webscrapes for lines and scores. A bit of work. Added a helper for scores (which come on thurs are lines wed) to assist with week1 (fake data) for future seasons.
- Pushed all to prod, fetched vegas lines and espn scores, committed, updated banner. Everything ready for week, TNF starting tomorrow. https://gitlab.com/bmahlstedt/supercontest/-/issues/158.
- Looks like westgate is releasing lines at 4pm PT now, not 5pm. Good for my ET shift.
- I’ll add the manual PST/PDT switch psql to the alembic migrations so that it’s handled every year at annual season opener prep. Right now it’s just a command that sets the pg timestamps back after a certain week. https://gitlab.com/bmahlstedt/supercontest/-/issues/139.