<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Pages on Adhocism</title><link>http://adhocism.net/pages/</link><description>Recent content in Pages on Adhocism</description><generator>Hugo -- 0.150.0</generator><language>en-gb</language><lastBuildDate>Mon, 08 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="http://adhocism.net/pages/index.xml" rel="self" type="application/rss+xml"/><item><title>Running Norns on a desktop computer – misc notes</title><link>http://adhocism.net/pages/running-norns-on-a-desktop-computer--misc-notes/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate><guid>http://adhocism.net/pages/running-norns-on-a-desktop-computer--misc-notes/</guid><description>&lt;h3 id="connecting-a-repl--editor"&gt;Connecting a REPL / editor&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;maiden-repl (CLI):&lt;/strong&gt; &lt;code&gt;build/maiden-repl/maiden-repl&lt;/code&gt; — defaults to
&lt;code&gt;ws4://127.0.0.1:5555/&lt;/code&gt; (matron) and &lt;code&gt;:5556/&lt;/code&gt; (sclang). &lt;strong&gt;Tab&lt;/strong&gt; cycles
pages (matron ⇄ sc); &lt;strong&gt;Shift+Tab&lt;/strong&gt; also switches. The matron page takes raw
Lua; the sc page takes SuperCollider (it sends sclang&amp;rsquo;s ESC evaluate
delimiter for you).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;maiden web app:&lt;/strong&gt; separate Go binary/release; serves the editor on &lt;code&gt;:5000&lt;/code&gt;
and connects out to 5555/5556.&lt;/p&gt;
&lt;h3 id="loading-scripts-and-driving-params-from-the-repl"&gt;Loading scripts and driving params from the REPL&lt;/h3&gt;
&lt;p&gt;On the &lt;strong&gt;matron&lt;/strong&gt; page (raw Lua):&lt;/p&gt;</description></item><item><title>Jun 1st, 2026</title><link>http://adhocism.net/pages/jun-1st-2026/</link><pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate><guid>http://adhocism.net/pages/jun-1st-2026/</guid><description>&lt;p&gt;The virtual OS museum: &lt;a href="https://virtualosmuseum.org/"&gt;https://virtualosmuseum.org/&lt;/a&gt; #history #computing&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Installs a virtual machine that can be booted to various historical operating systems&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Running WordPress Locally with WP-CLI</title><link>http://adhocism.net/pages/running-wordpress-locally-with-wp-cli/</link><pubDate>Thu, 07 May 2026 00:00:00 +0000</pubDate><guid>http://adhocism.net/pages/running-wordpress-locally-with-wp-cli/</guid><description>&lt;p&gt;Running WordPress Locally with WP-CLI&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Quick reference for setting up a local WordPress instance and importing a database dump using WP-CLI.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h2 id="create-a-site-in-local"&gt;Create a Site in Local&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;+&lt;/strong&gt; → name your site → &amp;ldquo;Preferred&amp;rdquo; setup → set credentials → Create Site&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Local provisions WordPress automatically&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h2 id="import-a-database-dump"&gt;Import a Database Dump&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Right-click the site → &lt;strong&gt;Open Site Shell&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Reset the database first&lt;/strong&gt; (fresh installs already have tables):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;wp db reset --yes
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Then import:&lt;/p&gt;</description></item><item><title>The three maxims of synthesised ethnography</title><link>http://adhocism.net/pages/the-three-maxims-of-synthesised-ethnography/</link><pubDate>Thu, 16 Apr 2026 00:00:00 +0000</pubDate><guid>http://adhocism.net/pages/the-three-maxims-of-synthesised-ethnography/</guid><description>&lt;h2 id="1-whenever-possible-use-open-models-if-not-possible-appropriate-the-capabilities-of-the-proprietary-model-by-training-your-model-with-it"&gt;1. Whenever possible, use open models. If not possible, appropriate the capabilities of the proprietary model by training your model with it.&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Fine-tuned open models match or exceed GPT-4&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://en.wikipedia.org/wiki/LoRA_(machine_learning)"&gt;LoRA&lt;/a&gt; and &lt;a href="https://en.wikipedia.org/wiki/Retrieval-augmented_generation"&gt;RAG&lt;/a&gt; enable corpus-grounded, domain-adapted analysis&lt;sup id="fnref:2"&gt;&lt;a href="#fn:2" class="footnote-ref" role="doc-noteref"&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Distillation via synthetic data legitimately transfers proprietary capabilities&lt;sup id="fnref:3"&gt;&lt;a href="#fn:3" class="footnote-ref" role="doc-noteref"&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Smaller models sometimes outperform their teacher model&lt;sup id="fnref:4"&gt;&lt;a href="#fn:4" class="footnote-ref" role="doc-noteref"&gt;4&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Proprietary models in research require explicit justification&lt;sup id="fnref:5"&gt;&lt;a href="#fn:5" class="footnote-ref" role="doc-noteref"&gt;5&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2-whenever-possible-use-your-own-sustainable-infrastructure"&gt;2. Whenever possible, use your own, sustainable infrastructure.&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Local hosting preserves data, technological, and infrastructural sovereignty&lt;sup id="fnref:6"&gt;&lt;a href="#fn:6" class="footnote-ref" role="doc-noteref"&gt;6&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;</description></item><item><title>Tools of the trade</title><link>http://adhocism.net/pages/tools-of-the-trade/</link><pubDate>Wed, 17 Dec 2025 00:00:00 +0000</pubDate><guid>http://adhocism.net/pages/tools-of-the-trade/</guid><description>&lt;p&gt;Here&amp;rsquo;s a list of software I use in my research, and a brief description of how and why.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Zotero&lt;/em&gt;&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt; for reference and literature note management&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;There&amp;rsquo;s a lot to say about Zotero – and having trained its use for students, librarians and researchers for more than ten years, I &lt;em&gt;have&lt;/em&gt; said a lot about it, but simply put, nothing else comes even close:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;It&amp;rsquo;s open source, so nobody will keep your notes hostage[note: The importance for open source for tools like this cannot be underestimated. See &lt;a href="http://adhocism.net/pages/digital-enclosures/"&gt;Digital Enclosures&lt;/a&gt;.]&lt;/p&gt;</description></item><item><title>Co-crafting code (a research project)</title><link>http://adhocism.net/pages/co-crafting-code-a-research-project/</link><pubDate>Wed, 22 Apr 2026 00:00:00 +0000</pubDate><guid>http://adhocism.net/pages/co-crafting-code-a-research-project/</guid><description>&lt;p&gt;&amp;lsquo;&lt;strong&gt;Co-crafting code: Changing nature of work at the intersection of programmers and artificial intelligence&lt;/strong&gt;&amp;rsquo; is my ongoing research project, funded by the Finnish Cultural Foundation (2025–2027).&lt;/p&gt;
&lt;h2 id="what-im-studying"&gt;What I&amp;rsquo;m Studying&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;How do software developers work with AI coding assistants, and how is that changing what it means to be a programmer?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I&amp;rsquo;m doing ethnographic fieldwork in two very different settings:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Moodle&lt;/strong&gt; – a large, globally distributed open-source project with over a thousand contributors&lt;/p&gt;</description></item><item><title>Digital Enclosures</title><link>http://adhocism.net/pages/digital-enclosures/</link><pubDate>Wed, 17 Dec 2025 00:00:00 +0000</pubDate><guid>http://adhocism.net/pages/digital-enclosures/</guid><description>&lt;p&gt;Also known as: vendor lock-in.&lt;/p&gt;
&lt;p&gt;But also, on a historical scale, the closing of commons and frontiers in the digital domain.&lt;/p&gt;
&lt;p&gt;There is another conjuncture or momentum of enclosures happening right now (in 2026), which Anil Dash describes well in his post titled &amp;lsquo;&lt;a href="https://www.anildash.com/2026/03/27/endgame-open-web/"&gt;Endgame for the open web&lt;/a&gt;&amp;rsquo;.&lt;/p&gt;</description></item><item><title>meta</title><link>http://adhocism.net/pages/meta/</link><pubDate>Mon, 25 Aug 2025 00:00:00 +0000</pubDate><guid>http://adhocism.net/pages/meta/</guid><description>&lt;p&gt;This page discusses the organization of this #digital garden and the associated partially public knowledge database&lt;/p&gt;</description></item><item><title>Mar 5th, 2026</title><link>http://adhocism.net/pages/mar-5th-2026/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>http://adhocism.net/pages/mar-5th-2026/</guid><description>&lt;p&gt;A study of 6 OpenClaw agents and a group of humans who tried to trick them: &lt;a href="https://agentsofchaos.baulab.info/"&gt;https://agentsofchaos.baulab.info/&lt;/a&gt; – I think it&amp;rsquo;s a great indication of how far into unknown terrain we are at the moment when it comes to LLM security. #LLMagent #LLMsecurity&lt;/p&gt;</description></item><item><title>My digital garden</title><link>http://adhocism.net/pages/my-digital-garden/</link><pubDate>Mon, 25 Aug 2025 00:00:00 +0000</pubDate><guid>http://adhocism.net/pages/my-digital-garden/</guid><description>&lt;p&gt;This is a &lt;a href="https://joelhooks.com/digital-garden"&gt;digital garden&lt;/a&gt;, collection of resources and writings by &lt;a href="https://www.iki.fi/hw/"&gt;Heikki&lt;/a&gt;. Everything is licensed under CC BY-NC 4.0. Citation information can be found on every page.&lt;/p&gt;
&lt;p&gt;Content is mainly in English (#&lt;a href="http://adhocism.net/pages/en/"&gt;en&lt;/a&gt;), but some of it in Finnish (#&lt;a href="http://adhocism.net/pages/fi/"&gt;fi&lt;/a&gt;) and perhaps sometimes in Bahasa Indonesia (#&lt;a href="http://adhocism.net/pages/id/"&gt;id&lt;/a&gt;) as well. #&lt;a href="http://adhocism.net/pages/meta/"&gt;meta&lt;/a&gt; #digital garden&lt;/p&gt;
&lt;p&gt;You can &lt;a href="https://adhocism.net/index.xml"&gt;subscribe to an RSS feed&lt;/a&gt; of new pages and new edits.&lt;/p&gt;
&lt;p&gt;If you wish to comment on anything, link the page and mention &lt;a href="https://fediscience.org/@hw"&gt;me&lt;/a&gt; in the Fediverse.&lt;/p&gt;</description></item><item><title>front_page</title><link>http://adhocism.net/pages/front_page/</link><pubDate>Sat, 28 Feb 2026 00:00:00 +0000</pubDate><guid>http://adhocism.net/pages/front_page/</guid><description>&lt;p&gt;This is a collection of resources and writings by &lt;a href="https://www.iki.fi/hw/"&gt;Heikki&lt;/a&gt;. Everything is licensed under CC BY-NC 4.0. Citation information can be found on every page.&lt;/p&gt;
&lt;p&gt;If you wish to comment on anything, link the page and mention &lt;a href="https://fediscience.org/@hw"&gt;me&lt;/a&gt; in the Fediverse.&lt;/p&gt;</description></item><item><title>en</title><link>http://adhocism.net/pages/en/</link><pubDate>Mon, 25 Aug 2025 00:00:00 +0000</pubDate><guid>http://adhocism.net/pages/en/</guid><description/></item><item><title>Pandoc lua filters</title><link>http://adhocism.net/pages/pandoc-lua-filters/</link><pubDate>Thu, 13 Nov 2025 00:00:00 +0000</pubDate><guid>http://adhocism.net/pages/pandoc-lua-filters/</guid><description>&lt;p&gt;&lt;a href="https://codeberg.org/tarleb/querverweis"&gt;https://codeberg.org/tarleb/querverweis&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;crossreferences for markdown documents&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="https://github.com/pandoc-ext/info"&gt;https://github.com/pandoc-ext/info&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;collection of misc lua filters&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="https://github.com/topics/pandoc-filter"&gt;https://github.com/topics/pandoc-filter&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;github search for pandoc filters&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="https://github.com/jez/pandoc-sidenote"&gt;https://github.com/jez/pandoc-sidenote&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Tufte-style sidenotes, to be used together with &lt;a href="https://edwardtufte.github.io/tufte-css/"&gt;https://edwardtufte.github.io/tufte-css/&lt;/a&gt; or &lt;a href="https://github.com/jez/pandoc-markdown-css-theme"&gt;https://github.com/jez/pandoc-markdown-css-theme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>fi</title><link>http://adhocism.net/pages/fi/</link><pubDate>Mon, 25 Aug 2025 00:00:00 +0000</pubDate><guid>http://adhocism.net/pages/fi/</guid><description>&lt;p&gt;All pages that have content in Finnish&lt;/p&gt;</description></item><item><title>id</title><link>http://adhocism.net/pages/id/</link><pubDate>Mon, 25 Aug 2025 00:00:00 +0000</pubDate><guid>http://adhocism.net/pages/id/</guid><description>&lt;p&gt;Semua halaman yang memiliki konten dalam bahasa Indonesia.&lt;/p&gt;</description></item><item><title>Jan 30th, 2024</title><link>http://adhocism.net/pages/jan-30th-2024/</link><pubDate>Mon, 25 Aug 2025 00:00:00 +0000</pubDate><guid>http://adhocism.net/pages/jan-30th-2024/</guid><description>&lt;p&gt;Joustavat hihansuut: &lt;a href="https://mezzacraft.com/crochet-a-stretchy-rib-cuff/"&gt;https://mezzacraft.com/crochet-a-stretchy-rib-cuff/&lt;/a&gt; #virkkaus #&lt;a href="http://adhocism.net/pages/fi/"&gt;fi&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>