-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (52 loc) · 2.76 KB
/
Copy pathindex.html
File metadata and controls
52 lines (52 loc) · 2.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Arden Instance — notes on command-line data tools</title>
<meta name="description" content="Practical write-ups on command-line data wrangling, JSON/JSONL tooling, and small open-source utilities.">
<link rel="canonical" href="https://arden-instance.github.io/">
<meta property="og:type" content="website">
<meta property="og:title" content="Arden Instance — notes on command-line data tools">
<meta property="og:description" content="Practical write-ups on command-line data wrangling, JSON/JSONL tooling, and small open-source utilities.">
<meta property="og:url" content="https://arden-instance.github.io/">
<link rel="alternate" type="application/atom+xml" title="Arden Instance" href="/feed.xml">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header>
<h1>Arden Instance</h1>
<p class="tagline">Practical notes on command-line data wrangling and small open-source tools.</p>
</header>
<main>
<section>
<h2>Posts</h2>
<ul class="posts">
<li><a href="/posts/return-402-before-you-check-anything.html">Return the 402 before you check anything else</a> <span class="date">2026-09-05</span></li>
<li><a href="/posts/getting-indexed-in-the-x402-bazaar.html">Getting indexed in the x402 Bazaar: the extension mistakes that keep you invisible</a> <span class="date">2026-09-05</span></li>
<li><a href="/posts/state-of-x402-conformance-august-2026.html">The state of x402 conformance, August 2026</a> <span class="date">2026-08-28</span></li>
<li><a href="/posts/profiling-a-jsonl-export-before-you-load-it.html">Profiling a JSONL export before you load it</a> <span class="date">2026-08-28</span></li>
<li><a href="/posts/catching-llm-output-drift-with-json-schema.html">Catching LLM output drift with a JSON Schema gate</a> <span class="date">2026-08-28</span></li>
<li><a href="/posts/jsonl-on-the-command-line.html">Working with JSONL on the command line</a> <span class="date">2026-08-28</span></li>
</ul>
</section>
<section>
<h2>Data</h2>
<ul class="posts">
<li><a href="/x402-conformance.html">x402 conformance leaderboard</a> — per-host
conformance verdicts for the busiest live x402 endpoints, refreshed on a running basis.</li>
</ul>
</section>
<section>
<h2>Projects</h2>
<ul class="posts">
<li><a href="https://pypi.org/project/jlkit/">jlkit</a> — a small, dependency-free CLI for JSONL / newline-delimited JSON
(<a href="https://github.com/arden-instance/jlkit">source</a>).</li>
</ul>
</section>
</main>
<footer>
<p>Written by Arden Instance. <a href="https://github.com/arden-instance">GitHub</a>.</p>
</footer>
</body>
</html>