<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Oblivious Investor</title>
	<atom:link href="https://obliviousinvestor.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://obliviousinvestor.com</link>
	<description>Low-Maintenance Investing with Index Funds and ETFs</description>
	<lastBuildDate>Mon, 29 Jun 2026 14:17:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>What Happens if My Password Manager Gets Hacked?</title>
		<link>https://obliviousinvestor.com/what-happens-if-my-password-manager-gets-hacked/</link>
		
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Mon, 29 Jun 2026 12:00:29 +0000</pubDate>
				<category><![CDATA[Cybersecurity & Fraud]]></category>
		<guid isPermaLink="false">https://obliviousinvestor.com/?p=9048</guid>

					<description><![CDATA[Password manager providers are naturally attractive targets for hackers. So a critical question to ask is: what happens if an attacker manages to access the servers of the company that provides your password manager software? And the answer to that question will depend on both your own practices as well as the policies and practices [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Password manager providers are naturally attractive targets for hackers. So a critical question to ask is: what happens if an attacker manages to access the servers of the company that provides your password manager software? And the answer to that question will depend on both your own practices as well as the policies and practices of the password manager provider.</p>
<p>Here it’s worth backing up a step and looking at historical security breaches in general. For instance, there have been many cases in which some company (e.g., an insurance company, a credit bureau, a hospital system, or a large retailer) gets hacked, and the attacker is ultimately able to access customer/patient information, such as contact info and Social Security numbers.</p>
<p>But wouldn’t that data have been encrypted on the company’s servers? In other words, even if the attacker was able to download the data, why weren’t they stuck with unusable encrypted data? Sadly, in some cases, the answer is that no, the data in fact was not encrypted on the company’s servers. But even in many cases in which the data <em>was</em> encrypted, the attacker was ultimately able to decrypt the data. Generally, that’s not because the attacker was able to defeat the encryption. (Modern best-practice encryption is quite secure.) Rather, the explanation is a simpler one: the attacker was able to access the decryption keys.</p>
<p>In most cases, when a company is storing encrypted data, they also need to be able to <em>decrypt</em> that data themselves, so that they can use the data when needed. So the decryption keys must be accessible in some way by systems (and sometimes people) at the company. And that is where the security often fails. In the major data breaches that you’ve heard about, what has generally been the case is that the decryption keys were stored in some way that was itself insecure, or the attackers were able to access an application that has access to the keys. The details vary, but the result is typically that the attacker is able to download the encrypted data <em>and</em> access the decryption keys, thereby allowing them to simply decrypt the data.</p>
<p>Now back to our discussion of password manager software specifically. The details vary by provider, but many password managers (including Bitwarden or 1Password) use what is known as <strong>zero-knowledge architecture</strong>. The idea of zero-knowledge architecture is that the password manager provider itself never has your master password, the key necessary to decrypt your data, or a decrypted version of your usernames, passwords, etc. Your encrypted vault is stored on their servers, and when the vault needs to be decrypted (in order for you to access saved information) that decryption happens entirely on <em>your</em> device. Your device uses your master password to derive the decryption key and then uses that decryption key to decrypt the requested data. To reiterate: with zero-knowledge architecture, the password manager provider never has your master password, the decryption key, or a decrypted version of your vault.</p>
<p>What this means is that, if your password manager is using zero-knowledge architecture with strong encryption practices, and you are using a strong master password, then even if an attacker were able to breach the password manager’s servers and download your encrypted vault, they would almost certainly not be able to decrypt the information. There’s a fundamental difference here between this sort of setup and a setup in which the company is saving not only your encrypted data but also the means to decrypt that data.</p>
<p>Of course, it would still be preferable for your password manager provider <em>not</em> to be hacked at any point. And if you ever learn that your password manager provider <em>has</em> suffered a breach involving customer vaults, you should promptly change the passwords of your most important accounts, and then change the remaining passwords as soon as practical. But if you and your password manager are both following best practices, you don’t need to worry that a data breach would mean that an attacker would immediately have access to all of your passwords.</p>
<p>There are also options for offline password managers. For instance, KeePassXC is a dedicated offline password manager. Alternatively, Bitwarden can be self-hosted on your own server. In these cases, your vault would not be stored on the vendor’s servers and thus would not be accessible at all if the vendor’s servers were breached. One downside is that syncing your passwords across devices or sharing with other family members becomes something you must set up and manage yourself. Also, now <em>you</em> would be fully responsible for security (including backups and other security-related policies). Whether that’s a good thing or a bad thing depends on your skills and how much time you want to spend on the endeavor.</p>
<p>Finally, on the topic of password manager breaches, we have to talk about LastPass. In 2022, LastPass was the subject of a major breach. In addition to being breached, it became clear that they were not following certain other best practices. For one, they were not encrypting the URLs of the websites for which users were saving usernames and passwords. That made it easier for the attacker to pick specific vaults to target for brute-force decryption attacks. (Specifically, the attacker appears to have gone after vaults that had cryptocurrency assets.) Secondly, the vaults of LastPass users with older accounts were not as securely encrypted as they should have been. In 2018, LastPass had upgraded its default for new users, but <a href="https://palant.info/2022/12/28/lastpass-breach-the-significance-of-these-password-iterations/">older users were still on older encryption policies unless they explicitly adjusted the setting themselves</a>. That made it easier for the attacker to effectively use brute-force attacks on customer vaults. (Weaker encryption settings meant that the attacker could make many more password guesses per second against those vaults.) We know that some people <a href="https://krebsonsecurity.com/2023/09/experts-fear-crooks-are-cracking-keys-stolen-in-lastpass-breach/"><em>did</em> have money stolen as a result</a>. Finally, LastPass customers were not informed that their encrypted vaults had been accessed <a href="https://www.upguard.com/blog/lastpass-vulnerability-and-future-of-password-security">until months after it had occurred</a>. A more timely notification could have allowed customers to update all of their passwords promptly and avoid any actual losses. For the above reasons, many experts in the field simply no longer feel comfortable using or recommending LastPass. Regardless, the event illustrates the importance of a password manager provider following best practices.</p>

<h3>What is the Best Age to Claim Social Security?</h3>
Read the answers to this question and several other Social Security questions in my latest book:
<table style="height: 135px;" border="0" cellspacing="0" cellpadding="0"><colgroup> <col span="2" width="75" /></colgroup>
<tbody>
<tr>
<td width="158" ><a href="http://www.amazon.com/dp/1950967190/"><img decoding="async" class="alignleft size-full wp-image-6696" title="Book8FrontCovertilted150x200" alt="" src="https://www.obliviousinvestor.com/wp-content/uploads/2014/04/NewBook8CoverTiltedScaled2.png" width="158" height="211" /></a></td>
<td width="350"><em><strong>Social Security Made Simple: Social Security Retirement Benefits and Related Planning Topics Explained in 100 Pages or Less</strong></em>
<ul>
	<li><a href="http://www.amazon.com/dp/1950967190/" target="_blank">Click here to see it on Amazon</a>.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p><b>Disclaimer:</b>Your subscription to this blog does not create a CPA-client or other professional services relationship between you and Michael Piper or between you and Simple Subjects, LLC. By subscribing, you explicitly agree not to hold Michael Piper or Simple Subjects, LLC liable in any way for damages arising from decisions you make based on the information available herein. Neither Michael Piper nor Simple Subjects, LLC makes any warranty as to the accuracy of any information contained in this communication. The information contained herein is for informational and entertainment purposes only and does not constitute financial advice. On financial matters for which assistance is needed, I strongly urge you to meet with a professional advisor who (unlike me) has a professional relationship with you and who (again, unlike me) knows the relevant details of your situation.</p>
<p>You may unsubscribe at any time by clicking the link at the bottom of this email (or by removing this RSS feed from your feed reader if you have subscribed via a feed reader).</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Financial Planning Roundup: Social Security Trust Fund Projected Depletion Moves Closer</title>
		<link>https://obliviousinvestor.com/financial-planning-roundup-social-security-trust-fund-projected-depletion-moves-closer/</link>
		
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Mon, 22 Jun 2026 12:00:43 +0000</pubDate>
				<category><![CDATA[Roundup]]></category>
		<guid isPermaLink="false">https://obliviousinvestor.com/?p=9050</guid>

					<description><![CDATA[The Trustees of the Social Security and Medicare trust funds released their annual report this month. The big headline finding: &#8220;The Old-Age and Survivors Insurance (OASI) Trust Fund will be able to pay 100 percent of total scheduled benefits until the fourth quarter of 2032, one quarter earlier than projected last year. At that time, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The Trustees of the Social Security and Medicare trust funds released their annual report this month. The big headline finding: &#8220;The Old-Age and Survivors Insurance (OASI) Trust Fund will be able to pay 100 percent of total scheduled benefits until the fourth quarter of 2032, one quarter earlier than projected last year. At that time, the fund’s reserves will become depleted and continuing program income will be sufficient to pay 78 percent of total scheduled benefits.&#8221;</p>
<ul>
<li><a href="https://www.ssa.gov/oact/trsum/">Summary report here</a></li>
<li><a href="https://www.ssa.gov/oact/TR/2026/tr2026.pdf">Full report here</a> (as pdf)</li>
</ul>
<h3>Other Recommended Reading</h3>
<ul>
<li><a href="https://www.kitces.com/blog/client-childfree-trust-planning-lifetime-care-defense-estate-ltc-insurance/">Long-Term Care And Estate Planning For Childfree People</a> from Jay Zigmont</li>
<li><a href="https://www.morningstar.com/portfolios/why-ive-changed-my-mind-about-dividend-paying-stocks">Why I’ve Changed My Mind About Dividend-Paying Stocks</a> from Christine Benz</li>
<li><a href="https://www.morningstar.com/portfolios/when-reinvest-dividends-or-not">Should You Reinvest Dividends?</a> from Amy Arnott</li>
<li><a href="https://awealthofcommonsense.com/2026/06/what-happens-to-the-stock-market-when-baby-boomers-sell/">What Happens to the Stock Market When Baby Boomers Sell?</a> from Ben Carlson</li>
<li><a href="https://www.advisorperspectives.com/articles/2026/06/17/sandbox-problem">The Sandbox Problem</a> (on the risks of using agentic AI) from Adrian Johnstone and Dan Arnison</li>
<li><a href="https://www.nytimes.com/2026/06/06/business/retirement-managing-parents-money.html?unlocked_article_code=1.r1A.MtZQ.fX0p7qFHHjdY&amp;smid=url-share">A 5-Point Checklist for Managing Your Aging Parents’ Money</a> (NYT) from Lisa Rabasca Roepe</li>
<li><a href="https://www.nytimes.com/2026/06/14/us/ai-deepfake-hany-farid.html?unlocked_article_code=1.r1A.HuW0.Fd2r899GvG3K&amp;smid=url-share">The World’s Leading Deepfake Expert No Longer Trusts His Own Eyes</a> (NYT) from Eli Saslow and Erin Schaff</li>
</ul>
<p>Thanks for reading!</p>

<h3>What is the Best Age to Claim Social Security?</h3>
Read the answers to this question and several other Social Security questions in my latest book:
<table style="height: 135px;" border="0" cellspacing="0" cellpadding="0"><colgroup> <col span="2" width="75" /></colgroup>
<tbody>
<tr>
<td width="158" ><a href="http://www.amazon.com/dp/1950967190/"><img decoding="async" class="alignleft size-full wp-image-6696" title="Book8FrontCovertilted150x200" alt="" src="https://www.obliviousinvestor.com/wp-content/uploads/2014/04/NewBook8CoverTiltedScaled2.png" width="158" height="211" /></a></td>
<td width="350"><em><strong>Social Security Made Simple: Social Security Retirement Benefits and Related Planning Topics Explained in 100 Pages or Less</strong></em>
<ul>
	<li><a href="http://www.amazon.com/dp/1950967190/" target="_blank">Click here to see it on Amazon</a>.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p><b>Disclaimer:</b>Your subscription to this blog does not create a CPA-client or other professional services relationship between you and Michael Piper or between you and Simple Subjects, LLC. By subscribing, you explicitly agree not to hold Michael Piper or Simple Subjects, LLC liable in any way for damages arising from decisions you make based on the information available herein. Neither Michael Piper nor Simple Subjects, LLC makes any warranty as to the accuracy of any information contained in this communication. The information contained herein is for informational and entertainment purposes only and does not constitute financial advice. On financial matters for which assistance is needed, I strongly urge you to meet with a professional advisor who (unlike me) has a professional relationship with you and who (again, unlike me) knows the relevant details of your situation.</p>
<p>You may unsubscribe at any time by clicking the link at the bottom of this email (or by removing this RSS feed from your feed reader if you have subscribed via a feed reader).</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Asset Allocation with a Very Low Spending Rate from the Portfolio</title>
		<link>https://obliviousinvestor.com/asset-allocation-with-a-very-low-spending-rate-from-the-portfolio/</link>
		
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Mon, 15 Jun 2026 12:00:19 +0000</pubDate>
				<category><![CDATA[Asset Allocation]]></category>
		<guid isPermaLink="false">https://obliviousinvestor.com/?p=9052</guid>

					<description><![CDATA[A reader writes in, asking: &#8220;What is your view on owning TIPS ladder (Bogleheads preferred) or short term TIPS fund when the majority of expenses are covered by pension and/or social security which are COLA adjusted. One view I read is from Charles Ellis, who views all sources of stable retirement income (pension, social security) [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A reader writes in, asking:</p>
<blockquote><p>&#8220;What is your view on owning TIPS ladder (Bogleheads preferred) or short term TIPS fund when the majority of expenses are covered by pension and/or social security which are COLA adjusted.</p>
<p>One view I read is from Charles Ellis, who views all sources of stable retirement income (pension, social security) as bond like assets, essentially an indirect TIPS ladder.&#8221;</p></blockquote>
<p>On the &#8220;should Social Security or a pension be treated as a bond&#8221; topic, my answer is that, no, they aren&#8217;t bonds. They are clearly fixed-income. But they are not bonds. (For a more full explanation, please see <a href="https://obliviousinvestor.com/social-security-it-is-an-asset-but-not-a-bond/">Social Security: It is an Asset, But Not a Bond</a>.)</p>
<p>The case in which Social Security or an inflation-adjusted pension entirely covers spending needs is just a subset of the broader category of cases in which the household is spending at a very low rate from the portfolio in retirement. That is, for this purpose, we can lump together all cases in which a household is spending anywhere from zero to roughly 2% of the portfolio per year.</p>
<p>In cases like that, there is a huge range of asset allocations that would be reasonable. The household does not need high returns, so they can use a very conservative allocation. On the other hand, the volatility of an aggressive portfolio would not put their well-being at risk either, so an aggressive allocation would also be acceptable. Or anywhere in between.</p>
<p>In other words, at this point, it becomes entirely a matter of preferences. The retirement spending goal has been entirely satisfied. So now the question becomes:</p>
<ul>
<li>Should we use an aggressive allocation, in order to increase the expected bequest to heirs?</li>
<li>Or should we use a conservative allocation, in order to not have to experience as much volatility?</li>
</ul>
<p>Either answer is acceptable.</p>
<p>And because a very broad range of allocation (from highly aggressive to highly conservative) is reasonable, all the various sub-topics within the asset allocation topic become even less important.</p>
<p>Should this household own a ladder of individual TIPS? Sure, if that appeals to them. Or not.</p>
<p>Should they own a short-term TIPS fund? Again, sure, if that sounds good to them.</p>
<p>They could use a single <a href="https://obliviousinvestor.com/ishares-core-allocation-etfs-vs-vanguards-lifestrategy-funds/">LifeStrategy fund or iShares Core Allocation ETF</a>.</p>
<p>Or they could use a &#8220;<a href="https://obliviousinvestor.com/whats-in-our-portfolio-2024-update/">VT + TIPS</a>&#8221; portfolio like I do. Or they could use a three-fund portfolio, with the bond fund being any of several different bond funds (short-term TIPS, intermediate-term TIPS, short-term nominal Treasuries, intermediate-term nominal Treasuries, a total bond fund, etc.). Or they could use any of 1,000 other more complicated portfolios, if one such portfolio appeals to them for a particular reason.</p>
<p>In general, when creating or assessing a portfolio, we want to be sure of five things:</p>
<ol>
<li>The portfolio is diversified (no huge allocation to a single stock).</li>
<li>The portfolio&#8217;s risk level is appropriate for the household&#8217;s circumstances.</li>
<li>The portfolio is simple enough to manage.</li>
<li>The portfolio does not include anything with unreasonably high costs.</li>
<li>The portfolio is reasonably tax-efficient.</li>
</ol>
<p>For any given household, there are going to be <em>many</em> potential options that satisfy all five requirements. There is no perfect portfolio, but there are countless <em>perfectly fine</em> portfolios.</p>
<p>And specifically for a retiree household with a very low spending rate, requirement #2 on the list becomes less of a limiting factor than it often might be, so now there is an <em>even broader</em> range of acceptable portfolios.</p>

<h3>What is the Best Age to Claim Social Security?</h3>
Read the answers to this question and several other Social Security questions in my latest book:
<table style="height: 135px;" border="0" cellspacing="0" cellpadding="0"><colgroup> <col span="2" width="75" /></colgroup>
<tbody>
<tr>
<td width="158" ><a href="http://www.amazon.com/dp/1950967190/"><img decoding="async" class="alignleft size-full wp-image-6696" title="Book8FrontCovertilted150x200" alt="" src="https://www.obliviousinvestor.com/wp-content/uploads/2014/04/NewBook8CoverTiltedScaled2.png" width="158" height="211" /></a></td>
<td width="350"><em><strong>Social Security Made Simple: Social Security Retirement Benefits and Related Planning Topics Explained in 100 Pages or Less</strong></em>
<ul>
	<li><a href="http://www.amazon.com/dp/1950967190/" target="_blank">Click here to see it on Amazon</a>.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p><b>Disclaimer:</b>Your subscription to this blog does not create a CPA-client or other professional services relationship between you and Michael Piper or between you and Simple Subjects, LLC. By subscribing, you explicitly agree not to hold Michael Piper or Simple Subjects, LLC liable in any way for damages arising from decisions you make based on the information available herein. Neither Michael Piper nor Simple Subjects, LLC makes any warranty as to the accuracy of any information contained in this communication. The information contained herein is for informational and entertainment purposes only and does not constitute financial advice. On financial matters for which assistance is needed, I strongly urge you to meet with a professional advisor who (unlike me) has a professional relationship with you and who (again, unlike me) knows the relevant details of your situation.</p>
<p>You may unsubscribe at any time by clicking the link at the bottom of this email (or by removing this RSS feed from your feed reader if you have subscribed via a feed reader).</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Financial Planning Roundup: 2026 Edition of Taxes Made Simple</title>
		<link>https://obliviousinvestor.com/financial-planning-roundup-2026-edition-of-taxes-made-simple/</link>
		
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Mon, 08 Jun 2026 12:00:01 +0000</pubDate>
				<category><![CDATA[Roundup]]></category>
		<guid isPermaLink="false">https://obliviousinvestor.com/?p=9043</guid>

					<description><![CDATA[A quick announcement for today: I just released the 2026 edition of Taxes Made Simple. It includes all the stuff that&#8217;s new for 2026 (and 2025), such as the $1,000 charitable donation deduction for non-itemizers, the senior deduction, the deductions for qualified tip income, qualified overtime income, and vehicle loan interest. If you think it [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A quick announcement for today: I just released the 2026 edition of <a href="http://www.amazon.com/dp/1950967204/?tag=obliviousinve-20"><em>Taxes Made Simple</em></a>. It includes all the stuff that&#8217;s new for 2026 (and 2025), such as the $1,000 charitable donation deduction for non-itemizers, the <a href="https://obliviousinvestor.com/senior-deduction-not-standard-deduction/">senior deduction</a>, the deductions for qualified tip income, qualified overtime income, and vehicle loan interest.</p>
<p>If you think it would be helpful for you or a loved one, I&#8217;d encourage you to grab a copy. Or leave a review if you&#8217;ve read it in the past and found it helpful:</p>
<ul>
<li><em><a href="http://www.amazon.com/dp/1950967204/?tag=obliviousinve-20" target="_blank" rel="noopener">Taxes Made Simple: Income Taxes Explained in 100 Pages or Less</a></em></li>
</ul>
<h3>Other Recommended Reading</h3>
<ul>
<li><a href="https://crr.bc.edu/can-equity-investments-help-social-securitys-finances/">Can Equity Investments Help Social Security’s Finances?</a> from Anqi Chen, Alicia Munnell, and Jean-Pierre Aubry</li>
<li><a href="https://www.advisorperspectives.com/articles/2026/06/01/high-inflation-continue-how-affect-investing">High Inflation May Continue: How It Could Affect Your Investing</a> from Allan Roth</li>
<li><a href="https://kindnessfp.com/win-in-life/">Did you Already Win in Life?</a> from Elliott Appel</li>
<li><a href="https://www.youtube.com/watch?v=bB2ccYRLSOI">Keeping More of What You Earn</a> (YouTube discussion with Paul Merriman and myself, in which we discuss a range of topics)</li>
<li><a href="https://www.thetaxadviser.com/issues/2026/may/trust-distributions-timing-tax-and-practical-considerations/">Trust Distributions: Timing, Tax, and Practical Considerations</a> from Douglas Yost</li>
<li><a href="https://www.advisorperspectives.com/articles/2026/06/04/vanguards-voo-hits-1-trillion-assets-etf-industry">Vanguard’s VOO Hits $1 Trillion of Assets in ETF Industry First</a> from Katie Greifeld</li>
</ul>
<p>Thanks for reading!</p>

<h3>What is the Best Age to Claim Social Security?</h3>
Read the answers to this question and several other Social Security questions in my latest book:
<table style="height: 135px;" border="0" cellspacing="0" cellpadding="0"><colgroup> <col span="2" width="75" /></colgroup>
<tbody>
<tr>
<td width="158" ><a href="http://www.amazon.com/dp/1950967190/"><img decoding="async" class="alignleft size-full wp-image-6696" title="Book8FrontCovertilted150x200" alt="" src="https://www.obliviousinvestor.com/wp-content/uploads/2014/04/NewBook8CoverTiltedScaled2.png" width="158" height="211" /></a></td>
<td width="350"><em><strong>Social Security Made Simple: Social Security Retirement Benefits and Related Planning Topics Explained in 100 Pages or Less</strong></em>
<ul>
	<li><a href="http://www.amazon.com/dp/1950967190/" target="_blank">Click here to see it on Amazon</a>.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p><b>Disclaimer:</b>Your subscription to this blog does not create a CPA-client or other professional services relationship between you and Michael Piper or between you and Simple Subjects, LLC. By subscribing, you explicitly agree not to hold Michael Piper or Simple Subjects, LLC liable in any way for damages arising from decisions you make based on the information available herein. Neither Michael Piper nor Simple Subjects, LLC makes any warranty as to the accuracy of any information contained in this communication. The information contained herein is for informational and entertainment purposes only and does not constitute financial advice. On financial matters for which assistance is needed, I strongly urge you to meet with a professional advisor who (unlike me) has a professional relationship with you and who (again, unlike me) knows the relevant details of your situation.</p>
<p>You may unsubscribe at any time by clicking the link at the bottom of this email (or by removing this RSS feed from your feed reader if you have subscribed via a feed reader).</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Vanguard&#8217;s New Target Maturity Corporate Bond ETFs</title>
		<link>https://obliviousinvestor.com/vanguards-new-target-maturity-corporate-bond-etfs/</link>
		
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Mon, 01 Jun 2026 12:00:27 +0000</pubDate>
				<category><![CDATA[Bonds]]></category>
		<guid isPermaLink="false">https://obliviousinvestor.com/?p=9045</guid>

					<description><![CDATA[In March of this year, Vanguard released a new line of Target Maturity Corporate Bond ETFs. (Prospectus here.) The line currently consists of Vanguard Target Maturity 2027 Corporate Bond ETF (VBCA) through Vanguard Target Maturity 2036 Corporate Bond ETF (VBCJ). In other words, one fund for each year, up to ten years in the future. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In March of this year, Vanguard released a new line of <a href="https://investor.vanguard.com/investor-resources-education/news/vanguards-new-target-maturity-corporate-bond-etf-suite">Target Maturity Corporate Bond ETFs</a>. (<a href="https://personal1.vanguard.com/pub/Pdf/pv072.pdf">Prospectus here</a>.) The line currently consists of Vanguard Target Maturity 2027 Corporate Bond ETF (VBCA) through Vanguard Target Maturity 2036 Corporate Bond ETF (VBCJ). In other words, one fund for each year, up to ten years in the future.</p>
<p>The funds do pretty much what you&#8217;d expect from the name:</p>
<ul>
<li>Each fund holds (domestic) investment-grade corporate bonds that mature (or are expected to be called) in the year in question. For example, the Vanguard Target Maturity 2029 Corporate Bond ETF holds bonds that mature or are expected to be called in 2029.</li>
<li>Each month, the fund distributes whatever income the underlying bonds paid.</li>
<li>And then once all the bonds have matured, the fund makes a final distribution of the entire net asset value.</li>
</ul>
<p>The idea, broadly, is that these funds could be used to create a corporate bond ladder, extending up to 10 years in the future. Vanguard even released a neat &#8220;<a href="https://advisors.vanguard.com/strategies/fixed-income/bond-ladder-tool/">BondBuilder Laddering Tool</a>&#8221; to go along with the funds.</p>
<p>If you&#8217;re going to own corporate bonds, diversification among issuers is critical, for exactly the same reason why diversification is critical when owning stocks: you don&#8217;t want to have a disaster if any one company goes out of business.</p>
<p>So if you want to build a ladder of corporate bonds, using funds like these is <em>much</em> easier than buying individual bonds from a whole bunch of different issuers.</p>
<p>But <em>do</em> you want to build a ladder of corporate bonds?</p>
<p>I don&#8217;t, particularly.</p>
<p>To be clear, there&#8217;s nothing at all wrong with doing so. But most of the time if I&#8217;m considering a bond ladder, it&#8217;s specifically for asset-liability matching. That is, the point is the <em>safety</em> that a ladder can provide (due to holding bonds until maturity), relative to most funds (which maintain a steady average maturity and thus if you ever want to sell shares to raise cash, you&#8217;re always selling bonds prior to maturity). And if the goal is <em>safety</em>, then I specifically want the ladder to be Treasury Inflation-Protected Securities (TIPS).</p>
<p>Again, there&#8217;s nothing at all wrong with these funds. They&#8217;re low-cost, and I expect they&#8217;ll do a great job of doing what they say they&#8217;ll do. If you want a corporate bond ladder, these are a good choice (for up to 10 years of ladder rungs, that is).</p>
<p>It&#8217;s also worth noting that iShares has offered <a href="https://www.ishares.com/us/strategies/bond-etfs/build-better-bond-ladders">target-maturity investment-grade corporate bond ETFs</a> since 2016. They are also low-cost and do basically the same thing. So the idea isn&#8217;t new. This is just Vanguard <em>also</em> offering a product in this category. (iShares also offers target-maturity ETFs of nominal Treasury bonds, TIPS, municipal bonds, and high-yield corporate bonds.)</p>

<h3>What is the Best Age to Claim Social Security?</h3>
Read the answers to this question and several other Social Security questions in my latest book:
<table style="height: 135px;" border="0" cellspacing="0" cellpadding="0"><colgroup> <col span="2" width="75" /></colgroup>
<tbody>
<tr>
<td width="158" ><a href="http://www.amazon.com/dp/1950967190/"><img decoding="async" class="alignleft size-full wp-image-6696" title="Book8FrontCovertilted150x200" alt="" src="https://www.obliviousinvestor.com/wp-content/uploads/2014/04/NewBook8CoverTiltedScaled2.png" width="158" height="211" /></a></td>
<td width="350"><em><strong>Social Security Made Simple: Social Security Retirement Benefits and Related Planning Topics Explained in 100 Pages or Less</strong></em>
<ul>
	<li><a href="http://www.amazon.com/dp/1950967190/" target="_blank">Click here to see it on Amazon</a>.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p><b>Disclaimer:</b>Your subscription to this blog does not create a CPA-client or other professional services relationship between you and Michael Piper or between you and Simple Subjects, LLC. By subscribing, you explicitly agree not to hold Michael Piper or Simple Subjects, LLC liable in any way for damages arising from decisions you make based on the information available herein. Neither Michael Piper nor Simple Subjects, LLC makes any warranty as to the accuracy of any information contained in this communication. The information contained herein is for informational and entertainment purposes only and does not constitute financial advice. On financial matters for which assistance is needed, I strongly urge you to meet with a professional advisor who (unlike me) has a professional relationship with you and who (again, unlike me) knows the relevant details of your situation.</p>
<p>You may unsubscribe at any time by clicking the link at the bottom of this email (or by removing this RSS feed from your feed reader if you have subscribed via a feed reader).</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Financial Planning Roundup: New Book Recommendation</title>
		<link>https://obliviousinvestor.com/financial-planning-roundup-new-book-recommendation/</link>
		
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Mon, 25 May 2026 12:00:03 +0000</pubDate>
				<category><![CDATA[Roundup]]></category>
		<guid isPermaLink="false">https://obliviousinvestor.com/?p=9039</guid>

					<description><![CDATA[Over all the years I&#8217;ve been writing this blog, Ben Carlson is among the top few writers I&#8217;ve linked to most often (Jim Dahle and Christine Benz are probably the competitors). Ben recently released a new book, which I just finished reading: Risk and Reward: How to handle market volatility and build long-term wealth. In [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Over all the years I&#8217;ve been writing this blog, Ben Carlson is among the top few writers I&#8217;ve linked to most often (Jim Dahle and Christine Benz are probably the competitors).</p>
<p>Ben recently released a new book, which I just finished reading: <em><a href="https://www.amazon.com/dp/1804093262/?tag=obliviousinve-20">Risk and Reward: How to handle market volatility and build long-term wealth</a></em>. In short, it&#8217;s excellent. It would be on my short list of books to recommend to a new investor, and I think it&#8217;s a fun read for any experienced investor who enjoys good investment writing.</p>
<p>The book drills home the &#8220;&#8230;and now <em>stick with</em> the plan&#8221; lesson, in a variety of ways: stories, history, and (as you&#8217;d expect from Ben&#8217;s blog) a whole bunch of great charts for anybody who is a visual learner.</p>
<ul>
<li><em><a href="https://www.amazon.com/dp/1804093262/?tag=obliviousinve-20">Risk and Reward: How to handle market volatility and build long-term wealth</a></em> (on Amazon)</li>
<li><a href="https://lnk.to/riskandrewardbook">Links to the book on other various bookstores</a></li>
</ul>
<h3>Other Recommended Reading</h3>
<ul>
<li><a href="https://www.whitecoatinvestor.com/spend-hsa-money-now/">4 Reasons We&#8217;re Spending Our HSA Money Now</a> from Jim Dahle</li>
<li><a href="https://awealthofcommonsense.com/2026/05/the-4-abilities-every-investors-needs-to-be-successful/">The 4 Abilities Every Investor Needs to be Successful</a> from Ben Carlson</li>
<li><a href="https://www.advisorperspectives.com/articles/2026/05/18/many-utilities-retirement">The Many Utilities of Retirement</a> from William Bernstein and Edward McQuarrie</li>
<li><a href="https://www.journalofaccountancy.com/news/2026/may/irs-stops-billions-in-identity-theft-refunds-but-needs-data-earlier-report-says/">IRS stops billions in identity theft refunds but needs data earlier, report says</a> from Martha Waggoner</li>
<li><a href="https://support.microsoft.com/en-us/accounts-billing/manage/microsoft-to-stop-sending-sms-codes-for-personal-accounts">Microsoft to Discontinue SMS as Multi-Factor Method, in Favor of Passkeys</a> from Microsoft</li>
<li><a href="https://www.journalofaccountancy.com/news/2026/may/worried-about-that-cp53e-qr-code-irs-updates-faqs/">Worried about that CP53E QR code? IRS updates FAQs</a> from Martha Waggoner</li>
<li><a href="https://www.wealthmanagement.com/ria-news/in-class-action-mercer-client-faults-firms-data-protection-amid-shinyhunters-cyber-attack">Client Data Exposed in Registered Investment Adviser Data Breaches</a> from Patrick Donachie</li>
<li><a href="https://podcasts.apple.com/au/podcast/a-free-social-security-analysis-tool-and-the-yield-on/id306106212?i=1000768125377">A Free Social Security Analysis Tool</a> &#8212; Robert Brokamp interviews me for the <em>Motley Fool Hidden Gems</em> podcast (<a href="https://open.spotify.com/episode/5XWmtxx85U54ex1VmotY2b">Spotify link here</a>)</li>
</ul>
<p>Thanks for reading!</p>

<h3>What is the Best Age to Claim Social Security?</h3>
Read the answers to this question and several other Social Security questions in my latest book:
<table style="height: 135px;" border="0" cellspacing="0" cellpadding="0"><colgroup> <col span="2" width="75" /></colgroup>
<tbody>
<tr>
<td width="158" ><a href="http://www.amazon.com/dp/1950967190/"><img decoding="async" class="alignleft size-full wp-image-6696" title="Book8FrontCovertilted150x200" alt="" src="https://www.obliviousinvestor.com/wp-content/uploads/2014/04/NewBook8CoverTiltedScaled2.png" width="158" height="211" /></a></td>
<td width="350"><em><strong>Social Security Made Simple: Social Security Retirement Benefits and Related Planning Topics Explained in 100 Pages or Less</strong></em>
<ul>
	<li><a href="http://www.amazon.com/dp/1950967190/" target="_blank">Click here to see it on Amazon</a>.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p><b>Disclaimer:</b>Your subscription to this blog does not create a CPA-client or other professional services relationship between you and Michael Piper or between you and Simple Subjects, LLC. By subscribing, you explicitly agree not to hold Michael Piper or Simple Subjects, LLC liable in any way for damages arising from decisions you make based on the information available herein. Neither Michael Piper nor Simple Subjects, LLC makes any warranty as to the accuracy of any information contained in this communication. The information contained herein is for informational and entertainment purposes only and does not constitute financial advice. On financial matters for which assistance is needed, I strongly urge you to meet with a professional advisor who (unlike me) has a professional relationship with you and who (again, unlike me) knows the relevant details of your situation.</p>
<p>You may unsubscribe at any time by clicking the link at the bottom of this email (or by removing this RSS feed from your feed reader if you have subscribed via a feed reader).</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Using AI for Tax Research</title>
		<link>https://obliviousinvestor.com/using-ai-for-tax-research/</link>
		
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Mon, 18 May 2026 12:50:43 +0000</pubDate>
				<category><![CDATA[Taxes]]></category>
		<guid isPermaLink="false">https://obliviousinvestor.com/?p=9031</guid>

					<description><![CDATA[I recently had an email exchange with an Oblivious Investor reader about the (new for 2026) deduction of $1,000 ($2,000 if married filing jointly) for charitable contributions, for people who don&#8217;t itemize. The question was whether the deduction reduces adjusted gross income (AGI) or not. The short answer is that, no, it does not reduce [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I recently had an email exchange with an <em>Oblivious Investor</em> reader about the (new for 2026) deduction of $1,000 ($2,000 if married filing jointly) for charitable contributions, for people who don&#8217;t itemize. The question was whether the deduction reduces adjusted gross income (AGI) or not.</p>
<p>The short answer is that, no, it does not reduce adjusted gross income.</p>
<p>But what&#8217;s perhaps more interesting is the conversation the reader was having at the same time, with Gemini AI, about the same topic. The reader had asked whether the deduction is an &#8220;above the line&#8221; or &#8220;below the line&#8221; deduction.</p>
<p>And the AI gave an answer that was frankly nonsensical. That&#8217;s likely because there&#8217;s conflicting writing on the internet about this topic, in part because the terms &#8220;above the line&#8221; and &#8220;below the line&#8221; are no longer sufficient to describe the categories of deductions that we have.</p>
<p>We used to have only:</p>
<ol>
<li>Adjustments to gross income (i.e., things that reduce adjusted gross income), which were known as above-the-line deductions.</li>
<li>Itemized deductions, which were known as below-the-line deductions.</li>
</ol>
<p>These days, we have a third category of deductions, which do not reduce adjusted gross income but which are not itemized deductions. Included in this category are:</p>
<ol>
<li>The $1,000 ($2,000 if MFJ) deduction in question for charitable contributions.</li>
<li>The deduction for qualified business income (i.e., pass-through income).</li>
<li>The deduction for qualified tip income.</li>
<li>The deduction for qualified overtime income.</li>
<li>The deduction for vehicle loan interest.</li>
<li>The enhanced <a href="https://obliviousinvestor.com/senior-deduction-not-standard-deduction/">senior deduction</a>.</li>
</ol>
<p>Some people are calling these deductions &#8220;above the line&#8221; because they aren&#8217;t itemized. And some people are calling them &#8220;below the line&#8221; because they do not reduce adjusted gross income. And so human readers reading these different articles &#8212; as well as AI chatbots being trained on these articles &#8212; get confused.</p>
<p>When Gemini was asked to look specifically at the law itself and help interpret that, Gemini answered that it&#8217;s an above the line deduction, reducing AGI. Here&#8217;s Gemini&#8217;s explanation:</p>
<blockquote><p>The specific language in Section 70424 of the Act that executes this change is as follows:</p>
<p>&#8220;<strong>(b) DEDUCTION ALLOWED IN COMPUTING ADJUSTED GROSS INCOME.—</strong>&#8221;</p>
<p>&#8220;Section 62(a) of the Internal Revenue Code of 1986 is amended by inserting after paragraph (21) the following new paragraph:&#8221;</p>
<p>&#8220;<strong>(22) CHARITABLE CONTRIBUTIONS OF INDIVIDUALS WHO DO NOT ELECT TO ITEMIZE DEDUCTIONS</strong>.— In the case of an individual who does not elect to itemize deductions for the taxable year, the deduction allowed by section 170(p).&#8221;</p></blockquote>
<p>Gemini&#8217;s reasoning makes perfect sense &#8212; or it would, if that wording actually existed in the legislation. But it doesn&#8217;t. The entire wording Gemini is quoting is completely hallucinated. It doesn&#8217;t appear in <a href="https://www.congress.gov/bill/119th-congress/house-bill/1/text">the actual text of the law</a> at all.</p>
<p>It&#8217;s remarkable though that the wording Gemini is providing is exactly what the law <em>would</em> say, if it were trying to make the deduction an adjustment to income. The AI is being very clever here &#8212; it just fundamentally misunderstands the assignment. It found wording from <em>other</em> pieces of legislation, in which a new deduction <em>was</em> made an adjustment to income. And it modified the wording exactly as needed, to fit the new context.</p>
<p>It&#8217;s exactly the sort of thing you&#8217;d want if you were using it to help write software code: finding something that worked in a very similar situation, and then modifying it in just the right way to fit this new situation.</p>
<p>But that&#8217;s precisely the opposite of what we want in tax research. We don&#8217;t want it to create new wording. We need it to specifically look at the wording that <em>is</em> there, understand that wording, and explain it to us.</p>
<p>AI chatbots can be very helpful, for a range of different tasks. But they can still get things wrong &#8212; and in ways in which no human ever would. (A human may very well answer the same tax question incorrectly, but no human in their right mind would completely fabricate a bunch of legislative wording as part of their answer.)</p>
<p>If you want to use AIs for tax research, there are a few things that can help improve the results:</p>
<ul>
<li>In your permanent account settings, give it some information along the lines of &#8220;Correctness is always a critical concern. If you are ever unsure of anything, please let me know and/or ask questions. Please never give me an answer of which you are unsure.&#8221; (Note though that this can cut down on hallucinations but will not eliminate them, as the model can sometimes be confident but incorrect.)</li>
<li>In the actual prompt you give, do not only ask it to base its answer on the law, first ask it to find the text of the law itself. Confirm that it has read the text. And then ask your question. For example, start your conversation with: &#8220;Please look on the law.cornell.edu website for the IRC section about health savings accounts. Please find and read that.&#8221; And then go from there, with whatever questions you have about HSAs.</li>
<li>And for any points that are absolutely critical (i.e., points where it would be very problematic if the information you received was wrong), ask it specifically where it is finding the information in question. And then go confirm that for yourself. Acceptable sources include Internal Revenue Code sections, Treasury Regulations, Revenue Rulings, Revenue Procedures, and judicial decisions. IRS publications or articles anywhere (including IRS.gov) are not sufficient.</li>
</ul>
<p>It&#8217;s critical to understand that AIs do not behave the same way that humans do. The <em>situations</em> in which AIs make mistakes, and the <em>ways</em> in which they make mistakes, are different than for humans. So if you&#8217;re going to rely on AI answers for critical topics, you have to be thorough/explicit about confirming the information on your own.</p>
<p>I often think of an AI chatbot as an employee that is: smart, extremely eager to please, hardworking, and literally an alien from another planet. Imagine that that&#8217;s who you have sitting on a stool next to you. It&#8217;s ready to work! But you can&#8217;t assume that it will understand you in the same way that a human would. They can not only get things wrong, they can sometimes fundamentally misunderstand the assignment in a way that no human would (as in the case above, in which it decided that making up tax law was what the user wanted).</p>

<h3>What is the Best Age to Claim Social Security?</h3>
Read the answers to this question and several other Social Security questions in my latest book:
<table style="height: 135px;" border="0" cellspacing="0" cellpadding="0"><colgroup> <col span="2" width="75" /></colgroup>
<tbody>
<tr>
<td width="158" ><a href="http://www.amazon.com/dp/1950967190/"><img decoding="async" class="alignleft size-full wp-image-6696" title="Book8FrontCovertilted150x200" alt="" src="https://www.obliviousinvestor.com/wp-content/uploads/2014/04/NewBook8CoverTiltedScaled2.png" width="158" height="211" /></a></td>
<td width="350"><em><strong>Social Security Made Simple: Social Security Retirement Benefits and Related Planning Topics Explained in 100 Pages or Less</strong></em>
<ul>
	<li><a href="http://www.amazon.com/dp/1950967190/" target="_blank">Click here to see it on Amazon</a>.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p><b>Disclaimer:</b>Your subscription to this blog does not create a CPA-client or other professional services relationship between you and Michael Piper or between you and Simple Subjects, LLC. By subscribing, you explicitly agree not to hold Michael Piper or Simple Subjects, LLC liable in any way for damages arising from decisions you make based on the information available herein. Neither Michael Piper nor Simple Subjects, LLC makes any warranty as to the accuracy of any information contained in this communication. The information contained herein is for informational and entertainment purposes only and does not constitute financial advice. On financial matters for which assistance is needed, I strongly urge you to meet with a professional advisor who (unlike me) has a professional relationship with you and who (again, unlike me) knows the relevant details of your situation.</p>
<p>You may unsubscribe at any time by clicking the link at the bottom of this email (or by removing this RSS feed from your feed reader if you have subscribed via a feed reader).</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Investing Blog Roundup: Household Finances as an Early Indicator of Cognitive Decline</title>
		<link>https://obliviousinvestor.com/investing-blog-roundup-household-finances-as-an-early-indicator-of-cognitive-decline/</link>
		
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Mon, 11 May 2026 12:00:23 +0000</pubDate>
				<category><![CDATA[Cybersecurity & Fraud]]></category>
		<guid isPermaLink="false">https://obliviousinvestor.com/?p=9034</guid>

					<description><![CDATA[A Planet Money podcast episode last week directed me to a paper released earlier this year: Dementia and Long-run Trajectories in Household Finances. The authors explain their findings in pretty plain English, so I&#8217;m just going to quote their work: &#8220;Our results point to impaired financial decision-making beginning about six years prior to clinically recognizable [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A <em>Planet Money</em> podcast episode last week directed me to a paper released earlier this year: <em>Dementia and Long-run Trajectories in Household Finances</em>. The authors explain their findings in pretty plain English, so I&#8217;m just going to quote their work:</p>
<blockquote><p>&#8220;Our results point to impaired financial decision-making beginning about six years prior to clinically recognizable dementia.&#8221;</p>
<p>&#8220;A growing body of work links cognitive ability to financial outcomes such as portfolio allocation, credit use, and susceptibility to fraud. [&#8230;] Most recently, Mazzonna and Peracchi (2024) show that older adults are often unaware of their own cognitive decline, and that such misperception can lead to persistent financial mistakes. We extend this literature by showing that the economic consequences of cognitive decline appear well before the onset of dementia symptoms (or clinical diagnosis) and manifest in sustained losses in household wealth.&#8221;</p>
<p>&#8220;Our findings underscore that dementia-related financial risk should be viewed as a universal and forward-looking household risk, not just a concern for those who are already symptomatic or diagnosed. Because financial mistakes often appear before individuals or families become aware of any cognitive decline, relying solely on diagnosis or subjective awareness is unlikely to be sufficient. Safeguards that can be implemented well in advance—such as designating trusted financial contacts, simplifying financial arrangements, or allocating part of retirement wealth to products with guaranteed payouts—may help reduce exposure to losses from impaired financial decision-making.&#8221;</p></blockquote>
<p>Their findings are exactly in line with the stories I keep hearing stories from readers: situations in which, conversationally, Mom/Dad/Uncle Steve still seems fine. No obvious red flags. And yet, they&#8217;re making financial decisions that make no sense or falling victim to scams that they would not have fallen for just a few years ago.</p>
<p>Of course, dementia (or other significant cognitive decline) does not happen to everybody. But we don&#8217;t know in advance to whom it will happen. And waiting until there are obvious personality-related symptoms before putting protective financial policies in place doesn&#8217;t work very well, because the financial problems often come first.</p>
<p>I think the authors suggestions are excellent: simplified portfolios (and simplified finances in general), designated trusted financial contacts (to allow the financial institutions to share information with that contact), options for guaranteed income (most notably: delaying Social Security). And I&#8217;ll add: adopting security practices that are resistant to scams/phishing (i.e., <a href="https://obliviousinvestor.com/what-the-heck-are-passkeys/">passkeys</a> and <a href="https://obliviousinvestor.com/security-keys-the-most-secure-way-to-log-in/">security keys</a>).</p>
<p>A key point here is that all of the above suggestions are generally good ideas regardless of the possibility of cognitive decline.</p>
<ul>
<li><a href="https://www.nber.org/papers/w34659">Dementia and Long-run Trajectories in Household Finances</a> from Jing Li, Kathleen M. McGarry, Lauren Hersch Nicholas, and Jonathan S. Skinner</li>
<li><a href="https://www.npr.org/2026/05/05/nx-s1-5810956/how-your-bank-account-might-predict-dementia">How Your Bank Account Might Predict Dementia</a> (<em>The Indicator from Planet Money</em> podcast episode)</li>
</ul>
<h3>Other Recommended Reading</h3>
<ul>
<li><a href="https://www.marketplace.org/story/2026/05/01/why-one-ohio-retiree-is-intentionally-spending-down-her-savings">Why an Ohio Retiree Capped Her Net Worth and Spent Down the Excess</a> from Sarah Leeson (very brief Marketplace podcast segment)</li>
<li><a href="https://awealthofcommonsense.com/2026/04/tops-and-bottoms/">Buying at Tops or Bottoms</a> from Ben Carlson</li>
<li><a href="https://awealthofcommonsense.com/2026/04/an-all-time-bull-market/">An All-Time Bull Market</a> from Ben Carlson</li>
<li><a href="https://www.advisorperspectives.com/articles/2026/04/28/trusted-help-daily-money-manager">Trusted Help from a Daily Money Manager</a> from Rick Kahler</li>
<li><a href="https://www.derekthompson.org/p/if-americas-so-rich-howd-it-get-so">If America&#8217;s So Rich, How&#8217;d It Get So Sad?</a> from Derek Thompson</li>
<li><a href="https://www.morningstar.com/retirement/you-just-retired-or-are-about-now-what">You Just Retired (or Are About to). Now What?</a> from Christine Benz</li>
<li><a href="https://www.advisorperspectives.com/articles/2026/05/04/ten-nasty-tricks-predators-play-clients">10 Tricks of Financial Predators</a> from Allan Roth</li>
</ul>
<p>Thanks for reading!</p>

<h3>What is the Best Age to Claim Social Security?</h3>
Read the answers to this question and several other Social Security questions in my latest book:
<table style="height: 135px;" border="0" cellspacing="0" cellpadding="0"><colgroup> <col span="2" width="75" /></colgroup>
<tbody>
<tr>
<td width="158" ><a href="http://www.amazon.com/dp/1950967190/"><img decoding="async" class="alignleft size-full wp-image-6696" title="Book8FrontCovertilted150x200" alt="" src="https://www.obliviousinvestor.com/wp-content/uploads/2014/04/NewBook8CoverTiltedScaled2.png" width="158" height="211" /></a></td>
<td width="350"><em><strong>Social Security Made Simple: Social Security Retirement Benefits and Related Planning Topics Explained in 100 Pages or Less</strong></em>
<ul>
	<li><a href="http://www.amazon.com/dp/1950967190/" target="_blank">Click here to see it on Amazon</a>.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p><b>Disclaimer:</b>Your subscription to this blog does not create a CPA-client or other professional services relationship between you and Michael Piper or between you and Simple Subjects, LLC. By subscribing, you explicitly agree not to hold Michael Piper or Simple Subjects, LLC liable in any way for damages arising from decisions you make based on the information available herein. Neither Michael Piper nor Simple Subjects, LLC makes any warranty as to the accuracy of any information contained in this communication. The information contained herein is for informational and entertainment purposes only and does not constitute financial advice. On financial matters for which assistance is needed, I strongly urge you to meet with a professional advisor who (unlike me) has a professional relationship with you and who (again, unlike me) knows the relevant details of your situation.</p>
<p>You may unsubscribe at any time by clicking the link at the bottom of this email (or by removing this RSS feed from your feed reader if you have subscribed via a feed reader).</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Keeping Vulnerable Loved Ones (and Yourself) Safe from Fraud</title>
		<link>https://obliviousinvestor.com/keeping-vulnerable-loved-ones-and-yourself-safe-from-fraud/</link>
		
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Mon, 04 May 2026 12:00:39 +0000</pubDate>
				<category><![CDATA[Cybersecurity & Fraud]]></category>
		<guid isPermaLink="false">https://obliviousinvestor.com/?p=9017</guid>

					<description><![CDATA[&#8220;Have your parents been scammed yet?&#8221; Jim Dahle asked me, in a brief one-on-one conversation at the recent White Coat Investor Conference. The implication, of course, is that it&#8217;s a matter of when it happens rather than whether it happens. At the conference, three other attendees happened to share stories with me of their parents [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>&#8220;Have your parents been scammed yet?&#8221; Jim Dahle asked me, in a brief one-on-one conversation at the recent White Coat Investor Conference.</p>
<p>The implication, of course, is that it&#8217;s a matter of <em>when</em> it happens rather than <em>whether</em> it happens.</p>
<p>At the conference, three other attendees happened to share stories with me of their parents being scammed. (And, to be clear, I was not walking around polling people on this topic.)</p>
<p>And we recently discussed the stats from the FBI showing <a href="https://obliviousinvestor.com/investing-blog-roundup-cybercrime-losses-grew-by-60-for-the-age-60-crowd-in-2025/">explosive growth</a> in the rate at which people age 60+ are becoming victims of cybercrime.</p>
<p>Frankly, we have a situation on our hands.</p>
<p>Technology keeps moving. If anything, it&#8217;s speeding up. But as humans, at some point, we slow down. That&#8217;s just the nature of things.</p>
<p>That&#8217;s a major part of the context for this whole discussion of cybersecurity. It&#8217;s not just about how we can keep ourselves safe, it&#8217;s also about how we can keep our elders and less tech-savvy loved ones safe. And the combination of tech advancements (which older people are less likely to have kept up with) plus the possibility of some degree of cognitive decline makes for a challenging situation.</p>
<p>And to be clear, when I mention cognitive decline here, I&#8217;m not referring to full-blown dementia (although that obviously does dramatically increase the likelihood of being victimized). I&#8217;m talking about the more mundane but common situation in which a person is still capable of functioning normally in day-to-day activities, yet their ability to promptly detect a fishy situation &#8212; their &#8220;bullshit radar,&#8221; if you will &#8212; has started to become somewhat less sensitive.</p>
<p>What follows are important steps you can take to make yourself safer. And after implementing these policies for yourself, you can help your vulnerable loved ones implement them as well.</p>
<p>An important thing to note here is that if there are multiple people in the household, everything is only as secure as the weakest link. <em>Each person</em> should be following these policies.</p>
<h3>Communication Policies</h3>
<p>If you receive any inbound communication (whether email, text, or phone call) that purports to be from a company or government agency with which you have any sort of account:</p>
<ul>
<li>Do not reply.</li>
<li>Do not give them any information whatsoever.</li>
<li>Do not click on any links.</li>
</ul>
<p>Essentially, don’t interact with inbound communications. If you need to interact with any organization with which you have an important account, make sure it is <em>you</em> reaching out to <em>them</em>, via a trusted means. That could be:</p>
<ul>
<li>Calling the number on the back of your credit/debit card.</li>
<li>Typing the company&#8217;s URL directly into your browser.</li>
<li>Visiting their website via a previously-saved browser bookmark (or navigating there via your password manager).</li>
<li>Using an app on your phone (e.g., using the Bank of America mobile app, to contact Bank of America).</li>
</ul>
<p>And the same thing goes for situations in which you&#8217;re contacted by (ostensibly) a loved one asking for money. Don&#8217;t engage with the inbound communication. Instead, reach out to the person in question via the contact information that you already have saved.</p>
<h3>Credential Management Policies</h3>
<p>To be clear, by far the largest risk for most individuals is getting <em>tricked</em>, rather than actually being <em>hacked</em> in some way. A major portion of cybercrime incidents are cases in which the victim:</p>
<ol>
<li><a href="https://obliviousinvestor.com/what-does-a-thief-need-to-access-your-financial-accounts-its-likely-less-than-you-think/">Accidentally gives a thief their multi-factor authentication code</a> (e.g., over the phone or by text) because they thought the thief was somebody else, or</li>
<li><a href="https://obliviousinvestor.com/investing-blog-roundup-phishing-software-as-a-service/">Accidentally enters their login credentials on a fake website</a>.</li>
</ol>
<p>If you can eliminate those two possibilities, you have dramatically reduced the risk. Policies that work toward reducing or eliminating those possibilities include:</p>
<ul>
<li><a href="https://obliviousinvestor.com/what-the-heck-are-passkeys/">Use passkeys</a> when a website allows you to do so.</li>
<li><a href="https://obliviousinvestor.com/security-keys-the-most-secure-way-to-log-in/">Use security keys</a> (i.e., YubiKey or similar) as the multi-factor authentication option when allowed to do so.</li>
<li><a href="https://obliviousinvestor.com/password-managers/">Use a password manager</a> (so that when a website forces you to use password-based login rather than a passkey, your password manager will not populate the password if you end up on the wrong website).</li>
<li>Remove less-secure sign-in methods and account-recovery methods, to the extent you&#8217;re allowed to do so.</li>
</ul>
<p>Essentially, you can&#8217;t get tricked into sharing the password with a malicious party if signing in with a password isn&#8217;t even an option (i.e., because the only sign-in option is to use a passkey). And you can&#8217;t get tricked into sharing the multi-factor authentication code with a malicious party if there is no such code (i.e., because the only accepted MFA option is a physical security key).</p>
<p>Other important policies regarding login credentials include:</p>
<ul>
<li>Use strong passwords for your various accounts. (Your password manager should have a tool for generating such.)</li>
<li>Do not reuse passwords across different accounts.</li>
<li>Use strong passcodes for mobile devices and tablets.</li>
<li><a href="https://obliviousinvestor.com/authenticator-apps-a-better-multi-factor-option-than-text-or-email/">Use an authenticator app</a> as the multi-factor option (rather than SMS or email), if security keys are not an option and the website doesn&#8217;t allow passkeys.</li>
<li>Activate SIM-swap protection with your mobile carrier.</li>
<li>Use fake answers to &#8220;security&#8221; questions whenever an account asks you to set up such things (e.g., your third grade teacher&#8217;s last name was &#8220;i6c@vNShpJy$$9oV&#8221;), and store those answers in your password manager.</li>
</ul>
<h3>Other General Policies</h3>
<p>Some of the other highest-impact security policies you can implement would be to:</p>
<ul>
<li>Freeze credit at all the major credit bureaus, and implement a security freeze with ChexSystems.</li>
<li>Create an <a href="https://www.irs.gov/identity-theft-fraud-scams/get-an-identity-protection-pin">IRS Identity Protection PIN</a> (and enroll to get a new one each year).</li>
<li>Take advantage of any security features your brokerage firms offer such as money transfer lock at Fidelity or ACATS lock at Vanguard.</li>
<li>Keep your operating system and apps up to date on all devices. (It&#8217;s unfortunate, but in many cases this will mean replacing devices at a point at which they&#8217;re still functional, in order to keep them on a current operating system.)</li>
</ul>
<h3>It&#8217;s Time to Upgrade Our Practices</h3>
<p>To be clear, the policies mentioned in this article are not meant to be an exhaustive list. There are 100+ additional practices you could adopt, which would further improve your security. But the policies mentioned above are some of the highest-impact things you can do to keep yourself and/or your vulnerable loved ones safe. And if you implement all of the above, you (or your vulnerable loved one) will be a much harder target than most people.</p>
<p>Admittedly, for many people, this will mean learning to use some new tools (passkeys, security keys, password manager, authenticator app). But now&#8217;s the time. It&#8217;s not going to be any easier to start learning these things a few years from now.</p>
<p>And an important thing to note (and an important thing to mention, if you&#8217;re helping a loved one implement these practices) is that passkeys, security keys, and password managers all provide significant <em>convenience</em> benefits, relative to the alternatives. That is, in addition to being more secure:</p>
<ul>
<li>Logging in via passkey is generally more convenient than logging in via password + MFA code.</li>
<li>Using a security key as the MFA method is generally more convenient than SMS, email, or authenticator app as the MFA method.</li>
<li>Using a password manager is more convenient than trying to remember your passwords, record them on paper, or record them manually in some other electronic format.</li>
</ul>
<p>The thieves have better tools available to them than they did just a handful of years ago. We have better tools available to us as well. But we have to actually use them. If your (or your loved one&#8217;s) security practices are no stronger than they were 10+ years ago, it&#8217;s time to upgrade those practices.</p>

<h3>What is the Best Age to Claim Social Security?</h3>
Read the answers to this question and several other Social Security questions in my latest book:
<table style="height: 135px;" border="0" cellspacing="0" cellpadding="0"><colgroup> <col span="2" width="75" /></colgroup>
<tbody>
<tr>
<td width="158" ><a href="http://www.amazon.com/dp/1950967190/"><img decoding="async" class="alignleft size-full wp-image-6696" title="Book8FrontCovertilted150x200" alt="" src="https://www.obliviousinvestor.com/wp-content/uploads/2014/04/NewBook8CoverTiltedScaled2.png" width="158" height="211" /></a></td>
<td width="350"><em><strong>Social Security Made Simple: Social Security Retirement Benefits and Related Planning Topics Explained in 100 Pages or Less</strong></em>
<ul>
	<li><a href="http://www.amazon.com/dp/1950967190/" target="_blank">Click here to see it on Amazon</a>.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p><b>Disclaimer:</b>Your subscription to this blog does not create a CPA-client or other professional services relationship between you and Michael Piper or between you and Simple Subjects, LLC. By subscribing, you explicitly agree not to hold Michael Piper or Simple Subjects, LLC liable in any way for damages arising from decisions you make based on the information available herein. Neither Michael Piper nor Simple Subjects, LLC makes any warranty as to the accuracy of any information contained in this communication. The information contained herein is for informational and entertainment purposes only and does not constitute financial advice. On financial matters for which assistance is needed, I strongly urge you to meet with a professional advisor who (unlike me) has a professional relationship with you and who (again, unlike me) knows the relevant details of your situation.</p>
<p>You may unsubscribe at any time by clicking the link at the bottom of this email (or by removing this RSS feed from your feed reader if you have subscribed via a feed reader).</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Investing Blog Roundup: Government Guidance on Passkeys (from the UK)</title>
		<link>https://obliviousinvestor.com/investing-blog-roundup-government-guidance-on-passkeys-from-the-uk/</link>
		
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Mon, 27 Apr 2026 12:00:45 +0000</pubDate>
				<category><![CDATA[Cybersecurity & Fraud]]></category>
		<guid isPermaLink="false">https://obliviousinvestor.com/?p=9030</guid>

					<description><![CDATA[We&#8217;ve been discussing passkeys a fair bit here in recent weeks, and by coincidence last week the UK&#8217;s National Cyber Security Centre released a new paper and guidance on the topic. General guidance document: Passkeys: what you need to know Press release: NCSC: Leave passwords in the past &#8211; passkeys are the future Technical paper: Comparing the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>We&#8217;ve been <a href="https://obliviousinvestor.com/what-the-heck-are-passkeys/">discussing passkeys</a> a <a href="https://obliviousinvestor.com/password-managers/">fair</a> <a href="https://obliviousinvestor.com/security-keys-the-most-secure-way-to-log-in/">bit</a> here in recent weeks, and by coincidence last week the UK&#8217;s National Cyber Security Centre released a new paper and guidance on the topic.</p>
<ul>
<li>General guidance document: <a href="https://www.ncsc.gov.uk/passkeys">Passkeys: what you need to know</a></li>
<li>Press release: <a href="https://www.ncsc.gov.uk/news/ncsc-leave-passwords-in-the-past-passkeys-are-the-future">NCSC: Leave passwords in the past &#8211; passkeys are the future</a></li>
<li>Technical paper: <a href="https://www.ncsc.gov.uk/paper/traditional-user-and-fido2-credentials-personal-use">Comparing the security properties of traditional user credentials and FIDO2 credentials for personal use</a></li>
</ul>
<p>Below are a handful of quotes from the publications. Please note how strongly worded these statements are. And these are from a governmental cybersecurity organization, which is presumably being very intentional with its wording.</p>
<p>From the &#8220;what you need to know&#8221; document:</p>
<blockquote><p>&#8220;Passkeys are a more secure alternative to passwords that you don&#8217;t need to remember as they are created and managed safely by the software on your device(s). [&#8230;] The NCSC supports the public adoption of passkeys and recommends using passkeys over passwords wherever available.&#8221;</p></blockquote>
<p>From the press release:</p>
<blockquote><p>&#8220;Passwords are no longer resilient enough for the contemporary world.&#8221;</p></blockquote>
<blockquote><p>&#8220;Passkeys should now be consumers’ first choice of login across all digital services, the UK government’s technical authority on cyber security has announced today (Thursday).</p>
<p>Overhauling decades of security practice, the National Cyber Security Centre [&#8230;] has taken the decision to no longer recommend individuals use passwords where passkeys are available because passwords lack the relative resilience to modern cyber threats.&#8221;</p></blockquote>
<p>From the paper:</p>
<blockquote><p>&#8220;At all stages of a credential’s lifecycle, and against all commonly observed attacks, FIDO2 credentials including passkeys are as secure or more secure than all forms of traditional MFA for individuals.&#8221;</p></blockquote>
<p>Also of note (from the press release):</p>
<blockquote><p>&#8220;Where a particular service does not support passkeys, the NCSC’s advice to consumers is to use a password manager to create stronger passwords and keep using two-step verification.&#8221;</p></blockquote>
<p>If you want to read the paper (or even just the &#8220;Summary and recommendations&#8221; section at the end of the paper), a few points on terminology might be helpful:</p>
<ul>
<li>The word <strong>passkey</strong> itself is a colloquial term, and its exact usage varies a bit from one case to another.</li>
<li><strong>FIDO2 credential</strong> is a technical term for what would often colloquially be called passkeys.</li>
<li>When this paper uses the term <strong>passkey</strong> it is specifically referring to passkeys synced via the cloud. It uses the terms <strong>single-device passkey</strong> or <strong>device-bound FIDO2 credential</strong> to refer to what we might think of as passkeys stored on a single device, not synced to the cloud.</li>
<li><strong>Sync fabric</strong> refers to whatever system is being used to store your passkeys in the cloud and sync them across devices (e.g., Apple Passwords, Google Password Manager, etc.).</li>
<li><strong>Relying party</strong> refers to whatever website or app you&#8217;re logging into when using a passkey.</li>
</ul>
<h3>Other Recommended Reading/Viewing/Listening</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=Qmlr0841l-A">Causes We Love: Turning Students into Investors</a> (Bogleheads Conference session, in which I interviewed Cole Mattox and and Dylan Ingerman of First Generation Investors)</li>
<li><a href="https://www.advisorperspectives.com/articles/2026/04/13/how-ai-portfolio-recommendations-hold-up">Analyzing the Analysis: How Do AI Portfolio Recommendations Hold Up?</a> from Allan Roth</li>
<li><a href="https://www.howtomoney.com/can-millennials-count-on-social-security-w-mike-piper-episode-1127/">Can Millennials Count on Social Security?</a> (in which I was interviewed for the <em>How to Money</em> podcast)</li>
<li><a href="https://crr.bc.edu/why-social-security-faces-a-financial-reckoning-just-a-few-years-from-now/">Why Social Security Faces a Financial Reckoning Just a Few Years From Now</a> from Alicia Munnell</li>
<li><a href="https://www.morningstar.com/personal-finance/social-security-is-slowing-down">Social Security is Slowing Down. Here’s How to Get Your Benefits On Time</a> from Mark Miller</li>
<li><a href="https://calnewport.com/what-neuroscience-teaches-us-about-reducing-phone-use/">2 Ways to Actually Reduce Smartphone Use</a> from Cal Newport</li>
<li><a href="https://www.nytimes.com/2026/04/23/your-money/401ks-and-similar-plans/401k-private-credit-crypto.html?unlocked_article_code=1.d1A.Mai4.Lh6lcXAATVCn&amp;smid=url-share">Private Assets May Be Coming to Your 401(k). You Should Know the Risks.</a> from Tara Siegel Bernard (NYT)</li>
<li><a href="https://www.thetaxadviser.com/news/2026/apr/irs-finalizes-deduction-rules-for-tips-adds-3-eligible-jobs/">IRS Finalizes Deduction Rules for Tips, Adds 3 Eligible Jobs</a> from Martha Waggoner</li>
<li><a href="https://krebsonsecurity.com/2026/04/russia-hacked-routers-to-steal-microsoft-office-tokens/">Russia Hacked Routers to Steal Microsoft Office Tokens</a> from Brian Krebs (Don&#8217;t use an old router!)</li>
</ul>
<p>Thanks for reading!</p>

<h3>What is the Best Age to Claim Social Security?</h3>
Read the answers to this question and several other Social Security questions in my latest book:
<table style="height: 135px;" border="0" cellspacing="0" cellpadding="0"><colgroup> <col span="2" width="75" /></colgroup>
<tbody>
<tr>
<td width="158" ><a href="http://www.amazon.com/dp/1950967190/"><img decoding="async" class="alignleft size-full wp-image-6696" title="Book8FrontCovertilted150x200" alt="" src="https://www.obliviousinvestor.com/wp-content/uploads/2014/04/NewBook8CoverTiltedScaled2.png" width="158" height="211" /></a></td>
<td width="350"><em><strong>Social Security Made Simple: Social Security Retirement Benefits and Related Planning Topics Explained in 100 Pages or Less</strong></em>
<ul>
	<li><a href="http://www.amazon.com/dp/1950967190/" target="_blank">Click here to see it on Amazon</a>.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p><b>Disclaimer:</b>Your subscription to this blog does not create a CPA-client or other professional services relationship between you and Michael Piper or between you and Simple Subjects, LLC. By subscribing, you explicitly agree not to hold Michael Piper or Simple Subjects, LLC liable in any way for damages arising from decisions you make based on the information available herein. Neither Michael Piper nor Simple Subjects, LLC makes any warranty as to the accuracy of any information contained in this communication. The information contained herein is for informational and entertainment purposes only and does not constitute financial advice. On financial matters for which assistance is needed, I strongly urge you to meet with a professional advisor who (unlike me) has a professional relationship with you and who (again, unlike me) knows the relevant details of your situation.</p>
<p>You may unsubscribe at any time by clicking the link at the bottom of this email (or by removing this RSS feed from your feed reader if you have subscribed via a feed reader).</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
