101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

474
active users

#trustfall

0 posts0 participants0 posts today
EuroRust<p>Latest update from the <a href="https://fosstodon.org/tags/eurorust24" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eurorust24</span></a> YouTube channel! A new video just dropped! 🦀 Join <span class="h-card" translate="no"><a href="https://hachyderm.io/@predrag" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>predrag</span></a></span> as he breaks down advanced Rust testing techniques: invariant testing, snapshot testing, and deterministic simulation. Perfect for anyone ready to catch sneaky bugs and write rock-solid code.</p><p>Watch it his talk at EuroRust 📹👉 <a href="https://youtu.be/3EFue8PDyic" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">youtu.be/3EFue8PDyic</span><span class="invisible"></span></a></p><p>Also check out Predrag's amazing ‘cargo-semver-checks’ crate and his Trustfall Query Engine ➡️ <a href="https://predr.ag/about/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">predr.ag/about/</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/rustlang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rustlang</span></a> <a href="https://fosstodon.org/tags/rusttesting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rusttesting</span></a> <a href="https://fosstodon.org/tags/trustfall" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>trustfall</span></a></p>
Predrag Gruevski<p>My "How to Query (Almost) Everything" talk is now also available in written form!</p><p>Enjoy the bonus sidenotes that couldn't fit in the conference talk — check it out here 👇<br><a href="https://predr.ag/blog/how-to-query-almost-everything-hytradboi/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">predr.ag/blog/how-to-query-alm</span><span class="invisible">ost-everything-hytradboi/</span></a></p><p><a href="https://hachyderm.io/tags/conference" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>conference</span></a> <a href="https://hachyderm.io/tags/talk" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>talk</span></a> <a href="https://hachyderm.io/tags/querying" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>querying</span></a> <a href="https://hachyderm.io/tags/trustfall" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>trustfall</span></a> <a href="https://hachyderm.io/tags/devtools" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>devtools</span></a></p>
Predrag Gruevski<p>This is <a href="https://hachyderm.io/tags/Trustfall" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Trustfall</span></a> if you hadn't seen it before. It's been around for a few years, and it's the foundation of dev tools used by the likes of Amazon and Google.</p><p>The GitHub integration isn't open-source, but it's in private beta — DM me to join.<br><a href="https://github.com/obi1kenobi/trustfall" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/obi1kenobi/trustfal</span><span class="invisible">l</span></a></p>
Predrag Gruevski<p>Querying APIs with Trustfall means you don't worry about:<br>- rate limits<br>- caching<br>- optimizations (like predicate pushdown)<br>- weird API quirks and inconsistencies (every API has them!)</p><p>You write the query, <a href="https://hachyderm.io/tags/Trustfall" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Trustfall</span></a> handles everything else.</p>
Predrag Gruevski<p>A friend's company uses a bot for GitHub issue triage. They wanted to know how often people react 👍 or 👎 to its comments.</p><p>A few min and one <a href="https://hachyderm.io/tags/Trustfall" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Trustfall</span></a> query later, they had a dataframe with all their data: 5000+ rows.</p><p>Who else could use this? RTs appreciated, DM me for access 👀</p>
Predrag Gruevski<p>✨ Better autocomplete in Trustfall playground ✨</p><p>Contributed by GitHub user u9g, now it only suggests directives that are valid for that spot in the query.</p><p>Here 👇 only edges can have @​recurse or @​optional, so they aren't offered on properties like byUsername.</p><p><a href="https://hachyderm.io/tags/trustfall" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>trustfall</span></a></p>
Predrag Gruevski<p>Day 2 of P99 CONF is today!</p><p>I'll be talking about Trustfall's new optimization API. It massively sped up semver linting in Rust, and it can do the same for your apps too!</p><p>Grab a free ticket and join me there!<br><a href="https://www.p99conf.io/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">p99conf.io/</span><span class="invisible"></span></a></p><p><a href="https://hachyderm.io/tags/rustlang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rustlang</span></a> <a href="https://hachyderm.io/tags/semver" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>semver</span></a> <a href="https://hachyderm.io/tags/trustfall" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>trustfall</span></a> <a href="https://hachyderm.io/tags/p99conf" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>p99conf</span></a></p>
Predrag Gruevski<p>Install the stub generator CLI with:</p><p>cargo install --locked trustfall_stubgen --features cli</p><p>More info here:<br><a href="https://github.com/obi1kenobi/trustfall/releases/tag/trustfall_stubgen-v0.2.1" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/obi1kenobi/trustfal</span><span class="invisible">l/releases/tag/trustfall_stubgen-v0.2.1</span></a></p><p><a href="https://hachyderm.io/tags/rustlang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rustlang</span></a> <a href="https://hachyderm.io/tags/trustfall" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>trustfall</span></a></p>
Predrag Gruevski<p>Starting to build a Trustfall adapter just got easier:</p><p>trustfall_stubgen --schema &lt;file&gt; --target &lt;dir&gt;</p><p>➡ High-quality adapter stub containing all types, properties, and edges in your schema. It even unpacks edge properties into their proper types!</p><p>All screenshots from the example HackerNews schema in the Trustfall repo's test cases:<br><a href="https://github.com/obi1kenobi/trustfall/tree/main/trustfall_stubgen/test_data/expected_outputs/hackernews/adapter" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/obi1kenobi/trustfal</span><span class="invisible">l/tree/main/trustfall_stubgen/test_data/expected_outputs/hackernews/adapter</span></a></p><p><a href="https://hachyderm.io/tags/rustlang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rustlang</span></a> <a href="https://hachyderm.io/tags/trustfall" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>trustfall</span></a></p>
Predrag Gruevski<p>Wondering what the code for this looks like?</p><p>In cargo-semver-checks, it's *literally* just a version bump. No joke. Business logic shouldn't care about how queries run under the hood! <a href="https://hachyderm.io/tags/trustfall" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>trustfall</span></a></p><p>In the adapter, it's 2 caches + 3 "fast paths" in ~750 LoC:<br><a href="https://github.com/obi1kenobi/trustfall-rustdoc-adapter/pull/159" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/obi1kenobi/trustfal</span><span class="invisible">l-rustdoc-adapter/pull/159</span></a></p>
Predrag Gruevski<p>Trustfall's new query optimizations API is taking shape 🚀</p><p>Here's the "how is this vertex being used by this query" portion of the API. Any thoughts? Any better naming ideas?</p><p><a href="https://hachyderm.io/tags/trustfall" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>trustfall</span></a> <a href="https://hachyderm.io/tags/rustlang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rustlang</span></a></p>
mrschristine<p>This P!nk performance of Trustful is amazing.</p><p><a href="https://mrschristine.com/blog/2023/02/trustfall-trampolining/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">mrschristine.com/blog/2023/02/</span><span class="invisible">trustfall-trampolining/</span></a></p><p><a href="https://mastodon.social/tags/pink" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pink</span></a> <a href="https://mastodon.social/tags/grahamnorton" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>grahamnorton</span></a> <a href="https://mastodon.social/tags/trustfall" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>trustfall</span></a> <a href="https://mastodon.social/tags/trampolining" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>trampolining</span></a></p>