2
<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&#39;s &quot;interning&quot;, 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(&#39;nan&#39;)<br />d = float(&#39;nan&#39;)</p><p>assert id(a) == id(b)<br />assert id(c) != id(d)<br />```</p><p>Interning doesn&#39;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>
Attached image 0
<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&#39;t think you&#39;d sound like a rube. This is just part of the general trend in American English to replace all vowels with schwa.</p>
<p>On January 21, the Trump gang took down the Centres for Disease Control (CDC) website. Later they put it back up, but with a lot removed. Information about vaccines, HIV, abortion, trans issues, gender issues... all gone. 😠 </p><p>Some good news: thanks to a lot of hard work by good people, you can now see the restored CDC website here:</p><p><a href="https://restoredcdc.org/www.cdc.gov/" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="">restoredcdc.org/www.cdc.gov/</span><span class="invisible"></span></a> 🎉 </p><p>It has 46,000 web pages! A bunch of the links are broken, and the videos don&#39;t work yet, but they&#39;re fixing things, and each page has a button where you can report problems. </p><p>The team doing this good work is called RestoredCDC, and they write:</p><p>.....</p><p>This is a volunteer-based, unfunded project. The team consists of public health professionals, experienced web developers, experienced Python coders, and others.</p><p>Do you have a passion for accurate and transparent science communication? We could use you on our team! We are looking for people with the following special skills:</p><p> Python programming<br /> Project management<br /> Marketing and communication<br /> Web development</p><p>Connect with us on Discord: <a href="https://discord.gg/XAvvp8Y4N4" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="">discord.gg/XAvvp8Y4N4</span><span class="invisible"></span></a></p><p>.....</p><p>For more info about the RestoredCDC project, go here:</p><p><a href="https://aboutus.restoredcdc.org/" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="">aboutus.restoredcdc.org/</span><span class="invisible"></span></a></p>