Niko
h4kor@chaos.social
<p>Teaching computers to do things with arguable efficiency.</p><p>he/him</p><p><a href="https://chaos.social/tags/vegan" class="mention hashtag" rel="tag">#<span>vegan</span></a> <a href="https://chaos.social/tags/cooking" class="mention hashtag" rel="tag">#<span>cooking</span></a> <a href="https://chaos.social/tags/programming" class="mention hashtag" rel="tag">#<span>programming</span></a> <a href="https://chaos.social/tags/politics" class="mention hashtag" rel="tag">#<span>politics</span></a> <a href="https://chaos.social/tags/climate" class="mention hashtag" rel="tag">#<span>climate</span></a></p>
Posts
-
Post #2170322
Was benutzt man denn jetzt in Deutschland? #Meshtastic oder #Meshcore
-
Post #2170321
TIL: `get_disjoint_mut` exists. It allows getting mut refs to multiple elements of a slice. Previously one had to use the `split_at_mut` trick to achieve this. When searching (or asking AIs) for this I still only find the `split_at_mut` approach. #rust https://doc.rust-lang.org/beta/std/primitive.slice.html#method.get_disjoint_mut