2
<p><span class="h-card" translate="no"><a href="https://functional.cafe/@loke" class="u-url mention">@<span>loke</span></a></span> That&#39;s pretty terse! Thanks for sharing :)</p>
<p><span class="h-card" translate="no"><a href="https://hachyderm.io/@fasterthanlime" class="u-url mention">@<span>fasterthanlime</span></a></span> </p><p>If this is for a private forgejo instance, would putting it all on tailscale be an option?</p><p>That oauth helper will be useful though, thanks for sharing.</p>
> 2% of underrail players have the achievement you get for killing the final boss no fucking wonder too, that boss and the whole area is very bullshit
<p>they didn&#39;t think it was possible, but I did it!</p><p>I made a better cat trap (lined with a soft, worn item of clothing)</p>
Attached image 0
pineapple bun > melon pan then again i haven’t had 3 euro melon pan so it’s not a fair comparison :neocat_woozy:
oh today is eepy yet we power thru
<p><span class="h-card" translate="no"><a href="https://xoxo.zone/@annika" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>annika</span></a></span> Are the strings allowed to repeat?</p><p>I will now do what all obnoxious language designers do, and that is to show how nice and concise an algorithm is in one's own language (this is a version where repeats are not allowed):</p><pre><code>(?⍨≢)⍛⊇ "has" "anyone" "really" "been" "far"<br></code></pre><p>Well, this only generates the permutation. Unfortunately, interspersing the spaces between the words is a bit ugly:</p><pre><code>⊃,/↓,@\s,⍪ (?⍨≢)⍛⊇ "has" "anyone" "really" "been" "far"<br></code></pre><p><a href="https://kapdemo.dhsdevelopments.com/clientweb2/#%E2%8A%83%2C%2F%E2%86%93%2C%40%5Cs%2C%E2%8D%AA%20(%3F%E2%8D%A8%E2%89%A2)%E2%8D%9B%E2%8A%87%20%22has%22%20%22anyone%22%20%22really%22%20%22been%22%20%22far%22" target="_blank" rel="nofollow noopener noreferrer">Example</a></p>
<p><span class="h-card" translate="no"><a href="https://xoxo.zone/@annika" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>annika</span></a></span> Are the strings allowed to repeat?</p><p>I will now do what all obnoxious language designers do, and that is to show how nice and concise an algorithm is in one's own language:</p><pre><code>(?⍨≢)⍛⊇ "has" "anyone" "really" "been" "far"<br></code></pre><p>Well, this only generates the permutation. Unfortunately, interspersing the spaces between the words is a bit ugly:</p><pre><code>⊃,/↓,@\s,⍪ (?⍨≢)⍛⊇ "has" "anyone" "really" "been" "far"<br></code></pre><p><a href="https://kapdemo.dhsdevelopments.com/clientweb2/#%E2%8A%83%2C%2F%E2%86%93%2C%40%5Cs%2C%E2%8D%AA%20(%3F%E2%8D%A8%E2%89%A2)%E2%8D%9B%E2%8A%87%20%22has%22%20%22anyone%22%20%22really%22%20%22been%22%20%22far%22" target="_blank" rel="nofollow noopener noreferrer">Online example</a></p>
<p>&quot;why don&#39;t you use SSH for authentication?&quot;</p><p>I just don&#39;t want to run a public-facing instance of forgejo&#39;s go ssh server, that&#39;s all.</p>