- Paid rent and talked to sherisse about moveout.
- Sundar Pichai taking over for Larry Page as CEO of alphabet.
- dip = density-independent pixel. Use this, instead of px, so that it adjusts by viewport size. Use multiples of 8 so that it can scale evenly.
- Bought my holiday flights home. 14k miles and $11. I still have 125k miles to burn from my old delta amex.
- Settled more briley finances. Now we just halve my utils and his internet since march (2019).
- Updated banner for the week. Deployed.
- Remaining banners: franky 15, petty 16. Only one available left.
- Something I’ve been doing lately so both the height and width autoadjust: `background-size: contain; max-height: 250px; height: {100*height/width}vw;`
- Right click your collage and check the properties. Divide height/width, multiple by 100 to make it a percentage, then round down to the nearest percent.
- After a year of experimentation and 50 smoke sessions, I think I like the flavor of hickory and apple a bit more than mesquite and pecan. I’ll continue to isolate.
- PNG is better. It uses a lossless compression, whereas jpg is lossy.