Whole-known-network
<p><span class="h-card" translate="no"><a href="https://spookygirl.boo/@amy" class="u-url mention">@<span>amy</span></a></span> <span class="h-card" translate="no"><a href="https://hachyderm.io/@cliffle" class="u-url mention">@<span>cliffle</span></a></span> I once wrote a parser framework from scratch for the sole reason of being able to collect MC/DC-like metrics on the parsing grammar rules, which paid off in droves</p>
<p><span class="h-card" translate="no"><a href="https://spookygirl.boo/@amy" class="u-url mention">@<span>amy</span></a></span> <span class="h-card" translate="no"><a href="https://hachyderm.io/@cliffle" class="u-url mention">@<span>cliffle</span></a></span> exactly! unfortunately I have never used a language/runtime/test framework/web service which actually support MC/DC, branch coverage is the best i could manage to set up for an open source project with reporting, long term tracking, etc. MC/DC is what I aim for in my mind</p>
<p><span class="h-card" translate="no"><a href="https://spookygirl.boo/@amy" class="u-url mention">@<span>amy</span></a></span> <span class="h-card" translate="no"><a href="https://hachyderm.io/@cliffle" class="u-url mention">@<span>cliffle</span></a></span> for high-reliability code my target is "test every meaningfully distinct code path". this is mostly infeasible (without formal methods anyway) but i can get within a mile of that goal by writing a test for every combination of booleans each condition has and then checking that i really hit them all</p><p>i do this a decent amount and i often find obscure bugs this way</p>
<p>"JSON-LD" is short for "JavaScript Object Notation - LaserDisc" and refers simply to the standard JSON file format, stored on LaserDisc. JSON-LD was chosen for use in ActivityPub due to the many advantages of the LaserDisc format.</p><p><a href="https://social.coop/@cwebber/114621322748408513" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">social.coop/@cwebber/114621322</span><span class="invisible">748408513</span></a></p><p>cc <span class="h-card" translate="no"><a href="https://social.coop/@cwebber" class="u-url mention">@<span>cwebber</span></a></span></p>
<p><span class="h-card" translate="no"><a href="https://social.treehouse.systems/@rcombs" class="u-url mention">@<span>rcombs</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.social/@mcc" class="u-url mention">@<span>mcc</span></a></span> like for SIMD?</p>
<p><span class="h-card" translate="no"><a href="https://chaos.social/@feuerrot" class="u-url mention">@<span>feuerrot</span></a></span> <span class="h-card" translate="no"><a href="https://duckpon.de/@0x47df" class="u-url mention">@<span>0x47df</span></a></span> thank you!</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://duckpon.de/@0x47df" class="u-url mention">@<span>0x47df</span></a></span> "[members-discuss] Re: Reminder that Charging Scheme Task Force comments are open until the end of the month"<br />(tl;dr: AFAIK all other RIRs use some sort of resource-based (~"how much legacy IP space do you've got?") membership fee, some RIPE-LIRs don't like the idea and ~"getting rid of (useful) services like RIPE Atlas would save €€€!11" seems to be their primary point.</p><p>(at least that's how I understood most of it, please (anyone) correct me if I'm wrong)</p>
<p><span class="h-card" translate="no"><a href="https://social.treehouse.systems/@rcombs" class="u-url mention">@<span>rcombs</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.social/@mcc" class="u-url mention">@<span>mcc</span></a></span> you can interconvert wasm<>wat with e.g. <a href="https://crates.io/crates/wasm-tools" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">crates.io/crates/wasm-tools</span><span class="invisible"></span></a></p>
<p><span class="h-card" translate="no"><a href="https://social.treehouse.systems/@rcombs" class="u-url mention">@<span>rcombs</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.social/@mcc" class="u-url mention">@<span>mcc</span></a></span> as best as i can tell, .o files are normal Wasm modules (i can run one through wasm2wat), so you could compile .wat to .wasm and link it exactly the way you'd normally link things</p>