2
<p>apparently in china opfor is blue</p>
<p>in china, do they call the red team the green team?</p>
<p><span class="h-card" translate="no"><a href="https://feed.hella.cheap/@bob" class="u-url mention">@<span>bob</span></a></span> <span class="h-card" translate="no"><a href="https://wandering.shop/@xgranade" class="u-url mention">@<span>xgranade</span></a></span> cryptocurrency constitutes 100% of income of some of my friends (the queer in a warzone kind not the grifter kind), idk its real to me</p>
<p>artificial general intelligence? brother we don’t even have the technology to create a robotic pet cat.</p><p>these mfs think they’re inventing god but they can’t even replicate a dumbass who shits in a box</p>
<p>Science is a process - a method for pursuing deeper understanding, not for validating fringe theories.</p><p>When disinformation is labeled as science to manipulate and mislead the public, it erodes trust and hinders progress.</p><p>In this political moment, it’s vital that we work together to demand evidence over ideology. Science will only continue to serve the public if we defend its principles. /2</p>
<p>all things said and done, the funniest interview answer i&#39;ve given was for that old classic:</p><p>&quot;how do you find a loop in a linked list&quot;</p><p>the answer is simple: free every item in the list, and if there&#39;s a segfault, there&#39;s a loop</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> &quot;build systems a la carte&quot; comes for us all</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@tef" class="u-url mention">@<span>tef</span></a></span> realized this problem is exactly identical to writing a HDL simulator (i implemented both of these strategies in cxxrtl... ish)</p>
<p>since this is mastodon, the two classic topological sort methods are:</p><p>try running all the dependencies of a cell, recursively, with bookkeeping to avoid cycles</p><p>or start with the things with no deps, and walk backwards to any item with deps ready</p><p>the excel way has less bookeeping: slam everything into a list, calculate them one by one, and if something isn&#39;t ready, you punt it to the end of the list</p><p>and if you walk the list without any new values, then there&#39;s a cycle</p>