move to axios and supply user-agent

This commit is contained in:
fenwick67 2023-01-10 22:33:26 -05:00
parent c1093b09a8
commit b8c21ec6ee
9 changed files with 85 additions and 1676 deletions

View File

@ -4,7 +4,6 @@ var convert = require('./lib/convert');
// v2 api
var convertv2 = require('./lib/convertv2');
var serveStatic = require('serve-static');
var request = require('request');
var cors = require('cors');
var errorPage = require('./lib/errorPage');
var morgan = require('morgan');

54
lib/apGet.js Normal file
View File

@ -0,0 +1,54 @@
const axios = require('axios')
const NanoCache = require('nano-cache')
const hour = 3600000;
const cache = new NanoCache({
ttl: 24 * hour
});
cache.on('del',key=>console.log(key,'deleted'))
// get JSON for an AP URL, by either fetching it or grabbing it from a cache.
// Honestly request-promise-cache should be good enough. Redis would be a nice upgrade but for
// a single process install it will be fine.
// note: rejects on HTTP 4xx or 5xx
module.exports = async function apGet(url,ttl) {
return new Promise(function(resolve,reject){
// fail early
if (!url){
return reject(new Error('URL is invalid'));
}
var cachedResponse = cache.get(url);
if (cachedResponse){
return resolve(cachedResponse);
}
axios( {
method:'get',
url:url,
headers: {
"accept": "application/activity+json",
"User-Agent": "mastofeed.com"
},
responseType: 'json',
})
.then((response)=>{
// axios would have rejected if we got a 4xx or 5xx or not json
cache.set(url, response.data, {
ttl: ttl || 24 * hour
});
return response.data
})
.then(resolve)
.catch(reject)
})
}

View File

@ -2,42 +2,9 @@ var ejs = require('ejs');
var fs = require('fs');
var template = ejs.compile(fs.readFileSync('./lib/template.ejs', 'utf8'));
var timeAgo = require('timeago.js');
var request = require('request-promise-cache')
const apGet = require('./apGet.js')
const hour = 3600000;
// get JSON for an AP URL, by either fetching it or grabbing it from a cache.
// Honestly request-promise-cache should be good enough. Redis would be a nice upgrade but for
// a single process install it will be fine.
// note: rejects on HTTP 4xx or 5xx
async function apGet(url,ttl) {
return new Promise(function(resolve,reject){
// fail early
if (!url){
reject(new Error('URL is invalid'));
}
request( {
uri:url,
cacheKey:url,
cacheTTL:ttl || 24 * hour,
headers: {
"accept": "application/activity+json"
}
})
.then(body=>JSON.parse(body))
.then(resolve)
.catch(reject)
})
}
// like Promise.all except returns null on error instead of failing all the promises
async function promiseSome(proms){
@ -122,10 +89,10 @@ async function itemsForFeed(opts,user,feed) {
var boostData = [];
var boostUrls = feed.orderedItems.filter(i=>i.type=="Announce").map(i=>i.object);
// console.log(boostUrls);
boostData = await promiseSome(boostUrls.map(apGet));
boostData = await promiseSome(boostUrls.map(url=>apGet(url)));
// now get user data for each of those
let userData = await promiseSome(boostData.map(d=>d?d.attributedTo||'':null).map(apGet));
let userData = await promiseSome(boostData.map(d=>d?d.attributedTo||'':null).map(url=>apGet(url)));
// put a ._userdata key on the item object if this is a boost
for (var i = 0; i < boostData.length; i ++){

View File

@ -1,14 +1,13 @@
{
"dependencies": {
"axios": "^1.2.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"ejs": "^2.5.8",
"express": "^4.16.4",
"feedparser": "^2.2.9",
"morgan": "^1.9.1",
"request": "^2.88.0",
"request-promise-cache": "^2.0.1",
"request-promise-native": "^1.0.7",
"nano-cache": "^1.1.2",
"serve-static": "^1.13.2",
"timeago.js": "^3.0.2"
},

View File

@ -1,47 +0,0 @@
<body class="embed">
<div class="activity-stream activity-stream-headless">
<div class="entry entry-reblog h-cite">
<div class="pre-header">
<div class="pre-header__icon">
<i class="fa fa-retweet fa-fw"></i>
</div>
<span>
<a class="status__display-name muted" href="https://octodon.social/@fenwick67"><strong class="emojify">fenwick67 <img draggable="false" class="emojione" alt="🦆" src="/emoji/1f986.svg"></strong>
</a>boosted
</span>
</div>
<div class="detailed-status light">
<a class="detailed-status__display-name p-author h-card" target="_blank" rel="noopener" href="https://social.tchncs.de/@muninnherself"><div>
<div class="avatar">
<img alt="" class="u-photo" src="https://assets.octodon.social/accounts/avatars/000/018/289/original/eb6b32e85f8606b4.jpg" width="48" height="48">
</div>
</div>
<span class="display-name">
<strong class="p-name emojify">Jack Fraser</strong>
<span>@muninnherself@social.tchncs.de</span>
</span>
</a><div class="status__content p-name emojify"><div class="e-content" style="display: block; direction: ltr" lang="es"><p><a href="https://social.tchncs.de/tags/dailymegalith">#<span>DailyMegalith</span></a> Corrimony chambered cairn <a href="https://social.tchncs.de/tags/highland">#<span>Highland</span></a> <a href="https://social.tchncs.de/tags/scotland">#<span>Scotland</span></a> (2009) <a href="https://social.tchncs.de/media/MxqONSPOUvoExt4uVPM"><span class="invisible">https://</span><span class="ellipsis">social.tchncs.de/media/MxqONSP</span><span class="invisible">OUvoExt4uVPM</span></a></p></div></div>
<div class="detailed-status__attachments">
<div class="status__attachments__inner">
<div class="media-item">
<a style="background-image: url(https://assets.octodon.social/media_attachments/files/000/110/813/original/cbc5fbacac3f24d1.jpg)" target="_blank" rel="noopener" class="u-photo" href="https://social.tchncs.de/system/media_attachments/files/000/103/988/original/cbc5fbacac3f24d1.jpg"></a></div>
</div>
</div>
<div class="detailed-status__meta">
<data class="dt-published" value="2017-04-29T19:52:16+00:00"></data>
<a class="detailed-status__datetime u-url u-uid" target="_blank" rel="noopener" href="https://social.tchncs.de/users/muninnherself/updates/69203"><span><time datetime="2017-04-29T19:52:16Z" data-local="time" data-format="%b %d, %Y, %H:%M" title="April 29, 2017 at 2:52pm CST" data-localized="true">Apr 29, 2017, 14:52</time></span>
</a>·
<span><i class="fa fa-retweet"></i><span>1</span></span>
·
<span><i class="fa fa-star"></i><span>1</span></span>
</div>
</div>
</div>
</div>
</body>

View File

@ -1,534 +0,0 @@
<html>
<head>
<meta charset="UTF-8"></meta>
<style type="text/css"></style>
<link rel="stylesheet" href="/dark.css"></link>
</head>
<body>
<div class="meta">
<div class="header" style="">
<a class="header-left" target="_top" href="https://octodon.social/@fenwick67">
<img class="avatar circular" src="https://assets.octodon.social/accounts/avatars/000/008/871/original/d5281ad9c6c7401d.jpg"></img>
</a>
<div class="description header-right">
<a target="_top" href="https://octodon.social/@fenwick67">
fenwick 🦆
</a>
<br>
Engineer, Developer, Person. http://fenwick.pizza
</div>
</div>
</div>
<div class="container">
<div class="item">
<div class="item-title"> fenwick67 shared a status by cypnk@mastodon.social </div>
<div class="author">
<a target="_top" class="avatar" href="https://mastodon.social/users/cypnk">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/020/009/original/086ced36687bf000.png"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://mastodon.social/users/cypnk"> r҉ustic cy͠be̸rpu̵nk🤠🤖 </a>
<div class="author-fullname"> cypnk@mastodon.social </div>
</div>
</div>
<div class="item-content">
<p>So curl parrot.live is a thing</p><p>( Via <a target="_top"href="https://twitter.com/darksim905/status/977256948918874112" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">twitter.com/darksim905/status/</span><span class="invisible">977256948918874112</span></a> )</p>
</div>
<div class="enclosures">
<a target="_top" class="enclosure" href="https://assets.octodon.social/media_attachments/files/001/460/576/original/a3f046541a1be4cb.mp4" >
<video autoplay loop muted src="https://assets.octodon.social/media_attachments/files/001/460/576/original/a3f046541a1be4cb.mp4"/>
</a>
</div>
<div class="date">16 hours ago</div>
</div>
<div class="item">
<div class="item-title"> fenwick67 shared a status by LinuxSocist@icosahedron.website </div>
<div class="author">
<a target="_top" class="avatar" href="https://icosahedron.website/users/LinuxSocist">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/002/386/original/cd9c7aa648d840c6.png"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://icosahedron.website/users/LinuxSocist"> Linux Socialist </a>
<div class="author-fullname"> LinuxSocist@icosahedron.website </div>
</div>
</div>
<div class="item-content">
<p>'Why we choose Godot Engine Rock Milk'<br><a target="_top"href="https://medium.com/@rockmilkgames/why-godot-engine-e0d4736d6eb0" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">medium.com/@rockmilkgames/why-</span><span class="invisible">godot-engine-e0d4736d6eb0</span></a></p>
</div>
<div class="date">16 hours ago</div>
</div>
<div class="item">
<div class="item-title"> fenwick67 shared a status by meirlbot@mastodon.social </div>
<div class="author">
<a target="_top" class="avatar" href="https://mastodon.social/users/meirlbot">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/091/213/original/b214dff45bb239f3.jpg"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://mastodon.social/users/meirlbot"> me irl </a>
<div class="author-fullname"> meirlbot@mastodon.social </div>
</div>
</div>
<div class="item-content">
<p>me irl <a target="_top"href="https://redd.it/86nbzr" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">redd.it/86nbzr</span><span class="invisible"></span></a></p>
</div>
<div class="enclosures">
<a target="_top" class="enclosure" href="https://assets.octodon.social/media_attachments/files/001/460/499/original/3231efe4233d15bd.png" >
<img src="https://assets.octodon.social/media_attachments/files/001/460/499/original/3231efe4233d15bd.png"/>
</a>
</div>
<div class="date">16 hours ago</div>
</div>
<div class="item">
<div class="item-title"> fenwick67 shared a status by natecull@mastodon.social </div>
<div class="author">
<a target="_top" class="avatar" href="https://mastodon.social/users/natecull">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/004/022/original/5e674cac327b3746.jpg"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://mastodon.social/users/natecull"> Nate Cull </a>
<div class="author-fullname"> natecull@mastodon.social </div>
</div>
</div>
<div class="item-content">
<p>Medium needs to stop doing this, or people need to stop using Medium.</p><p>It's a website that hosts blogs.</p><p>That you read.</p><p>it doesn't need your Fooglebaceook account.</p>
</div>
<div class="enclosures">
<a target="_top" class="enclosure" href="https://assets.octodon.social/media_attachments/files/001/459/532/original/6ae62ea552e0115b.png" >
<img src="https://assets.octodon.social/media_attachments/files/001/459/532/original/6ae62ea552e0115b.png"/>
</a>
</div>
<div class="date">16 hours ago</div>
</div>
<div class="item">
<div class="item-title"> fenwick67 shared a status by tom@slime.global </div>
<div class="author">
<a target="_top" class="avatar" href="https://slime.global/users/tom">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/005/490/original/a9f04627c77b06db.gif"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://slime.global/users/tom"> switched-on tom </a>
<div class="author-fullname"> tom@slime.global </div>
</div>
</div>
<div class="item-content">
<p>fuck you</p>
</div>
<div class="enclosures">
<a target="_top" class="enclosure" href="https://assets.octodon.social/media_attachments/files/001/456/443/original/d4af7e0451af8676.mp4" >
<video autoplay loop muted src="https://assets.octodon.social/media_attachments/files/001/456/443/original/d4af7e0451af8676.mp4"/>
</a>
</div>
<div class="date">17 hours ago</div>
</div>
<div class="item">
<div class="item-title"> fenwick67 shared a status by mcmoots@a.weirder.earth </div>
<div class="author">
<a target="_top" class="avatar" href="https://a.weirder.earth/users/mcmoots">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/016/718/original/ca9a8d20edf9f2de.jpg"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://a.weirder.earth/users/mcmoots"> 👀🌲 </a>
<div class="author-fullname"> mcmoots@a.weirder.earth </div>
</div>
</div>
<div class="item-content">
<p>From yesterday. Even with a surprise snow it's still the most wonderful time of the year.</p>
</div>
<div class="enclosures">
<a target="_top" class="enclosure" href="https://assets.octodon.social/media_attachments/files/001/460/171/original/fcad285b55062f29.jpg" >
<img src="https://assets.octodon.social/media_attachments/files/001/460/171/original/fcad285b55062f29.jpg"/>
</a>
</div>
<div class="date">18 hours ago</div>
</div>
<div class="item">
<div class="author">
<a target="_top" class="avatar" href="https://octodon.social/users/fenwick67">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/008/871/original/d5281ad9c6c7401d.jpg"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://octodon.social/users/fenwick67"> fenwick 🦆 </a>
<div class="author-fullname"> fenwick67@octodon.social </div>
</div>
</div>
<div class="item-content">
<p><span class="h-card"><a target="_top"href="https://kitty.town/@GinnyMcQueen" class="u-url mention">@<span>GinnyMcQueen</span></a></span> these are so geometric I thought it was some plastic thing when I scrolled past</p>
</div>
<div class="date">18 hours ago</div>
</div>
<div class="item">
<div class="item-title"> fenwick67 shared a status by fillertrack@slime.global </div>
<div class="author">
<a target="_top" class="avatar" href="https://slime.global/users/fillertrack">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/007/118/original/9e846c957d91a7a4.png"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://slime.global/users/fillertrack"> 🐦birdtom🐦 </a>
<div class="author-fullname"> fillertrack@slime.global </div>
</div>
</div>
<div class="item-content">
<p>I am become death, destroyer of worlds.</p>
</div>
<div class="enclosures">
<a target="_top" class="enclosure" href="https://assets.octodon.social/media_attachments/files/001/456/618/original/c7ab2c504af72a36.mp4" >
<video autoplay loop muted src="https://assets.octodon.social/media_attachments/files/001/456/618/original/c7ab2c504af72a36.mp4"/>
</a>
</div>
<div class="date">20 hours ago</div>
</div>
<div class="item">
<div class="author">
<a target="_top" class="avatar" href="https://octodon.social/users/fenwick67">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/008/871/original/d5281ad9c6c7401d.jpg"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://octodon.social/users/fenwick67"> fenwick 🦆 </a>
<div class="author-fullname"> fenwick67@octodon.social </div>
</div>
</div>
<div class="item-content">
<p><span class="h-card"><a target="_top"href="https://cybre.space/@zigg" class="u-url mention">@<span>zigg</span></a></span> node&apos;s FS module on Windows is buggy enough that I recommend using the graceful-fs module in its place when you can</p>
</div>
<div class="date">1 day ago</div>
</div>
<div class="item">
<div class="author">
<a target="_top" class="avatar" href="https://octodon.social/users/fenwick67">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/008/871/original/d5281ad9c6c7401d.jpg"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://octodon.social/users/fenwick67"> fenwick 🦆 </a>
<div class="author-fullname"> fenwick67@octodon.social </div>
</div>
</div>
<div class="item-content">
<p><span class="h-card"><a target="_top"href="https://octodon.social/@kingu_platypus_gidora" class="u-url mention">@<span>kingu_platypus_gidora</span></a></span> me tbh</p>
</div>
<div class="date">1 day ago</div>
</div>
<div class="item">
<div class="item-title"> fenwick67 shared a status by kingu_platypus_gidora </div>
<div class="author">
<a target="_top" class="avatar" href="https://octodon.social/users/kingu_platypus_gidora">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/001/586/original/751443ed5e9bea89.gif"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://octodon.social/users/kingu_platypus_gidora"> Anarkingu Gidora </a>
<div class="author-fullname"> kingu_platypus_gidora@octodon.social </div>
</div>
</div>
<div class="item-content">
<p>RT <span class="h-card"><a target="_top"href="https://octodon.social/@kingu_platypus_gidora" class="u-url mention">@<span>kingu_platypus_gidora</span></a></span> .</p>
</div>
<div class="enclosures">
<a target="_top" class="enclosure" href="https://assets.octodon.social/media_attachments/files/001/457/875/original/f2b73debb45d360b.jpg" >
<img src="https://assets.octodon.social/media_attachments/files/001/457/875/original/f2b73debb45d360b.jpg"/>
</a>
</div>
<div class="date">1 day ago</div>
</div>
<div class="item">
<div class="author">
<a target="_top" class="avatar" href="https://octodon.social/users/fenwick67">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/008/871/original/d5281ad9c6c7401d.jpg"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://octodon.social/users/fenwick67"> fenwick 🦆 </a>
<div class="author-fullname"> fenwick67@octodon.social </div>
</div>
</div>
<div class="item-content">
<p><span class="h-card"><a target="_top"href="https://meow.social/@Mycroft" class="u-url mention">@<span>Mycroft</span></a></span> the starter set is legit, it&apos;s easy to pick up and a surprising amount of content. Also, the SRD is free to download and there are free adventures on DM&apos;s guild.</p>
</div>
<div class="date">1 day ago</div>
</div>
<div class="item">
<div class="author">
<a target="_top" class="avatar" href="https://octodon.social/users/fenwick67">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/008/871/original/d5281ad9c6c7401d.jpg"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://octodon.social/users/fenwick67"> fenwick 🦆 </a>
<div class="author-fullname"> fenwick67@octodon.social </div>
</div>
</div>
<div class="item-content">
<p><span class="h-card"><a target="_top"href="https://niu.moe/@phenethylamine" class="u-url mention">@<span>phenethylamine</span></a></span> vlc?</p>
</div>
<div class="date">1 day ago</div>
</div>
<div class="item">
<div class="author">
<a target="_top" class="avatar" href="https://octodon.social/users/fenwick67">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/008/871/original/d5281ad9c6c7401d.jpg"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://octodon.social/users/fenwick67"> fenwick 🦆 </a>
<div class="author-fullname"> fenwick67@octodon.social </div>
</div>
</div>
<div class="item-content">
<p><span class="h-card"><a target="_top"href="https://octodon.social/@Shalazah" class="u-url mention">@<span>Shalazah</span></a></span> welcome y&apos;all</p>
</div>
<div class="date">1 day ago</div>
</div>
<div class="item">
<div class="item-title"> fenwick67 shared a status by plsburydoughboy@kitty.town </div>
<div class="author">
<a target="_top" class="avatar" href="https://kitty.town/users/plsburydoughboy">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/075/768/original/90d34987b9fdd5b8.jpg"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://kitty.town/users/plsburydoughboy"> pls pet the kitty db </a>
<div class="author-fullname"> plsburydoughboy@kitty.town </div>
</div>
</div>
<div class="item-content">
<p>Marvel: “Infinity War is the most ambitious crossover event in history.”</p><p>Me, fighting off the bad vibes of the world:</p>
</div>
<div class="enclosures">
<a target="_top" class="enclosure" href="https://assets.octodon.social/media_attachments/files/001/455/106/original/3a7f27a898dfad51.jpg" >
<img src="https://assets.octodon.social/media_attachments/files/001/455/106/original/3a7f27a898dfad51.jpg"/>
</a>
<a target="_top" class="enclosure" href="https://assets.octodon.social/media_attachments/files/001/455/107/original/b2c15e091ae118b0.jpg" >
<img src="https://assets.octodon.social/media_attachments/files/001/455/107/original/b2c15e091ae118b0.jpg"/>
</a>
<a target="_top" class="enclosure" href="https://assets.octodon.social/media_attachments/files/001/455/108/original/87d8b73ad85faf44.jpg" >
<img src="https://assets.octodon.social/media_attachments/files/001/455/108/original/87d8b73ad85faf44.jpg"/>
</a>
<a target="_top" class="enclosure" href="https://assets.octodon.social/media_attachments/files/001/455/109/original/a248e41cfee2a4de.jpg" >
<img src="https://assets.octodon.social/media_attachments/files/001/455/109/original/a248e41cfee2a4de.jpg"/>
</a>
</div>
<div class="date">1 day ago</div>
</div>
<div class="item">
<div class="author">
<a target="_top" class="avatar" href="https://octodon.social/users/fenwick67">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/008/871/original/d5281ad9c6c7401d.jpg"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://octodon.social/users/fenwick67"> fenwick 🦆 </a>
<div class="author-fullname"> fenwick67@octodon.social </div>
</div>
</div>
<div class="item-content">
<p><span class="h-card"><a target="_top"href="https://mastodon.social/@idesofmerch" class="u-url mention">@<span>idesofmerch</span></a></span> a radar chart would work great for this imo</p>
</div>
<div class="date">1 day ago</div>
</div>
<div class="item">
<div class="item-title"> fenwick67 shared a status by weird_hell@cybre.space </div>
<div class="author">
<a target="_top" class="avatar" href="https://cybre.space/users/weird_hell">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/064/532/original/bc18522f40c53be1.png"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://cybre.space/users/weird_hell"> Display Neam </a>
<div class="author-fullname"> weird_hell@cybre.space </div>
</div>
</div>
<div class="item-content">
<p>if you can't be normal, stop trying to be normal.</p><p>Be weird. Go hard. Don't follow the advice.</p>
</div>
<div class="date">2 days ago</div>
</div>
<div class="item">
<div class="item-title"> fenwick67 shared a status by irisjaycomics@mastodon.social </div>
<div class="author">
<a target="_top" class="avatar" href="https://mastodon.social/users/irisjaycomics">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/003/021/original/5af47bfdcd870f0f.jpg"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://mastodon.social/users/irisjaycomics"> ✨Iris Jay✨ </a>
<div class="author-fullname"> irisjaycomics@mastodon.social </div>
</div>
</div>
<div class="item-content">
<p>crossedwires.irisjay.net/?comic=02-106 NEW CROSSED WIRES UPDATE IS LIVE! Its showdown time and nobodys playing fair. <a target="_top"href="https://mastodon.social/tags/cyberpunk" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cyberpunk</span></a> <a target="_top"href="https://mastodon.social/tags/webcomic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>webcomic</span></a> <a target="_top"href="https://mastodon.social/tags/queercomics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>queercomics</span></a> </p><p>Read from the beginning here: <a target="_top"href="http://crossedwires.irisjay.net/?comic=001" rel="nofollow noopener" target="_blank"><span class="invisible">http://</span><span class="ellipsis">crossedwires.irisjay.net/?comi</span><span class="invisible">c=001</span></a> Buy the book here: <a target="_top"href="http://oreillyjay.tictail.com/product/crossed-wires-volume-1" rel="nofollow noopener" target="_blank"><span class="invisible">http://</span><span class="ellipsis">oreillyjay.tictail.com/product</span><span class="invisible">/crossed-wires-volume-1</span></a> … Send me a tip here: <a target="_top"href="http://ko-fi.com/irisjay" rel="nofollow noopener" target="_blank"><span class="invisible">http://</span><span class="">ko-fi.com/irisjay</span><span class="invisible"></span></a></p>
</div>
<div class="enclosures">
<a target="_top" class="enclosure" href="https://assets.octodon.social/media_attachments/files/001/444/174/original/8c0612168aa67f3b.jpg" >
<img src="https://assets.octodon.social/media_attachments/files/001/444/174/original/8c0612168aa67f3b.jpg"/>
</a>
</div>
<div class="date">2 days ago</div>
</div>
<div class="item">
<div class="item-title"> fenwick67 shared a status by omanreagan@scholar.social </div>
<div class="author">
<a target="_top" class="avatar" href="https://scholar.social/users/omanreagan">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/061/431/original/fc6afa77dfda97a6.png"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://scholar.social/users/omanreagan"> Michael 🚀 </a>
<div class="author-fullname"> omanreagan@scholar.social </div>
</div>
</div>
<div class="item-content">
<p>Most importantly, stop putting institutional events on Facebook, stop using it at universities, stop making participation in Facebook mandatory through your institutional, organization, and activist roles. You can be online, and social, and connected without supporting Facebook.</p>
</div>
<div class="date">2 days ago</div>
</div>
<div class="item">
<div class="item-title"> fenwick67 shared a status by elomatreb@glitch.social </div>
<div class="author">
<a target="_top" class="avatar" href="https://glitch.social/users/elomatreb">
<img class="avatar" src="https://assets.octodon.social/accounts/avatars/000/076/355/original/0d8540c1ddb5b8f0.png"/>
</a>
<div class="author-info">
<a target="_top" class="author-displayname" href="https://glitch.social/users/elomatreb"> elomatreb 🐟 </a>
<div class="author-fullname"> elomatreb@glitch.social </div>
</div>
</div>
<div class="item-content">
<p>Decades of programming language research destroyed in one sick own by a rotating coyote</p>
</div>
<div class="date">2 days ago</div>
</div>
</div>
</body>
</html>

View File

@ -1,721 +0,0 @@
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:activity="http://activitystrea.ms/spec/1.0/" xmlns:poco="http://portablecontacts.net/spec/1.0" xmlns:media="http://purl.org/syndication/atommedia" xmlns:ostatus="http://ostatus.org/schema/1.0" xmlns:mastodon="http://mastodon.social/schema/1.0">
<id>https://octodon.social/users/fenwick67.atom</id>
<title>fenwick 🦆</title>
<subtitle>Engineer, Developer, Person. http://fenwick.pizza</subtitle>
<updated>2018-03-23T15:09:56Z</updated>
<logo>https://assets.octodon.social/accounts/avatars/000/008/871/original/d5281ad9c6c7401d.jpg</logo>
<author>
<id>https://octodon.social/users/fenwick67</id>
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
<uri>https://octodon.social/users/fenwick67</uri>
<name>fenwick67</name>
<email>fenwick67@octodon.social</email>
<summary type="html">&lt;p&gt;Engineer, Developer, Person. &lt;a href="http://fenwick.pizza" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;http://&lt;/span&gt;&lt;span class=""&gt;fenwick.pizza&lt;/span&gt;&lt;span class="invisible"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</summary>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67"/>
<link rel="avatar" type="image/jpeg" media:width="120" media:height="120" href="https://assets.octodon.social/accounts/avatars/000/008/871/original/d5281ad9c6c7401d.jpg"/>
<poco:preferredUsername>fenwick67</poco:preferredUsername>
<poco:displayName>fenwick 🦆</poco:displayName>
<poco:note>Engineer, Developer, Person. http://fenwick.pizza</poco:note>
<mastodon:scope>public</mastodon:scope>
</author>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67.atom"/>
<link rel="next" type="application/atom+xml" href="https://octodon.social/users/fenwick67.atom?max_id=400111"/>
<link rel="hub" href="https://octodon.social/api/push"/>
<link rel="salmon" href="https://octodon.social/api/salmon/8871"/>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99736382143914398/activity</id>
<published>2018-03-24T01:53:36Z</published>
<updated>2018-03-24T01:53:36Z</updated>
<title>fenwick67 shared a status by cypnk@mastodon.social</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/activity</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb>
<activity:object>
<id>https://mastodon.social/users/cypnk/statuses/99736359953171849</id>
<published>2018-03-24T01:48:12Z</published>
<updated>2018-03-24T01:48:12Z</updated>
<title>New status by cypnk@mastodon.social</title>
<author>
<id>https://mastodon.social/users/cypnk</id>
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
<uri>https://mastodon.social/users/cypnk</uri>
<name>cypnk</name>
<email>cypnk@mastodon.social</email>
<summary type="html">&lt;p&gt;Coffee, Code, Cabins&lt;br&gt;New York 🇺🇲&lt;/p&gt;&lt;p&gt;Tor: &lt;a href="http://zgmlocci2uheaw6y.onion" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;http://&lt;/span&gt;&lt;span class=""&gt;zgmlocci2uheaw6y.onion&lt;/span&gt;&lt;span class="invisible"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</summary>
<link rel="alternate" type="text/html" href="https://mastodon.social/@cypnk"/>
<link rel="avatar" type="image/png" media:width="120" media:height="120" href="https://assets.octodon.social/accounts/avatars/000/020/009/original/086ced36687bf000.png"/>
<link rel="header" type="image/jpeg" media:width="700" media:height="335" href="https://assets.octodon.social/accounts/headers/000/020/009/original/485fa1ad392dd656.jpg"/>
<poco:preferredUsername>cypnk</poco:preferredUsername>
<poco:displayName>r҉ustic cy͠be̸rpu̵nk🤠🤖</poco:displayName>
<poco:note>Coffee, Code, CabinsNew York 🇺🇲Tor: http://zgmlocci2uheaw6y.onion</poco:note>
<mastodon:scope>public</mastodon:scope>
</author>
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<content type="html" xml:lang="en">&lt;p&gt;So curl parrot.live is a thing&lt;/p&gt;&lt;p&gt;( Via &lt;a href="https://twitter.com/darksim905/status/977256948918874112" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;https://&lt;/span&gt;&lt;span class="ellipsis"&gt;twitter.com/darksim905/status/&lt;/span&gt;&lt;span class="invisible"&gt;977256948918874112&lt;/span&gt;&lt;/a&gt; )&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<link rel="enclosure" type="video/mp4" length="587982" href="https://assets.octodon.social/media_attachments/files/001/460/576/original/a3f046541a1be4cb.mp4"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://mastodon.social/@cypnk/99736359953171849"/>
<ostatus:conversation ref="tag:mastodon.social,2018-03-24:objectId=27426557:objectType=Conversation"/>
</activity:object>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99736382143914398/activity"/>
<content type="html" xml:lang="">&lt;p&gt;So curl parrot.live is a thing&lt;/p&gt;&lt;p&gt;( Via &lt;a href="https://twitter.com/darksim905/status/977256948918874112" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;https://&lt;/span&gt;&lt;span class="ellipsis"&gt;twitter.com/darksim905/status/&lt;/span&gt;&lt;span class="invisible"&gt;977256948918874112&lt;/span&gt;&lt;/a&gt; )&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99736382143914398"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/404069.atom"/>
<ostatus:conversation ref="tag:octodon.social,2018-03-24:objectId=6288327:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99736372019184621/activity</id>
<published>2018-03-24T01:51:02Z</published>
<updated>2018-03-24T01:51:02Z</updated>
<title>fenwick67 shared a status by LinuxSocist@icosahedron.website</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/activity</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb>
<activity:object>
<id>https://icosahedron.website/users/LinuxSocist/statuses/99736289786218826</id>
<published>2018-03-24T01:30:11Z</published>
<updated>2018-03-24T01:30:11Z</updated>
<title>New status by LinuxSocist@icosahedron.website</title>
<author>
<id>https://icosahedron.website/users/LinuxSocist</id>
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
<uri>https://icosahedron.website/users/LinuxSocist</uri>
<name>LinuxSocist</name>
<email>LinuxSocist@icosahedron.website</email>
<summary type="html">&lt;p&gt;If you can't hack it then you don't own it.&lt;/p&gt;</summary>
<link rel="alternate" type="text/html" href="https://icosahedron.website/@LinuxSocist"/>
<link rel="avatar" type="image/png" media:width="120" media:height="120" href="https://assets.octodon.social/accounts/avatars/000/002/386/original/cd9c7aa648d840c6.png"/>
<link rel="header" type="image/png" media:width="700" media:height="335" href="https://assets.octodon.social/accounts/headers/000/002/386/original/7d1ccd7f07d99e51.png"/>
<poco:preferredUsername>LinuxSocist</poco:preferredUsername>
<poco:displayName>Linux Socialist</poco:displayName>
<poco:note>If you can't hack it then you don't own it.</poco:note>
<mastodon:scope>public</mastodon:scope>
</author>
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<content type="html" xml:lang="">&lt;p&gt;'Why we choose Godot Engine Rock Milk'&lt;br&gt;&lt;a href="https://medium.com/@rockmilkgames/why-godot-engine-e0d4736d6eb0" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;https://&lt;/span&gt;&lt;span class="ellipsis"&gt;medium.com/@rockmilkgames/why-&lt;/span&gt;&lt;span class="invisible"&gt;godot-engine-e0d4736d6eb0&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://icosahedron.website/@LinuxSocist/99736289786218826"/>
<ostatus:conversation ref="tag:icosahedron.website,2018-03-24:objectId=4008292:objectType=Conversation"/>
</activity:object>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99736372019184621/activity"/>
<content type="html" xml:lang="">&lt;p&gt;'Why we choose Godot Engine Rock Milk'&lt;br&gt;&lt;a href="https://medium.com/@rockmilkgames/why-godot-engine-e0d4736d6eb0" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;https://&lt;/span&gt;&lt;span class="ellipsis"&gt;medium.com/@rockmilkgames/why-&lt;/span&gt;&lt;span class="invisible"&gt;godot-engine-e0d4736d6eb0&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99736372019184621"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/404064.atom"/>
<ostatus:conversation ref="tag:octodon.social,2018-03-24:objectId=6288255:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99736293961915027/activity</id>
<published>2018-03-24T01:31:11Z</published>
<updated>2018-03-24T01:31:11Z</updated>
<title>fenwick67 shared a status by meirlbot@mastodon.social</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/activity</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb>
<activity:object>
<id>https://mastodon.social/users/meirlbot/statuses/99736260594446646</id>
<published>2018-03-24T01:22:45Z</published>
<updated>2018-03-24T01:22:45Z</updated>
<title>New status by meirlbot@mastodon.social</title>
<author>
<id>https://mastodon.social/users/meirlbot</id>
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
<uri>https://mastodon.social/users/meirlbot</uri>
<name>meirlbot</name>
<email>meirlbot@mastodon.social</email>
<summary type="html">&lt;p&gt;i'm a bot by &lt;span class="h-card"&gt;&lt;a href="https://ultrix.me/@corbin" class="u-url mention" rel="nofollow noopener" target="_blank"&gt;@&lt;span&gt;corbin&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; that mirrors the latest posts from /r/me_irl&lt;/p&gt;&lt;p&gt;twitter: &lt;a href="https://twitter.com/itmeirl" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;https://&lt;/span&gt;&lt;span class=""&gt;twitter.com/itmeirl&lt;/span&gt;&lt;span class="invisible"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</summary>
<link rel="alternate" type="text/html" href="https://mastodon.social/@meirlbot"/>
<link rel="avatar" type="image/jpeg" media:width="120" media:height="120" href="https://assets.octodon.social/accounts/avatars/000/091/213/original/b214dff45bb239f3.jpg"/>
<link rel="header" type="image/jpeg" media:width="700" media:height="335" href="https://assets.octodon.social/accounts/headers/000/091/213/original/30ab34776dc153a1.jpg"/>
<poco:preferredUsername>meirlbot</poco:preferredUsername>
<poco:displayName>me irl</poco:displayName>
<poco:note>i'm a bot by @corbin that mirrors the latest posts from /r/me_irltwitter: https://twitter.com/itmeirl</poco:note>
<mastodon:scope>public</mastodon:scope>
</author>
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<content type="html" xml:lang="">&lt;p&gt;me irl &lt;a href="https://redd.it/86nbzr" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;https://&lt;/span&gt;&lt;span class=""&gt;redd.it/86nbzr&lt;/span&gt;&lt;span class="invisible"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<link rel="enclosure" type="image/png" length="298179" href="https://assets.octodon.social/media_attachments/files/001/460/499/original/3231efe4233d15bd.png"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://mastodon.social/@meirlbot/99736260594446646"/>
<ostatus:conversation ref="tag:mastodon.social,2018-03-24:objectId=27425100:objectType=Conversation"/>
</activity:object>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99736293961915027/activity"/>
<content type="html" xml:lang="">&lt;p&gt;me irl &lt;a href="https://redd.it/86nbzr" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;https://&lt;/span&gt;&lt;span class=""&gt;redd.it/86nbzr&lt;/span&gt;&lt;span class="invisible"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99736293961915027"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/404044.atom"/>
<ostatus:conversation ref="tag:octodon.social,2018-03-24:objectId=6287883:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99736270823277858/activity</id>
<published>2018-03-24T01:25:18Z</published>
<updated>2018-03-24T01:25:18Z</updated>
<title>fenwick67 shared a status by natecull@mastodon.social</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/activity</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb>
<activity:object>
<id>https://mastodon.social/users/natecull/statuses/99735315450345700</id>
<published>2018-03-23T21:22:24Z</published>
<updated>2018-03-23T21:22:24Z</updated>
<title>New status by natecull@mastodon.social</title>
<author>
<id>https://mastodon.social/users/natecull</id>
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
<uri>https://mastodon.social/users/natecull</uri>
<name>natecull</name>
<email>natecull@mastodon.social</email>
<summary type="html">&lt;p&gt;and we're all gonna shine a light together&lt;/p&gt;&lt;p&gt; &lt;a href="http://natecull.org/wordpress/tomorrow/" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;http://&lt;/span&gt;&lt;span class="ellipsis"&gt;natecull.org/wordpress/tomorro&lt;/span&gt;&lt;span class="invisible"&gt;w/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</summary>
<link rel="alternate" type="text/html" href="https://mastodon.social/@natecull"/>
<link rel="avatar" type="image/jpeg" media:width="120" media:height="120" href="https://assets.octodon.social/accounts/avatars/000/004/022/original/5e674cac327b3746.jpg"/>
<poco:preferredUsername>natecull</poco:preferredUsername>
<poco:displayName>Nate Cull</poco:displayName>
<poco:note>and we're all gonna shine a light together http://natecull.org/wordpress/tomorrow/</poco:note>
<mastodon:scope>public</mastodon:scope>
</author>
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<content type="html" xml:lang="en">&lt;p&gt;Medium needs to stop doing this, or people need to stop using Medium.&lt;/p&gt;&lt;p&gt;It's a website that hosts blogs.&lt;/p&gt;&lt;p&gt;That you read.&lt;/p&gt;&lt;p&gt;it doesn't need your Fooglebaceook account.&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<link rel="enclosure" type="image/png" length="132769" href="https://assets.octodon.social/media_attachments/files/001/459/532/original/6ae62ea552e0115b.png"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://mastodon.social/@natecull/99735315450345700"/>
<ostatus:conversation ref="tag:mastodon.social,2018-03-23:objectId=27410361:objectType=Conversation"/>
</activity:object>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99736270823277858/activity"/>
<content type="html" xml:lang="">&lt;p&gt;Medium needs to stop doing this, or people need to stop using Medium.&lt;/p&gt;&lt;p&gt;It's a website that hosts blogs.&lt;/p&gt;&lt;p&gt;That you read.&lt;/p&gt;&lt;p&gt;it doesn't need your Fooglebaceook account.&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99736270823277858"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/404039.atom"/>
<ostatus:conversation ref="tag:octodon.social,2018-03-24:objectId=6287739:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99736154791289301/activity</id>
<published>2018-03-24T00:55:47Z</published>
<updated>2018-03-24T00:55:47Z</updated>
<title>fenwick67 shared a status by tom@slime.global</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/activity</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb>
<activity:object>
<id>https://slime.global/users/tom/statuses/99732325744900240</id>
<published>2018-03-23T08:42:08Z</published>
<updated>2018-03-23T08:42:08Z</updated>
<title>New status by tom@slime.global</title>
<author>
<id>https://slime.global/users/tom</id>
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
<uri>https://slime.global/users/tom</uri>
<name>tom</name>
<email>tom@slime.global</email>
<summary type="html">&lt;p&gt;systems engineer by day, instance admin by night! &lt;/p&gt;&lt;p&gt;also makes music &amp;amp; takes photos. &lt;/p&gt;&lt;p&gt;nb, they/them ❤️ &lt;a href="https://tom.ovh" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;https://&lt;/span&gt;&lt;span class=""&gt;tom.ovh&lt;/span&gt;&lt;span class="invisible"&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="https://ko-fi.com/itstom" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;https://&lt;/span&gt;&lt;span class=""&gt;ko-fi.com/itstom&lt;/span&gt;&lt;span class="invisible"&gt;&lt;/span&gt;&lt;/a&gt; (EN/DE OK)&lt;/p&gt;</summary>
<link rel="alternate" type="text/html" href="https://slime.global/@tom"/>
<link rel="avatar" type="image/gif" media:width="120" media:height="120" href="https://assets.octodon.social/accounts/avatars/000/005/490/original/a9f04627c77b06db.gif"/>
<link rel="header" type="image/jpeg" media:width="700" media:height="335" href="https://assets.octodon.social/accounts/headers/000/005/490/original/96143b7dd2e2b8a6.jpg"/>
<poco:preferredUsername>tom</poco:preferredUsername>
<poco:displayName>switched-on tom</poco:displayName>
<poco:note>systems engineer by day, instance admin by night! also makes music &amp;amp; takes photos. nb, they/them ❤️ https://tom.ovh https://ko-fi.com/itstom (EN/DE OK)</poco:note>
<mastodon:scope>public</mastodon:scope>
</author>
<activity:object-type>http://activitystrea.ms/schema/1.0/comment</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<content type="html" xml:lang="">&lt;p&gt;fuck you&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<link rel="enclosure" type="video/mp4" length="273939" href="https://assets.octodon.social/media_attachments/files/001/456/443/original/d4af7e0451af8676.mp4"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://slime.global/@tom/99732325744900240"/>
<thr:in-reply-to ref="https://slime.global/users/tom/statuses/99732195259645456" href="https://slime.global/@tom/99732195259645456"/>
<ostatus:conversation ref="tag:slime.global,2018-03-23:objectId=1669703:objectType=Conversation"/>
</activity:object>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99736154791289301/activity"/>
<content type="html" xml:lang="">&lt;p&gt;fuck you&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99736154791289301"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/404008.atom"/>
<ostatus:conversation ref="tag:octodon.social,2018-03-24:objectId=6286988:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99735931584316464/activity</id>
<published>2018-03-23T23:59:02Z</published>
<updated>2018-03-23T23:59:02Z</updated>
<title>fenwick67 shared a status by mcmoots@a.weirder.earth</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/activity</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb>
<activity:object>
<id>https://a.weirder.earth/users/mcmoots/statuses/99735929849758025</id>
<published>2018-03-23T23:58:41Z</published>
<updated>2018-03-23T23:58:41Z</updated>
<title>New status by mcmoots@a.weirder.earth</title>
<author>
<id>https://a.weirder.earth/users/mcmoots</id>
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
<uri>https://a.weirder.earth/users/mcmoots</uri>
<name>mcmoots</name>
<email>mcmoots@a.weirder.earth</email>
<summary type="html">&lt;p&gt;your favorite non-masculine pronouns are fine&lt;/p&gt;&lt;p&gt;🌲🌿🍄&lt;br&gt;🌋🏔&lt;br&gt;🥗🥘&lt;br&gt;🍸🍷🍺 &lt;br&gt;🍩 🥧&lt;br&gt;😻&lt;/p&gt;</summary>
<link rel="alternate" type="text/html" href="https://a.weirder.earth/@mcmoots"/>
<link rel="avatar" type="image/jpeg" media:width="120" media:height="120" href="https://assets.octodon.social/accounts/avatars/000/016/718/original/ca9a8d20edf9f2de.jpg"/>
<poco:preferredUsername>mcmoots</poco:preferredUsername>
<poco:displayName>👀🌲</poco:displayName>
<poco:note>your favorite non-masculine pronouns are fine🌲🌿🍄🌋🏔🥗🥘🍸🍷🍺 🍩 🥧😻</poco:note>
<mastodon:scope>public</mastodon:scope>
</author>
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<content type="html" xml:lang="en">&lt;p&gt;From yesterday. Even with a surprise snow it's still the most wonderful time of the year.&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<link rel="enclosure" type="image/jpeg" length="397459" href="https://assets.octodon.social/media_attachments/files/001/460/171/original/fcad285b55062f29.jpg"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://a.weirder.earth/@mcmoots/99735929849758025"/>
<ostatus:conversation ref="tag:a.weirder.earth,2018-03-23:objectId=1180128:objectType=Conversation"/>
</activity:object>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99735931584316464/activity"/>
<content type="html" xml:lang="">&lt;p&gt;From yesterday. Even with a surprise snow it's still the most wonderful time of the year.&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99735931584316464"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/403924.atom"/>
<ostatus:conversation ref="tag:octodon.social,2018-03-23:objectId=6285649:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99735917404431053</id>
<published>2018-03-23T23:55:25Z</published>
<updated>2018-03-23T23:55:25Z</updated>
<title>New status by fenwick67</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/comment</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99735917404431053"/>
<content type="html" xml:lang="en">&lt;p&gt;&lt;span class="h-card"&gt;&lt;a href="https://kitty.town/@GinnyMcQueen" class="u-url mention"&gt;@&lt;span&gt;GinnyMcQueen&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; these are so geometric I thought it was some plastic thing when I scrolled past&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/person" href="https://kitty.town/users/GinnyMcQueen"/>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99735917404431053"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/403911.atom"/>
<thr:in-reply-to ref="https://kitty.town/users/GinnyMcQueen/statuses/99735901170047043" href="https://kitty.town/@GinnyMcQueen/99735901170047043"/>
<ostatus:conversation ref="tag:kitty.town,2018-03-23:objectId=2280854:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99735390633117557/activity</id>
<published>2018-03-23T21:41:27Z</published>
<updated>2018-03-23T21:41:27Z</updated>
<title>fenwick67 shared a status by fillertrack@slime.global</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/activity</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb>
<activity:object>
<id>https://slime.global/users/fillertrack/statuses/99732555261994849</id>
<published>2018-03-23T09:40:25Z</published>
<updated>2018-03-23T09:40:25Z</updated>
<title>New status by fillertrack@slime.global</title>
<author>
<id>https://slime.global/users/fillertrack</id>
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
<uri>https://slime.global/users/fillertrack</uri>
<name>fillertrack</name>
<email>fillertrack@slime.global</email>
<summary type="html">&lt;p&gt;Queer socialist grackle. Want to make video games and mixtapes. They/Them&lt;/p&gt;&lt;p&gt;Donations appreciated&lt;br&gt;ko-fi.com/fillertrack&lt;br&gt;paypal.me/imack666&lt;/p&gt;</summary>
<link rel="alternate" type="text/html" href="https://slime.global/@fillertrack"/>
<link rel="avatar" type="image/png" media:width="120" media:height="120" href="https://assets.octodon.social/accounts/avatars/000/007/118/original/9e846c957d91a7a4.png"/>
<link rel="header" type="image/png" media:width="700" media:height="335" href="https://assets.octodon.social/accounts/headers/000/007/118/original/6788c670b2ca4571.png"/>
<poco:preferredUsername>fillertrack</poco:preferredUsername>
<poco:displayName>🐦birdtom🐦</poco:displayName>
<poco:note>Queer socialist grackle. Want to make video games and mixtapes. They/ThemDonations appreciatedko-fi.com/fillertrackpaypal.me/imack666</poco:note>
<mastodon:scope>public</mastodon:scope>
</author>
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<content type="html" xml:lang="en">&lt;p&gt;I am become death, destroyer of worlds.&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<link rel="enclosure" type="video/mp4" length="41718" href="https://assets.octodon.social/media_attachments/files/001/456/618/original/c7ab2c504af72a36.mp4"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://slime.global/@fillertrack/99732555261994849"/>
<ostatus:conversation ref="tag:slime.global,2018-03-23:objectId=1670016:objectType=Conversation"/>
</activity:object>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99735390633117557/activity"/>
<content type="html" xml:lang="">&lt;p&gt;I am become death, destroyer of worlds.&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99735390633117557"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/403655.atom"/>
<ostatus:conversation ref="tag:octodon.social,2018-03-23:objectId=6282158:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99734417810440700</id>
<published>2018-03-23T17:34:03Z</published>
<updated>2018-03-23T17:34:03Z</updated>
<title>New status by fenwick67</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/comment</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99734417810440700"/>
<content type="html" xml:lang="en">&lt;p&gt;&lt;span class="h-card"&gt;&lt;a href="https://cybre.space/@zigg" class="u-url mention"&gt;@&lt;span&gt;zigg&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; node&amp;apos;s FS module on Windows is buggy enough that I recommend using the graceful-fs module in its place when you can&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/person" href="https://cybre.space/users/zigg"/>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99734417810440700"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/403137.atom"/>
<thr:in-reply-to ref="https://cybre.space/users/zigg/statuses/99734402832717239" href="https://cybre.space/@zigg/99734402832717239"/>
<ostatus:conversation ref="tag:cybre.space,2018-03-23:objectId=5381860:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99733847193567183</id>
<published>2018-03-23T15:08:56Z</published>
<updated>2018-03-23T15:08:56Z</updated>
<title>New status by fenwick67</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/comment</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99733847193567183"/>
<content type="html" xml:lang="en">&lt;p&gt;&lt;span class="h-card"&gt;&lt;a href="https://octodon.social/@kingu_platypus_gidora" class="u-url mention"&gt;@&lt;span&gt;kingu_platypus_gidora&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; me tbh&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/person" href="https://octodon.social/users/kingu_platypus_gidora"/>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99733847193567183"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/402782.atom"/>
<thr:in-reply-to ref="https://octodon.social/users/kingu_platypus_gidora/statuses/99733830894126614" href="https://octodon.social/@kingu_platypus_gidora/99733830894126614"/>
<ostatus:conversation ref="tag:octodon.social,2018-03-23:objectId=6268551:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99733846304708662/activity</id>
<published>2018-03-23T15:08:43Z</published>
<updated>2018-03-23T15:08:43Z</updated>
<title>fenwick67 shared a status by kingu_platypus_gidora</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/activity</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb>
<activity:object>
<id>https://octodon.social/users/kingu_platypus_gidora/statuses/99733830894126614</id>
<published>2018-03-23T15:04:48Z</published>
<updated>2018-03-23T15:04:48Z</updated>
<title>New status by kingu_platypus_gidora</title>
<author>
<id>https://octodon.social/users/kingu_platypus_gidora</id>
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
<uri>https://octodon.social/users/kingu_platypus_gidora</uri>
<name>kingu_platypus_gidora</name>
<email>kingu_platypus_gidora@octodon.social</email>
<summary type="html">&lt;p&gt;Hello World! I am Kingu&lt;br /&gt;D*: &lt;a href="https://diasp.org/people/37b279f2a9f2348d" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;https://&lt;/span&gt;&lt;span class="ellipsis"&gt;diasp.org/people/37b279f2a9f23&lt;/span&gt;&lt;span class="invisible"&gt;48d&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Music: &lt;a href="https://kingu.reactoweb.com/" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;https://&lt;/span&gt;&lt;span class=""&gt;kingu.reactoweb.com/&lt;/span&gt;&lt;span class="invisible"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</summary>
<link rel="alternate" type="text/html" href="https://octodon.social/@kingu_platypus_gidora"/>
<link rel="avatar" type="image/gif" media:width="120" media:height="120" href="https://assets.octodon.social/accounts/avatars/000/001/586/original/751443ed5e9bea89.gif"/>
<link rel="header" type="image/jpeg" media:width="700" media:height="335" href="https://assets.octodon.social/accounts/headers/000/001/586/original/488457a59ee3a63f.jpg"/>
<poco:preferredUsername>kingu_platypus_gidora</poco:preferredUsername>
<poco:displayName>Anarkingu Gidora</poco:displayName>
<poco:note>Hello World! I am Kingu
D*: https://diasp.org/people/37b279f2a9f2348d
Music: https://kingu.reactoweb.com/</poco:note>
<mastodon:scope>public</mastodon:scope>
</author>
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/kingu_platypus_gidora/statuses/99733830894126614"/>
<content type="html" xml:lang="en">&lt;p&gt;.&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<link rel="enclosure" type="image/jpeg" length="32544" href="https://assets.octodon.social/media_attachments/files/001/457/875/original/f2b73debb45d360b.jpg"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@kingu_platypus_gidora/99733830894126614"/>
<ostatus:conversation ref="tag:octodon.social,2018-03-23:objectId=6268551:objectType=Conversation"/>
</activity:object>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99733846304708662/activity"/>
<content type="html" xml:lang="">&lt;p&gt;RT &lt;span class="h-card"&gt;&lt;a href="https://octodon.social/@kingu_platypus_gidora" class="u-url mention"&gt;@&lt;span&gt;kingu_platypus_gidora&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; .&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99733846304708662"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/402781.atom"/>
<ostatus:conversation ref="tag:octodon.social,2018-03-23:objectId=6268669:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99730862747105610</id>
<published>2018-03-23T02:29:57Z</published>
<updated>2018-03-23T02:29:57Z</updated>
<title>New status by fenwick67</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/comment</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99730862747105610"/>
<content type="html" xml:lang="en">&lt;p&gt;&lt;span class="h-card"&gt;&lt;a href="https://meow.social/@Mycroft" class="u-url mention"&gt;@&lt;span&gt;Mycroft&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; the starter set is legit, it&amp;apos;s easy to pick up and a surprising amount of content. Also, the SRD is free to download and there are free adventures on DM&amp;apos;s guild.&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/person" href="https://meow.social/users/Mycroft"/>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99730862747105610"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/402147.atom"/>
<thr:in-reply-to ref="https://meow.social/users/Mycroft/statuses/99730814417520421" href="https://meow.social/@Mycroft/99730814417520421"/>
<ostatus:conversation ref="tag:meow.social,2018-03-23:objectId=1635630:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99730686004948111</id>
<published>2018-03-23T01:45:00Z</published>
<updated>2018-03-23T01:45:00Z</updated>
<title>New status by fenwick67</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/comment</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99730686004948111"/>
<content type="html" xml:lang="en">&lt;p&gt;&lt;span class="h-card"&gt;&lt;a href="https://niu.moe/@phenethylamine" class="u-url mention"&gt;@&lt;span&gt;phenethylamine&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; vlc?&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/person" href="https://niu.moe/users/phenethylamine"/>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99730686004948111"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/402067.atom"/>
<thr:in-reply-to ref="https://niu.moe/users/phenethylamine/statuses/99730658198254244" href="https://niu.moe/@phenethylamine/99730658198254244"/>
<ostatus:conversation ref="tag:niu.moe,2018-03-23:objectId=6679592:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99730669809908537</id>
<published>2018-03-23T01:40:53Z</published>
<updated>2018-03-23T01:40:53Z</updated>
<title>New status by fenwick67</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/comment</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99730669809908537"/>
<content type="html" xml:lang="en">&lt;p&gt;&lt;span class="h-card"&gt;&lt;a href="https://octodon.social/@Shalazah" class="u-url mention"&gt;@&lt;span&gt;Shalazah&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; welcome y&amp;apos;all&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/person" href="https://octodon.social/users/Shalazah"/>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99730669809908537"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/402059.atom"/>
<thr:in-reply-to ref="https://octodon.social/users/Shalazah/statuses/99730456201572202" href="https://octodon.social/@Shalazah/99730456201572202"/>
<ostatus:conversation ref="tag:octodon.social,2018-03-23:objectId=6250411:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99730661494096566/activity</id>
<published>2018-03-23T01:38:46Z</published>
<updated>2018-03-23T01:38:46Z</updated>
<title>fenwick67 shared a status by plsburydoughboy@kitty.town</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/activity</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb>
<activity:object>
<id>https://kitty.town/users/plsburydoughboy/statuses/99730600493978927</id>
<published>2018-03-23T01:23:25Z</published>
<updated>2018-03-23T01:23:25Z</updated>
<title>New status by plsburydoughboy@kitty.town</title>
<author>
<id>https://kitty.town/users/plsburydoughboy</id>
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
<uri>https://kitty.town/users/plsburydoughboy</uri>
<name>plsburydoughboy</name>
<email>plsburydoughboy@kitty.town</email>
<summary type="html">&lt;p&gt;&lt;/p&gt;</summary>
<link rel="alternate" type="text/html" href="https://kitty.town/@plsburydoughboy"/>
<link rel="avatar" type="image/jpeg" media:width="120" media:height="120" href="https://assets.octodon.social/accounts/avatars/000/075/768/original/90d34987b9fdd5b8.jpg"/>
<link rel="header" type="image/jpeg" media:width="700" media:height="335" href="https://assets.octodon.social/accounts/headers/000/075/768/original/94c2812f09205c54.jpg"/>
<poco:preferredUsername>plsburydoughboy</poco:preferredUsername>
<poco:displayName>pls pet the kitty db</poco:displayName>
<poco:note></poco:note>
<mastodon:scope>public</mastodon:scope>
</author>
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<content type="html" xml:lang="en">&lt;p&gt;Marvel: “Infinity War is the most ambitious crossover event in history.”&lt;/p&gt;&lt;p&gt;Me, fighting off the bad vibes of the world:&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<link rel="enclosure" type="image/jpeg" length="73798" href="https://assets.octodon.social/media_attachments/files/001/455/106/original/3a7f27a898dfad51.jpg"/>
<link rel="enclosure" type="image/jpeg" length="56100" href="https://assets.octodon.social/media_attachments/files/001/455/107/original/b2c15e091ae118b0.jpg"/>
<link rel="enclosure" type="image/jpeg" length="54462" href="https://assets.octodon.social/media_attachments/files/001/455/108/original/87d8b73ad85faf44.jpg"/>
<link rel="enclosure" type="image/jpeg" length="70995" href="https://assets.octodon.social/media_attachments/files/001/455/109/original/a248e41cfee2a4de.jpg"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://kitty.town/@plsburydoughboy/99730600493978927"/>
<ostatus:conversation ref="tag:kitty.town,2018-03-23:objectId=2272083:objectType=Conversation"/>
</activity:object>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99730661494096566/activity"/>
<content type="html" xml:lang="">&lt;p&gt;Marvel: “Infinity War is the most ambitious crossover event in history.”&lt;/p&gt;&lt;p&gt;Me, fighting off the bad vibes of the world:&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99730661494096566"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/402054.atom"/>
<ostatus:conversation ref="tag:octodon.social,2018-03-23:objectId=6251655:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99729911231380605</id>
<published>2018-03-22T22:27:58Z</published>
<updated>2018-03-22T22:27:58Z</updated>
<title>New status by fenwick67</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/comment</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99729911231380605"/>
<content type="html" xml:lang="en">&lt;p&gt;&lt;span class="h-card"&gt;&lt;a href="https://mastodon.social/@idesofmerch" class="u-url mention"&gt;@&lt;span&gt;idesofmerch&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; a radar chart would work great for this imo&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/person" href="https://mastodon.social/users/idesofmerch"/>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99729911231380605"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/401762.atom"/>
<thr:in-reply-to ref="https://mastodon.social/users/idesofmerch/statuses/99729118882454675" href="https://mastodon.social/@idesofmerch/99729118882454675"/>
<ostatus:conversation ref="tag:mastodon.social,2018-03-22:objectId=27292083:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99728007954983808/activity</id>
<published>2018-03-22T14:23:57Z</published>
<updated>2018-03-22T14:23:57Z</updated>
<title>fenwick67 shared a status by weird_hell@cybre.space</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/activity</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb>
<activity:object>
<id>https://cybre.space/users/weird_hell/statuses/99725634875265024</id>
<published>2018-03-22T04:20:27Z</published>
<updated>2018-03-22T04:20:27Z</updated>
<title>New status by weird_hell@cybre.space</title>
<author>
<id>https://cybre.space/users/weird_hell</id>
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
<uri>https://cybre.space/users/weird_hell</uri>
<name>weird_hell</name>
<email>weird_hell@cybre.space</email>
<summary type="html">&lt;p&gt;A robot that builds and maintains other, less complex robots.&lt;/p&gt;&lt;p&gt;Enby / bi/pan as hell / Some days really appreciates your food CWs. &amp;lt;3&lt;/p&gt;</summary>
<link rel="alternate" type="text/html" href="https://cybre.space/@weird_hell"/>
<link rel="avatar" type="image/png" media:width="120" media:height="120" href="https://assets.octodon.social/accounts/avatars/000/064/532/original/bc18522f40c53be1.png"/>
<link rel="header" type="image/png" media:width="700" media:height="335" href="https://assets.octodon.social/accounts/headers/000/064/532/original/b530a373fc50e742.png"/>
<poco:preferredUsername>weird_hell</poco:preferredUsername>
<poco:displayName>Display Neam</poco:displayName>
<poco:note>A robot that builds and maintains other, less complex robots.Enby / bi/pan as hell / Some days really appreciates your food CWs. &amp;lt;3</poco:note>
<mastodon:scope>public</mastodon:scope>
</author>
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<content type="html" xml:lang="en">&lt;p&gt;if you can't be normal, stop trying to be normal.&lt;/p&gt;&lt;p&gt;Be weird. Go hard. Don't follow the advice.&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://cybre.space/@weird_hell/99725634875265024"/>
<ostatus:conversation ref="tag:cybre.space,2018-03-22:objectId=5342800:objectType=Conversation"/>
</activity:object>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99728007954983808/activity"/>
<content type="html" xml:lang="">&lt;p&gt;if you can't be normal, stop trying to be normal.&lt;/p&gt;&lt;p&gt;Be weird. Go hard. Don't follow the advice.&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99728007954983808"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/401069.atom"/>
<ostatus:conversation ref="tag:octodon.social,2018-03-22:objectId=6232877:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99727127483386833/activity</id>
<published>2018-03-22T10:40:02Z</published>
<updated>2018-03-22T10:40:02Z</updated>
<title>fenwick67 shared a status by irisjaycomics@mastodon.social</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/activity</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb>
<activity:object>
<id>https://mastodon.social/users/irisjaycomics/statuses/99718925908910667</id>
<published>2018-03-20T23:54:19Z</published>
<updated>2018-03-20T23:54:19Z</updated>
<title>New status by irisjaycomics@mastodon.social</title>
<author>
<id>https://mastodon.social/users/irisjaycomics</id>
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
<uri>https://mastodon.social/users/irisjaycomics</uri>
<name>irisjaycomics</name>
<email>irisjaycomics@mastodon.social</email>
<summary type="html">&lt;p&gt;She/they. Comics: Crossed Wires, Epiphany, Golden Trick (writer). &lt;a href="http://irisjay.net" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;http://&lt;/span&gt;&lt;span class=""&gt;irisjay.net&lt;/span&gt;&lt;span class="invisible"&gt;&lt;/span&gt;&lt;/a&gt;. Icon by @skollirubedo.&lt;/p&gt;</summary>
<link rel="alternate" type="text/html" href="https://mastodon.social/@irisjaycomics"/>
<link rel="avatar" type="image/jpeg" media:width="120" media:height="120" href="https://assets.octodon.social/accounts/avatars/000/003/021/original/5af47bfdcd870f0f.jpg"/>
<link rel="header" type="image/jpeg" media:width="700" media:height="335" href="https://assets.octodon.social/accounts/headers/000/003/021/original/7909c6cf96e18beb.jpeg"/>
<poco:preferredUsername>irisjaycomics</poco:preferredUsername>
<poco:displayName>✨Iris Jay✨</poco:displayName>
<poco:note>She/they. Comics: Crossed Wires, Epiphany, Golden Trick (writer). http://irisjay.net. Icon by @skollirubedo.</poco:note>
<mastodon:scope>public</mastodon:scope>
</author>
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<content type="html" xml:lang="en">&lt;p&gt;crossedwires.irisjay.net/?comic=02-106 NEW CROSSED WIRES UPDATE IS LIVE! Its showdown time and nobodys playing fair. &lt;a href="https://mastodon.social/tags/cyberpunk" class="mention hashtag" rel="nofollow noopener" target="_blank"&gt;#&lt;span&gt;cyberpunk&lt;/span&gt;&lt;/a&gt; &lt;a href="https://mastodon.social/tags/webcomic" class="mention hashtag" rel="nofollow noopener" target="_blank"&gt;#&lt;span&gt;webcomic&lt;/span&gt;&lt;/a&gt; &lt;a href="https://mastodon.social/tags/queercomics" class="mention hashtag" rel="nofollow noopener" target="_blank"&gt;#&lt;span&gt;queercomics&lt;/span&gt;&lt;/a&gt; &lt;/p&gt;&lt;p&gt;Read from the beginning here: &lt;a href="http://crossedwires.irisjay.net/?comic=001" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;http://&lt;/span&gt;&lt;span class="ellipsis"&gt;crossedwires.irisjay.net/?comi&lt;/span&gt;&lt;span class="invisible"&gt;c=001&lt;/span&gt;&lt;/a&gt; Buy the book here: &lt;a href="http://oreillyjay.tictail.com/product/crossed-wires-volume-1" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;http://&lt;/span&gt;&lt;span class="ellipsis"&gt;oreillyjay.tictail.com/product&lt;/span&gt;&lt;span class="invisible"&gt;/crossed-wires-volume-1&lt;/span&gt;&lt;/a&gt; … Send me a tip here: &lt;a href="http://ko-fi.com/irisjay" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;http://&lt;/span&gt;&lt;span class=""&gt;ko-fi.com/irisjay&lt;/span&gt;&lt;span class="invisible"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<category term="cyberpunk"/>
<category term="webcomic"/>
<category term="queercomics"/>
<link rel="enclosure" type="image/jpeg" length="318770" href="https://assets.octodon.social/media_attachments/files/001/444/174/original/8c0612168aa67f3b.jpg"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://mastodon.social/@irisjaycomics/99718925908910667"/>
<ostatus:conversation ref="tag:mastodon.social,2018-03-20:objectId=27105506:objectType=Conversation"/>
</activity:object>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99727127483386833/activity"/>
<content type="html" xml:lang="">&lt;p&gt;crossedwires.irisjay.net/?comic=02-106 NEW CROSSED WIRES UPDATE IS LIVE! Its showdown time and nobodys playing fair. &lt;a href="https://mastodon.social/tags/cyberpunk" class="mention hashtag" rel="nofollow noopener" target="_blank"&gt;#&lt;span&gt;cyberpunk&lt;/span&gt;&lt;/a&gt; &lt;a href="https://mastodon.social/tags/webcomic" class="mention hashtag" rel="nofollow noopener" target="_blank"&gt;#&lt;span&gt;webcomic&lt;/span&gt;&lt;/a&gt; &lt;a href="https://mastodon.social/tags/queercomics" class="mention hashtag" rel="nofollow noopener" target="_blank"&gt;#&lt;span&gt;queercomics&lt;/span&gt;&lt;/a&gt; &lt;/p&gt;&lt;p&gt;Read from the beginning here: &lt;a href="http://crossedwires.irisjay.net/?comic=001" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;http://&lt;/span&gt;&lt;span class="ellipsis"&gt;crossedwires.irisjay.net/?comi&lt;/span&gt;&lt;span class="invisible"&gt;c=001&lt;/span&gt;&lt;/a&gt; Buy the book here: &lt;a href="http://oreillyjay.tictail.com/product/crossed-wires-volume-1" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;http://&lt;/span&gt;&lt;span class="ellipsis"&gt;oreillyjay.tictail.com/product&lt;/span&gt;&lt;span class="invisible"&gt;/crossed-wires-volume-1&lt;/span&gt;&lt;/a&gt; … Send me a tip here: &lt;a href="http://ko-fi.com/irisjay" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;http://&lt;/span&gt;&lt;span class=""&gt;ko-fi.com/irisjay&lt;/span&gt;&lt;span class="invisible"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99727127483386833"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/400867.atom"/>
<ostatus:conversation ref="tag:octodon.social,2018-03-22:objectId=6227034:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99724279300280892/activity</id>
<published>2018-03-21T22:35:42Z</published>
<updated>2018-03-21T22:35:42Z</updated>
<title>fenwick67 shared a status by omanreagan@scholar.social</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/activity</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb>
<activity:object>
<id>https://scholar.social/users/omanreagan/statuses/99723766503256517</id>
<published>2018-03-21T20:25:48Z</published>
<updated>2018-03-21T20:25:48Z</updated>
<title>New status by omanreagan@scholar.social</title>
<author>
<id>https://scholar.social/users/omanreagan</id>
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
<uri>https://scholar.social/users/omanreagan</uri>
<name>omanreagan</name>
<email>omanreagan@scholar.social</email>
<summary type="html">&lt;p&gt;Anthropologist. PhDing: exploration beyond Sol system, SETI, imagination, interstellar futures, sci-fi. [he/him, they/them] &lt;a href="https://www.patreon.com/omanreagan" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;https://www.&lt;/span&gt;&lt;span class=""&gt;patreon.com/omanreagan&lt;/span&gt;&lt;span class="invisible"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</summary>
<link rel="alternate" type="text/html" href="https://scholar.social/@omanreagan"/>
<link rel="avatar" type="image/png" media:width="120" media:height="120" href="https://assets.octodon.social/accounts/avatars/000/061/431/original/fc6afa77dfda97a6.png"/>
<link rel="header" type="image/jpeg" media:width="700" media:height="335" href="https://assets.octodon.social/accounts/headers/000/061/431/original/bdb680f32974ecd0.jpg"/>
<poco:preferredUsername>omanreagan</poco:preferredUsername>
<poco:displayName>Michael 🚀</poco:displayName>
<poco:note>Anthropologist. PhDing: exploration beyond Sol system, SETI, imagination, interstellar futures, sci-fi. [he/him, they/them] https://www.patreon.com/omanreagan</poco:note>
<mastodon:scope>public</mastodon:scope>
</author>
<activity:object-type>http://activitystrea.ms/schema/1.0/comment</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<content type="html" xml:lang="en">&lt;p&gt;Most importantly, stop putting institutional events on Facebook, stop using it at universities, stop making participation in Facebook mandatory through your institutional, organization, and activist roles. You can be online, and social, and connected without supporting Facebook.&lt;/p&gt;</content>
<mastodon:scope>unlisted</mastodon:scope>
<link rel="alternate" type="text/html" href="https://scholar.social/@omanreagan/99723766503256517"/>
<thr:in-reply-to ref="https://scholar.social/users/omanreagan/statuses/99723719599246271" href="https://scholar.social/@omanreagan/99723719599246271"/>
<ostatus:conversation ref="tag:scholar.social,2018-03-21:objectId=1388298:objectType=Conversation"/>
</activity:object>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99724279300280892/activity"/>
<content type="html" xml:lang="">&lt;p&gt;Most importantly, stop putting institutional events on Facebook, stop using it at universities, stop making participation in Facebook mandatory through your institutional, organization, and activist roles. You can be online, and social, and connected without supporting Facebook.&lt;/p&gt;</content>
<mastodon:scope>unlisted</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99724279300280892"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/400244.atom"/>
<ostatus:conversation ref="tag:octodon.social,2018-03-21:objectId=6213207:objectType=Conversation"/>
</entry>
<entry>
<id>https://octodon.social/users/fenwick67/statuses/99723825992791716/activity</id>
<published>2018-03-21T20:40:25Z</published>
<updated>2018-03-21T20:40:25Z</updated>
<title>fenwick67 shared a status by elomatreb@glitch.social</title>
<activity:object-type>http://activitystrea.ms/schema/1.0/activity</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb>
<activity:object>
<id>https://glitch.social/users/elomatreb/statuses/99723784825017673</id>
<published>2018-03-21T20:29:58Z</published>
<updated>2018-03-21T20:29:58Z</updated>
<title>New status by elomatreb@glitch.social</title>
<author>
<id>https://glitch.social/users/elomatreb</id>
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
<uri>https://glitch.social/users/elomatreb</uri>
<name>elomatreb</name>
<email>elomatreb@glitch.social</email>
<summary type="html">&lt;p&gt;German, English&lt;/p&gt;&lt;p&gt;Ruby, High Voltage electronics, [Shockingly] bad at computers. Lives in northern Germany.&lt;/p&gt;&lt;p&gt;&lt;a href="https://ole.bertr.am/" rel="nofollow noopener" target="_blank"&gt;&lt;span class="invisible"&gt;https://&lt;/span&gt;&lt;span class=""&gt;ole.bertr.am/&lt;/span&gt;&lt;span class="invisible"&gt;&lt;/span&gt;&lt;/a&gt; - Previously &lt;span class="h-card"&gt;&lt;a href="https://anti.energy/@elomatreb" class="u-url mention" rel="nofollow noopener" target="_blank"&gt;@&lt;span&gt;elomatreb&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</summary>
<link rel="alternate" type="text/html" href="https://glitch.social/@elomatreb"/>
<link rel="avatar" type="image/png" media:width="120" media:height="120" href="https://assets.octodon.social/accounts/avatars/000/076/355/original/0d8540c1ddb5b8f0.png"/>
<link rel="header" type="image/jpeg" media:width="700" media:height="335" href="https://assets.octodon.social/accounts/headers/000/076/355/original/913bfe0ea3e805cb.jpg"/>
<poco:preferredUsername>elomatreb</poco:preferredUsername>
<poco:displayName>elomatreb 🐟</poco:displayName>
<poco:note>German, EnglishRuby, High Voltage electronics, [Shockingly] bad at computers. Lives in northern Germany.https://ole.bertr.am/ - Previously @elomatreb</poco:note>
<mastodon:scope>public</mastodon:scope>
</author>
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<content type="html" xml:lang="en">&lt;p&gt;Decades of programming language research destroyed in one sick own by a rotating coyote&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://glitch.social/@elomatreb/99723784825017673"/>
<ostatus:conversation ref="tag:glitch.social,2018-03-21:objectId=4167153:objectType=Conversation"/>
</activity:object>
<link rel="alternate" type="application/activity+json" href="https://octodon.social/users/fenwick67/statuses/99723825992791716/activity"/>
<content type="html" xml:lang="">&lt;p&gt;Decades of programming language research destroyed in one sick own by a rotating coyote&lt;/p&gt;</content>
<link rel="mentioned" ostatus:object-type="http://activitystrea.ms/schema/1.0/collection" href="http://activityschema.org/collection/public"/>
<mastodon:scope>public</mastodon:scope>
<link rel="alternate" type="text/html" href="https://octodon.social/@fenwick67/99723825992791716"/>
<link rel="self" type="application/atom+xml" href="https://octodon.social/users/fenwick67/updates/400111.atom"/>
<ostatus:conversation ref="tag:octodon.social,2018-03-21:objectId=6210577:objectType=Conversation"/>
</entry>
</feed>

View File

@ -1,15 +0,0 @@
// do a test
var fs = require('fs'),
request = require('request'),
convert = require('../lib/convert')
var r = fs.createReadStream('./test/sample.atom');
convert(r,function(er,data){
if (er){return console.log('error: ',er)}
console.log('ok');
fs.writeFileSync('./test/result.html',data,'utf8');
})

345
yarn.lock
View File

@ -135,16 +135,6 @@ aggregate-error@^3.0.0:
clean-stack "^2.0.0"
indent-string "^4.0.0"
ajv@^6.5.5:
version "6.12.6"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
dependencies:
fast-deep-equal "^3.1.1"
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
ansi-regex@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
@ -192,18 +182,6 @@ arrify@^1.0.1:
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==
asn1@~0.2.3:
version "0.2.6"
resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.6.tgz#0d3a7bb6e64e02a90c0303b31f292868ea09a08d"
integrity sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==
dependencies:
safer-buffer "~2.1.0"
assert-plus@1.0.0, assert-plus@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
integrity sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==
async-foreach@^0.1.3:
version "0.1.3"
resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542"
@ -214,15 +192,14 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
aws-sign2@~0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
integrity sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==
aws4@^1.8.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3"
integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==
axios@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.2.tgz#72681724c6e6a43a9fea860fc558127dbe32f9f1"
integrity sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
proxy-from-env "^1.1.0"
balanced-match@^1.0.0:
version "1.0.2"
@ -236,13 +213,6 @@ basic-auth@~2.0.0:
dependencies:
safe-buffer "5.1.2"
bcrypt-pbkdf@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
integrity sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==
dependencies:
tweetnacl "^0.14.3"
body-parser@1.19.0:
version "1.19.0"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a"
@ -346,11 +316,6 @@ camelcase@^5.3.1:
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
caseless@~0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==
chalk@^2.0.0:
version "2.4.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
@ -416,7 +381,7 @@ color-support@^1.1.3:
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
combined-stream@^1.0.6, combined-stream@~1.0.6:
combined-stream@^1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@ -475,11 +440,6 @@ cookie@0.4.0:
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
core-util-is@1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
integrity sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==
core-util-is@~1.0.0:
version "1.0.3"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
@ -502,13 +462,6 @@ cross-spawn@^7.0.3:
shebang-command "^2.0.0"
which "^2.0.1"
dashdash@^1.12.0:
version "1.14.1"
resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
integrity sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==
dependencies:
assert-plus "^1.0.0"
debug@2.6.9:
version "2.6.9"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@ -556,14 +509,6 @@ destroy@~1.0.4:
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=
ecc-jsbn@~0.1.1:
version "0.1.2"
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
integrity sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==
dependencies:
jsbn "~0.1.0"
safer-buffer "^2.1.0"
ee-first@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
@ -664,31 +609,11 @@ express@^4.16.4:
utils-merge "1.0.1"
vary "~1.1.2"
extend@~3.0.0, extend@~3.0.2:
extend@~3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
extsprintf@1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"
integrity sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==
extsprintf@^1.2.0:
version "1.4.1"
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07"
integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==
fast-deep-equal@^3.1.1:
version "3.1.3"
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
fast-json-stable-stringify@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
feedparser@^2.2.9:
version "2.2.9"
resolved "https://registry.yarnpkg.com/feedparser/-/feedparser-2.2.9.tgz#9138197dafdae05fcadde0036beeaf6066c2c5e9"
@ -725,18 +650,18 @@ find-up@^4.1.0:
locate-path "^5.0.0"
path-exists "^4.0.0"
forever-agent@~0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
integrity sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==
follow-redirects@^1.15.0:
version "1.15.2"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
form-data@~2.3.2:
version "2.3.3"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==
form-data@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
dependencies:
asynckit "^0.4.0"
combined-stream "^1.0.6"
combined-stream "^1.0.8"
mime-types "^2.1.12"
forwarded@~0.1.2:
@ -797,13 +722,6 @@ get-stdin@^4.0.1:
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
integrity sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==
getpass@^0.1.1:
version "0.1.7"
resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa"
integrity sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==
dependencies:
assert-plus "^1.0.0"
glob@^7.0.0, glob@^7.0.3, glob@^7.1.3, glob@^7.1.4:
version "7.2.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@ -853,19 +771,6 @@ graceful-fs@^4.2.6:
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
har-schema@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
integrity sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==
har-validator@~5.1.0:
version "5.1.3"
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080"
integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==
dependencies:
ajv "^6.5.5"
har-schema "^2.0.0"
hard-rejection@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883"
@ -950,15 +855,6 @@ http-proxy-agent@^5.0.0:
agent-base "6"
debug "4"
http-signature@~1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1"
integrity sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==
dependencies:
assert-plus "^1.0.0"
jsprim "^1.2.2"
sshpk "^1.7.0"
https-proxy-agent@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
@ -1058,11 +954,6 @@ is-plain-obj@^1.1.0:
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
integrity sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==
is-typedarray@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==
isarray@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@ -1073,11 +964,6 @@ isexe@^2.0.0:
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
isstream@~0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
integrity sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==
js-base64@^2.4.9:
version "2.6.4"
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.6.4.tgz#f4e686c5de1ea1f867dbcad3d46d969428df98c4"
@ -1088,41 +974,11 @@ js-tokens@^4.0.0:
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
jsbn@~0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
integrity sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==
json-parse-even-better-errors@^2.3.0:
version "2.3.1"
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
json-schema-traverse@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
json-schema@0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
json-stringify-safe@~5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==
jsprim@^1.2.2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb"
integrity sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==
dependencies:
assert-plus "1.0.0"
extsprintf "1.3.0"
json-schema "0.4.0"
verror "1.10.0"
kind-of@^6.0.3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
@ -1274,7 +1130,7 @@ mime-db@1.52.0, "mime-db@>= 1.43.0 < 2":
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
mime-types@^2.1.12, mime-types@~2.1.19, mime-types@~2.1.34:
mime-types@^2.1.12, mime-types@~2.1.34:
version "2.1.35"
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
@ -1536,11 +1392,6 @@ npmlog@^6.0.0:
gauge "^4.0.3"
set-blocking "^2.0.0"
oauth-sign@~0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==
object-assign@^4:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
@ -1631,11 +1482,6 @@ path-to-regexp@0.1.7:
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
performance-now@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
process-nextick-args@~2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
@ -1662,36 +1508,16 @@ proxy-addr@~2.0.5:
forwarded "~0.1.2"
ipaddr.js "1.9.0"
psl@^1.1.24:
version "1.8.0"
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"
integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==
psl@^1.1.28:
version "1.9.0"
resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7"
integrity sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==
punycode@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
punycode@^2.1.0, punycode@^2.1.1:
version "2.2.0"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.2.0.tgz#2092cc57cd2582c38e4e7e8bb869dc8d3148bc74"
integrity sha512-LN6QV1IJ9ZhxWTNdktaPClrNfp8xdSAYS0Zk2ddX7XsXZAxckMHPCBcHRo0cTcEIgYPRiGEkmji3Idkh2yFtYw==
proxy-from-env@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
qs@6.7.0:
version "6.7.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
qs@~6.5.2:
version "6.5.3"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad"
integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==
quick-lru@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f"
@ -1774,56 +1600,6 @@ redent@^3.0.0:
indent-string "^4.0.0"
strip-indent "^3.0.0"
request-promise-cache@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/request-promise-cache/-/request-promise-cache-2.0.1.tgz#97879fc79c1abd82d1bf169987459d643d915c64"
integrity sha512-y+me4+M3wpQ1Sj4WPr3Ywg459UjkP+uyh0JlM0FQxjZtNNqixQxbqhmo5M3t+e2mjglMpfm6UPDhSo40kLWsmA==
dependencies:
nano-cache "^1.1.2"
request "^2.88.0"
request-promise-core@1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.3.tgz#e9a3c081b51380dfea677336061fea879a829ee9"
integrity sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ==
dependencies:
lodash "^4.17.15"
request-promise-native@^1.0.7:
version "1.0.8"
resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.8.tgz#a455b960b826e44e2bf8999af64dff2bfe58cb36"
integrity sha512-dapwLGqkHtwL5AEbfenuzjTYg35Jd6KPytsC2/TLkVMz8rm+tNt72MGUWT1RP/aYawMpN6HqbNGBQaRcBtjQMQ==
dependencies:
request-promise-core "1.1.3"
stealthy-require "^1.1.1"
tough-cookie "^2.3.3"
request@^2.88.0:
version "2.88.0"
resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==
dependencies:
aws-sign2 "~0.7.0"
aws4 "^1.8.0"
caseless "~0.12.0"
combined-stream "~1.0.6"
extend "~3.0.2"
forever-agent "~0.6.1"
form-data "~2.3.2"
har-validator "~5.1.0"
http-signature "~1.2.0"
is-typedarray "~1.0.0"
isstream "~0.1.2"
json-stringify-safe "~5.0.1"
mime-types "~2.1.19"
oauth-sign "~0.9.0"
performance-now "^2.1.0"
qs "~6.5.2"
safe-buffer "^5.1.2"
tough-cookie "~2.4.3"
tunnel-agent "^0.6.0"
uuid "^3.3.2"
require-directory@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
@ -1855,12 +1631,12 @@ safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
safe-buffer@^5.0.1, safe-buffer@^5.1.2, safe-buffer@~5.2.0:
safe-buffer@~5.2.0:
version "5.2.1"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0":
version "2.1.2"
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
@ -2018,21 +1794,6 @@ spdx-license-ids@^3.0.0:
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz#69077835abe2710b65f03969898b6637b505a779"
integrity sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==
sshpk@^1.7.0:
version "1.17.0"
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.17.0.tgz#578082d92d4fe612b13007496e543fa0fbcbe4c5"
integrity sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==
dependencies:
asn1 "~0.2.3"
assert-plus "^1.0.0"
bcrypt-pbkdf "^1.0.0"
dashdash "^1.12.0"
ecc-jsbn "~0.1.1"
getpass "^0.1.1"
jsbn "~0.1.0"
safer-buffer "^2.0.2"
tweetnacl "~0.14.0"
ssri@^8.0.0, ssri@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af"
@ -2059,11 +1820,6 @@ stdout-stream@^1.4.0:
dependencies:
readable-stream "^2.0.1"
stealthy-require@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b"
integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
@ -2144,22 +1900,6 @@ toidentifier@1.0.0:
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
tough-cookie@^2.3.3:
version "2.5.0"
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
dependencies:
psl "^1.1.28"
punycode "^2.1.1"
tough-cookie@~2.4.3:
version "2.4.3"
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781"
integrity sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==
dependencies:
psl "^1.1.24"
punycode "^1.4.1"
trim-newlines@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
@ -2170,18 +1910,6 @@ trim-newlines@^3.0.0:
resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-2.2.1.tgz#c5bf04a5bbec3fd118be4084461b3a27c4d796bf"
integrity sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==
tunnel-agent@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
integrity sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==
dependencies:
safe-buffer "^5.0.1"
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
version "0.14.5"
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
integrity sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==
type-fest@^0.18.0:
version "0.18.1"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
@ -2238,13 +1966,6 @@ unpipe@1.0.0, unpipe@~1.0.0:
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=
uri-js@^4.2.2:
version "4.4.1"
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
dependencies:
punycode "^2.1.0"
util-deprecate@^1.0.1, util-deprecate@~1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
@ -2255,11 +1976,6 @@ utils-merge@1.0.1:
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
uuid@^3.3.2:
version "3.4.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
validate-npm-package-license@^3.0.1:
version "3.0.4"
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
@ -2273,15 +1989,6 @@ vary@^1, vary@~1.1.2:
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
verror@1.10.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"
integrity sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==
dependencies:
assert-plus "^1.0.0"
core-util-is "1.0.2"
extsprintf "^1.2.0"
which@^2.0.1, which@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"