1596 lines
52 KiB
HTML
1596 lines
52 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Open Matters</title>
|
||
<meta name="description" content="The long-running and erratically updated blog of Kathleen Fitzpatrick.">
|
||
<link rel="alternate" href="feed/feed.xml" type="application/atom+xml" title="kfitz">
|
||
<script async="" src="https://talk.hyvor.com/embed/embed.js" type="module"></script>
|
||
<link rel="webmention" href="https://webmention.io/kfitz.info/webmention">
|
||
<link rel="pingback" href="https://webmention.io/kfitz.info/xmlrpc">
|
||
|
||
|
||
|
||
|
||
|
||
<style>/**
|
||
* okaidia theme for JavaScript, CSS and HTML
|
||
* Loosely based on Monokai textmate theme by http://www.monokai.nl/
|
||
* @author ocodia
|
||
*/
|
||
|
||
code[class*="language-"],
|
||
pre[class*="language-"] {
|
||
color: #f8f8f2;
|
||
background: none;
|
||
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
||
font-size: 1em;
|
||
text-align: left;
|
||
white-space: pre;
|
||
word-spacing: normal;
|
||
word-break: normal;
|
||
word-wrap: normal;
|
||
line-height: 1.5;
|
||
|
||
-moz-tab-size: 4;
|
||
-o-tab-size: 4;
|
||
tab-size: 4;
|
||
|
||
-webkit-hyphens: none;
|
||
-moz-hyphens: none;
|
||
-ms-hyphens: none;
|
||
hyphens: none;
|
||
}
|
||
|
||
/* Code blocks */
|
||
pre[class*="language-"] {
|
||
padding: 1em;
|
||
margin: .5em 0;
|
||
overflow: auto;
|
||
border-radius: 0.3em;
|
||
}
|
||
|
||
:not(pre) > code[class*="language-"],
|
||
pre[class*="language-"] {
|
||
background: #272822;
|
||
}
|
||
|
||
/* Inline code */
|
||
:not(pre) > code[class*="language-"] {
|
||
padding: .1em;
|
||
border-radius: .3em;
|
||
white-space: normal;
|
||
}
|
||
|
||
.token.comment,
|
||
.token.prolog,
|
||
.token.doctype,
|
||
.token.cdata {
|
||
color: #8292a2;
|
||
}
|
||
|
||
.token.punctuation {
|
||
color: #f8f8f2;
|
||
}
|
||
|
||
.token.namespace {
|
||
opacity: .7;
|
||
}
|
||
|
||
.token.property,
|
||
.token.tag,
|
||
.token.constant,
|
||
.token.symbol,
|
||
.token.deleted {
|
||
color: #f92672;
|
||
}
|
||
|
||
.token.boolean,
|
||
.token.number {
|
||
color: #ae81ff;
|
||
}
|
||
|
||
.token.selector,
|
||
.token.attr-name,
|
||
.token.string,
|
||
.token.char,
|
||
.token.builtin,
|
||
.token.inserted {
|
||
color: #a6e22e;
|
||
}
|
||
|
||
.token.operator,
|
||
.token.entity,
|
||
.token.url,
|
||
.language-css .token.string,
|
||
.style .token.string,
|
||
.token.variable {
|
||
color: #f8f8f2;
|
||
}
|
||
|
||
.token.atrule,
|
||
.token.attr-value,
|
||
.token.function,
|
||
.token.class-name {
|
||
color: #e6db74;
|
||
}
|
||
|
||
.token.keyword {
|
||
color: #66d9ef;
|
||
}
|
||
|
||
.token.regex,
|
||
.token.important {
|
||
color: #fd971f;
|
||
}
|
||
|
||
.token.important,
|
||
.token.bold {
|
||
font-weight: bold;
|
||
}
|
||
.token.italic {
|
||
font-style: italic;
|
||
}
|
||
|
||
.token.entity {
|
||
cursor: help;
|
||
}
|
||
/*
|
||
* New diff- syntax
|
||
*/
|
||
|
||
pre[class*="language-diff-"] {
|
||
--eleventy-code-padding: 1.25em;
|
||
padding-left: var(--eleventy-code-padding);
|
||
padding-right: var(--eleventy-code-padding);
|
||
}
|
||
.token.deleted {
|
||
background-color: hsl(0, 51%, 37%);
|
||
color: inherit;
|
||
}
|
||
.token.inserted {
|
||
background-color: hsl(126, 31%, 39%);
|
||
color: inherit;
|
||
}
|
||
|
||
/* Make the + and - characters unselectable for copy/paste */
|
||
.token.prefix.unchanged,
|
||
.token.prefix.inserted,
|
||
.token.prefix.deleted {
|
||
-webkit-user-select: none;
|
||
user-select: none;
|
||
display: inline-flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
padding-top: 2px;
|
||
padding-bottom: 2px;
|
||
}
|
||
.token.prefix.inserted,
|
||
.token.prefix.deleted {
|
||
width: var(--eleventy-code-padding);
|
||
background-color: rgba(0,0,0,.2);
|
||
}
|
||
|
||
/* Optional: full-width background color */
|
||
.token.inserted:not(.prefix),
|
||
.token.deleted:not(.prefix) {
|
||
display: block;
|
||
margin-left: calc(-1 * var(--eleventy-code-padding));
|
||
margin-right: calc(-1 * var(--eleventy-code-padding));
|
||
text-decoration: none; /* override del, ins, mark defaults */
|
||
color: inherit; /* override del, ins, mark defaults */
|
||
}
|
||
/* This is an arbitrary CSS string added to the bundle */
|
||
/* Defaults */
|
||
@font-face {
|
||
font-family: "Atkinson Hyperlegible";
|
||
src: url('/css/files/atkinson-hyperlegible-latin-400-normal.woff2') format('woff2');
|
||
font-display: swap;
|
||
}
|
||
@font-face {
|
||
font-family: "Atkinson Hyperlegible";
|
||
font-weight: bold;
|
||
src: url('/css/files/atkinson-hyperlegible-latin-700-normal.woff2') format('woff2');
|
||
font-display: swap;
|
||
}
|
||
@font-face {
|
||
font-family: "Atkinson Hyperlegible";
|
||
font-style: italic
|
||
src: url('/css/files/atkinson-hyperlegible-latin-400-italic.woff2') format('woff2');
|
||
font-display: swap;
|
||
}
|
||
|
||
:root {
|
||
--font-family: "Atkinson Hyperlegible", -apple-system, system-ui, sans-serif;
|
||
--font-family-monospace: Consolas, Menlo, Monaco, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Courier New, Courier, monospace;
|
||
font-size: 18px;
|
||
}
|
||
|
||
/* Theme colors */
|
||
:root {
|
||
--color-gray-20: #e0e0e0;
|
||
--color-gray-50: #C0C0C0;
|
||
--color-gray-90: #333;
|
||
|
||
--background-color: #fff;
|
||
|
||
--text-color: var(--color-gray-90);
|
||
--text-color-link: #d61d4a;
|
||
--text-color-link-active: #853439;
|
||
--text-color-link-visited: #e8325e;
|
||
|
||
--syntax-tab-size: 2;
|
||
}
|
||
|
||
@media (prefers-color-scheme: dark) {
|
||
:root {
|
||
--color-gray-20: #e0e0e0;
|
||
--color-gray-50: #C0C0C0;
|
||
--color-gray-90: #dad8d8;
|
||
|
||
/* --text-color is assigned to --color-gray-_ above */
|
||
--text-color-link: #1493fb;
|
||
--text-color-link-active: #6969f7;
|
||
--text-color-link-visited: #a6a6f8;
|
||
|
||
--background-color: #15202b;
|
||
}
|
||
}
|
||
|
||
|
||
/* Global stylesheet */
|
||
* {
|
||
box-sizing: border-box;
|
||
}
|
||
|
||
@view-transition {
|
||
navigation: auto;
|
||
}
|
||
|
||
html,
|
||
body {
|
||
padding: 0;
|
||
margin: 0 auto;
|
||
font-family: var(--font-family);
|
||
color: var(--text-color);
|
||
background-color: var(--background-color);
|
||
}
|
||
html {
|
||
overflow-y: scroll;
|
||
}
|
||
body {
|
||
max-width: 40em;
|
||
}
|
||
|
||
/* https://www.a11yproject.com/posts/how-to-hide-content/ */
|
||
.visually-hidden {
|
||
clip: rect(0 0 0 0);
|
||
clip-path: inset(50%);
|
||
height: 1px;
|
||
overflow: hidden;
|
||
position: absolute;
|
||
white-space: nowrap;
|
||
width: 1px;
|
||
}
|
||
|
||
p:last-child {
|
||
margin-bottom: 0;
|
||
}
|
||
p {
|
||
line-height: 1.5;
|
||
}
|
||
|
||
li {
|
||
line-height: 1.5;
|
||
}
|
||
|
||
a[href] {
|
||
color: var(--text-color-link);
|
||
}
|
||
a[href]:visited {
|
||
color: var(--text-color-link-visited);
|
||
}
|
||
a[href]:hover,
|
||
a[href]:active {
|
||
color: var(--text-color-link-active);
|
||
}
|
||
|
||
main,
|
||
footer {
|
||
padding: 1rem;
|
||
}
|
||
main :first-child {
|
||
margin-top: 0;
|
||
}
|
||
|
||
header {
|
||
border-bottom: 1px dashed var(--color-gray-20);
|
||
}
|
||
header:after {
|
||
content: "";
|
||
display: table;
|
||
clear: both;
|
||
}
|
||
|
||
footer {
|
||
border-top: 1px dashed var(--color-gray-50);
|
||
}
|
||
|
||
.links-nextprev {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
gap: .5em 1em;
|
||
list-style: "";
|
||
border-top: 1px dashed var(--color-gray-20);
|
||
padding: 1em 0;
|
||
}
|
||
.links-nextprev > * {
|
||
flex-grow: 1;
|
||
}
|
||
.links-nextprev-next {
|
||
text-align: right;
|
||
}
|
||
|
||
table {
|
||
margin: 1em 0;
|
||
}
|
||
table td,
|
||
table th {
|
||
padding-right: 1em;
|
||
}
|
||
|
||
pre,
|
||
code {
|
||
font-family: var(--font-family-monospace);
|
||
}
|
||
pre:not([class*="language-"]) {
|
||
margin: .5em 0;
|
||
line-height: 1.375; /* 22px /16 */
|
||
-moz-tab-size: var(--syntax-tab-size);
|
||
-o-tab-size: var(--syntax-tab-size);
|
||
tab-size: var(--syntax-tab-size);
|
||
-webkit-hyphens: none;
|
||
-ms-hyphens: none;
|
||
hyphens: none;
|
||
direction: ltr;
|
||
text-align: left;
|
||
white-space: pre;
|
||
word-spacing: normal;
|
||
word-break: normal;
|
||
overflow-x: auto;
|
||
}
|
||
code {
|
||
word-break: break-all;
|
||
}
|
||
|
||
/* Header */
|
||
header {
|
||
display: flex;
|
||
gap: 1em .5em;
|
||
flex-wrap: wrap;
|
||
align-items: center;
|
||
padding: 1em;
|
||
}
|
||
.home-link {
|
||
font-size: 1.5em; /* 16px /16 */
|
||
font-weight: 700;
|
||
margin-right: 2em;
|
||
}
|
||
.home-link:link:not(:hover) {
|
||
text-decoration: none;
|
||
}
|
||
|
||
/* Nav */
|
||
.nav {
|
||
display: flex;
|
||
padding: 0;
|
||
margin: 0;
|
||
list-style: none;
|
||
}
|
||
.nav-item {
|
||
display: inline-block;
|
||
margin-right: 1em;
|
||
}
|
||
.nav-item a[href]:not(:hover) {
|
||
text-decoration: none;
|
||
}
|
||
.nav a[href][aria-current="page"] {
|
||
text-decoration: underline;
|
||
}
|
||
|
||
/* Posts list */
|
||
.postlist {
|
||
list-style: none;
|
||
padding: 0;
|
||
padding-left: 1.5rem;
|
||
}
|
||
.postlist-item {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
align-items: baseline;
|
||
counter-increment: start-from -1;
|
||
margin-bottom: 1em;
|
||
}
|
||
.postlist-item:before {
|
||
display: inline-block;
|
||
pointer-events: none;
|
||
content: "" counter(start-from, decimal-leading-zero) ". ";
|
||
line-height: 100%;
|
||
text-align: right;
|
||
margin-left: -1.5rem;
|
||
}
|
||
.postlist-date,
|
||
.postlist-item:before {
|
||
font-size: 0.8125em; /* 13px /16 */
|
||
color: var(--color-gray-90);
|
||
}
|
||
.postlist-date {
|
||
word-spacing: -0.5px;
|
||
}
|
||
.postlist-link {
|
||
font-size: 1.1875em; /* 19px /16 */
|
||
font-weight: 700;
|
||
flex-basis: calc(100% - 1.5rem);
|
||
padding-left: .25em;
|
||
padding-right: .5em;
|
||
text-underline-position: from-font;
|
||
text-underline-offset: 0;
|
||
text-decoration-thickness: 1px;
|
||
}
|
||
.postlist-item-active .postlist-link {
|
||
font-weight: bold;
|
||
}
|
||
|
||
/* Archive list */
|
||
.archivelist {
|
||
padding: 0;
|
||
padding-left: 2.5rem;
|
||
}
|
||
.archivelist-item {
|
||
align-items: baseline;
|
||
margin-bottom: 1em;
|
||
}
|
||
.archivelist-item::marker {
|
||
text-align: right;
|
||
margin-left: -1.5rem;
|
||
font-size: 0.8125em; /* 13px /16 */
|
||
color: var(--color-gray-90);
|
||
}
|
||
.archivelist-date {
|
||
font-size: 0.8125em; /* 13px /16 */
|
||
color: var(--color-gray-90);
|
||
word-spacing: -0.5px;
|
||
}
|
||
.archivelist-link {
|
||
font-size: 1.1875em; /* 19px /16 */
|
||
font-weight: 700;
|
||
flex-basis: calc(100% - 1.5rem);
|
||
padding-left: .25em;
|
||
padding-right: .5em;
|
||
text-underline-position: from-font;
|
||
text-underline-offset: 0;
|
||
text-decoration-thickness: 1px;
|
||
}
|
||
.archivelist-item-active .archivelist-link {
|
||
font-weight: bold;
|
||
}
|
||
|
||
|
||
/* Tags */
|
||
.post-tag {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
text-transform: capitalize;
|
||
font-style: italic;
|
||
}
|
||
.postlist-item > .post-tag {
|
||
align-self: center;
|
||
}
|
||
|
||
/* Tags list */
|
||
.post-metadata {
|
||
display: inline-flex;
|
||
flex-wrap: wrap;
|
||
gap: .5em;
|
||
list-style: none;
|
||
border-top: 1px dashed var(--color-gray-20);
|
||
border-bottom: 1px dashed var(--color-gray-20);
|
||
padding: 3px 0px 3px 0px;
|
||
margin: 0;
|
||
font-size: .8em;
|
||
}
|
||
.post-metadata time {
|
||
margin-right: 1em;
|
||
}
|
||
|
||
/* Direct Links / Markdown Headers */
|
||
.header-anchor {
|
||
text-decoration: none;
|
||
font-style: normal;
|
||
font-size: 1em;
|
||
margin-left: .1em;
|
||
}
|
||
a[href].header-anchor,
|
||
a[href].header-anchor:visited {
|
||
color: transparent;
|
||
}
|
||
a[href].header-anchor:focus,
|
||
a[href].header-anchor:hover {
|
||
text-decoration: underline;
|
||
}
|
||
a[href].header-anchor:focus,
|
||
:hover > a[href].header-anchor {
|
||
color: #aaa;
|
||
}
|
||
|
||
h2 + .header-anchor {
|
||
font-size: 1.5em;
|
||
font-weight: bold;
|
||
}
|
||
|
||
h1 {
|
||
font-weight: bolder;
|
||
}
|
||
|
||
summary {
|
||
font-size: 1.5em;
|
||
font-weight: bold;
|
||
margin-bottom: .5em;
|
||
}
|
||
|
||
img {
|
||
display: block;
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
}
|
||
|
||
blockquote {
|
||
display: block;
|
||
margin-left: 2em;
|
||
margin-right: 3em;
|
||
padding-left: 10px;
|
||
border-left: 10px solid var(--text-color-link);
|
||
}
|
||
|
||
hr.new {
|
||
border: none;
|
||
border-top: 1px dashed var(--color-gray-50);
|
||
}
|
||
/* Webmention Section */
|
||
|
||
.webmentions {
|
||
display:block;
|
||
text-align: left;
|
||
}
|
||
.webmentions__facepile {
|
||
display:flex;
|
||
align-items: center;
|
||
flex-wrap: wrap;
|
||
}
|
||
.webmentions__face {
|
||
width: 2rem;
|
||
height: 2rem;
|
||
border-radius: 50%;
|
||
object-fit: cover;
|
||
flex: none;
|
||
}
|
||
.webmentions__list {
|
||
list-style-type: none;
|
||
padding:0;
|
||
}
|
||
.webmentions__item {
|
||
margin-bottom: 2rem;
|
||
}
|
||
|
||
/* Single Webmention */
|
||
|
||
.webmention {
|
||
display:block;
|
||
}
|
||
.webmention__meta,
|
||
.webmention__author {
|
||
display: flex;
|
||
align-items: center;
|
||
flex-wrap: wrap;
|
||
}
|
||
.webmention__meta {
|
||
margin-bottom:.5rem;
|
||
}
|
||
.webmention__author {
|
||
margin-right:.25rem;
|
||
}
|
||
.webmention__author__photo {
|
||
height: 3rem;
|
||
width: 3rem;
|
||
border-radius: 50%;
|
||
object-fit: cover;
|
||
margin-right:.5rem;
|
||
}
|
||
.webmention__pubdate {
|
||
font-style: italic;
|
||
}
|
||
/* Message Box */
|
||
.message-box {
|
||
--color-message-box: #ffc;
|
||
|
||
display: block;
|
||
background-color: var(--color-message-box);
|
||
color: var(--color-gray-90);
|
||
padding: 1em 0.625em; /* 16px 10px /16 */
|
||
}
|
||
.message-box ol {
|
||
margin-top: 0;
|
||
}
|
||
|
||
@media (prefers-color-scheme: dark) {
|
||
.message-box {
|
||
--color-message-box: #082840;
|
||
}
|
||
}</style>
|
||
</head>
|
||
<body>
|
||
<a href="#skip" class="visually-hidden">Skip to main content</a>
|
||
|
||
<header>
|
||
<a href="/" class="home-link">kfitz</a>
|
||
<nav>
|
||
<h2 class="visually-hidden" id="top-level-navigation-menu">Top level navigation menu</h2>
|
||
<ul class="nav">
|
||
<li class="nav-item"><a href="/">Home</a></li>
|
||
<li class="nav-item"><a href="/blog/">Archive</a></li>
|
||
<li class="nav-item"><a href="/about/">About</a></li>
|
||
<li class="nav-item"><a href="/projects/">Projects</a></li>
|
||
<li class="nav-item"><a href="/presentations/">Presentations</a></li>
|
||
<li class="nav-item"><a href="/teaching/">Teaching</a></li>
|
||
<li class="nav-item"><a href="/feed/feed.xml">Feed</a></li>
|
||
</ul>
|
||
</nav>
|
||
</header>
|
||
|
||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
|
||
<script src="/pagefind/pagefind-ui.js"></script>
|
||
<div id="search"></div>
|
||
<script>
|
||
window.addEventListener('DOMContentLoaded', (event) => {
|
||
new PagefindUI({ element: "#search", showSubResults: true });
|
||
});
|
||
</script>
|
||
|
||
<main id="skip">
|
||
<heading-anchors>
|
||
|
||
<h1 id="open-matters">Open Matters</h1>
|
||
|
||
<ul class="post-metadata">
|
||
<li><time datetime="2023-10-09">09 October 2023</time></li>
|
||
<li><a href="/tags/networks/" class="post-tag">networks</a></li>
|
||
</ul>
|
||
|
||
<p>When I set out to write <a href="/ownership-matters">my last post</a> I had a different thought in mind than where I ended up. I'm still thinking about questions of ownership, and in particular want to return to the leap John Maxwell pointed out between "academy owned" and "serving the public good," because there's quite a lot of terrain to consider.</p>
|
||
<p>But this morning I want to back up to where my thinking originally began, which is social networking after Twitter.</p>
|
||
<p>If you're reading this, you likely already know that my colleagues and I over at <a href="https://hcommons.org">Humanities Commons</a> launched a Hometown-flavored Mastodon instance at <a href="https://hcommons.social">hcommons.social</a> a little less than a year ago. We started this process once it became clear that Twitter was going to have new ownership, and very likely a form of management that we weren't going to like, and that it was time to get out.</p>
|
||
<p>Lots of folks joined us in that exodus, but many haven't stuck around Mastodon, finding it too complex, too scoldy, too unwelcoming, and no doubt other things besides. We've been working on trying to make it friendlier, and trying to make clear the benefits of having your social media presence on a platform that you have some real voice in -- on which you can reach out to your admins and say, "dude, this is a problem," and actually get listened to.</p>
|
||
<p>Nevertheless, a bunch of folks have moved on. And that's fine! People should be where they like! But I've been a tiny bit broken-hearted by the apparent re-settling of DH Twitter, a community that really mattered to me once upon a time, on Bluesky. And I've been trying to figure out why, and whether there's anything to be done about it.</p>
|
||
<p>One thing that might be done about it would be to say "if you can't beat 'em, join 'em," and use the platform folks have settled on. But as <a href="https://hcommons.social/@kfitz/111111685580853175">I told Roxanne Shirazi</a> a couple of weeks back, every so often I have cause to remember how miserable I was on Jack Dorsey's Twitter, and it steels my resolve not to be part of Jack Dorsey's anything else ever again. Which is to say that we needed a better alternative long before last year's change of management, and I'm determined to keep working on my small part in building it.</p>
|
||
<p>That's where the "ownership matters" thing got started. But this morning someone in my timeline linked to <a href="https://pluralistic.net/2023/08/06/fool-me-twice-we-dont-get-fooled-again/">Cory Doctorow's thoughts from August</a> on, as he puts it, the "difference between federatable and federated." The new corporate-managed Twitter replacements are claiming the capacity to federate, but we have yet to see much evidence of what some eventual federation might look like, including whether that federation will be built on an open standard or whether it will take the more typical "embrace, extend, extinguish" route to building a distributed but still proprietary network.</p>
|
||
<p>Cory makes two key points that help me understand both my heartbreak in the face of the migration to Bluesky and my determination to continue supporting an open alternative.</p>
|
||
<p>On the former, he notes the time and energy and brilliance and creativity that so many of us poured into Twitter, only to have it come to the <a href="https://www.rollingstone.com/culture/culture-commentary/elon-musk-killed-twitter-one-year-1234840622/">ignominious end</a> that it seems to be nearing: "The only thing worse than having wasted all that time and energy would be to have wasted it — and learned <em>nothing</em>."</p>
|
||
<p>On the latter, he reminds us that this sad tale of walled gardens and corporate collapse is not restricted to the particular characters involved in Twitter's end: "I don’t care how good the administration of Bluesky or Threads is today — I care about what happens if it sours <em>tomorrow.</em>"</p>
|
||
<p>The point is partly about ownership, or perhaps governance, and ensuring that we have a say in the future of the plots of ground we choose to develop. But it's also about ensuring that those gardens aren't walled, that they don't just have a gate that management may one day decide to unlock, but that they are open from the start, open to connect and cultivate in the ways that we as a community decide.</p>
|
||
<p>As Cory notes, Mastodon is far from perfect, and hcommons.social is far from perfect. But we're doing our best to ensure that we're running it in the open: we're discussing issues that affect our community with the community, and we're committed to making use of open standards across our projects.</p>
|
||
|
||
<ul class="links-nextprev"><li class="links-nextprev-prev">← Previous<br> <a href="/ownership-matters/">Ownership Matters</a></li><li class="links-nextprev-next">Next →<br><a href="/mary-cappello-lecture/">Mary Cappello, Lecture</a></li>
|
||
</ul>
|
||
|
||
<hyvor-talk-comments website-id="9100" page-id="/open-matters/"></hyvor-talk-comments>
|
||
|
||
<div class="webmentions" id="webmentions">
|
||
<h3 id="webmentions-2">Webmentions</h3>
|
||
|
||
|
||
<h4 id="12-replies">12 Replies</h4>
|
||
<ol class="webmentions__list">
|
||
|
||
<li class="webmentions__item">
|
||
<article class="webmention h-cite" id="webmention-1725083">
|
||
<div class="webmention__meta">
|
||
|
||
<a class="webmention__author p-author h-card u-url" href="https://scholar.social/@electricarchaeo/111205340014452127" target="_blank" rel="noopener noreferrer">
|
||
|
||
<img class="webmention__author__photo u-photo" src="https://webmention.io/avatar/spaces.hcommons.social/dd54befa73513fb27ecff0a0433aae7e3a3df1160163e6d25e031ec3333b4848.jpg" alt="Shawn Graham">
|
||
|
||
<strong class="p-name">Shawn Graham</strong>
|
||
</a>
|
||
|
||
|
||
|
||
<time class="webmention__pubdate dt-published" datetime="2023-10-09T13:40:25">09 Oct 2023 - 17:40</time>
|
||
|
||
</div>
|
||
<div class="webmention__content p-content">
|
||
@kfitz i really don’t understand the whole dh-to-jack thing either
|
||
</div>
|
||
</article>
|
||
|
||
</li>
|
||
|
||
<li class="webmentions__item">
|
||
<article class="webmention h-cite" id="webmention-1725084">
|
||
<div class="webmention__meta">
|
||
|
||
<a class="webmention__author p-author h-card u-url" href="https://hcommons.social/@kfitz/111205358754060050" target="_blank" rel="noopener noreferrer">
|
||
|
||
<img class="webmention__author__photo u-photo" src="https://webmention.io/avatar/spaces.hcommons.social/57241974ecb75421b2cd7f4b6e55b9b41d422136f90c7c3f3934059711d6b8fc.png" alt="Kathleen Fitzpatrick">
|
||
|
||
<strong class="p-name">Kathleen Fitzpatrick</strong>
|
||
</a>
|
||
|
||
|
||
|
||
<time class="webmention__pubdate dt-published" datetime="2023-10-09T13:45:11">09 Oct 2023 - 17:45</time>
|
||
|
||
</div>
|
||
<div class="webmention__content p-content">
|
||
@electricarchaeo I would have expected a more principled commitment to exploring other options. I don't mean to be snotty when I say that, or at least not too snotty. I just think of that exploration as a key component of the work we do.
|
||
</div>
|
||
</article>
|
||
|
||
</li>
|
||
|
||
<li class="webmentions__item">
|
||
<article class="webmention h-cite" id="webmention-1725085">
|
||
<div class="webmention__meta">
|
||
|
||
<a class="webmention__author p-author h-card u-url" href="https://hcommons.social/@ryanrandall/111205363354368356" target="_blank" rel="noopener noreferrer">
|
||
|
||
<img class="webmention__author__photo u-photo" src="https://webmention.io/avatar/spaces.hcommons.social/15e26cd8cedcb9d311bd76c0f774f5e1904724879f98f672f7aef4c8961d3f2e.jpg" alt="???? Renevant Ryan Randall">
|
||
|
||
<strong class="p-name">???? Renevant Ryan Randall</strong>
|
||
</a>
|
||
|
||
|
||
|
||
<time class="webmention__pubdate dt-published" datetime="2023-10-09T13:46:22">09 Oct 2023 - 17:46</time>
|
||
|
||
</div>
|
||
<div class="webmention__content p-content">
|
||
@electricarchaeo @kfitz I'm also feeling that deep confusion with library / archive / museum folks.
|
||
</div>
|
||
</article>
|
||
|
||
</li>
|
||
|
||
<li class="webmentions__item">
|
||
<article class="webmention h-cite" id="webmention-1725086">
|
||
<div class="webmention__meta">
|
||
|
||
<a class="webmention__author p-author h-card u-url" href="https://hcommons.social/@kfitz/111205384950834148" target="_blank" rel="noopener noreferrer">
|
||
|
||
<img class="webmention__author__photo u-photo" src="https://webmention.io/avatar/spaces.hcommons.social/57241974ecb75421b2cd7f4b6e55b9b41d422136f90c7c3f3934059711d6b8fc.png" alt="Kathleen Fitzpatrick">
|
||
|
||
<strong class="p-name">Kathleen Fitzpatrick</strong>
|
||
</a>
|
||
|
||
|
||
|
||
<time class="webmention__pubdate dt-published" datetime="2023-10-09T13:51:51">09 Oct 2023 - 17:51</time>
|
||
|
||
</div>
|
||
<div class="webmention__content p-content">
|
||
@ryanrandall @electricarchaeo I mean, I get that when it comes to social networking 99% of folks just want to use a platform rather than having to be involved in the building of it. And closed platforms can sure be user-friendly. But… it just makes me sad.
|
||
</div>
|
||
</article>
|
||
|
||
</li>
|
||
|
||
<li class="webmentions__item">
|
||
<article class="webmention h-cite" id="webmention-1725087">
|
||
<div class="webmention__meta">
|
||
|
||
<a class="webmention__author p-author h-card u-url" href="https://indieweb.social/@ed_beck/111205415917081384" target="_blank" rel="noopener noreferrer">
|
||
|
||
<img class="webmention__author__photo u-photo" src="https://webmention.io/avatar/spaces.hcommons.social/5ec4c5225f6227436772dea79701bba3b711231b9fd601fec18b7ecd0b4a1ed4.jpg" alt="Ed Beck">
|
||
|
||
<strong class="p-name">Ed Beck</strong>
|
||
</a>
|
||
|
||
|
||
|
||
<time class="webmention__pubdate dt-published" datetime="2023-10-09T13:59:44">09 Oct 2023 - 17:59</time>
|
||
|
||
</div>
|
||
<div class="webmention__content p-content">
|
||
@kfitz Tomorrow, I'm running a pre-conference workshop on open web technologies before SUNY's OER Summit.I want to keep making the argument that the open infrastructure matters without falling into the open education trope of purity tests. I feel like I'm walking a tightrope and this helped.
|
||
</div>
|
||
</article>
|
||
|
||
</li>
|
||
|
||
<li class="webmentions__item">
|
||
<article class="webmention h-cite" id="webmention-1725082">
|
||
<div class="webmention__meta">
|
||
|
||
<a class="webmention__author p-author h-card u-url" href="https://hcommons.social/@scott_bot/111205422182688701" target="_blank" rel="noopener noreferrer">
|
||
|
||
<img class="webmention__author__photo u-photo" src="https://webmention.io/avatar/spaces.hcommons.social/d1689f607983c01dbcfa1559dddec447f0f9985c8e6fa33641b09a4049e4875a.jpg" alt="@scott_bot ????">
|
||
|
||
<strong class="p-name">@scott_bot ????</strong>
|
||
</a>
|
||
|
||
|
||
|
||
<time class="webmention__pubdate dt-published" datetime="2023-10-09T14:01:19">09 Oct 2023 - 18:01</time>
|
||
|
||
</div>
|
||
<div class="webmention__content p-content">
|
||
@kfitz @ryanrandall @electricarchaeo I admit to cross-posting, but (borrowing Doctorow's term) it seems self-evident that it will soon be enshittified, and I'm not sure if folks ended up there out of 1) FOMO, 2) lack of consideration, 3) willful ignorance, or 4) resigned this-to-shall-pass-ism. I guess I'm a bit of 1 and 4, but really none feel justified, having learn what we've learned.
|
||
</div>
|
||
</article>
|
||
|
||
</li>
|
||
|
||
<li class="webmentions__item">
|
||
<article class="webmention h-cite" id="webmention-1725088">
|
||
<div class="webmention__meta">
|
||
|
||
<a class="webmention__author p-author h-card u-url" href="https://hcommons.social/@kfitz/111205497923387338" target="_blank" rel="noopener noreferrer">
|
||
|
||
<img class="webmention__author__photo u-photo" src="https://webmention.io/avatar/spaces.hcommons.social/57241974ecb75421b2cd7f4b6e55b9b41d422136f90c7c3f3934059711d6b8fc.png" alt="Kathleen Fitzpatrick">
|
||
|
||
<strong class="p-name">Kathleen Fitzpatrick</strong>
|
||
</a>
|
||
|
||
|
||
|
||
<time class="webmention__pubdate dt-published" datetime="2023-10-09T14:20:35">09 Oct 2023 - 18:20</time>
|
||
|
||
</div>
|
||
<div class="webmention__content p-content">
|
||
@ed_beck It does feel like a tightrope! I don't want open infrastructure to turn into some kind of purity test -- I don't judge anyone for making the decisions they make -- but it is important to make sure we're as conscious as possible of the dangers of walled gardens.
|
||
</div>
|
||
</article>
|
||
|
||
</li>
|
||
|
||
<li class="webmentions__item">
|
||
<article class="webmention h-cite" id="webmention-1725441">
|
||
<div class="webmention__meta">
|
||
|
||
<a class="webmention__author p-author h-card u-url" href="https://ecoevo.social/@sarae/111206039976517201" target="_blank" rel="noopener noreferrer">
|
||
|
||
<img class="webmention__author__photo u-photo" src="https://webmention.io/avatar/spaces.hcommons.social/a44a0653b83220fa0d0fab53981b52a0d78a7a661021033606913bcc558ad14c.jpg" alt="Sara">
|
||
|
||
<strong class="p-name">Sara</strong>
|
||
</a>
|
||
|
||
|
||
|
||
<time class="webmention__pubdate dt-published" datetime="2023-10-09T16:38:26">09 Oct 2023 - 20:38</time>
|
||
|
||
</div>
|
||
<div class="webmention__content p-content">
|
||
@tillgrallert @kfitz @electricarchaeo I am not all that surprised, because academia is an institution that rewards self-centeredness and self-promotion rather than community worksince that's what the academy values, that's what people who make a living in these institutions tend to do, because they're in situations of economic precarityand this means that a lot of academics crit colonialism while (fairly obliviously) re-enacting itthe whole deal is sad
|
||
</div>
|
||
</article>
|
||
|
||
</li>
|
||
|
||
<li class="webmentions__item">
|
||
<article class="webmention h-cite" id="webmention-1725442">
|
||
<div class="webmention__meta">
|
||
|
||
<a class="webmention__author p-author h-card u-url" href="https://mastodon.social/@VCP/111211642793608731" target="_blank" rel="noopener noreferrer">
|
||
|
||
<img class="webmention__author__photo u-photo" src="https://webmention.io/avatar/spaces.hcommons.social/9c7f8416d9291f655e4baebfe3c58599c90da79576056a0f9c332bc323257209.jpg" alt="Exhaust_Fumes">
|
||
|
||
<strong class="p-name">Exhaust_Fumes</strong>
|
||
</a>
|
||
|
||
|
||
|
||
<time class="webmention__pubdate dt-published" datetime="2023-10-10T16:23:18">10 Oct 2023 - 20:23</time>
|
||
|
||
</div>
|
||
<div class="webmention__content p-content">
|
||
@kfitz Thanks so much for thinking so much--and for being here and committing to a "here" that isn't a bad place. I haven't switched over the hcommons, but I am 100% in support of it and really wish other academics and orgs would give it another go. They are what's missing & can make it less scoldy and other adjectives just by being here too.
|
||
</div>
|
||
</article>
|
||
|
||
</li>
|
||
|
||
<li class="webmentions__item">
|
||
<article class="webmention h-cite" id="webmention-1725461">
|
||
<div class="webmention__meta">
|
||
|
||
<a class="webmention__author p-author h-card u-url" href="https://hcommons.social/@kfitz/111211651445171929" target="_blank" rel="noopener noreferrer">
|
||
|
||
<img class="webmention__author__photo u-photo" src="https://webmention.io/avatar/spaces.hcommons.social/57241974ecb75421b2cd7f4b6e55b9b41d422136f90c7c3f3934059711d6b8fc.png" alt="Kathleen Fitzpatrick">
|
||
|
||
<strong class="p-name">Kathleen Fitzpatrick</strong>
|
||
</a>
|
||
|
||
|
||
|
||
<time class="webmention__pubdate dt-published" datetime="2023-10-10T16:25:30">10 Oct 2023 - 20:25</time>
|
||
|
||
</div>
|
||
<div class="webmention__content p-content">
|
||
@VCP Thank you for this! I hope that we can gradually persuade more folks that there's a place here for them.
|
||
</div>
|
||
</article>
|
||
|
||
</li>
|
||
|
||
<li class="webmentions__item">
|
||
<article class="webmention h-cite" id="webmention-1725460">
|
||
<div class="webmention__meta">
|
||
|
||
<a class="webmention__author p-author h-card u-url" href="https://fedihum.org/@christof/111211717592771137" target="_blank" rel="noopener noreferrer">
|
||
|
||
<img class="webmention__author__photo u-photo" src="https://webmention.io/avatar/spaces.hcommons.social/107823d0483828c72435da28b27b1bf235ccd1ecdc9d70325c1092056c5a9e4c.jpg" alt="Christof Schöch">
|
||
|
||
<strong class="p-name">Christof Schöch</strong>
|
||
</a>
|
||
|
||
|
||
|
||
<time class="webmention__pubdate dt-published" datetime="2023-10-10T16:42:20">10 Oct 2023 - 20:42</time>
|
||
|
||
</div>
|
||
<div class="webmention__content p-content">
|
||
@kfitz – Obviously agree with all of these points, and likewise a bit heart-broken (also on behalf of #Fedihum / @admin) that the DH community appears to be only partially getting the point of Mastodon and investing their time for community building here. – I have posted the pieces by @pluralistic and @kfitz over on Bluesky but no reaction yet other than a single lone like. Because I'm not active there, my reach is of course very limited so it doesn't mean much.
|
||
fedihum
|
||
</div>
|
||
</article>
|
||
|
||
</li>
|
||
|
||
<li class="webmentions__item">
|
||
<article class="webmention h-cite" id="webmention-1728202">
|
||
<div class="webmention__meta">
|
||
|
||
<a class="webmention__author p-author h-card u-url" href="https://ravenation.club/@mpe/111265858374387193" target="_blank" rel="noopener noreferrer">
|
||
|
||
<img class="webmention__author__photo u-photo" src="https://webmention.io/avatar/spaces.hcommons.social/349d2a32c959e2e6df1d0bde5a174a02dbbfa7b2e19375838bde8a7f79c3e602.png" alt="Martin Paul Eve">
|
||
|
||
<strong class="p-name">Martin Paul Eve</strong>
|
||
</a>
|
||
|
||
|
||
|
||
<time class="webmention__pubdate dt-published" datetime="2023-10-20T06:11:02">20 Oct 2023 - 10:11</time>
|
||
|
||
</div>
|
||
<div class="webmention__content p-content">
|
||
@kfitz I'm currently maintaining 3 networks as a result. Not really compatible with getting work done, but hey
|
||
</div>
|
||
</article>
|
||
|
||
</li>
|
||
|
||
</ol>
|
||
|
||
|
||
|
||
|
||
<h4 id="24-likes">24 Likes</h4>
|
||
<div class="webmentions__facepile">
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109818591058645428" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/98cc3d5843961be1737987fad1e7196623768625579dcef26cf76e3b466348f1.png" alt="Lucy Barnes" title="Lucy Barnes" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109293065163931343" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/e4619518093d6c2c6fb4d921e713166807265e8ce06687437ac2a6cf8245c945.png" alt="Chris Long" title="Chris Long" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109417224490503592" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/6f8adf995315f34159cf07a0c77db4ae42bb55b363a854326790f4b65f40df22.png" alt="Reclaim Hosting" title="Reclaim Hosting" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109299071754486608" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/8ee6dbdc0bb42688c51e62f5a9ee71b285b7634c468d6929a3e23ff481869e92.jpg" alt="P.D. Magnus" title="P.D. Magnus" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109337072150105437" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/107823d0483828c72435da28b27b1bf235ccd1ecdc9d70325c1092056c5a9e4c.jpg" alt="Christof Schöch" title="Christof Schöch" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109342258582937735" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/bc058244a01011ab8dc829177d0736c59527bb7d761586cfeca27dc53e74480d.png" alt="FeDiHum-Admin (DHd)" title="FeDiHum-Admin (DHd)" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109297879534835170" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/7cae2adc2a0c386beea4de395d3846039fb28670c80cdabe90e6ddb9e1b1703d.jpg" alt="Charles Pence" title="Charles Pence" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109297345211826013" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/52ea71d8f5ace51496e14b8dc8e6e252142ec4069fe33bbe3c7b4806d9bf03d9.jpg" alt="Stephen Ramsay" title="Stephen Ramsay" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109317933031936664" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/4292e8cef909ddf737f7123e3b5fe62a686785f956800dc0593b174b492325c9.jpg" alt="Japanned Steve McCarty" title="Japanned Steve McCarty" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109308583408552877" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/c4b603564d3a5b674b04fa61aa0aa40e1cb9b8915ec70fe0a3bf30dd47cf6c94.jpg" alt="Hugh Cayless" title="Hugh Cayless" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109350044848867395" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/7701496ef5906a9aaca071099bf34acad873eebe44d8a85ba0a9171c710252aa.jpg" alt="Sean Gillies" title="Sean Gillies" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109469831452874040" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/13c9b5e4729c6cc4bfb05078ea971a246808b722d3861836581a7c2851b1063b.jpg" alt="John Maxwell" title="John Maxwell" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109297419439725314" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/46557d0aabc3ab609fab17e33b2f8634a2f6eabaaaca935ec4194ceb5e951968.jpg" alt="Frederik Elwert" title="Frederik Elwert" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109325655080712122" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/1919bd5b041020c1497ccf0924e4af334bc111cfb7d2751951d52576b7c4f0bf.jpg" alt="Burton Bargerstock" title="Burton Bargerstock" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109300351636882835" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/729ecdb9a583658fbe2d98b55df2a9ca6de1939c47c658f47da831328caa5452.jpg" alt="Stefan Dumont" title="Stefan Dumont" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109334097908353677" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/60cfbd116224d64c93872acb315c90f1478660eed9b63bf1ad7f202b57099545.jpg" alt="mlmcgill" title="mlmcgill" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-111183118582045337" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/1dd31ca1e432974146c09d25f6234fc3e795a0c11a83efe960609369ff5bf99d.jpg" alt="John Faithfull ????????????????????????????????????????????✊????✊????" title="John Faithfull ????????????????????????????????????????????✊????✊????" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109298737793060784" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/15e26cd8cedcb9d311bd76c0f774f5e1904724879f98f672f7aef4c8961d3f2e.jpg" alt="???? Renevant Ryan Randall" title="???? Renevant Ryan Randall" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109297878880350038" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/dd54befa73513fb27ecff0a0433aae7e3a3df1160163e6d25e031ec3333b4848.jpg" alt="Shawn Graham" title="Shawn Graham" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109274574939646655" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/fc94b1cf51c3439823ac9e314646a3724a6474a0e3ec3f0c351a62d4a211adef.png" alt="Humanities Commons" title="Humanities Commons" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109564740668969778" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/d1689f607983c01dbcfa1559dddec447f0f9985c8e6fa33641b09a4049e4875a.jpg" alt="@scott_bot ????" title="@scott_bot ????" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109299002980306860" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/7bad07a75f556794db188c4e7dd7e5f54e7cbe3edafe8dc7ed6b441658892b61.jpg" alt="Andy K S" title="Andy K S" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109306698653594482" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/cc242b0ccd570e1eaf870c46e8f852382eafbf68b2a036fc555d5b1047cf7f72.jpg" alt="Evan Will" title="Evan Will" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#favorited-by-109285652267414626" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/29438d39b780c52c513c6ec4c75afdc90b7fddb758c41c7c8f7a82e275d2a577.jpg" alt="Ross Mounce" title="Ross Mounce" loading="lazy">
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
<h4 id="25-reposts">25 Reposts</h4>
|
||
<div class="webmentions__facepile">
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109305141027350543" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/3419b1e3539b3d7a62f1f17266b3c0ed0aa606d79beae519cf342f4ec78d822e.jpg" alt="mashbooq" title="mashbooq" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109355676456397961" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/3700a4f660e70484e32ccff67fe6a80aa19f7b64413d5463ec128822ceebf6ed.png" alt="Pentium FDIV bug (boo!)" title="Pentium FDIV bug (boo!)" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109818591058645428" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/98cc3d5843961be1737987fad1e7196623768625579dcef26cf76e3b466348f1.png" alt="Lucy Barnes" title="Lucy Barnes" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109302855892068148" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/bb97c0d258b0ad08a4b22011a8deeea301bed9f5fb59b639d718d41f2446b165.jpg" alt="Glyn Moody" title="Glyn Moody" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109302101958218834" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/5238cec33392ed5c21d2eb5fce4dbdc83d7efdb1d325fd43dc0316f73acc1d4b.jpg" alt="Tim Sherratt" title="Tim Sherratt" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109293065163931343" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/e4619518093d6c2c6fb4d921e713166807265e8ce06687437ac2a6cf8245c945.png" alt="Chris Long" title="Chris Long" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109297531435002185" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/349d2a32c959e2e6df1d0bde5a174a02dbbfa7b2e19375838bde8a7f79c3e602.png" alt="Martin Paul Eve" title="Martin Paul Eve" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109417224490503592" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/6f8adf995315f34159cf07a0c77db4ae42bb55b363a854326790f4b65f40df22.png" alt="Reclaim Hosting" title="Reclaim Hosting" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109396101791102696" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/0c177ad61ce7eca8a591975f1d1593fb8b6884f64382e139fa8452ef54b99a0e.png" alt="Joseph M. Adelman" title="Joseph M. Adelman" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109337072150105437" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/107823d0483828c72435da28b27b1bf235ccd1ecdc9d70325c1092056c5a9e4c.jpg" alt="Christof Schöch" title="Christof Schöch" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109342258582937735" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/bc058244a01011ab8dc829177d0736c59527bb7d761586cfeca27dc53e74480d.png" alt="FeDiHum-Admin (DHd)" title="FeDiHum-Admin (DHd)" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109297879534835170" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/7cae2adc2a0c386beea4de395d3846039fb28670c80cdabe90e6ddb9e1b1703d.jpg" alt="Charles Pence" title="Charles Pence" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109297345211826013" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/52ea71d8f5ace51496e14b8dc8e6e252142ec4069fe33bbe3c7b4806d9bf03d9.jpg" alt="Stephen Ramsay" title="Stephen Ramsay" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109299112883510326" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/cd5495a18cc4bc690d32a7c6ca03f5cf0a45e59a3cac05d575024d1d66042828.jpg" alt="Peter Webster" title="Peter Webster" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109303636373757689" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/7bd9b9e1b352d4e1691426a132cc21e4fc5800bfb7bc77eb8e1652565e957eb9.jpg" alt="Christian Thomas" title="Christian Thomas" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109297419439725314" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/46557d0aabc3ab609fab17e33b2f8634a2f6eabaaaca935ec4194ceb5e951968.jpg" alt="Frederik Elwert" title="Frederik Elwert" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109303779309222462" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/cdf95d93632151ad686d5406ff975399533efeb036439b4a3f837ce6a2d9bc6f.jpg" alt="Mia" title="Mia" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109311754581708158" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/e10c01eda45db12e5c4d7c0fb5e4af5f75bf9c6fa120575c04c21b0c375048bc.jpg" alt="Dr. Robert M Flight" title="Dr. Robert M Flight" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109297412950149028" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/1bd8f7d515ed50b2142616da949f9f5f42f547b5b97d316b49c8231f5a72b7d5.jpg" alt="Till Grallert" title="Till Grallert" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109300351636882835" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/729ecdb9a583658fbe2d98b55df2a9ca6de1939c47c658f47da831328caa5452.jpg" alt="Stefan Dumont" title="Stefan Dumont" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109297878880350038" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/dd54befa73513fb27ecff0a0433aae7e3a3df1160163e6d25e031ec3333b4848.jpg" alt="Shawn Graham" title="Shawn Graham" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-111183118582045337" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/1dd31ca1e432974146c09d25f6234fc3e795a0c11a83efe960609369ff5bf99d.jpg" alt="John Faithfull ????????????????????????????????????????????✊????✊????" title="John Faithfull ????????????????????????????????????????????✊????✊????" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109274574939646655" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/fc94b1cf51c3439823ac9e314646a3724a6474a0e3ec3f0c351a62d4a211adef.png" alt="Humanities Commons" title="Humanities Commons" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109306698653594482" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/cc242b0ccd570e1eaf870c46e8f852382eafbf68b2a036fc555d5b1047cf7f72.jpg" alt="Evan Will" title="Evan Will" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
<a class="h-card u-url link-u-exempt" href="https://hcommons.social/@kfitz/111205323005413387#reblogged-by-109285652267414626" target="_blank" rel="noopener noreferrer">
|
||
|
||
|
||
|
||
<img class="webmention__author__photo" src="https://webmention.io/avatar/spaces.hcommons.social/29438d39b780c52c513c6ec4c75afdc90b7fddb758c41c7c8f7a82e275d2a577.jpg" alt="Ross Mounce" title="Ross Mounce" loading="lazy">
|
||
|
||
|
||
</a>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
</heading-anchors>
|
||
</main>
|
||
|
||
<footer>
|
||
<p><em>Built with <a href="https://www.11ty.dev/">Eleventy v3.0.0</a>. All content <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC BY 4.0</a> if you're human.</em></p><p></p>
|
||
</footer>
|
||
|
||
<!-- This page `/open-matters/` was built on 2025-02-18T20:54:27.511Z -->
|
||
<script type="module" src="/dist/rJ3_G-2ArF.js"></script>
|
||
</body>
|
||
</html>
|