2
https://www.pixiv.net/artworks/116020725
Attached image 0Attached image 1
@rin@post.ebin.club @icedquinn@blob.cat is it like indian where more unrelated languages develop similar grammars and phonology due to proximity than related languages
<p><span class="h-card" translate="no"><a href="https://social.treehouse.systems/@Aissen" class="u-url mention">@<span>Aissen</span></a></span> I disagree! I would be fine with any « single choice » to allow unambiguous round tripping, but tolerating any separator is… not great</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@thelinuxEXP" class="u-url mention">@<span>thelinuxEXP</span></a></span> So as a Linux user, your contention is that a ring 0 privileged application, with root access to all kernel functions, should never be able to crash the system?</p>
<p><span class="h-card" translate="no"><a href="https://fosstodon.org/@kev" class="u-url mention">@<span>kev@fosstodon.org</span></a></span> I&#39;m trying to remember the name of a (non foss) social network which lived for a short time with a similar low-fee entry with the aim that it filters for people who want to be there. If I remember correctly it was run by some wing nut though.</p>
<p>Microsoft now blaming the EU for the crowdstrike issue, because the EU made them open their APIs to third party developers in 2009 is hilarious.</p><p>If your APIs had any kind of gracious error handling, this wouldn’t be an issue. Fix your bad code, Microsoft, stop pointing fingers.</p>
<p><span class="h-card" translate="no"><a href="https://lain.com/users/lain" class="u-url mention">@<span>lain</span></a></span> cheers bud</p>
pathologic 2 X7QV3-NIXPK-ELVNI
<h1>Zuo: A Tiny Racket for Scripting</h1><blockquote><p>You should use Racket to write scripts. But what if you need something much smaller than Racket for some reason — or what if you're trying to script a build of Racket itself? Zuo is a tiny Racket with primitives for dealing with files and running processes, and it comes with a <code>make</code>-like embedded DSL.</p><p>Zuo is a Racket variant in the sense that program files start with <code>#lang</code>, and the module path after <code>#lang</code> determines the parsing and expansion of the file content. That's how the <code>make</code>-like DSL is defined, and even the base Zuo language is defined by layers of <code>#lang</code>s. One of the early layers implements macros.</p><p>You can also create an instance of Zuo with a set of libraries embedded as a heap image. Embedding a heap image has two advantages:</p><ul><li>No extra directory of library modules is necessary.</li><li>Zuo can start especially quickly, competitive with the fastest command-line programs.</li></ul><p>Zuo can be embedded in a larger application, with or without an embedded boot image.</p></blockquote><p>See <a href="https://github.com/racket/zuo/blob/main/README.md" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">github.com/racket/zuo/blob/mai</span><span class="invisible">n/README.md</span></a> for more details.</p>