Whole-known-network
<p>Today we celebrate the halfway point on our voyage from Cape Town to Sint Maarten.</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> oof. Despite not knowing anything about you aside from what you post here, and the code you’ve written that I’ve reviewed, I’m glad you’re out of the hospital and that a worse outcome didn’t happen. I’m sorry that terrible people are terrible. I’m also sorry that cops. Fucking cops.</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@gamingonlinux" class="u-url mention">@<span>gamingonlinux</span></a></span> </p><p>apropos:</p><p><a href="https://mastodon.social/@activersity/114154090866353436" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">mastodon.social/@activersity/1</span><span class="invisible">14154090866353436</span></a></p>
<p><span class="h-card" translate="no"><a href="https://tech.lgbt/@AzulCrescent" class="u-url mention">@<span>AzulCrescent</span></a></span> I’ll let you in on a secret: a lot of those people who make it seem easy are actually tumbling through a series of ill-advised disaster relationships.</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> yeah, I can imagine that. Take care</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@gamingonlinux" class="u-url mention">@<span>gamingonlinux</span></a></span> <a href="https://heroicgameslauncher.com" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="">heroicgameslauncher.com</span><span class="invisible"></span></a></p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@dabeaz" class="u-url mention">@<span>dabeaz</span></a></span> <span class="h-card" translate="no"><a href="https://ciberlandia.pt/@villares" class="u-url mention">@<span>villares</span></a></span> this has to do with Python's "interning", done to preserve memory and efficiency. Rather than store multiple copies of static variables, all variables will point to the same set of values.</p><p>```<br />a = 42<br />b = 42<br />c = float('nan')<br />d = float('nan')</p><p>assert id(a) == id(b)<br />assert id(c) != id(d)<br />```</p><p>Interning doesn't happen for nan values because it relies on the fact that the two values are equal.</p>
<p>The light makes the ocean look different colors sometimes.</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@sayrer" class="u-url mention">@<span>sayrer</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.social/@hsivonen" class="u-url mention">@<span>hsivonen</span></a></span> I don't think you'd sound like a rube. This is just part of the general trend in American English to replace all vowels with schwa.</p>