- Gemini terminated the master loan agreement between Gemini Earn customers and Genesis. Doesn’t change much – the program is done and Genesis still owes the customers money, and that is still being pursued.
- Finished the fidelity citadel 401k rollover to MS IRA. $25 transfer fee. I still had a bit of employer match that was unvested. This stops vesting when you leave the company (does not continue vesting if you just leave it in the 401k). Total transfer took about 6min. The money lands in about a week and then can be positioned however you’d like.
- Added MS account to mint. You have to enable third party data sharing in MS.
- Behave primer on neuroscience.
- Neurons and action (+) and resting (-) potential.
- To communicate across synapses, neurotransmitter chemicals are released.
- You can increase the effect of something by (1) increasing neurotransmitter release (2) increasing neurotransmitter receptors (3) reducing uptake (the cleanup mechanism that unbinds) or (4) reduce the degradative enzyme (which washes the unbound).
- SSRIs do #3, like Prozac for seratonin.
- Drugs (recreational) usually do #1 (either by adding the precursor or increasing the synthesis of the precursor into the neurotransmitter).
- Winklevoss asks the DCG board to fire Barry Silbert: https://twitter.com/cameron/status/1612806661508567042. Alleges that he lied his way out of the 3AC loss.
- OpenAI potentially getting valuated at 29B.
- Fixed the shelf and dowels in kitchen.
- Lots of private work.
- Installed
python3-tk
into my wsl for matplotlib GUI capability.
- SBSC.
- Created ticket to add the alltime leaderboard view: https://gitlab.com/bmahlstedt/supercontest/-/issues/170. Best pick percentages over 5 seasons:
supercontest=# select avg(picks.points), users.email from picks join users on picks.user_id = users.id group by users.email having sum(picks.points) > 100 order by avg(picks.points) desc limit 10;
avg | email
--------------------+------------------------------
0.543424317617866 | mbpetty@gmail.com
0.5271604938271605 | gjm112@gmail.com
0.5259259259259259 | charner4@gmail.com
0.5209876543209877 | buckeyes64@hotmail.com
0.5161691542288557 | grdich@gmail.com
0.5107692307692308 | william.st.hilaire@gmail.com
0.5068027210884354 | omar.mc93@gmail.com
0.5063829787234042 | andrewwhite175@gmail.com
0.5017857142857143 | lynne.defilippo@gmail.com
0.501269035532995 | rajarshi692@gmail.com
- Added a bunch of users to the paid table.
insert into league_user_association values (2, <user.id>);
- Still missing a bunch of people who haven’t paid yet (and very high on the lb).