2
<p><span class="h-card" translate="no"><a href="https://wandering.shop/@xgranade" class="u-url mention">@<span>xgranade</span></a></span> doesn&#39;t load for me</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> Well, it&#39;s never worked before, I grant you, but that&#39;s no reason to stop trying -- just means a win is due! Nerves really are unnecessarily devious, though.</p>
<p>Oh no.</p><p><a href="https://lemmy.blahaj.zone/comment/15201809" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">lemmy.blahaj.zone/comment/1520</span><span class="invisible">1809</span></a></p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@tubetime" class="u-url mention">@<span>tubetime</span></a></span> that&#39;s amazing</p>
<p>so i accidentally did work on a KiCad layout from two different machines and ended up having to merge the two commits. to a PCB layout. but you know what? it *somehow* just worked!</p><p>i was bracing myself for a horrible cleanup job, but somehow everything just worked. i&#39;m impressed.</p>
Attached image 0
<p><span class="h-card" translate="no"><a href="https://hachyderm.io/@SnoopJ" class="u-url mention">@<span>SnoopJ</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.social/@tef" class="u-url mention">@<span>tef</span></a></span> <span class="h-card" translate="no"><a href="https://chaos.social/@gsuberland" class="u-url mention">@<span>gsuberland</span></a></span> <span class="h-card" translate="no"><a href="https://social.coop/@jsbarretto" class="u-url mention">@<span>jsbarretto</span></a></span> it up-tiers very slowly so i think not very much</p><p>or do you mean the perf counters guiding the decisions? i don&#39;t know about that either</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@tef" class="u-url mention">@<span>tef</span></a></span> <span class="h-card" translate="no"><a href="https://hachyderm.io/@SnoopJ" class="u-url mention">@<span>SnoopJ</span></a></span> <span class="h-card" translate="no"><a href="https://chaos.social/@gsuberland" class="u-url mention">@<span>gsuberland</span></a></span> <span class="h-card" translate="no"><a href="https://social.coop/@jsbarretto" class="u-url mention">@<span>jsbarretto</span></a></span> but a more general feeling i have is that people just don&#39;t push pypy that much on workloads that are like my workloads, which may or may not be representative of a more general trend</p><p>i just concluded it&#39;s not that good for accelerating byte-crunching type of suff</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@tef" class="u-url mention">@<span>tef</span></a></span> <span class="h-card" translate="no"><a href="https://hachyderm.io/@SnoopJ" class="u-url mention">@<span>SnoopJ</span></a></span> <span class="h-card" translate="no"><a href="https://chaos.social/@gsuberland" class="u-url mention">@<span>gsuberland</span></a></span> <span class="h-card" translate="no"><a href="https://social.coop/@jsbarretto" class="u-url mention">@<span>jsbarretto</span></a></span> when debugging why COBS encoding (one of those &quot;it&#39;s a single `for` loop in C things) was slow sometimes i concluded that it&#39;s far too easy to have pypy insert too many expensive guards in a seemingly trivial loop. especially if iterators are involved, which _would_ be faster in a language like rust (over indexing)</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> <span class="h-card" translate="no"><a href="https://hachyderm.io/@SnoopJ" class="u-url mention">@<span>SnoopJ</span></a></span> <span class="h-card" translate="no"><a href="https://chaos.social/@gsuberland" class="u-url mention">@<span>gsuberland</span></a></span> <span class="h-card" translate="no"><a href="https://social.coop/@jsbarretto" class="u-url mention">@<span>jsbarretto</span></a></span> </p><p>might be hitting the special bytecodes a lot, but yeah perf is just weird sometimes</p>