Life Where to live Housing We are considering home ownership in Seattle We [[5025 California Ave SW Apt 206 condo decision|decided to make an offer on 5025 California Ave SW #406]], but we weren’t very motivated on this condo and our offer was rejected We ended up buying a townhome: 4407 42nd Ave SW Unit C We divorced and sold our home in Seattle We got back together and bought another home in Philadelphia, Pennsylvania We bought a share in a housing co-op: 1919 Chestnut St Apt 622 in Philadelphia Finance retirement savings Journal 📓 Journalconst lengths = { 0: 'short', 2000: 'medium', 10000: 'long' }; dv.pages('"logs/journal"').groupBy(p => p.file.cday.year).sort(p => p.key, 'desc').forEach(yearGroup => { dv.header(1, yearGroup.key); dv.table(["Entry", "Length"], yearGroup.rows .sort(p => p.file.name, 'desc') .where(p => !p['exclude-from-list']) .map(p => { const entryLengthKey = Object.keys(lengths).reverse().find(length => { length = parseInt(length, 10); return p.file.size > length; }); const entryLength = lengths[entryLengthKey]; return [ p.file.link, entryLength ]; })); }); Link to original