diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..cee2a16 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,12 @@ +{ + "cSpell.words": [ + "activitypub", + "cdate", + "favourited", + "favourites", + "reblog", + "reblogged", + "reblogger", + "reblogs" + ] +} \ No newline at end of file diff --git a/backend/src/activitypub/actors/index.ts b/backend/src/activitypub/actors/index.ts index 1142577..a2597d9 100644 --- a/backend/src/activitypub/actors/index.ts +++ b/backend/src/activitypub/actors/index.ts @@ -38,7 +38,11 @@ export interface Actor extends Object { // https://www.w3.org/TR/activitystreams-vocabulary/#dfn-person export interface Person extends Actor { - publicKey: string + publicKey: { + id: string + owner: URL + publicKeyPem: string + } } export async function get(url: string | URL): Promise { @@ -111,14 +115,20 @@ export async function getPersonByEmail(db: D1Database, email: string): Promise

{ const userKeyPair = await generateUserKey(userKEK) @@ -181,19 +191,23 @@ export async function getPersonById(db: D1Database, id: URL): Promise

+
- +
- {/* TODO: this should either have an href or not being an `a` element (also consider using QwikCity's `Link` instead) */} - {status.account.display_name} + + {status.account.display_name} +
@{status.account.username}
@@ -61,3 +64,19 @@ export default component$((props: Props) => {
) }) + +export const RebloggerLink = ({ account }: { account: Account | null }) => { + return ( + account && ( +
+

+ + + {account.display_name} + +  boosted +

+
+ ) + ) +} diff --git a/frontend/src/components/avatar/index.tsx b/frontend/src/components/avatar/index.tsx index 1d17457..4451a0d 100644 --- a/frontend/src/components/avatar/index.tsx +++ b/frontend/src/components/avatar/index.tsx @@ -1,10 +1,26 @@ import { component$ } from '@builder.io/qwik' +import type { Account } from '~/types' type Props = { - src: string - accountDisplayName: string + primary: Account + secondary: Account | null } -export const Avatar = component$(({ src, accountDisplayName }) => { - return {`Avatar +export const Avatar = component$(({ primary, secondary }) => { + return ( +
+ + {`Avatar + + {secondary && ( + + {`Avatar + + )} +
+ ) }) diff --git a/frontend/src/dummyData.tsx b/frontend/src/dummyData.tsx index 80b87e4..44035e6 100644 --- a/frontend/src/dummyData.tsx +++ b/frontend/src/dummyData.tsx @@ -1,4 +1,4 @@ -import { InstanceDetails, MastodonLink, MastodonStatus, StatusContext, TagDetails } from './types' +import { MastodonLink, MastodonStatus, TagDetails } from './types' export const statuses: MastodonStatus[] = [ { @@ -1557,132 +1557,6 @@ export const statuses: MastodonStatus[] = [ }, ] -export const mastodonInstance: InstanceDetails = { - domain: 'mastodon.social', - title: 'Mastodon', - version: '4.0.2', - source_url: 'https://github.com/mastodon/mastodon', - description: 'The original server operated by the Mastodon gGmbH non-profit', - usage: { users: { active_month: 220992 } }, - thumbnail: { - url: '/assets/wildebeest-logo.png', - blurhash: 'UeKUpFxuo~R%0nW;WCnhF6RjaJt757oJodS$', - versions: { - '@1x': '/assets/wildebeest-logo.png', - '@2x': '/assets/wildebeest-logo.png', - }, - }, - languages: ['en'], - configuration: { - urls: { streaming: 'wss://mastodon.social' }, - accounts: { max_featured_tags: 10 }, - statuses: { - max_characters: 500, - max_media_attachments: 4, - characters_reserved_per_url: 23, - }, - media_attachments: { - supported_mime_types: [ - 'image/jpeg', - 'image/png', - 'image/gif', - 'image/heic', - 'image/heif', - 'image/webp', - 'image/avif', - 'video/webm', - 'video/mp4', - 'video/quicktime', - 'video/ogg', - 'audio/wave', - 'audio/wav', - 'audio/x-wav', - 'audio/x-pn-wave', - 'audio/vnd.wave', - 'audio/ogg', - 'audio/vorbis', - 'audio/mpeg', - 'audio/mp3', - 'audio/webm', - 'audio/flac', - 'audio/aac', - 'audio/m4a', - 'audio/x-m4a', - 'audio/mp4', - 'audio/3gpp', - 'video/x-ms-asf', - ], - image_size_limit: 10485760, - image_matrix_limit: 16777216, - video_size_limit: 41943040, - video_frame_rate_limit: 60, - video_matrix_limit: 2304000, - }, - polls: { - max_options: 4, - max_characters_per_option: 50, - min_expiration: 300, - max_expiration: 2629746, - }, - translation: { enabled: true }, - }, - registrations: { enabled: false, approval_required: false, message: null }, - contact: { - email: 'staff@mastodon.social', - account: { - id: '1', - username: 'Gargron', - acct: 'Gargron', - display_name: 'Eugen Rochko', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2016-03-16T00:00:00.000Z', - note: '\u003cp\u003eFounder, CEO and lead developer \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Mastodon" class="u-url mention"\u003e@\u003cspan\u003eMastodon\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e, Germany.\u003c/p\u003e', - url: 'https://mastodon.social/@Gargron', - avatar: 'https://files.mastodon.social/accounts/avatars/000/000/001/original/dc4286ceb8fab734.jpg', - avatar_static: 'https://files.mastodon.social/accounts/avatars/000/000/001/original/dc4286ceb8fab734.jpg', - header: 'https://files.mastodon.social/accounts/headers/000/000/001/original/3b91c9965d00888b.jpeg', - header_static: 'https://files.mastodon.social/accounts/headers/000/000/001/original/3b91c9965d00888b.jpeg', - followers_count: 271706, - following_count: 332, - statuses_count: 72903, - last_status_at: '2022-12-16', - noindex: false, - emojis: [], - fields: [ - { - name: 'Patreon', - value: - '\u003ca href="https://www.patreon.com/mastodon" target="_blank" rel="nofollow noopener noreferrer me"\u003e\u003cspan class="invisible"\u003ehttps://www.\u003c/span\u003e\u003cspan class=""\u003epatreon.com/mastodon\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - ], - }, - }, - rules: [ - { - id: '1', - text: 'Sexually explicit or violent media must be marked as sensitive when posting', - }, - { - id: '2', - text: 'No racism, sexism, homophobia, transphobia, xenophobia, or casteism', - }, - { - id: '3', - text: 'No incitement of violence or promotion of violent ideologies', - }, - { id: '4', text: 'No harassment, dogpiling or doxxing of other users' }, - { id: '5', text: 'No content illegal in Germany' }, - { - id: '7', - text: 'Do not share intentionally false or misleading information', - }, - ], -} - export const tags: TagDetails[] = [ { name: 'wintersolstice', @@ -1816,3614 +1690,6 @@ export const tags: TagDetails[] = [ }, ] -export const statusContext: StatusContext = { - ancestors: [], - descendants: [ - { - id: '109545743097790803', - created_at: '2022-12-20T11:23:04.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://universeodon.com/users/MartenHoyle/statuses/109545742953169579', - url: 'https://universeodon.com/@MartenHoyle/109545742953169579', - replies_count: 3, - reblogs_count: 1, - favourites_count: 3, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Gotta love the history of Man.\u003c/p\u003e', - reblog: null, - account: { - id: '109536156949986407', - username: 'MartenHoyle', - acct: 'MartenHoyle@universeodon.com', - display_name: 'Marten Hoyle', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-12-18T00:00:00.000Z', - note: '\u003cp\u003e"Marten Hoyle" is a Literary Endeavor based at The Eglantine Home for the Poetically Unsound, United States. The Project is held anonymously in the hands of a being known as Vate C. Carmen.\u003c/p\u003e', - url: 'https://universeodon.com/@MartenHoyle', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/536/156/949/986/407/original/b2d47f21ed94c632.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/536/156/949/986/407/original/b2d47f21ed94c632.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/536/156/949/986/407/original/6e02c98d9c148f06.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/536/156/949/986/407/original/6e02c98d9c148f06.jpg', - followers_count: 10, - following_count: 38, - statuses_count: 145, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { name: 'Literature', value: 'Poetry', verified_at: null }, - { name: 'Art', value: 'Visual', verified_at: null }, - { name: 'Art', value: 'Literature', verified_at: null }, - { name: 'Art', value: 'Writing', verified_at: null }, - ], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109545766396047399', - created_at: '2022-12-20T11:29:01.000Z', - in_reply_to_id: '109545743097790803', - in_reply_to_account_id: '109536156949986407', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://universeodon.com/users/SarcNSnark/statuses/109545766366186263', - url: 'https://universeodon.com/@SarcNSnark/109545766366186263', - replies_count: 0, - reblogs_count: 1, - favourites_count: 8, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@MartenHoyle" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eMartenHoyle\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Imagine how good herstory could have been.\u003c/p\u003e', - reblog: null, - account: { - id: '109537077094347721', - username: 'SarcNSnark', - acct: 'SarcNSnark@universeodon.com', - display_name: 'SusanB', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-12-18T00:00:00.000Z', - note: '\u003cp\u003eIma lurker unless I have an \u003ca href="https://universeodon.com/tags/orchid" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eorchid\u003c/span\u003e\u003c/a\u003e blooming, then I want you all to know.\u003c/p\u003e', - url: 'https://universeodon.com/@SarcNSnark', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/537/077/094/347/721/original/4914212640fae328.png', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/537/077/094/347/721/original/4914212640fae328.png', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/537/077/094/347/721/original/1b71142b4cb34071.png', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/537/077/094/347/721/original/1b71142b4cb34071.png', - followers_count: 10, - following_count: 166, - statuses_count: 129, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { - id: '109536156949986407', - username: 'MartenHoyle', - url: 'https://universeodon.com/@MartenHoyle', - acct: 'MartenHoyle@universeodon.com', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109545894325045716', - created_at: '2022-12-20T12:01:15.000Z', - in_reply_to_id: '109545743097790803', - in_reply_to_account_id: '109536156949986407', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodon.world/users/Livingthegoodlife352/statuses/109545893102889537', - url: 'https://mastodon.world/@Livingthegoodlife352/109545893102889537', - replies_count: 0, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@MartenHoyle" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eMartenHoyle\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Yes, it’s very sad!!\u003c/p\u003e', - reblog: null, - account: { - id: '109531156933774209', - username: 'Livingthegoodlife352', - acct: 'Livingthegoodlife352@mastodon.world', - display_name: 'Valerie Bowls', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-12-17T00:00:00.000Z', - note: '\u003cp\u003e“Married with Children” but thankfully I’m better looking than Al Bundy 😁\u003c/p\u003e', - url: 'https://mastodon.world/@Livingthegoodlife352', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/531/156/933/774/209/original/dcdb5701d424136b.png', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/531/156/933/774/209/original/dcdb5701d424136b.png', - header: 'https://static-cdn.mastodon.social/headers/original/missing.png', - header_static: 'https://static-cdn.mastodon.social/headers/original/missing.png', - followers_count: 1, - following_count: 23, - statuses_count: 11, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { - id: '109536156949986407', - username: 'MartenHoyle', - url: 'https://universeodon.com/@MartenHoyle', - acct: 'MartenHoyle@universeodon.com', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109545901954990448', - created_at: '2022-12-20T12:03:28.000Z', - in_reply_to_id: '109545743097790803', - in_reply_to_account_id: '109536156949986407', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://universeodon.com/users/CherylBlueWave/statuses/109545901788931343', - url: 'https://universeodon.com/@CherylBlueWave/109545901788931343', - replies_count: 1, - reblogs_count: 1, - favourites_count: 3, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@MartenHoyle" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eMartenHoyle\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003c/p\u003e\u003cp\u003eQuite dreadful.\u003c/p\u003e\u003cp\u003e Theoughout \u003ca href="https://universeodon.com/tags/History" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eHistory\u003c/span\u003e\u003c/a\u003e women were seen as chattle and the mere mention that a woman was a witch led to a trial and often an execution.\u003c/p\u003e', - reblog: null, - account: { - id: '109395990796995798', - username: 'CherylBlueWave', - acct: 'CherylBlueWave@universeodon.com', - display_name: 'CherylBlueWave', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-11-23T00:00:00.000Z', - note: '\u003cp\u003e\u003ca href="https://universeodon.com/tags/TwitterRefugee" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eTwitterRefugee\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\u003cp\u003eI\'m owned by a tuxedo cat named Luigi \u0026amp; a fluffy black dog named Molly. \u003c/p\u003e\u003cp\u003eI’ve studied art history \u0026amp; am fascinated by use of color \u0026amp; composition. I take my children on weekly forays to museums, cultural events \u0026amp; concerts.\u003c/p\u003e\u003cp\u003eA creative person, I use various media: acrylic and oils; colored pencils \u0026amp; Zentangling to add detail.\u003c/p\u003e\u003cp\u003eWe make stepping stones to decorate our bee, butterfly \u0026amp; bird gardens.\u003c/p\u003e\u003cp\u003e\u003ca href="https://universeodon.com/tags/Caturday" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eCaturday\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Cats" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eCats\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Garden" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eGarden\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Birding" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eBirding\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Art" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eArt\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Photography" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003ePhotography\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Creativity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eCreativity\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Democrat" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eDemocrat\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e', - url: 'https://universeodon.com/@CherylBlueWave', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/395/990/796/995/798/original/dd49958a3f590bd9.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/395/990/796/995/798/original/dd49958a3f590bd9.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/395/990/796/995/798/original/e4e3cf512fce3fcd.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/395/990/796/995/798/original/e4e3cf512fce3fcd.jpg', - followers_count: 439, - following_count: 616, - statuses_count: 337, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { name: 'Politics', value: 'Democrat', verified_at: null }, - { - name: 'Twitter', - value: - '\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@CherylBlueWave" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eCherylBlueWave\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e', - verified_at: null, - }, - { name: 'Relationship', value: 'Married', verified_at: null }, - { - name: 'Post.com', - value: - '\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@CherylBlueWave" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eCherylBlueWave\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e', - verified_at: null, - }, - ], - }, - media_attachments: [], - mentions: [ - { - id: '109536156949986407', - username: 'MartenHoyle', - url: 'https://universeodon.com/@MartenHoyle', - acct: 'MartenHoyle@universeodon.com', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [{ name: 'history', url: 'https://mastodon.social/tags/history' }], - emojis: [], - card: null, - poll: null, - }, - { - id: '109545936505693500', - created_at: '2022-12-20T12:12:12.000Z', - in_reply_to_id: '109545901954990448', - in_reply_to_account_id: '109395990796995798', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://universeodon.com/users/MartenHoyle/statuses/109545936171591946', - url: 'https://universeodon.com/@MartenHoyle/109545936171591946', - replies_count: 3, - reblogs_count: 5, - favourites_count: 5, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@CherylBlueWave" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eCherylBlueWave\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Nietzsche in his book TWILIGHT OF THE IDOLS suggested that the practice of marriage itself was only brought into place to make women into property, and I have never been able to look at marriage the same way since.\u003c/p\u003e', - reblog: null, - account: { - id: '109536156949986407', - username: 'MartenHoyle', - acct: 'MartenHoyle@universeodon.com', - display_name: 'Marten Hoyle', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-12-18T00:00:00.000Z', - note: '\u003cp\u003e"Marten Hoyle" is a Literary Endeavor based at The Eglantine Home for the Poetically Unsound, United States. The Project is held anonymously in the hands of a being known as Vate C. Carmen.\u003c/p\u003e', - url: 'https://universeodon.com/@MartenHoyle', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/536/156/949/986/407/original/b2d47f21ed94c632.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/536/156/949/986/407/original/b2d47f21ed94c632.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/536/156/949/986/407/original/6e02c98d9c148f06.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/536/156/949/986/407/original/6e02c98d9c148f06.jpg', - followers_count: 10, - following_count: 38, - statuses_count: 145, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { name: 'Literature', value: 'Poetry', verified_at: null }, - { name: 'Art', value: 'Visual', verified_at: null }, - { name: 'Art', value: 'Literature', verified_at: null }, - { name: 'Art', value: 'Writing', verified_at: null }, - ], - }, - media_attachments: [], - mentions: [ - { - id: '109395990796995798', - username: 'CherylBlueWave', - url: 'https://universeodon.com/@CherylBlueWave', - acct: 'CherylBlueWave@universeodon.com', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546011752603149', - created_at: '2022-12-20T12:31:02.000Z', - in_reply_to_id: '109545936505693500', - in_reply_to_account_id: '109536156949986407', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mstdn.social/users/Crookhorne/statuses/109546010227638130', - url: 'https://mstdn.social/@Crookhorne/109546010227638130', - replies_count: 0, - reblogs_count: 0, - favourites_count: 2, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@MartenHoyle" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eMartenHoyle\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@CherylBlueWave" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eCherylBlueWave\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e quite the opposite, marriage makes the man the endless source of income for raising kids\u003c/p\u003e', - reblog: null, - account: { - id: '109327998353402256', - username: 'Crookhorne', - acct: 'Crookhorne@mstdn.social', - display_name: 'V the Saint 💙🧡❤️🖤', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-11-12T00:00:00.000Z', - note: '\u003cp\u003eСоборна Українськая держава\u003cbr\u003eВiльна й мiцна вiд Сяну по Кавказ\u003c/p\u003e', - url: 'https://mstdn.social/@Crookhorne', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/327/998/353/402/256/original/872effa5d91a311f.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/327/998/353/402/256/original/872effa5d91a311f.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/327/998/353/402/256/original/3b80449b96224b87.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/327/998/353/402/256/original/3b80449b96224b87.jpg', - followers_count: 14, - following_count: 6, - statuses_count: 690, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { - id: '109536156949986407', - username: 'MartenHoyle', - url: 'https://universeodon.com/@MartenHoyle', - acct: 'MartenHoyle@universeodon.com', - }, - { - id: '109395990796995798', - username: 'CherylBlueWave', - url: 'https://universeodon.com/@CherylBlueWave', - acct: 'CherylBlueWave@universeodon.com', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546037788514605', - created_at: '2022-12-20T12:38:02.000Z', - in_reply_to_id: '109545936505693500', - in_reply_to_account_id: '109536156949986407', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://universeodon.com/users/CherylBlueWave/statuses/109546037716715445', - url: 'https://universeodon.com/@CherylBlueWave/109546037716715445', - replies_count: 1, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@MartenHoyle" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eMartenHoyle\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003c/p\u003e\u003cp\u003eI appreciate Nietzche and will need to read his book Twilight Of The Idols.\u003c/p\u003e', - reblog: null, - account: { - id: '109395990796995798', - username: 'CherylBlueWave', - acct: 'CherylBlueWave@universeodon.com', - display_name: 'CherylBlueWave', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-11-23T00:00:00.000Z', - note: '\u003cp\u003e\u003ca href="https://universeodon.com/tags/TwitterRefugee" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eTwitterRefugee\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\u003cp\u003eI\'m owned by a tuxedo cat named Luigi \u0026amp; a fluffy black dog named Molly. \u003c/p\u003e\u003cp\u003eI’ve studied art history \u0026amp; am fascinated by use of color \u0026amp; composition. I take my children on weekly forays to museums, cultural events \u0026amp; concerts.\u003c/p\u003e\u003cp\u003eA creative person, I use various media: acrylic and oils; colored pencils \u0026amp; Zentangling to add detail.\u003c/p\u003e\u003cp\u003eWe make stepping stones to decorate our bee, butterfly \u0026amp; bird gardens.\u003c/p\u003e\u003cp\u003e\u003ca href="https://universeodon.com/tags/Caturday" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eCaturday\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Cats" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eCats\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Garden" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eGarden\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Birding" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eBirding\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Art" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eArt\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Photography" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003ePhotography\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Creativity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eCreativity\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Democrat" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eDemocrat\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e', - url: 'https://universeodon.com/@CherylBlueWave', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/395/990/796/995/798/original/dd49958a3f590bd9.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/395/990/796/995/798/original/dd49958a3f590bd9.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/395/990/796/995/798/original/e4e3cf512fce3fcd.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/395/990/796/995/798/original/e4e3cf512fce3fcd.jpg', - followers_count: 439, - following_count: 616, - statuses_count: 337, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { name: 'Politics', value: 'Democrat', verified_at: null }, - { - name: 'Twitter', - value: - '\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@CherylBlueWave" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eCherylBlueWave\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e', - verified_at: null, - }, - { name: 'Relationship', value: 'Married', verified_at: null }, - { - name: 'Post.com', - value: - '\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@CherylBlueWave" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eCherylBlueWave\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e', - verified_at: null, - }, - ], - }, - media_attachments: [], - mentions: [ - { - id: '109536156949986407', - username: 'MartenHoyle', - url: 'https://universeodon.com/@MartenHoyle', - acct: 'MartenHoyle@universeodon.com', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546044173869174', - created_at: '2022-12-20T12:39:39.000Z', - in_reply_to_id: '109546037788514605', - in_reply_to_account_id: '109395990796995798', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://universeodon.com/users/MartenHoyle/statuses/109546044087082939', - url: 'https://universeodon.com/@MartenHoyle/109546044087082939', - replies_count: 1, - reblogs_count: 0, - favourites_count: 0, - edited_at: '2022-12-20T12:41:48.000Z', - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@CherylBlueWave" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eCherylBlueWave\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Its a quick read. Much quicker than THUS SPOKE ZARATHUSTRAY, which I think is because I didn\'t get a decent translation of the latter. I\'m very picky about translated texts, so I want to find what may be a more definitive translation and read it through before deciding whether it was or wasn\'t his best work. That is the book where you get the famous quote: "One must have chaos in oneself to give birth to a dancing star"\u003c/p\u003e', - reblog: null, - account: { - id: '109536156949986407', - username: 'MartenHoyle', - acct: 'MartenHoyle@universeodon.com', - display_name: 'Marten Hoyle', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-12-18T00:00:00.000Z', - note: '\u003cp\u003e"Marten Hoyle" is a Literary Endeavor based at The Eglantine Home for the Poetically Unsound, United States. The Project is held anonymously in the hands of a being known as Vate C. Carmen.\u003c/p\u003e', - url: 'https://universeodon.com/@MartenHoyle', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/536/156/949/986/407/original/b2d47f21ed94c632.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/536/156/949/986/407/original/b2d47f21ed94c632.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/536/156/949/986/407/original/6e02c98d9c148f06.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/536/156/949/986/407/original/6e02c98d9c148f06.jpg', - followers_count: 10, - following_count: 38, - statuses_count: 145, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { name: 'Literature', value: 'Poetry', verified_at: null }, - { name: 'Art', value: 'Visual', verified_at: null }, - { name: 'Art', value: 'Literature', verified_at: null }, - { name: 'Art', value: 'Writing', verified_at: null }, - ], - }, - media_attachments: [], - mentions: [ - { - id: '109395990796995798', - username: 'CherylBlueWave', - url: 'https://universeodon.com/@CherylBlueWave', - acct: 'CherylBlueWave@universeodon.com', - }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546075257460872', - created_at: '2022-12-20T12:47:30.000Z', - in_reply_to_id: '109546044173869174', - in_reply_to_account_id: '109536156949986407', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://universeodon.com/users/CherylBlueWave/statuses/109546074958627584', - url: 'https://universeodon.com/@CherylBlueWave/109546074958627584', - replies_count: 0, - reblogs_count: 0, - favourites_count: 0, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@MartenHoyle" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eMartenHoyle\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003c/p\u003e\u003cp\u003eI appreciate Nietzche and love the quote, "One must have chaos in oneself to give birth to a dancing star."\u003c/p\u003e', - reblog: null, - account: { - id: '109395990796995798', - username: 'CherylBlueWave', - acct: 'CherylBlueWave@universeodon.com', - display_name: 'CherylBlueWave', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-11-23T00:00:00.000Z', - note: '\u003cp\u003e\u003ca href="https://universeodon.com/tags/TwitterRefugee" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eTwitterRefugee\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\u003cp\u003eI\'m owned by a tuxedo cat named Luigi \u0026amp; a fluffy black dog named Molly. \u003c/p\u003e\u003cp\u003eI’ve studied art history \u0026amp; am fascinated by use of color \u0026amp; composition. I take my children on weekly forays to museums, cultural events \u0026amp; concerts.\u003c/p\u003e\u003cp\u003eA creative person, I use various media: acrylic and oils; colored pencils \u0026amp; Zentangling to add detail.\u003c/p\u003e\u003cp\u003eWe make stepping stones to decorate our bee, butterfly \u0026amp; bird gardens.\u003c/p\u003e\u003cp\u003e\u003ca href="https://universeodon.com/tags/Caturday" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eCaturday\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Cats" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eCats\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Garden" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eGarden\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Birding" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eBirding\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Art" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eArt\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Photography" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003ePhotography\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Creativity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eCreativity\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Democrat" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eDemocrat\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e', - url: 'https://universeodon.com/@CherylBlueWave', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/395/990/796/995/798/original/dd49958a3f590bd9.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/395/990/796/995/798/original/dd49958a3f590bd9.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/395/990/796/995/798/original/e4e3cf512fce3fcd.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/395/990/796/995/798/original/e4e3cf512fce3fcd.jpg', - followers_count: 439, - following_count: 616, - statuses_count: 337, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { name: 'Politics', value: 'Democrat', verified_at: null }, - { - name: 'Twitter', - value: - '\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@CherylBlueWave" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eCherylBlueWave\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e', - verified_at: null, - }, - { name: 'Relationship', value: 'Married', verified_at: null }, - { - name: 'Post.com', - value: - '\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@CherylBlueWave" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eCherylBlueWave\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e', - verified_at: null, - }, - ], - }, - media_attachments: [], - mentions: [ - { - id: '109536156949986407', - username: 'MartenHoyle', - url: 'https://universeodon.com/@MartenHoyle', - acct: 'MartenHoyle@universeodon.com', - }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109547773536604339', - created_at: '2022-12-20T19:54:03.000Z', - in_reply_to_id: '109545936505693500', - in_reply_to_account_id: '109536156949986407', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodon.lol/users/catgirlapocalypse/statuses/109547752215942994', - url: 'https://mastodon.lol/@catgirlapocalypse/109547752215942994', - replies_count: 1, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@MartenHoyle" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eMartenHoyle\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@CherylBlueWave" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eCherylBlueWave\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e marriage probably came about to establish patrilineal lines of inheritance. Before paternity tests existed, the only way to assure paternity was to control who the woman has sex with\u003c/p\u003e', - reblog: null, - account: { - id: '109471765636446532', - username: 'catgirlapocalypse', - acct: 'catgirlapocalypse@mastodon.lol', - display_name: 'Catgirl Apocalypse', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-12-07T00:00:00.000Z', - note: '\u003cp\u003eMagneto was Right.\u2028\u2029She/Her.\u003c/p\u003e', - url: 'https://mastodon.lol/@catgirlapocalypse', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/471/765/636/446/532/original/a0aab428dddabf04.png', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/471/765/636/446/532/original/a0aab428dddabf04.png', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/471/765/636/446/532/original/052a3d6f4a73b4d6.png', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/471/765/636/446/532/original/052a3d6f4a73b4d6.png', - followers_count: 105, - following_count: 207, - statuses_count: 270, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { - id: '109536156949986407', - username: 'MartenHoyle', - url: 'https://universeodon.com/@MartenHoyle', - acct: 'MartenHoyle@universeodon.com', - }, - { - id: '109395990796995798', - username: 'CherylBlueWave', - url: 'https://universeodon.com/@CherylBlueWave', - acct: 'CherylBlueWave@universeodon.com', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109547786025725257', - created_at: '2022-12-20T19:56:52.000Z', - in_reply_to_id: '109547773536604339', - in_reply_to_account_id: '109471765636446532', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://universeodon.com/users/MartenHoyle/statuses/109547763280002729', - url: 'https://universeodon.com/@MartenHoyle/109547763280002729', - replies_count: 0, - reblogs_count: 0, - favourites_count: 0, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.lol/@catgirlapocalypse" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003ecatgirlapocalypse\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@CherylBlueWave" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eCherylBlueWave\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e I recognize marriage as a constitutional right, but at this point is seems outdated. I do not want the government involved in my sex life. As a homosexual, the loophole is to list my prospective lover as my Next of Kin so that important decisions can be made on my behalf should I be incapable of making them myself.\u003c/p\u003e', - reblog: null, - account: { - id: '109536156949986407', - username: 'MartenHoyle', - acct: 'MartenHoyle@universeodon.com', - display_name: 'Marten Hoyle', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-12-18T00:00:00.000Z', - note: '\u003cp\u003e"Marten Hoyle" is a Literary Endeavor based at The Eglantine Home for the Poetically Unsound, United States. The Project is held anonymously in the hands of a being known as Vate C. Carmen.\u003c/p\u003e', - url: 'https://universeodon.com/@MartenHoyle', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/536/156/949/986/407/original/b2d47f21ed94c632.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/536/156/949/986/407/original/b2d47f21ed94c632.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/536/156/949/986/407/original/6e02c98d9c148f06.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/536/156/949/986/407/original/6e02c98d9c148f06.jpg', - followers_count: 10, - following_count: 38, - statuses_count: 145, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { name: 'Literature', value: 'Poetry', verified_at: null }, - { name: 'Art', value: 'Visual', verified_at: null }, - { name: 'Art', value: 'Literature', verified_at: null }, - { name: 'Art', value: 'Writing', verified_at: null }, - ], - }, - media_attachments: [], - mentions: [ - { - id: '109471765636446532', - username: 'catgirlapocalypse', - url: 'https://mastodon.lol/@catgirlapocalypse', - acct: 'catgirlapocalypse@mastodon.lol', - }, - { - id: '109395990796995798', - username: 'CherylBlueWave', - url: 'https://universeodon.com/@CherylBlueWave', - acct: 'CherylBlueWave@universeodon.com', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109545743493740729', - created_at: '2022-12-20T11:23:11.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mas.to/users/Sarahadapt/statuses/109545743446342216', - url: 'https://mas.to/@Sarahadapt/109545743446342216', - replies_count: 1, - reblogs_count: 2, - favourites_count: 2, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e they were known as ale wives...\u003c/p\u003e', - reblog: null, - account: { - id: '109336333080641891', - username: 'Sarahadapt', - acct: 'Sarahadapt@mas.to', - display_name: 'MrsMiggins', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-11-11T00:00:00.000Z', - note: '\u003cp\u003eNow retired to the sunshine due to arthritis, but had a busy corporate life in engineering, TV, IT, project management and also as a disability representative.\u003cbr\u003eMad about backyard chickens, cats and dogs\u003c/p\u003e', - url: 'https://mas.to/@Sarahadapt', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/336/333/080/641/891/original/3b8617f3acbf04c1.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/336/333/080/641/891/original/3b8617f3acbf04c1.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/336/333/080/641/891/original/257733063dc5427f.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/336/333/080/641/891/original/257733063dc5427f.jpg', - followers_count: 56, - following_count: 237, - statuses_count: 79, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109547759559264765', - created_at: '2022-12-20T19:50:39.000Z', - in_reply_to_id: '109545743493740729', - in_reply_to_account_id: '109336333080641891', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodon.online/users/asymetricjockey/statuses/109547738867682102', - url: 'https://mastodon.online/@asymetricjockey/109547738867682102', - replies_count: 1, - reblogs_count: 1, - favourites_count: 0, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mas.to/@Sarahadapt" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSarahadapt\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.scot/@bobjmsn" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003ebobjmsn\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Is that true? Or an ale wives tale? 😆\u003c/p\u003e', - reblog: null, - account: { - id: '108231515848990963', - username: 'asymetricjockey', - acct: 'asymetricjockey@mastodon.online', - display_name: 'asymetricjockey', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-04-27T00:00:00.000Z', - note: '\u003cp\u003e\u003ca href="https://mastodon.online/tags/FBPE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eFBPE\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.online/tags/GTTO" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eGTTO\u003c/span\u003e\u003c/a\u003e Escaped Bexit hell now living in Spain watching, with extreme sadness and no little fury, the collapse of the country of my birth into third country mediocrity. I might be old but I can still be dangerous!\u003c/p\u003e', - url: 'https://mastodon.online/@asymetricjockey', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/108/231/515/848/990/963/original/b93afa406131e5ea.png', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/108/231/515/848/990/963/original/b93afa406131e5ea.png', - header: - 'https://files.mastodon.social/cache/accounts/headers/108/231/515/848/990/963/original/21a153ded2b3792f.jpeg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/108/231/515/848/990/963/original/21a153ded2b3792f.jpeg', - followers_count: 464, - following_count: 294, - statuses_count: 363, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { - id: '109336333080641891', - username: 'Sarahadapt', - url: 'https://mas.to/@Sarahadapt', - acct: 'Sarahadapt@mas.to', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - { - id: '109383988771938693', - username: 'bobjmsn', - url: 'https://mastodon.scot/@bobjmsn', - acct: 'bobjmsn@mastodon.scot', - }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109548076183945129', - created_at: '2022-12-20T21:11:43.000Z', - in_reply_to_id: '109547759559264765', - in_reply_to_account_id: '108231515848990963', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://ohai.social/users/rimbo/statuses/109548057621840988', - url: 'https://ohai.social/@rimbo/109548057621840988', - replies_count: 0, - reblogs_count: 1, - favourites_count: 0, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.online/@asymetricjockey" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003easymetricjockey\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mas.to/@Sarahadapt" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSarahadapt\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.scot/@bobjmsn" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003ebobjmsn\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e It\'s almost entirely fiction. \u003ca href="https://www.reddit.com/r/AskHistorians/comments/c8nkep/were_female_brewers_persecuted_as_witches_in_the/esojmzu/" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://www.\u003c/span\u003e\u003cspan class="ellipsis"\u003ereddit.com/r/AskHistorians/com\u003c/span\u003e\u003cspan class="invisible"\u003ements/c8nkep/were_female_brewers_persecuted_as_witches_in_the/esojmzu/\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e', - reblog: null, - account: { - id: '109324487554655790', - username: 'rimbo', - acct: 'rimbo@ohai.social', - display_name: 'rimbo', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-11-11T00:00:00.000Z', - note: '\u003cp\u003eThe Winslow is a small, green, fuzzy, reptilian creature measuring 66 centimeters from nose to tail.\u003cbr\u003eIt possesses a rudimentary intelligence, and is capable of speech, although one might as well not bother listening.\u003c/p\u003e\u003cp\u003eThe Winslow is indestructible and immortal.\u003c/p\u003e\u003cp\u003eIt is also the main focus, or at least a major component of, three quarters of the known religions existing in the Gallimaufry.\u003c/p\u003e', - url: 'https://ohai.social/@rimbo', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/324/487/554/655/790/original/b844395d42c333bc.gif', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/324/487/554/655/790/static/b844395d42c333bc.png', - header: 'https://static-cdn.mastodon.social/headers/original/missing.png', - header_static: 'https://static-cdn.mastodon.social/headers/original/missing.png', - followers_count: 0, - following_count: 5, - statuses_count: 10, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { - id: '108231515848990963', - username: 'asymetricjockey', - url: 'https://mastodon.online/@asymetricjockey', - acct: 'asymetricjockey@mastodon.online', - }, - { - id: '109336333080641891', - username: 'Sarahadapt', - url: 'https://mas.to/@Sarahadapt', - acct: 'Sarahadapt@mas.to', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - { - id: '109383988771938693', - username: 'bobjmsn', - url: 'https://mastodon.scot/@bobjmsn', - acct: 'bobjmsn@mastodon.scot', - }, - ], - tags: [], - emojis: [], - card: { - url: 'https://www.reddit.com/r/AskHistorians/comments/c8nkep/were_female_brewers_persecuted_as_witches_in_the/', - title: 'Were female brewers persecuted as witches in the European middle ages?', - description: - 'LOL no this article is a disaster. That\'s not very polite of me, but it\'s also not very polite of this "author" to try to write a thing without...', - type: 'link', - author_name: '', - author_url: '', - provider_name: 'reddit', - provider_url: '', - html: '', - width: 256, - height: 256, - image: 'https://files.mastodon.social/cache/preview_cards/images/050/360/138/original/8f7789e38b8a4d22.png', - embed_url: '', - blurhash: 'UVT7Nmn$qFozwaf6XAf+c@fkpxfkcFf+Z$e.', - }, - poll: null, - }, - { - id: '109545757255507360', - created_at: '2022-12-20T11:26:39.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://ohai.social/users/sammydog77/statuses/109545757040584991', - url: 'https://ohai.social/@sammydog77/109545757040584991', - replies_count: 0, - reblogs_count: 2, - favourites_count: 3, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e witches Brew?\u003c/p\u003e', - reblog: null, - account: { - id: '109405576789173976', - username: 'sammydog77', - acct: 'sammydog77@ohai.social', - display_name: 'onlydave', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-11-25T00:00:00.000Z', - note: '\u003cp\u003elong days,short pants.\u2028USNAVY vet\u003c/p\u003e', - url: 'https://ohai.social/@sammydog77', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/405/576/789/173/976/original/97155df80a7bddfa.png', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/405/576/789/173/976/original/97155df80a7bddfa.png', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/405/576/789/173/976/original/29e33b0b3fd3b506.png', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/405/576/789/173/976/original/29e33b0b3fd3b506.png', - followers_count: 28, - following_count: 164, - statuses_count: 95, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109545760342553246', - created_at: '2022-12-20T11:27:29.762Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodon.social/users/StephduChili/statuses/109545760342553246', - url: 'https://mastodon.social/@StephduChili/109545760342553246', - replies_count: 1, - reblogs_count: 1, - favourites_count: 8, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e what about brooms?! They must have had brooms! 🧹\u003c/p\u003e', - reblog: null, - application: { name: 'tooot', website: 'https://tooot.app' }, - account: { - id: '109237074807574216', - username: 'StephduChili', - acct: 'StephduChili', - display_name: 'Stephanie en Chile', - locked: false, - bot: false, - discoverable: null, - group: false, - created_at: '2022-10-26T00:00:00.000Z', - note: '\u003cp\u003eFrench woman living in Chile since 1998\u003cbr /\u003e🇫🇷🇨🇱🇨🇦\u003cbr /\u003eMama de Patiperro que decidió a los 15 años ir a vivir a Francia con sus abuelos y Patigato que se me parece más que quisiera.\u003cbr /\u003ePouets essentiellement en espagnol (chilien plus précisément)!\u003cbr /\u003eQuand j’écris français, il y a des expressions qui me viennent en Québecquois! Laisse moi savoir par courriel quand c’est le cas! 😅\u003c/p\u003e', - url: 'https://mastodon.social/@StephduChili', - avatar: 'https://files.mastodon.social/accounts/avatars/109/237/074/807/574/216/original/b612c0b40d61ac17.jpg', - avatar_static: - 'https://files.mastodon.social/accounts/avatars/109/237/074/807/574/216/original/b612c0b40d61ac17.jpg', - header: 'https://files.mastodon.social/accounts/headers/109/237/074/807/574/216/original/c81a3ea83532b2ec.jpg', - header_static: - 'https://files.mastodon.social/accounts/headers/109/237/074/807/574/216/original/c81a3ea83532b2ec.jpg', - followers_count: 514, - following_count: 389, - statuses_count: 3100, - last_status_at: '2022-12-20', - noindex: false, - emojis: [], - fields: [{ name: 'Elle - she - ella', value: '', verified_at: null }], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109545990755634539', - created_at: '2022-12-20T12:26:01.000Z', - in_reply_to_id: '109545760342553246', - in_reply_to_account_id: '109237074807574216', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://masto.ai/users/vaweisman/statuses/109545990477535979', - url: 'https://masto.ai/@vaweisman/109545990477535979', - replies_count: 1, - reblogs_count: 1, - favourites_count: 4, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@StephduChili" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eStephduChili\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e For sweeping up grain.\u003c/p\u003e', - reblog: null, - account: { - id: '109321877095790963', - username: 'vaweisman', - acct: 'vaweisman@masto.ai', - display_name: 'VAWeisman', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-11-07T00:00:00.000Z', - note: '\u003cp\u003eMoved here in case the Bird App is destroyed by Elno Husky. Interested in science, culture, and humor. Human golden retriever - very friendly, sheds a lot + easily distracted by squirrels and cookies, but bites if provoked. \u003ca href="https://masto.ai/tags/Covidisairborne" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eCovidisairborne\u003c/span\u003e\u003c/a\u003e \u003ca href="https://masto.ai/tags/BLM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eBLM\u003c/span\u003e\u003c/a\u003e \u003ca href="https://masto.ai/tags/SlavaUkrainii" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eSlavaUkrainii\u003c/span\u003e\u003c/a\u003e In the end, we will remember not the words of our enemies, but the silence of our friends. - Rev. Dr. Martin Luther King, Jr. Boosts/favourites = Made me think. She/her.\u003c/p\u003e', - url: 'https://masto.ai/@vaweisman', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/321/877/095/790/963/original/0142f5945b644ca5.jpeg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/321/877/095/790/963/original/0142f5945b644ca5.jpeg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/321/877/095/790/963/original/a722b8d462d3d475.jpeg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/321/877/095/790/963/original/a722b8d462d3d475.jpeg', - followers_count: 462, - following_count: 694, - statuses_count: 7571, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { - id: '109237074807574216', - username: 'StephduChili', - url: 'https://mastodon.social/@StephduChili', - acct: 'StephduChili', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546209809992810', - created_at: '2022-12-20T13:21:48.085Z', - in_reply_to_id: '109545990755634539', - in_reply_to_account_id: '109321877095790963', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodon.social/users/StephduChili/statuses/109546209809992810', - url: 'https://mastodon.social/@StephduChili/109546209809992810', - replies_count: 0, - reblogs_count: 1, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://masto.ai/@vaweisman" class="u-url mention"\u003e@\u003cspan\u003evaweisman\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e obviously! 😏\u003c/p\u003e', - reblog: null, - application: { name: 'Tusky', website: 'https://tusky.app' }, - account: { - id: '109237074807574216', - username: 'StephduChili', - acct: 'StephduChili', - display_name: 'Stephanie en Chile', - locked: false, - bot: false, - discoverable: null, - group: false, - created_at: '2022-10-26T00:00:00.000Z', - note: '\u003cp\u003eFrench woman living in Chile since 1998\u003cbr /\u003e🇫🇷🇨🇱🇨🇦\u003cbr /\u003eMama de Patiperro que decidió a los 15 años ir a vivir a Francia con sus abuelos y Patigato que se me parece más que quisiera.\u003cbr /\u003ePouets essentiellement en espagnol (chilien plus précisément)!\u003cbr /\u003eQuand j’écris français, il y a des expressions qui me viennent en Québecquois! Laisse moi savoir par courriel quand c’est le cas! 😅\u003c/p\u003e', - url: 'https://mastodon.social/@StephduChili', - avatar: 'https://files.mastodon.social/accounts/avatars/109/237/074/807/574/216/original/b612c0b40d61ac17.jpg', - avatar_static: - 'https://files.mastodon.social/accounts/avatars/109/237/074/807/574/216/original/b612c0b40d61ac17.jpg', - header: 'https://files.mastodon.social/accounts/headers/109/237/074/807/574/216/original/c81a3ea83532b2ec.jpg', - header_static: - 'https://files.mastodon.social/accounts/headers/109/237/074/807/574/216/original/c81a3ea83532b2ec.jpg', - followers_count: 514, - following_count: 389, - statuses_count: 3100, - last_status_at: '2022-12-20', - noindex: false, - emojis: [], - fields: [{ name: 'Elle - she - ella', value: '', verified_at: null }], - }, - media_attachments: [], - mentions: [ - { - id: '109321877095790963', - username: 'vaweisman', - url: 'https://masto.ai/@vaweisman', - acct: 'vaweisman@masto.ai', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109545774904131318', - created_at: '2022-12-20T11:31:11.956Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodon.social/users/SeanJones/statuses/109545774904131318', - url: 'https://mastodon.social/@SeanJones/109545774904131318', - replies_count: 0, - reblogs_count: 0, - favourites_count: 3, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e I’ve always lived the word alewife\u003c/p\u003e', - reblog: null, - application: { name: 'Mastodon for iOS', website: 'https://app.joinmastodon.org/ios' }, - account: { - id: '109245333386770478', - username: 'SeanJones', - acct: 'SeanJones', - display_name: 'Sean Jones KC', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-10-28T00:00:00.000Z', - note: '\u003cp\u003eI\u0026#39;m a specialist Employment and Sports Law silk. Serious about law. Unserious about everything else. Prone to irony. Former Cixen. 20Six diaspora. Catholic\u003c/p\u003e', - url: 'https://mastodon.social/@SeanJones', - avatar: 'https://files.mastodon.social/accounts/avatars/109/245/333/386/770/478/original/e9504595286648b2.jpg', - avatar_static: - 'https://files.mastodon.social/accounts/avatars/109/245/333/386/770/478/original/e9504595286648b2.jpg', - header: 'https://files.mastodon.social/accounts/headers/109/245/333/386/770/478/original/cd13c5da59974d47.jpeg', - header_static: - 'https://files.mastodon.social/accounts/headers/109/245/333/386/770/478/original/cd13c5da59974d47.jpeg', - followers_count: 3651, - following_count: 952, - statuses_count: 659, - last_status_at: '2022-12-20', - noindex: false, - emojis: [], - fields: [ - { name: 'UK', value: '', verified_at: null }, - { name: 'Law', value: '', verified_at: null }, - ], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109545790019018826', - created_at: '2022-12-20T11:35:02.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodonapp.uk/users/IanDSmith/statuses/109545789996717735', - url: 'https://mastodonapp.uk/@IanDSmith/109545789996717735', - replies_count: 1, - reblogs_count: 4, - favourites_count: 4, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Much local brewing in medieval English villages was done by "ale wives" as a means of earning money. They often hung a sign outside when the brew was ready, which later developed into what we call pub signs today.\u003c/p\u003e', - reblog: null, - account: { - id: '109450434249815539', - username: 'IanDSmith', - acct: 'IanDSmith@mastodonapp.uk', - display_name: 'Ian Smith', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-11-08T00:00:00.000Z', - note: '\u003cp\u003eDecent British guy, professional scientist, amateur writer and photographer. Pro-humanity, pro-rationalism, happily agnostic. Against all forms of political stupidity. Despair of humanity as a whole growing up in time to save ourselves.\u003c/p\u003e', - url: 'https://mastodonapp.uk/@IanDSmith', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/450/434/249/815/539/original/14a631dd69681618.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/450/434/249/815/539/original/14a631dd69681618.jpg', - header: 'https://static-cdn.mastodon.social/headers/original/missing.png', - header_static: 'https://static-cdn.mastodon.social/headers/original/missing.png', - followers_count: 8, - following_count: 15, - statuses_count: 69, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109545860886425981', - created_at: '2022-12-20T11:53:03.000Z', - in_reply_to_id: '109545790019018826', - in_reply_to_account_id: '109450434249815539', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'fr', - uri: 'https://critcare.social/users/matdesgro/statuses/109545860845501582', - url: 'https://critcare.social/@matdesgro/109545860845501582', - replies_count: 0, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodonapp.uk/@IanDSmith" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eIanDSmith\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e that’s very interesting!\u003c/p\u003e', - reblog: null, - account: { - id: '109343879774063409', - username: 'matdesgro', - acct: 'matdesgro@critcare.social', - display_name: 'Mathieu Desgroseilliers', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-11-14T00:00:00.000Z', - note: '\u003cp\u003eCritical Care Pharmacist privileged to care for the critically ill. PharmD, MSc, BCCCP. \u003ca href="https://critcare.social/tags/FrOAMed" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eFrOAMed\u003c/span\u003e\u003c/a\u003e podcaster. Learning something new every day.\u003cbr\u003ePermanently curious.\u003c/p\u003e', - url: 'https://critcare.social/@matdesgro', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/343/879/774/063/409/original/619686aed12dc50c.jpeg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/343/879/774/063/409/original/619686aed12dc50c.jpeg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/343/879/774/063/409/original/c32d17a4ecd73532.jpeg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/343/879/774/063/409/original/c32d17a4ecd73532.jpeg', - followers_count: 111, - following_count: 106, - statuses_count: 755, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { - name: 'French CritCare Podcast', - value: - '\u003ca href="https://francofoam.com/" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class=""\u003efrancofoam.com/\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - { - name: 'Twitter', - value: - '\u003ca href="https://twitter.com/matdesgro" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class=""\u003etwitter.com/matdesgro\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - ], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - { - id: '109450434249815539', - username: 'IanDSmith', - url: 'https://mastodonapp.uk/@IanDSmith', - acct: 'IanDSmith@mastodonapp.uk', - }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109545853064707915', - created_at: '2022-12-20T11:51:02.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mstdn.social/users/TurdBlossom/statuses/109545852929474612', - url: 'https://mstdn.social/@TurdBlossom/109545852929474612', - replies_count: 0, - reblogs_count: 1, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Adding this to list of things I wish I had known, but do now.\u003c/p\u003e', - reblog: null, - account: { - id: '109523675965358355', - username: 'TurdBlossom', - acct: 'TurdBlossom@mstdn.social', - display_name: 'Turd Blossom', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-12-16T00:00:00.000Z', - note: '', - url: 'https://mstdn.social/@TurdBlossom', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/523/675/965/358/355/original/f03c6ab374af6918.png', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/523/675/965/358/355/original/f03c6ab374af6918.png', - header: 'https://static-cdn.mastodon.social/headers/original/missing.png', - header_static: 'https://static-cdn.mastodon.social/headers/original/missing.png', - followers_count: 2, - following_count: 17, - statuses_count: 13, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { - name: 'About Me', - value: 'One messed up person trying to navigate life. Follow at your own risk.', - verified_at: null, - }, - ], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109545863521073262', - created_at: '2022-12-20T11:53:43.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://universeodon.com/users/CherylBlueWave/statuses/109545863450171550', - url: 'https://universeodon.com/@CherylBlueWave/109545863450171550', - replies_count: 1, - reblogs_count: 1, - favourites_count: 3, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003c/p\u003e\u003cp\u003eThat\'s an interesting video. I didn\'t know women fermented beer.\u003c/p\u003e\u003cp\u003eI\'d thought monks in some monasteries made beer.\u003c/p\u003e\u003cp\u003eThe accusations men made against women is also a tragic reminder of the horrors caused by misogyny.\u003c/p\u003e\u003cp\u003eThe women who sold beer at the market not only lost their livelihood, but having been accused of witchcraft were condemned to death.\u003c/p\u003e\u003cp\u003e\u003ca href="https://universeodon.com/tags/Misogyny" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eMisogyny\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e', - reblog: null, - account: { - id: '109395990796995798', - username: 'CherylBlueWave', - acct: 'CherylBlueWave@universeodon.com', - display_name: 'CherylBlueWave', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-11-23T00:00:00.000Z', - note: '\u003cp\u003e\u003ca href="https://universeodon.com/tags/TwitterRefugee" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eTwitterRefugee\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\u003cp\u003eI\'m owned by a tuxedo cat named Luigi \u0026amp; a fluffy black dog named Molly. \u003c/p\u003e\u003cp\u003eI’ve studied art history \u0026amp; am fascinated by use of color \u0026amp; composition. I take my children on weekly forays to museums, cultural events \u0026amp; concerts.\u003c/p\u003e\u003cp\u003eA creative person, I use various media: acrylic and oils; colored pencils \u0026amp; Zentangling to add detail.\u003c/p\u003e\u003cp\u003eWe make stepping stones to decorate our bee, butterfly \u0026amp; bird gardens.\u003c/p\u003e\u003cp\u003e\u003ca href="https://universeodon.com/tags/Caturday" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eCaturday\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Cats" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eCats\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Garden" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eGarden\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Birding" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eBirding\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Art" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eArt\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Photography" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003ePhotography\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Creativity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eCreativity\u003c/span\u003e\u003c/a\u003e \u003ca href="https://universeodon.com/tags/Democrat" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eDemocrat\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e', - url: 'https://universeodon.com/@CherylBlueWave', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/395/990/796/995/798/original/dd49958a3f590bd9.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/395/990/796/995/798/original/dd49958a3f590bd9.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/395/990/796/995/798/original/e4e3cf512fce3fcd.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/395/990/796/995/798/original/e4e3cf512fce3fcd.jpg', - followers_count: 439, - following_count: 616, - statuses_count: 337, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { name: 'Politics', value: 'Democrat', verified_at: null }, - { - name: 'Twitter', - value: - '\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@CherylBlueWave" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eCherylBlueWave\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e', - verified_at: null, - }, - { name: 'Relationship', value: 'Married', verified_at: null }, - { - name: 'Post.com', - value: - '\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@CherylBlueWave" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eCherylBlueWave\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e', - verified_at: null, - }, - ], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [{ name: 'misogyny', url: 'https://mastodon.social/tags/misogyny' }], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546060233060954', - created_at: '2022-12-20T12:43:44.000Z', - in_reply_to_id: '109545863521073262', - in_reply_to_account_id: '109395990796995798', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mstdn.social/users/Crookhorne/statuses/109546060176790330', - url: 'https://mstdn.social/@Crookhorne/109546060176790330', - replies_count: 0, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://universeodon.com/@CherylBlueWave" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eCherylBlueWave\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e monasteries would make ale for themselves, lived behind walls like some castles. And they\'d exploit peasants around as landlords would\u003c/p\u003e', - reblog: null, - account: { - id: '109327998353402256', - username: 'Crookhorne', - acct: 'Crookhorne@mstdn.social', - display_name: 'V the Saint 💙🧡❤️🖤', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-11-12T00:00:00.000Z', - note: '\u003cp\u003eСоборна Українськая держава\u003cbr\u003eВiльна й мiцна вiд Сяну по Кавказ\u003c/p\u003e', - url: 'https://mstdn.social/@Crookhorne', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/327/998/353/402/256/original/872effa5d91a311f.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/327/998/353/402/256/original/872effa5d91a311f.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/327/998/353/402/256/original/3b80449b96224b87.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/327/998/353/402/256/original/3b80449b96224b87.jpg', - followers_count: 14, - following_count: 6, - statuses_count: 690, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { - id: '109395990796995798', - username: 'CherylBlueWave', - url: 'https://universeodon.com/@CherylBlueWave', - acct: 'CherylBlueWave@universeodon.com', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109545921178507481', - created_at: '2022-12-20T12:08:23.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodon.art/users/alisterrobbie/statuses/109545921135862113', - url: 'https://mastodon.art/@alisterrobbie/109545921135862113', - replies_count: 0, - reblogs_count: 1, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e this history shits me so much. I wonder the amazing brewing culture we could have had if some thin skinned blokes hadn’t felt threatened by female brewers. I’m grateful to know so many amazing female brewers and beer industry professionals and grateful that the modern industry, while still not great, is at least slowly improving and is less of a sausage fest\u003c/p\u003e', - reblog: null, - account: { - id: '109307209023153773', - username: 'alisterrobbie', - acct: 'alisterrobbie@mastodon.art', - display_name: 'Alister', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-10-30T00:00:00.000Z', - note: '\u003cp\u003eCinematographer, Editor and person of Dubious Profession. Melbourne, Australia\u003c/p\u003e', - url: 'https://mastodon.art/@alisterrobbie', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/307/209/023/153/773/original/ae045dec92ebb2f6.jpeg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/307/209/023/153/773/original/ae045dec92ebb2f6.jpeg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/307/209/023/153/773/original/1121f841a7853ba3.jpeg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/307/209/023/153/773/original/1121f841a7853ba3.jpeg', - followers_count: 183, - following_count: 208, - statuses_count: 104, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109545930643769959', - created_at: '2022-12-20T12:10:46.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mstdn.ca/users/TheBierFrau/statuses/109545930521643831', - url: 'https://mstdn.ca/@TheBierFrau/109545930521643831', - replies_count: 2, - reblogs_count: 3, - favourites_count: 2, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e while some of this is true, the portrayal of witches with pointy hats didn\'t show up until ~17C, long after brewing had been taken over by men. In medieval times, witches were more portrayed as naked and doing orgies with demons.\u003c/p\u003e', - reblog: null, - account: { - id: '109330952881363349', - username: 'TheBierFrau', - acct: 'TheBierFrau@mstdn.ca', - display_name: 'BierFrau 🍺​', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-11-12T00:00:00.000Z', - note: '\u003cp\u003eLeroy Jenkinsing through life with nothing but homosexual audacity.\u003c/p\u003e', - url: 'https://mstdn.ca/@TheBierFrau', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/330/952/881/363/349/original/2c8498a50ca6fddc.png', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/330/952/881/363/349/original/2c8498a50ca6fddc.png', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/330/952/881/363/349/original/ce59512fe25b2022.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/330/952/881/363/349/original/ce59512fe25b2022.jpg', - followers_count: 95, - following_count: 104, - statuses_count: 126, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { - name: 'Website', - value: - '\u003ca href="https://yegbierfrau.ca/" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class=""\u003eyegbierfrau.ca/\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: '2022-11-26T16:52:00.886+00:00', - }, - { - name: 'Pixelfed', - value: - '\u003ca href="https://pixelfed.social/i/web/profile/499213221305706307" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class="ellipsis"\u003epixelfed.social/i/web/profile/\u003c/span\u003e\u003cspan class="invisible"\u003e499213221305706307\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - ], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109547651298038783', - created_at: '2022-12-20T19:24:45.000Z', - in_reply_to_id: '109545930643769959', - in_reply_to_account_id: '109330952881363349', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://freeradical.zone/users/johnmark/statuses/109547637031049345', - url: 'https://freeradical.zone/@johnmark/109547637031049345', - replies_count: 0, - reblogs_count: 0, - favourites_count: 0, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mstdn.ca/@TheBierFrau" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eTheBierFrau\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e so... where do I sign up?\u003c/p\u003e', - reblog: null, - account: { - id: '108206814173401364', - username: 'johnmark', - acct: 'johnmark@freeradical.zone', - display_name: 'John Mark :blobcatverified: ☑️', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-04-25T00:00:00.000Z', - note: "\u003cp\u003eAnti-racist anti-fascist anti-authoritarian \u003c/p\u003e\u003cp\u003eAnti-social lol \u003c/p\u003e\u003cp\u003eHe/him\u003c/p\u003e\u003cp\u003eAnd we're lost in the woods, somewhere in New Jersey, and we're not gonna make it to LA\u003c/p\u003e", - url: 'https://freeradical.zone/@johnmark', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/108/206/814/173/401/364/original/24737d74eddf508e.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/108/206/814/173/401/364/original/24737d74eddf508e.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/108/206/814/173/401/364/original/9bb42f4d7c2e9a82.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/108/206/814/173/401/364/original/9bb42f4d7c2e9a82.jpg', - followers_count: 372, - following_count: 329, - statuses_count: 1376, - last_status_at: '2022-12-20', - emojis: [ - { - shortcode: 'blobcatverified', - url: 'https://files.mastodon.social/cache/custom_emojis/images/000/441/830/original/b69c90af912e4447.png', - static_url: - 'https://files.mastodon.social/cache/custom_emojis/images/000/441/830/static/b69c90af912e4447.png', - visible_in_picker: true, - }, - ], - fields: [ - { - name: 'Twitter', - value: - '\u003ca href="https://twitter.com/johnmark" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class=""\u003etwitter.com/johnmark\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - { name: 'Place', value: 'Boston-ish', verified_at: null }, - { - name: 'Web', - value: - '\u003ca href="https://johnmark.org" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class=""\u003ejohnmark.org\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - ], - }, - media_attachments: [], - mentions: [ - { - id: '109330952881363349', - username: 'TheBierFrau', - url: 'https://mstdn.ca/@TheBierFrau', - acct: 'TheBierFrau@mstdn.ca', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109547784300326139', - created_at: '2022-12-20T19:56:41.000Z', - in_reply_to_id: '109545930643769959', - in_reply_to_account_id: '109330952881363349', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://kolektiva.social/users/graverubber/statuses/109547762584854990', - url: 'https://kolektiva.social/@graverubber/109547762584854990', - replies_count: 0, - reblogs_count: 0, - favourites_count: 0, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mstdn.ca/@TheBierFrau" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eTheBierFrau\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e it’s a good look\u003c/p\u003e', - reblog: null, - account: { - id: '109323695903863067', - username: 'graverubber', - acct: 'graverubber@kolektiva.social', - display_name: 'graverubber', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-11-11T00:00:00.000Z', - note: '\u003cp\u003ehe/him, noiseician, anarchist, failed poet, vegan, other FKA “slagbeetle”\u003c/p\u003e', - url: 'https://kolektiva.social/@graverubber', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/323/695/903/863/067/original/5f4ee3c2c7e13ea6.jpeg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/323/695/903/863/067/original/5f4ee3c2c7e13ea6.jpeg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/323/695/903/863/067/original/5868d61b26278fdb.jpeg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/323/695/903/863/067/original/5868d61b26278fdb.jpeg', - followers_count: 47, - following_count: 262, - statuses_count: 40, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { - name: 'sounds', - value: - '\u003ca href="http://trepanvent.bandcamp.com" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttp://\u003c/span\u003e\u003cspan class=""\u003etrepanvent.bandcamp.com\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - ], - }, - media_attachments: [], - mentions: [ - { - id: '109330952881363349', - username: 'TheBierFrau', - url: 'https://mstdn.ca/@TheBierFrau', - acct: 'TheBierFrau@mstdn.ca', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109545943646539615', - created_at: '2022-12-20T12:14:02.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodon.lol/users/Geri/statuses/109545943371318247', - url: 'https://mastodon.lol/@Geri/109545943371318247', - replies_count: 1, - reblogs_count: 3, - favourites_count: 2, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003c/p\u003e\u003cp\u003eIn medieval times, The church, controlled women by condemning and burning those who were in any way ‘different.’ \u003c/p\u003e\u003cp\u003eProgressive and liberated women, well these were the witches weren’t they?\u003c/p\u003e', - reblog: null, - account: { - id: '109309128426250335', - username: 'Geri', - acct: 'Geri@mastodon.lol', - display_name: 'Geri ™', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-11-08T00:00:00.000Z', - note: '\u003cp\u003eerm ...\u003c/p\u003e', - url: 'https://mastodon.lol/@Geri', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/309/128/426/250/335/original/49b2e00dae9f0b0e.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/309/128/426/250/335/original/49b2e00dae9f0b0e.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/309/128/426/250/335/original/78d98055e2ef956d.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/309/128/426/250/335/original/78d98055e2ef956d.jpg', - followers_count: 552, - following_count: 543, - statuses_count: 2513, - last_status_at: '2022-12-20', - emojis: [], - fields: [{ name: 'Pronouns', value: 'he, she, you, me, I, we, us, this, them, that', verified_at: null }], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546079696789479', - created_at: '2022-12-20T12:48:41.000Z', - in_reply_to_id: '109545943646539615', - in_reply_to_account_id: '109309128426250335', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodon.art/users/irisRichardson/statuses/109546079631503475', - url: 'https://mastodon.art/@irisRichardson/109546079631503475', - replies_count: 1, - reblogs_count: 1, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.lol/@Geri" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eGeri\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e You are so right and now they are starting the witch hunt again.\u003c/p\u003e', - reblog: null, - account: { - id: '109339741150252818', - username: 'irisRichardson', - acct: 'irisRichardson@mastodon.art', - display_name: 'Iris Richardson Fine Art', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-11-13T00:00:00.000Z', - note: '\u003cp\u003eInternational artist, photographer, painter, and instructor working independently and on collaborative art projects. \u003c/p\u003e\u003cp\u003eMy dream is to show my work and work with fellow artist all around the world. I speak English and German fluidly.\u003c/p\u003e\u003cp\u003e\u003ca href="https://mastodon.art/tags/art" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eart\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.art/tags/Food" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eFood\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.art/tags/travel" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003etravel\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.art/tags/humanrights" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003ehumanrights\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.art/tags/dogs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003edogs\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.art/tags/bees" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003ebees\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.art/tags/painting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003epainting\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.art/tags/cooking" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003ecooking\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.art/tags/baking" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003ebaking\u003c/span\u003e\u003c/a\u003e \u003c/p\u003e\u003cp\u003eYou can purchase my art at \u003ca href="https://www2.irisrichardson.com/shop/" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class=""\u003ewww2.irisrichardson.com/shop/\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e \u003cbr\u003e\u0026amp; shops below\u003c/p\u003e', - url: 'https://mastodon.art/@irisRichardson', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/339/741/150/252/818/original/c6f218cb9ddc82ad.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/339/741/150/252/818/original/c6f218cb9ddc82ad.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/339/741/150/252/818/original/e07d7f3e57196646.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/339/741/150/252/818/original/e07d7f3e57196646.jpg', - followers_count: 530, - following_count: 472, - statuses_count: 3203, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { - name: 'Iris Richardson', - value: - '\u003ca href="https://www2.irisrichardson.com" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class=""\u003ewww2.irisrichardson.com\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - { - name: 'Fine Art Gallery', - value: - '\u003ca href="https://www.pictorem.com/gallery/Iris.H.Richardson" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://www.\u003c/span\u003e\u003cspan class="ellipsis"\u003epictorem.com/gallery/Iris.H.Ri\u003c/span\u003e\u003cspan class="invisible"\u003echardson\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - { - name: 'FAA Fine Art Gifts', - value: - '\u003ca href="https://iris-richardson.pixels.com" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class=""\u003eiris-richardson.pixels.com\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - { - name: 'Iris Richardson Food Art', - value: - '\u003ca href="https://www.foodphotography.com" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://www.\u003c/span\u003e\u003cspan class=""\u003efoodphotography.com\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - ], - }, - media_attachments: [], - mentions: [ - { id: '109309128426250335', username: 'Geri', url: 'https://mastodon.lol/@Geri', acct: 'Geri@mastodon.lol' }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546102801946196', - created_at: '2022-12-20T12:54:32.000Z', - in_reply_to_id: '109546079696789479', - in_reply_to_account_id: '109339741150252818', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodon.lol/users/Geri/statuses/109546102597223668', - url: 'https://mastodon.lol/@Geri/109546102597223668', - replies_count: 0, - reblogs_count: 1, - favourites_count: 0, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.art/@irisRichardson" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eirisRichardson\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003c/p\u003e\u003cp\u003ein medieval times\u003cbr\u003ewomen were considered to be nothing more than a botched\u003cbr\u003eversion of the male. They said that we suffer from reproductive\u003cbr\u003enarcissism, dependency and sexual timidity and they debased us\u003cbr\u003ethen with such words as promiscuity, which is both a female and a\u003cbr\u003enon-female expression and thereby achieves nothing other than\u003cbr\u003ekeeping us in our place.\u003c/p\u003e', - reblog: null, - account: { - id: '109309128426250335', - username: 'Geri', - acct: 'Geri@mastodon.lol', - display_name: 'Geri ™', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-11-08T00:00:00.000Z', - note: '\u003cp\u003eerm ...\u003c/p\u003e', - url: 'https://mastodon.lol/@Geri', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/309/128/426/250/335/original/49b2e00dae9f0b0e.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/309/128/426/250/335/original/49b2e00dae9f0b0e.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/309/128/426/250/335/original/78d98055e2ef956d.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/309/128/426/250/335/original/78d98055e2ef956d.jpg', - followers_count: 552, - following_count: 543, - statuses_count: 2513, - last_status_at: '2022-12-20', - emojis: [], - fields: [{ name: 'Pronouns', value: 'he, she, you, me, I, we, us, this, them, that', verified_at: null }], - }, - media_attachments: [], - mentions: [ - { - id: '109339741150252818', - username: 'irisRichardson', - url: 'https://mastodon.art/@irisRichardson', - acct: 'irisRichardson@mastodon.art', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109545964055582145', - created_at: '2022-12-20T12:19:10.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'de', - uri: 'https://home.social/users/jule/statuses/109545963535036605', - url: 'https://home.social/@jule/109545963535036605', - replies_count: 0, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e that’s so interesting! Thank you for sharing!\u003c/p\u003e', - reblog: null, - account: { - id: '109524568527666833', - username: 'jule', - acct: 'jule@home.social', - display_name: 'Julia', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-12-16T00:00:00.000Z', - note: '', - url: 'https://home.social/@jule', - avatar: 'https://static-cdn.mastodon.social/avatars/original/missing.png', - avatar_static: 'https://static-cdn.mastodon.social/avatars/original/missing.png', - header: 'https://static-cdn.mastodon.social/headers/original/missing.png', - header_static: 'https://static-cdn.mastodon.social/headers/original/missing.png', - followers_count: 0, - following_count: 18, - statuses_count: 10, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109545997827001539', - created_at: '2022-12-20T12:27:50.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mstdn.social/users/sciencecrank/statuses/109545997633565650', - url: 'https://mstdn.social/@sciencecrank/109545997633565650', - replies_count: 0, - reblogs_count: 0, - favourites_count: 0, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e These brewer women had widely varied formulas using all kinds of field herbs as bitters to prevent spoilage. Soporific hops were introduced by the church so that the whole herbal "superfun sexy time" or "trippin balls and sacking the next village" thing would quit happening\u003c/p\u003e', - reblog: null, - account: { - id: '109523308534691563', - username: 'sciencecrank', - acct: 'sciencecrank@mstdn.social', - display_name: 'Bathysaurus Ferox', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-11-05T00:00:00.000Z', - note: '\u003cp\u003eirreverent lurker, runs apogalacticon llc and darby creek labs\u003c/p\u003e', - url: 'https://mstdn.social/@sciencecrank', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/523/308/534/691/563/original/47793a09dd96f17e.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/523/308/534/691/563/original/47793a09dd96f17e.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/523/308/534/691/563/original/ee14a78c28aec6f3.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/523/308/534/691/563/original/ee14a78c28aec6f3.jpg', - followers_count: 0, - following_count: 26, - statuses_count: 1, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546000656279940', - created_at: '2022-12-20T12:28:34.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://masto.ai/users/vaweisman/statuses/109546000512955090', - url: 'https://masto.ai/@vaweisman/109546000512955090', - replies_count: 2, - reblogs_count: 5, - favourites_count: 3, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e The word for witch in Spanish is Bruja - brewer.\u003c/p\u003e', - reblog: null, - account: { - id: '109321877095790963', - username: 'vaweisman', - acct: 'vaweisman@masto.ai', - display_name: 'VAWeisman', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-11-07T00:00:00.000Z', - note: '\u003cp\u003eMoved here in case the Bird App is destroyed by Elno Husky. Interested in science, culture, and humor. Human golden retriever - very friendly, sheds a lot + easily distracted by squirrels and cookies, but bites if provoked. \u003ca href="https://masto.ai/tags/Covidisairborne" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eCovidisairborne\u003c/span\u003e\u003c/a\u003e \u003ca href="https://masto.ai/tags/BLM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eBLM\u003c/span\u003e\u003c/a\u003e \u003ca href="https://masto.ai/tags/SlavaUkrainii" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eSlavaUkrainii\u003c/span\u003e\u003c/a\u003e In the end, we will remember not the words of our enemies, but the silence of our friends. - Rev. Dr. Martin Luther King, Jr. Boosts/favourites = Made me think. She/her.\u003c/p\u003e', - url: 'https://masto.ai/@vaweisman', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/321/877/095/790/963/original/0142f5945b644ca5.jpeg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/321/877/095/790/963/original/0142f5945b644ca5.jpeg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/321/877/095/790/963/original/a722b8d462d3d475.jpeg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/321/877/095/790/963/original/a722b8d462d3d475.jpeg', - followers_count: 462, - following_count: 694, - statuses_count: 7571, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546039433782190', - created_at: '2022-12-20T12:38:28.350Z', - in_reply_to_id: '109546000656279940', - in_reply_to_account_id: '109321877095790963', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodon.social/users/Sheril/statuses/109546039433782190', - url: 'https://mastodon.social/@Sheril/109546039433782190', - replies_count: 0, - reblogs_count: 0, - favourites_count: 2, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://masto.ai/@vaweisman" class="u-url mention"\u003e@\u003cspan\u003evaweisman\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e that’s so interesting.\u003c/p\u003e', - reblog: null, - application: { name: 'Metatext', website: 'https://metabolist.org/metatext' }, - account: { - id: '109251088201008636', - username: 'Sheril', - acct: 'Sheril', - display_name: 'Sheril Kirshenbaum', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-10-29T00:00:00.000Z', - note: '\u003cp\u003eAuthor. Scientist. Host of PBS Serving Up Science. Sustainability, Climate, Politics \u0026amp; Science Communication at Michigan State.\u003c/p\u003e', - url: 'https://mastodon.social/@Sheril', - avatar: 'https://files.mastodon.social/accounts/avatars/109/251/088/201/008/636/original/77e68bb8fe9478a4.jpeg', - avatar_static: - 'https://files.mastodon.social/accounts/avatars/109/251/088/201/008/636/original/77e68bb8fe9478a4.jpeg', - header: 'https://files.mastodon.social/accounts/headers/109/251/088/201/008/636/original/3a93b1c23ffad6c4.jpeg', - header_static: - 'https://files.mastodon.social/accounts/headers/109/251/088/201/008/636/original/3a93b1c23ffad6c4.jpeg', - followers_count: 25095, - following_count: 144, - statuses_count: 270, - last_status_at: '2022-12-20', - noindex: false, - emojis: [], - fields: [ - { - name: 'Website', - value: - '\u003ca href="http://www.sherilkirshenbaum.com" target="_blank" rel="nofollow noopener noreferrer me"\u003e\u003cspan class="invisible"\u003ehttp://www.\u003c/span\u003e\u003cspan class=""\u003esherilkirshenbaum.com\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - { - name: 'Serving Up Science', - value: - '\u003ca href="https://www.pbs.org/show/serving-science/" target="_blank" rel="nofollow noopener noreferrer me"\u003e\u003cspan class="invisible"\u003ehttps://www.\u003c/span\u003e\u003cspan class=""\u003epbs.org/show/serving-science/\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - { - name: 'Newsletter', - value: - '\u003ca href="https://sheril.substack.com/" target="_blank" rel="nofollow noopener noreferrer me"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class=""\u003esheril.substack.com/\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - ], - }, - media_attachments: [], - mentions: [ - { - id: '109321877095790963', - username: 'vaweisman', - url: 'https://masto.ai/@vaweisman', - acct: 'vaweisman@masto.ai', - }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109548104470728882', - created_at: '2022-12-20T21:19:07.000Z', - in_reply_to_id: '109546000656279940', - in_reply_to_account_id: '109321877095790963', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://norden.social/users/discoveringnature/statuses/109548086736732829', - url: 'https://norden.social/@discoveringnature/109548086736732829', - replies_count: 0, - reblogs_count: 0, - favourites_count: 0, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://masto.ai/@vaweisman" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003evaweisman\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cbr\u003eI\'ve tried to find the connection between "bruja" and "brewer". Where did you find it?\u003c/p\u003e', - reblog: null, - account: { - id: '109331415169966565', - username: 'discoveringnature', - acct: 'discoveringnature@norden.social', - display_name: 'discovering nature', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-11-12T00:00:00.000Z', - note: '\u003cp\u003eI\'m interested in loads of things. \u003cbr\u003eBut will mostly post about:\u003cbr\u003e\u003ca href="https://norden.social/tags/nature" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003enature\u003c/span\u003e\u003c/a\u003e \u003ca href="https://norden.social/tags/Klima" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eKlima\u003c/span\u003e\u003c/a\u003e \u003ca href="https://norden.social/tags/climate" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eclimate\u003c/span\u003e\u003c/a\u003e \u003ca href="https://norden.social/tags/climatejustice" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eclimatejustice\u003c/span\u003e\u003c/a\u003e \u003ca href="https://norden.social/tags/macrophotography" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003emacrophotography\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e', - url: 'https://norden.social/@discoveringnature', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/331/415/169/966/565/original/b6e7f8b101b913d1.jpeg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/331/415/169/966/565/original/b6e7f8b101b913d1.jpeg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/331/415/169/966/565/original/166d00192ca63642.jpeg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/331/415/169/966/565/original/166d00192ca63642.jpeg', - followers_count: 64, - following_count: 106, - statuses_count: 181, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { - name: 'Pictures', - value: - '\u003cspan class="h-card"\u003e\u003ca href="https://pixelfed.social/discovering" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003ediscovering@pixelfed.social\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e', - verified_at: null, - }, - ], - }, - media_attachments: [], - mentions: [ - { - id: '109321877095790963', - username: 'vaweisman', - url: 'https://masto.ai/@vaweisman', - acct: 'vaweisman@masto.ai', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546045768698178', - created_at: '2022-12-20T12:40:03.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mas.to/users/chrisadams/statuses/109546045645412567', - url: 'https://mas.to/@chrisadams/109546045645412567', - replies_count: 0, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e this is the best historical fact I’ll learn all day! Thanks for sharing.\u003c/p\u003e', - reblog: null, - account: { - id: '109531098140381078', - username: 'chrisadams', - acct: 'chrisadams@mas.to', - display_name: 'Chris Adams', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-12-17T00:00:00.000Z', - note: "\u003cp\u003eI'm a speck of blue in a sea of red in Oklahoma USA. I'm a nerdy man who loves all things spiritual, philosophical, social justice, peacemaking, and progressive.\u003c/p\u003e", - url: 'https://mas.to/@chrisadams', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/531/098/140/381/078/original/ead812dc54cca382.png', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/531/098/140/381/078/original/ead812dc54cca382.png', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/531/098/140/381/078/original/0ce8c1908e7f7745.png', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/531/098/140/381/078/original/0ce8c1908e7f7745.png', - followers_count: 4, - following_count: 56, - statuses_count: 21, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546070694792029', - created_at: '2022-12-20T12:46:17.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://vmst.io/users/tacofiesta/statuses/109546070191309870', - url: 'https://vmst.io/@tacofiesta/109546070191309870', - replies_count: 0, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e what you speak is heresy\'s haha jk they were known as Brewster\'s a very interesting topic.\u003c/p\u003e', - reblog: null, - account: { - id: '109520241397256673', - username: 'tacofiesta', - acct: 'tacofiesta@vmst.io', - display_name: 'superkill3', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-12-15T00:00:00.000Z', - note: '', - url: 'https://vmst.io/@tacofiesta', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/520/241/397/256/673/original/afc42871929df0f5.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/520/241/397/256/673/original/afc42871929df0f5.jpg', - header: 'https://static-cdn.mastodon.social/headers/original/missing.png', - header_static: 'https://static-cdn.mastodon.social/headers/original/missing.png', - followers_count: 0, - following_count: 0, - statuses_count: 18, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546090875181373', - created_at: '2022-12-20T12:51:33.284Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodon.social/users/SpookieRobieTheCat/statuses/109546090875181373', - url: 'https://mastodon.social/@SpookieRobieTheCat/109546090875181373', - replies_count: 0, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e There\u0026#39;s a really well done episode about this on the podcast, Dig.\u003c/p\u003e', - reblog: null, - account: { - id: '109112356170405530', - username: 'SpookieRobieTheCat', - acct: 'SpookieRobieTheCat', - display_name: 'RobieTheCat', - locked: false, - bot: false, - discoverable: null, - group: false, - created_at: '2022-10-04T00:00:00.000Z', - note: '\u003cp\u003e\u0026quot;Staying out of trouble.... badly.\u0026quot;-Eleventh Doctor\u003c/p\u003e', - url: 'https://mastodon.social/@SpookieRobieTheCat', - avatar: 'https://files.mastodon.social/accounts/avatars/109/112/356/170/405/530/original/d7f7d33b402d81a7.jpg', - avatar_static: - 'https://files.mastodon.social/accounts/avatars/109/112/356/170/405/530/original/d7f7d33b402d81a7.jpg', - header: 'https://files.mastodon.social/accounts/headers/109/112/356/170/405/530/original/c305a996a6c24dc9.jpg', - header_static: - 'https://files.mastodon.social/accounts/headers/109/112/356/170/405/530/original/c305a996a6c24dc9.jpg', - followers_count: 67, - following_count: 313, - statuses_count: 1252, - last_status_at: '2022-12-20', - noindex: false, - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546131112043320', - created_at: '2022-12-20T13:01:47.254Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodon.social/users/EeeeWooo/statuses/109546131112043320', - url: 'https://mastodon.social/@EeeeWooo/109546131112043320', - replies_count: 0, - reblogs_count: 0, - favourites_count: 2, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e the hashtag \u003ca href="https://mastodon.social/tags/beer" class="mention hashtag" rel="tag"\u003e#\u003cspan\u003ebeer\u003c/span\u003e\u003c/a\u003e may help people find this post. \u003ca href="https://mastodon.social/tags/witches" class="mention hashtag" rel="tag"\u003e#\u003cspan\u003ewitches\u003c/span\u003e\u003c/a\u003e too.\u003c/p\u003e', - reblog: null, - application: { name: 'Web', website: null }, - account: { - id: '135824', - username: 'EeeeWooo', - acct: 'EeeeWooo', - display_name: 'Eeeee Woooo', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2017-05-10T00:00:00.000Z', - note: '\u003cp\u003eI\u0026#39;m just me. I do all the things. Grew up in WI. Live in MD. My pinned intro has vanished from the apps. I invite you to read it in the web. Shrug. (I’m an American but Brexit is nonsense. ) (Russia is a predator that won’t stop until they’ve eaten up their neighbors.)\u003c/p\u003e\u003cp\u003eNo bio - no avatar - no follow. Intro posts are helpful. \u003c/p\u003e\u003cp\u003eMastodon411 - BOOST! LIKE! Use HASTAGS! Have fun. Be Kind!\u003c/p\u003e\u003cp\u003eThumbnail: closeup photo of me with reddish dyed hair. \u003c/p\u003e\u003cp\u003eBanner: text about masking\u003c/p\u003e', - url: 'https://mastodon.social/@EeeeWooo', - avatar: 'https://files.mastodon.social/accounts/avatars/000/135/824/original/86dbf9eed3e0cf96.jpeg', - avatar_static: 'https://files.mastodon.social/accounts/avatars/000/135/824/original/86dbf9eed3e0cf96.jpeg', - header: 'https://files.mastodon.social/accounts/headers/000/135/824/original/3069fd1446c18675.jpeg', - header_static: 'https://files.mastodon.social/accounts/headers/000/135/824/original/3069fd1446c18675.jpeg', - followers_count: 737, - following_count: 1974, - statuses_count: 2346, - last_status_at: '2022-12-20', - noindex: false, - emojis: [], - fields: [ - { - name: 'DuoLingo', - value: - '\u003ca href="https://www.duolingo.com/profile/Elaine610733?via=share_profile" target="_blank" rel="nofollow noopener noreferrer me"\u003e\u003cspan class="invisible"\u003ehttps://www.\u003c/span\u003e\u003cspan class="ellipsis"\u003eduolingo.com/profile/Elaine610\u003c/span\u003e\u003cspan class="invisible"\u003e733?via=share_profile\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - { name: 'Pronouns', value: 'She/her', verified_at: null }, - { name: 'Location', value: 'Maryland USA', verified_at: null }, - { name: 'Childhood locations', value: 'Brazil Paraguay Wisconsin', verified_at: null }, - ], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [ - { name: 'beer', url: 'https://mastodon.social/tags/beer' }, - { name: 'witches', url: 'https://mastodon.social/tags/witches' }, - ], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546136520942557', - created_at: '2022-12-20T13:03:06.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://vmst.io/users/DanMorgan/statuses/109546136310564346', - url: 'https://vmst.io/@DanMorgan/109546136310564346', - replies_count: 0, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Soooo “Witches’ Brew” is a literal thing?\u003c/p\u003e', - reblog: null, - account: { - id: '109453109687578765', - username: 'DanMorgan', - acct: 'DanMorgan@vmst.io', - display_name: 'Dan Morgan :powercat:', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-12-04T00:00:00.000Z', - note: '\u003cp\u003eI’m a UX Designer for an agricultural services company in the United States. I also do a lot of graphic design work there as we all wear a lot of different hats at my company. \u003c/p\u003e\u003cp\u003eI enjoy hiking, music (rock \u0026amp; blues), reading (speculative fiction, mostly), billiards. \u003c/p\u003e\u003cp\u003eI’m a deep blue liberal living in a red state.\u003c/p\u003e', - url: 'https://vmst.io/@DanMorgan', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/453/109/687/578/765/original/9f024b3ad0959d8a.jpeg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/453/109/687/578/765/original/9f024b3ad0959d8a.jpeg', - header: 'https://static-cdn.mastodon.social/headers/original/missing.png', - header_static: 'https://static-cdn.mastodon.social/headers/original/missing.png', - followers_count: 163, - following_count: 394, - statuses_count: 194, - last_status_at: '2022-12-20', - emojis: [ - { - shortcode: 'powercat', - url: 'https://files.mastodon.social/cache/custom_emojis/images/000/461/677/original/0657624dee418968.png', - static_url: - 'https://files.mastodon.social/cache/custom_emojis/images/000/461/677/static/0657624dee418968.png', - visible_in_picker: true, - }, - ], - fields: [ - { - name: 'Website', - value: - '\u003ca href="http://danmorgandesigns.com" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttp://\u003c/span\u003e\u003cspan class=""\u003edanmorgandesigns.com\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - { - name: 'LinkedIn', - value: - '\u003ca href="https://www.linkedin.com/mwlite/in/daniel-v-morgan" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://www.\u003c/span\u003e\u003cspan class="ellipsis"\u003elinkedin.com/mwlite/in/daniel-\u003c/span\u003e\u003cspan class="invisible"\u003ev-morgan\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - { name: 'Glass', value: 'glass.photo/dan-morgan', verified_at: null }, - { name: 'Passions', value: 'Blues, billiards, reading, BBQ, hiking, typography', verified_at: null }, - ], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546151561399250', - created_at: '2022-12-20T13:06:57.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mas.to/users/derekbrauders/statuses/109546151457575425', - url: 'https://mas.to/@derekbrauders/109546151457575425', - replies_count: 0, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e is this of interest to \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.beer/@Braciatrix" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eBraciatrix\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e ?\u003c/p\u003e', - reblog: null, - account: { - id: '109316199594515704', - username: 'derekbrauders', - acct: 'derekbrauders@mas.to', - display_name: 'Derek Brauders', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-11-08T00:00:00.000Z', - note: '\u003cp\u003eWhere am I? Migrating Bird. Politics, Current Affairs, Interesting Tech and News. Also Wine, Food and Fun. \u003ca href="https://mas.to/tags/Ireland" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eIreland\u003c/span\u003e\u003c/a\u003e. Ex Irish Military, ex Health Services and Public Sector. Curious about things. Very much \u003ca href="https://mas.to/tags/EU" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eEU\u003c/span\u003e\u003c/a\u003e citizen\u003c/p\u003e', - url: 'https://mas.to/@derekbrauders', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/316/199/594/515/704/original/dca3d3d6eda3ca47.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/316/199/594/515/704/original/dca3d3d6eda3ca47.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/316/199/594/515/704/original/51debdea40757df0.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/316/199/594/515/704/original/51debdea40757df0.jpg', - followers_count: 25, - following_count: 147, - statuses_count: 1629, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - { - id: '109364670254861388', - username: 'Braciatrix', - url: 'https://mastodon.beer/@Braciatrix', - acct: 'Braciatrix@mastodon.beer', - }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546160879626984', - created_at: '2022-12-20T13:09:20.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://c.im/users/mcarabdm/statuses/109546160836222251', - url: 'https://c.im/@mcarabdm/109546160836222251', - replies_count: 0, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e interesting info\u003c/p\u003e', - reblog: null, - account: { - id: '109302848728758669', - username: 'mcarabdm', - acct: 'mcarabdm@c.im', - display_name: 'Mary', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-11-07T00:00:00.000Z', - note: '', - url: 'https://c.im/@mcarabdm', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/302/848/728/758/669/original/fe427b6bd9bee901.png', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/302/848/728/758/669/original/fe427b6bd9bee901.png', - header: 'https://static-cdn.mastodon.social/headers/original/missing.png', - header_static: 'https://static-cdn.mastodon.social/headers/original/missing.png', - followers_count: 2, - following_count: 27, - statuses_count: 33, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546169797318082', - created_at: '2022-12-20T13:11:30.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://sarcasm.stream/users/basil/statuses/109546169303939497', - url: 'https://sarcasm.stream/@basil/109546169303939497', - replies_count: 0, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e fascinating stuff.\u003cbr\u003eMy wife is producing a podcast that may be of interest, looking into the witch trials that occurred in the north of England in the 1600s.\u003cbr\u003e\u003ca href="https://anchor.fm/the-newcastle-witches" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class="ellipsis"\u003eanchor.fm/the-newcastle-witche\u003c/span\u003e\u003cspan class="invisible"\u003es\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e', - reblog: null, - account: { - id: '1088426', - username: 'basil', - acct: 'basil@sarcasm.stream', - display_name: 'Basil', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2020-01-23T00:00:00.000Z', - note: '\u003cp\u003eA victim of a series of accidents, as are we all.\u003c/p\u003e\u003cp\u003eExpect sarcasm, dogs, puns, sport, beer, cycling, tech, pubs. Sometimes several of these at once.\u003c/p\u003e\u003cp\u003eBeer lover\u003cbr\u003eDogdad\u003cbr\u003eSustrans volunteer\u003cbr\u003eLeeds United fan, lover of sports\u003cbr\u003eSoftware Dev\u003c/p\u003e', - url: 'https://sarcasm.stream/@basil', - avatar: 'https://files.mastodon.social/cache/accounts/avatars/001/088/426/original/ba67b74623017197.png', - avatar_static: 'https://files.mastodon.social/cache/accounts/avatars/001/088/426/original/ba67b74623017197.png', - header: 'https://files.mastodon.social/cache/accounts/headers/001/088/426/original/49ab8a53672c1717.png', - header_static: 'https://files.mastodon.social/cache/accounts/headers/001/088/426/original/49ab8a53672c1717.png', - followers_count: 253, - following_count: 254, - statuses_count: 5668, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { - name: 'Blog', - value: - '\u003ca href="https://trivial.observer" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class=""\u003etrivial.observer\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: '2022-12-03T11:08:55.428+00:00', - }, - { name: 'Location', value: 'Tyneside', verified_at: null }, - ], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: { - url: 'https://anchor.fm/the-newcastle-witches', - title: 'The Newcastle Witches • A podcast on Anchor', - description: - 'A podcast about the Newcastle Witch Trials of 1649, which caused the death of 16 people in 1650. We are on a journey to uncover how these murders took place and investigate what caused people to hunt and murder others in the name of Witchcraft.', - type: 'link', - author_name: '', - author_url: '', - provider_name: 'Anchor', - provider_url: '', - html: '', - width: 400, - height: 400, - image: 'https://files.mastodon.social/cache/preview_cards/images/047/789/574/original/3b76f6513ae813d6.jpg', - embed_url: '', - blurhash: 'U15EpiNH56IU~CIUNaIUE1D%xuIU?^NGw{jZ', - }, - poll: null, - }, - { - id: '109546183130760062', - created_at: '2022-12-20T13:15:01.004Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodon.social/users/BertL/statuses/109546183130760062', - url: 'https://mastodon.social/@BertL/109546183130760062', - replies_count: 0, - reblogs_count: 0, - favourites_count: 3, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e A very interesting discussion. The theory that men used the accusation of witchcraft to get rid of inconvenient women is pretty well accepted in academia today. This is the first time I have heard a theory connecting witchcraft specifically with beer brewing. It is certainly easy to believe, but if you can cite any specific material supporting this theory I would like to see it.\u003c/p\u003e', - reblog: null, - application: { name: 'Tusky', website: 'https://tusky.keylesspalace.com' }, - account: { - id: '205307', - username: 'BertL', - acct: 'BertL', - display_name: 'Bert Latamore', - locked: false, - bot: false, - discoverable: null, - group: false, - created_at: '2017-09-19T00:00:00.000Z', - note: '\u003cp\u003eI am a retired print journalist \u0026amp; business writer (10 yrs in daily newspapers, 40 in IT). Now I focus on photography \u0026amp; video, reading SF \u0026amp; literature, and hiking in the Blue Ridge. I have been on Mastodon 5+ years.\u003c/p\u003e', - url: 'https://mastodon.social/@BertL', - avatar: 'https://files.mastodon.social/accounts/avatars/000/205/307/original/9c30d73a07f70f63.jpg', - avatar_static: 'https://files.mastodon.social/accounts/avatars/000/205/307/original/9c30d73a07f70f63.jpg', - header: 'https://static-cdn.mastodon.social/headers/original/missing.png', - header_static: 'https://static-cdn.mastodon.social/headers/original/missing.png', - followers_count: 198, - following_count: 161, - statuses_count: 5823, - last_status_at: '2022-12-20', - noindex: false, - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546184403672292', - created_at: '2022-12-20T13:15:19.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://indieweb.social/users/eirik/statuses/109546184321484723', - url: 'https://indieweb.social/@eirik/109546184321484723', - replies_count: 0, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e wow I never knew that. I’m struck by the similarity to the history of women in the computer programming profession and wishing that these things were more widely taught/known. Thanks very much for sharing that.\u003c/p\u003e', - reblog: null, - account: { - id: '109321480873396216', - username: 'eirik', - acct: 'eirik@indieweb.social', - display_name: 'Eirik', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-11-10T00:00:00.000Z', - note: "\u003cp\u003eParental unit, programmer, runner, wanderer. I was born in 1970 and I've been messing around with computers and networks for fun or funds for most of my life. I don't post much, but I do re-toot/blog/tweet quite a bit. I used to be a more active member of the ruby programming community, before I became a parent. Now most of my time is spent with my kids, working or trail running.\u003c/p\u003e", - url: 'https://indieweb.social/@eirik', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/321/480/873/396/216/original/c1df05d0efa783a7.jpeg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/321/480/873/396/216/original/c1df05d0efa783a7.jpeg', - header: 'https://static-cdn.mastodon.social/headers/original/missing.png', - header_static: 'https://static-cdn.mastodon.social/headers/original/missing.png', - followers_count: 33, - following_count: 462, - statuses_count: 354, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { - name: 'twitter', - value: - '\u003ca href="https://twitter.com/_eirik" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class=""\u003etwitter.com/_eirik\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - { - name: 'strava', - value: - '\u003ca href="https://www.strava.com/athletes/edsinclair" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://www.\u003c/span\u003e\u003cspan class=""\u003estrava.com/athletes/edsinclair\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - { - name: 'instagram', - value: - '\u003ca href="https://www.instagram.com/_eirik/" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://www.\u003c/span\u003e\u003cspan class=""\u003einstagram.com/_eirik/\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - { - name: 'github', - value: - '\u003ca href="https://edsinclair.github.io" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class=""\u003eedsinclair.github.io\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: '2022-12-18T15:43:42.639+00:00', - }, - ], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546190336782067', - created_at: '2022-12-20T13:16:45.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mindly.social/users/brentendo/statuses/109546189984191654', - url: 'https://mindly.social/@brentendo/109546189984191654', - replies_count: 1, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e May have, but this person presents a different argument. I think it\'s well worth a read as she dissects the history and the claim.\u003c/p\u003e\u003cp\u003e\u003ca href="https://braciatrix.com/2017/10/27/nope-medieval-alewives-arent-the-archetype-for-the-modern-pop-culture-witch/" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class="ellipsis"\u003ebraciatrix.com/2017/10/27/nope\u003c/span\u003e\u003cspan class="invisible"\u003e-medieval-alewives-arent-the-archetype-for-the-modern-pop-culture-witch/\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e', - reblog: null, - account: { - id: '109429858160926557', - username: 'brentendo', - acct: 'brentendo@mindly.social', - display_name: '🐝rent', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-11-30T00:00:00.000Z', - note: '\u003cp\u003eHi. This is my personal non-gamedev account for being me or whatever.\u003c/p\u003e\u003cp\u003eOh, I\'m a musician, artist, gamedev, and author. I\'m also ND with a high functioning bit of insanity. Clinical depression, not good at dating. The end.\u003c/p\u003e\u003cp\u003eI might boost my doppleganger sometimes: \u003cbr\u003e\u003ca href="https://mastodon.gamedev.place/@ghostRadioGames" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class="ellipsis"\u003emastodon.gamedev.place/@ghostR\u003c/span\u003e\u003cspan class="invisible"\u003eadioGames\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\u003cp\u003eLiving the dream in breezy, sleezy, Las Vegas, NV.\u003c/p\u003e', - url: 'https://mindly.social/@brentendo', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/429/858/160/926/557/original/49403b711926aca5.png', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/429/858/160/926/557/original/49403b711926aca5.png', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/429/858/160/926/557/original/3268a550d6028c1a.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/429/858/160/926/557/original/3268a550d6028c1a.jpg', - followers_count: 79, - following_count: 104, - statuses_count: 686, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { - name: 'Bandcamp', - value: - '\u003ca href="https://ghostradiosignals.bandcamp.com/music" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class="ellipsis"\u003eghostradiosignals.bandcamp.com\u003c/span\u003e\u003cspan class="invisible"\u003e/music\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - ], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: { - url: 'https://braciatrix.com/2017/10/27/nope-medieval-alewives-arent-the-archetype-for-the-modern-pop-culture-witch/', - title: 'Nope, Medieval Alewives Aren\u0026#8217;t The Archetype For The Modern Pop Culture\u0026nbsp;Witch.', - description: '', - type: 'link', - author_name: 'braciatrix', - author_url: 'https://braciatrix.com/author/braciatrix/', - provider_name: 'braciatrix', - provider_url: 'http://braciatrix.com', - html: '', - width: 400, - height: 257, - image: 'https://files.mastodon.social/cache/preview_cards/images/037/146/764/original/1bbc65d7cdd225dd.png', - embed_url: '', - blurhash: 'UuH,]fxX0lIs-RR,IsxXE6WWs-odj@s-WDNJ', - }, - poll: null, - }, - { - id: '109546970316642851', - created_at: '2022-12-20T16:35:09.000Z', - in_reply_to_id: '109546190336782067', - in_reply_to_account_id: '109429858160926557', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodon.sdf.org/users/strong_sue/statuses/109546970094157293', - url: 'https://mastodon.sdf.org/@strong_sue/109546970094157293', - replies_count: 0, - reblogs_count: 0, - favourites_count: 0, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mindly.social/@brentendo" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003ebrentendo\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e timing matters, definitely need an accurate account of why women were accused of being witches. I have visited Salem, Mass as the Salem witch trials well known in the area. I grew up in that state. Still find that women used to do the brewing so shared with my daughter as we have a craft brewer in the family. \u003c/p\u003e\u003cp\u003e\u003ca href="https://en.wikipedia.org/wiki/Salem_witch_trials?wprov=sfti1" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class="ellipsis"\u003een.wikipedia.org/wiki/Salem_wi\u003c/span\u003e\u003cspan class="invisible"\u003etch_trials?wprov=sfti1\u003c/span\u003e\u003c/a\u003e \u003ca href="https://maps.apple.com/?ll=42.518000,-70.909000\u0026amp;q=Salem%20witch%20trials" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class="ellipsis"\u003emaps.apple.com/?ll=42.518000,-\u003c/span\u003e\u003cspan class="invisible"\u003e70.909000\u0026amp;q=Salem%20witch%20trials\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e', - reblog: null, - account: { - id: '109365721883548207', - username: 'strong_sue', - acct: 'strong_sue@mastodon.sdf.org', - display_name: 'Sue Strong', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-11-18T00:00:00.000Z', - note: '\u003cp\u003e🐈🦚🦋🌻🇺🇦 \u003ca href="https://mastodon.sdf.org/tags/SlavaUkraini" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eSlavaUkraini\u003c/span\u003e\u003c/a\u003e 🇺🇸🌻🦅 🦋🦚 \u003ca href="https://mastodon.sdf.org/tags/cats" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003ecats\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.sdf.org/tags/NAFOfella" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eNAFOfella\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.sdf.org/tags/kindness" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003ekindness\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.sdf.org/tags/nature" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003enature\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.sdf.org/tags/science" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003escience\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.sdf.org/tags/medicine" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003emedicine\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.sdf.org/tags/equality" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eequality\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.sdf.org/tags/politics" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003epolitics\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.sdf.org/tags/natsec" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003enatsec\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.sdf.org/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003etech\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.sdf.org/tags/Apple" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eApple\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e', - url: 'https://mastodon.sdf.org/@strong_sue', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/365/721/883/548/207/original/f8f23491e107b16c.png', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/365/721/883/548/207/original/f8f23491e107b16c.png', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/365/721/883/548/207/original/79be7ab84c554159.png', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/365/721/883/548/207/original/79be7ab84c554159.png', - followers_count: 31, - following_count: 62, - statuses_count: 265, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { - id: '109429858160926557', - username: 'brentendo', - url: 'https://mindly.social/@brentendo', - acct: 'brentendo@mindly.social', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: { - url: 'https://en.wikipedia.org/wiki/Salem_witch_trials', - title: 'Salem witch trials - Wikipedia', - description: '', - type: 'link', - author_name: '', - author_url: '', - provider_name: '', - provider_url: '', - html: '', - width: 400, - height: 278, - image: 'https://files.mastodon.social/cache/preview_cards/images/013/664/003/original/0a5e0c0b744103dd.jpg', - embed_url: '', - blurhash: 'URGIo.RjM{ayt7ayofay~qj[M{t7ofofofof', - }, - poll: null, - }, - { - id: '109546193151539970', - created_at: '2022-12-20T13:17:32.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'unlisted', - language: 'en', - uri: 'https://tech.lgbt/users/ShadowJonathan/statuses/109546193030348384', - url: 'https://tech.lgbt/@ShadowJonathan/109546193030348384', - replies_count: 1, - reblogs_count: 0, - favourites_count: 0, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e holy shit, what\u003c/p\u003e', - reblog: null, - account: { - id: '1231256', - username: 'ShadowJonathan', - acct: 'ShadowJonathan@tech.lgbt', - display_name: 'jo :v_enby:', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2020-06-22T00:00:00.000Z', - note: '\u003cp\u003esmall-time big infra enthusiast\u003c/p\u003e\u003cp\u003elazy systems mage\u003c/p\u003e\u003cp\u003epart-time gremlin on main\u003c/p\u003e\u003cp\u003euhh idk what else to put here but I hope my vibes will do :blobcatpeek:\u003c/p\u003e\u003cp\u003e🔞 May contain lewd jokes\u003c/p\u003e\u003cp\u003e\u003ca href="https://tech.lgbt/tags/nobot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003enobot\u003c/span\u003e\u003c/a\u003e \u003ca href="https://tech.lgbt/tags/noindex" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003enoindex\u003c/span\u003e\u003c/a\u003e\u003cbr\u003e(screenshots ok if its a post with a globe icon)\u003c/p\u003e', - url: 'https://tech.lgbt/@ShadowJonathan', - avatar: 'https://files.mastodon.social/cache/accounts/avatars/001/231/256/original/0dd11d2f30a30ba5.png', - avatar_static: 'https://files.mastodon.social/cache/accounts/avatars/001/231/256/original/0dd11d2f30a30ba5.png', - header: 'https://files.mastodon.social/cache/accounts/headers/001/231/256/original/ee800e0393d49b5d.jpeg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/001/231/256/original/ee800e0393d49b5d.jpeg', - followers_count: 965, - following_count: 825, - statuses_count: 6150, - last_status_at: '2022-12-20', - emojis: [ - { - shortcode: 'blobcatpeek', - url: 'https://files.mastodon.social/cache/custom_emojis/images/000/208/154/original/6cc94d50885fa4a2.png', - static_url: - 'https://files.mastodon.social/cache/custom_emojis/images/000/208/154/static/6cc94d50885fa4a2.png', - visible_in_picker: true, - }, - { - shortcode: 'v_enby', - url: 'https://files.mastodon.social/cache/custom_emojis/images/000/489/528/original/531110fce809cb4f.png', - static_url: - 'https://files.mastodon.social/cache/custom_emojis/images/000/489/528/static/531110fce809cb4f.png', - visible_in_picker: true, - }, - ], - fields: [ - { name: 'Pronouns', value: 'they/them', verified_at: null }, - { name: 'Age', value: '22', verified_at: null }, - { name: 'Gender', value: 'SIGSEGV', verified_at: null }, - { name: 'Location', value: '{🇳🇱,🇪🇺}', verified_at: null }, - ], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109547513624498765', - created_at: '2022-12-20T18:51:09.000Z', - in_reply_to_id: '109546193151539970', - in_reply_to_account_id: '1231256', - sensitive: false, - spoiler_text: '', - visibility: 'unlisted', - language: 'en', - uri: 'https://hsnl.social/users/eloy/statuses/109547504868161879', - url: 'https://hsnl.social/@eloy/109547504868161879', - replies_count: 0, - reblogs_count: 0, - favourites_count: 0, - edited_at: '2022-12-20T18:51:20.000Z', - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://tech.lgbt/@ShadowJonathan" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eShadowJonathan\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e \u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Hmm, this scholar specialized in it seems to disagree \u003ca href="https://braciatrix.com/2017/10/27/nope-medieval-alewives-arent-the-archetype-for-the-modern-pop-culture-witch/" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class="ellipsis"\u003ebraciatrix.com/2017/10/27/nope\u003c/span\u003e\u003cspan class="invisible"\u003e-medieval-alewives-arent-the-archetype-for-the-modern-pop-culture-witch/\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e', - reblog: null, - account: { - id: '109287084678212491', - username: 'eloy', - acct: 'eloy@hsnl.social', - display_name: 'Eloy', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-11-04T00:00:00.000Z', - note: '\u003cp\u003eHacker, Wikipedian, collector of mostly IBM and Unix retro hardware\u003c/p\u003e', - url: 'https://hsnl.social/@eloy', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/287/084/678/212/491/original/7983c18dafd93034.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/287/084/678/212/491/original/7983c18dafd93034.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/287/084/678/212/491/original/272c64969d919ffc.png', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/287/084/678/212/491/original/272c64969d919ffc.png', - followers_count: 88, - following_count: 370, - statuses_count: 411, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { - name: 'Website', - value: - '\u003ca href="https://eloydegen.com" rel="nofollow noopener noreferrer" target="_blank"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class=""\u003eeloydegen.com\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: '2022-12-11T14:24:34.273+00:00', - }, - { name: 'Location', value: 'Netherlands', verified_at: null }, - { name: 'Pronouns', value: 'he/him', verified_at: null }, - { - name: 'Hackerspace', - value: - '\u003cspan class="h-card"\u003e\u003ca href="https://hsnl.social/@revspace" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003erevspace\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e', - verified_at: null, - }, - ], - }, - media_attachments: [], - mentions: [ - { - id: '1231256', - username: 'ShadowJonathan', - url: 'https://tech.lgbt/@ShadowJonathan', - acct: 'ShadowJonathan@tech.lgbt', - }, - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: { - url: 'https://braciatrix.com/2017/10/27/nope-medieval-alewives-arent-the-archetype-for-the-modern-pop-culture-witch/', - title: 'Nope, Medieval Alewives Aren\u0026#8217;t The Archetype For The Modern Pop Culture\u0026nbsp;Witch.', - description: '', - type: 'link', - author_name: 'braciatrix', - author_url: 'https://braciatrix.com/author/braciatrix/', - provider_name: 'braciatrix', - provider_url: 'http://braciatrix.com', - html: '', - width: 400, - height: 257, - image: 'https://files.mastodon.social/cache/preview_cards/images/037/146/764/original/1bbc65d7cdd225dd.png', - embed_url: '', - blurhash: 'UuH,]fxX0lIs-RR,IsxXE6WWs-odj@s-WDNJ', - }, - poll: null, - }, - { - id: '109546205517461148', - created_at: '2022-12-20T13:20:22.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mas.to/users/Sminted/statuses/109546204172861507', - url: 'https://mas.to/@Sminted/109546204172861507', - replies_count: 0, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: '\u003cp\u003eUse to give beer to kids too, as it was safer than giving them water..\u003c/p\u003e', - reblog: null, - account: { - id: '109305052504566629', - username: 'Sminted', - acct: 'Sminted@mas.to', - display_name: 'Sminted', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-11-07T00:00:00.000Z', - note: '\u003cp\u003eSoftware Developer working in the UK, Love playing on my SteamDeck, Also probably love animated gifs way to much... Sorry!\u003c/p\u003e', - url: 'https://mas.to/@Sminted', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/305/052/504/566/629/original/e1b53815b121c110.jpeg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/305/052/504/566/629/original/e1b53815b121c110.jpeg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/305/052/504/566/629/original/ef850a8c4deb6ebb.jpeg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/305/052/504/566/629/original/ef850a8c4deb6ebb.jpeg', - followers_count: 8, - following_count: 77, - statuses_count: 182, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546206874864073', - created_at: '2022-12-20T13:20:50.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mstdn.social/users/EllenAlice/statuses/109546206053314627', - url: 'https://mstdn.social/@EllenAlice/109546206053314627', - replies_count: 0, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e My lovely German grandmother was a woman of many talents - dressmaker, amazing cook, baker of cakes that were good enough to grace the counter of any French patisserie, gardener and preserver of foods. The thing that amazed me most about her, was her ability to roll my grandfather\'s cigarettes and brew his beer.\u003c/p\u003e', - reblog: null, - account: { - id: '109423146590971847', - username: 'EllenAlice', - acct: 'EllenAlice@mstdn.social', - display_name: 'Ellen Martin', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2022-11-28T00:00:00.000Z', - note: '', - url: 'https://mstdn.social/@EllenAlice', - avatar: 'https://static-cdn.mastodon.social/avatars/original/missing.png', - avatar_static: 'https://static-cdn.mastodon.social/avatars/original/missing.png', - header: 'https://static-cdn.mastodon.social/headers/original/missing.png', - header_static: 'https://static-cdn.mastodon.social/headers/original/missing.png', - followers_count: 1, - following_count: 29, - statuses_count: 16, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546219167562185', - created_at: '2022-12-20T13:24:05.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodon.world/users/VictorPlumley/statuses/109546218790270914', - url: 'https://mastodon.world/@VictorPlumley/109546218790270914', - replies_count: 0, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e very interesting. Credible.\u003c/p\u003e', - reblog: null, - account: { - id: '109546188534015528', - username: 'VictorPlumley', - acct: 'VictorPlumley@mastodon.world', - display_name: 'Victor Plumley III', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-11-20T00:00:00.000Z', - note: '\u003cp\u003eB.A., B.D., P.G.C.E.\u003c/p\u003e', - url: 'https://mastodon.world/@VictorPlumley', - avatar: 'https://static-cdn.mastodon.social/avatars/original/missing.png', - avatar_static: 'https://static-cdn.mastodon.social/avatars/original/missing.png', - header: 'https://static-cdn.mastodon.social/headers/original/missing.png', - header_static: 'https://static-cdn.mastodon.social/headers/original/missing.png', - followers_count: 0, - following_count: 6, - statuses_count: 2, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546250377845858', - created_at: '2022-12-20T13:32:05.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://home.social/users/Judeet88/statuses/109546250251901784', - url: 'https://home.social/@Judeet88/109546250251901784', - replies_count: 0, - reblogs_count: 0, - favourites_count: 1, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Mainly because water was poisonous so only drinking ale or beer was safe. It wasn\'t primarily to make money, it was simply to be able to drink without dying.\u003c/p\u003e', - reblog: null, - account: { - id: '109369829808684525', - username: 'Judeet88', - acct: 'Judeet88@home.social', - display_name: 'Shield Maiden', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-11-18T00:00:00.000Z', - note: '\u003cp\u003eWas dual qualified nurse, psych/general, took early retirement after yrs of saving up. Studied \u003ca href="https://home.social/tags/geology" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003egeology\u003c/span\u003e\u003c/a\u003e with OU. Have large collection of \u003ca href="https://home.social/tags/rocks" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003erocks\u003c/span\u003e\u003c/a\u003e. Love \u003ca href="https://home.social/tags/gardening" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003egardening\u003c/span\u003e\u003c/a\u003e, \u003ca href="https://home.social/tags/knitting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eknitting\u003c/span\u003e\u003c/a\u003e, \u003ca href="https://home.social/tags/sewing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003esewing\u003c/span\u003e\u003c/a\u003e, \u003ca href="https://home.social/tags/reading" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003ereading\u003c/span\u003e\u003c/a\u003e, \u003ca href="https://home.social/tags/painting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003epainting\u003c/span\u003e\u003c/a\u003e, \u003ca href="https://home.social/tags/writing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003ewriting\u003c/span\u003e\u003c/a\u003e, \u003ca href="https://home.social/tags/talking" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003etalking\u003c/span\u003e\u003c/a\u003e, seeing friends mainly. Walked 1000s of miles in UK and France, either on hols or mowing huge expanses of lawn for people. I choose hols where there\'s NO mobile signal/internet connection...how to get away. Number in name=yr I went to live in France. \u003ca href="https://home.social/tags/Cancer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eCancer\u003c/span\u003e\u003c/a\u003e survivor\u003c/p\u003e', - url: 'https://home.social/@Judeet88', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/109/369/829/808/684/525/original/2e6cea73dd2162e0.jpg', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/109/369/829/808/684/525/original/2e6cea73dd2162e0.jpg', - header: - 'https://files.mastodon.social/cache/accounts/headers/109/369/829/808/684/525/original/2567dec7dfb8e8bf.jpg', - header_static: - 'https://files.mastodon.social/cache/accounts/headers/109/369/829/808/684/525/original/2567dec7dfb8e8bf.jpg', - followers_count: 440, - following_count: 575, - statuses_count: 4101, - last_status_at: '2022-12-20', - emojis: [], - fields: [], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - { - id: '109546260335035916', - created_at: '2022-12-20T13:34:37.000Z', - in_reply_to_id: '109545727584656667', - in_reply_to_account_id: '109251088201008636', - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://chaos.social/users/funbaker/statuses/109546260219282718', - url: 'https://chaos.social/@funbaker/109546260219282718', - replies_count: 0, - reblogs_count: 0, - favourites_count: 0, - edited_at: null, - content: - '\u003cp\u003e\u003cspan class="h-card"\u003e\u003ca href="https://mastodon.social/@Sheril" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003eSheril\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e Klingt ja fast wie die Drogenprohibition ausgehend von den USA.\u003c/p\u003e', - reblog: null, - account: { - id: '106750301102827109', - username: 'funbaker', - acct: 'funbaker@chaos.social', - display_name: '', - locked: false, - bot: false, - discoverable: false, - group: false, - created_at: '2021-08-13T00:00:00.000Z', - note: '\u003cp\u003eDigitalnaiver ihres Vertrauens.\u003c/p\u003e\u003cp\u003e\u003ca href="https://chaos.social/tags/FreeAssange" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eFreeAssange\u003c/span\u003e\u003c/a\u003e\u003cbr\u003e\u003ca href="https://chaos.social/tags/NoWar" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank"\u003e#\u003cspan\u003eNoWar\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e', - url: 'https://chaos.social/@funbaker', - avatar: - 'https://files.mastodon.social/cache/accounts/avatars/106/750/301/102/827/109/original/84c7fa8a1f1ad62b.png', - avatar_static: - 'https://files.mastodon.social/cache/accounts/avatars/106/750/301/102/827/109/original/84c7fa8a1f1ad62b.png', - header: 'https://static-cdn.mastodon.social/headers/original/missing.png', - header_static: 'https://static-cdn.mastodon.social/headers/original/missing.png', - followers_count: 48, - following_count: 33, - statuses_count: 582, - last_status_at: '2022-12-20', - emojis: [], - fields: [ - { - name: 'My Synthwave Music', - value: - '\u003cspan class="h-card"\u003e\u003ca href="https://corteximplant.com/@syntheholfm" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank"\u003e@\u003cspan\u003esyntheholfm@corteximplant.com\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e', - verified_at: null, - }, - ], - }, - media_attachments: [], - mentions: [ - { id: '109251088201008636', username: 'Sheril', url: 'https://mastodon.social/@Sheril', acct: 'Sheril' }, - ], - tags: [], - emojis: [], - card: null, - poll: null, - }, - ], -} - -export const statusById: MastodonStatus = { - id: '109545727584656667', - created_at: '2022-12-20T11:19:09.921Z', - in_reply_to_id: null, - in_reply_to_account_id: null, - sensitive: false, - spoiler_text: '', - visibility: 'public', - language: 'en', - uri: 'https://mastodon.social/users/Sheril/statuses/109545727584656667', - url: 'https://mastodon.social/@Sheril/109545727584656667', - replies_count: 161, - reblogs_count: 2432, - favourites_count: 2921, - edited_at: null, - content: - '\u003cp\u003eFor thousands of years, fermenting beer was considered a household task for \u003ca href="https://mastodon.social/tags/women" class="mention hashtag" rel="tag"\u003e#\u003cspan\u003ewomen\u003c/span\u003e\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eBy the Middle Ages, some sold beer at English markets. Female brewers wore tall, pointy hats to be easily spotted. They stood by cauldrons \u0026amp; often had cats to keep mice away.\u003c/p\u003e\u003cp\u003eSound familiar? It should.\u003c/p\u003e\u003cp\u003eYou see, when male brewers felt threatened by their success, they accused the women of witchcraft. These rumors may have led to some witch iconography we still recognize today.\u003c/p\u003e\u003cp\u003e\u003ca href="https://theconversation.com/women-used-to-dominate-the-beer-industry-until-the-witch-accusations-started-pouring-in-155940" target="_blank" rel="nofollow noopener noreferrer"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class="ellipsis"\u003etheconversation.com/women-used\u003c/span\u003e\u003cspan class="invisible"\u003e-to-dominate-the-beer-industry-until-the-witch-accusations-started-pouring-in-155940\u003c/span\u003e\u003c/a\u003e \u003ca href="https://mastodon.social/tags/history" class="mention hashtag" rel="tag"\u003e#\u003cspan\u003ehistory\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e', - reblog: null, - application: { name: 'Web', website: null }, - account: { - id: '109251088201008636', - username: 'Sheril', - acct: 'Sheril', - display_name: 'Sheril Kirshenbaum', - locked: false, - bot: false, - discoverable: true, - group: false, - created_at: '2022-10-29T00:00:00.000Z', - note: '\u003cp\u003eAuthor. Scientist. Host of PBS Serving Up Science. Sustainability, Climate, Politics \u0026amp; Science Communication at Michigan State.\u003c/p\u003e', - url: 'https://mastodon.social/@Sheril', - avatar: 'https://files.mastodon.social/accounts/avatars/109/251/088/201/008/636/original/77e68bb8fe9478a4.jpeg', - avatar_static: - 'https://files.mastodon.social/accounts/avatars/109/251/088/201/008/636/original/77e68bb8fe9478a4.jpeg', - header: 'https://files.mastodon.social/accounts/headers/109/251/088/201/008/636/original/3a93b1c23ffad6c4.jpeg', - header_static: - 'https://files.mastodon.social/accounts/headers/109/251/088/201/008/636/original/3a93b1c23ffad6c4.jpeg', - followers_count: 25095, - following_count: 144, - statuses_count: 270, - last_status_at: '2022-12-20', - noindex: false, - emojis: [], - fields: [ - { - name: 'Website', - value: - '\u003ca href="http://www.sherilkirshenbaum.com" target="_blank" rel="nofollow noopener noreferrer me"\u003e\u003cspan class="invisible"\u003ehttp://www.\u003c/span\u003e\u003cspan class=""\u003esherilkirshenbaum.com\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - { - name: 'Serving Up Science', - value: - '\u003ca href="https://www.pbs.org/show/serving-science/" target="_blank" rel="nofollow noopener noreferrer me"\u003e\u003cspan class="invisible"\u003ehttps://www.\u003c/span\u003e\u003cspan class=""\u003epbs.org/show/serving-science/\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - { - name: 'Newsletter', - value: - '\u003ca href="https://sheril.substack.com/" target="_blank" rel="nofollow noopener noreferrer me"\u003e\u003cspan class="invisible"\u003ehttps://\u003c/span\u003e\u003cspan class=""\u003esheril.substack.com/\u003c/span\u003e\u003cspan class="invisible"\u003e\u003c/span\u003e\u003c/a\u003e', - verified_at: null, - }, - ], - }, - media_attachments: [ - { - id: '109545722425260460', - type: 'image', - url: 'https://files.mastodon.social/media_attachments/files/109/545/722/425/260/460/original/2bc2f12ec41469de.webp', - preview_url: - 'https://files.mastodon.social/media_attachments/files/109/545/722/425/260/460/small/2bc2f12ec41469de.webp', - remote_url: null, - preview_remote_url: null, - text_url: null, - meta: { - focus: { x: -0.06, y: 0.77 }, - original: { width: 926, height: 711, size: '926x711', aspect: 1.3023909985935302 }, - small: { width: 548, height: 421, size: '548x421', aspect: 1.3016627078384797 }, - }, - description: - 'Three women dressed in Middle-Age period garb as alewives. Credit: Hulton-Deutsch Collection/Corbis', - blurhash: 'UIE:6+t7?vxv-;xu%Mj[Rj%MWBof~qxut7%M', - }, - ], - mentions: [], - tags: [ - { name: 'women', url: 'https://mastodon.social/tags/women' }, - { name: 'history', url: 'https://mastodon.social/tags/history' }, - ], - emojis: [], - card: { - url: 'https://theconversation.com/women-used-to-dominate-the-beer-industry-until-the-witch-accusations-started-pouring-in-155940', - title: 'Women used to dominate the beer industry – until the witch accusations started pouring in', - description: 'Today, beer is marketed to men and the industry is run by men. It wasn’t always that way.', - type: 'link', - author_name: '', - author_url: '', - provider_name: 'The Conversation', - provider_url: '', - html: '', - width: 400, - height: 197, - image: 'https://files.mastodon.social/cache/preview_cards/images/029/840/790/original/a8a5a68f5421c855.jpg', - embed_url: '', - blurhash: 'UGFPKcxu~qxvD%%M%Mof~q-;j[%M-;xuayof', - }, - poll: null, -} - export const links: Array = [ { url: 'https://www.forbes.com/sites/emilybaker-white/2022/12/22/tiktok-tracks-forbes-journalists-bytedance/', diff --git a/frontend/src/routes/(frontend)/[accountId]/[statusId]/index.tsx b/frontend/src/routes/(frontend)/[accountId]/[statusId]/index.tsx index d4f9cd8..a241772 100644 --- a/frontend/src/routes/(frontend)/[accountId]/[statusId]/index.tsx +++ b/frontend/src/routes/(frontend)/[accountId]/[statusId]/index.tsx @@ -36,11 +36,12 @@ export default component$(() => {
{/* Account Card */}
- +
- {/* TODO: this should either have an href or not being an `a` element (also consider using QwikCity's `Link` instead) */} - {status.account.display_name} + + {status.account.display_name} +
@{status.account.acct}
diff --git a/frontend/src/types.ts b/frontend/src/types.ts index adeaef0..73ed0dc 100644 --- a/frontend/src/types.ts +++ b/frontend/src/types.ts @@ -12,15 +12,21 @@ export type MastodonStatus = { sensitive: boolean spoiler_text: string visibility: 'public' | 'private' | 'unlisted' - language: string + language: string | null uri: string url: string replies_count: number reblogs_count: number favourites_count: number edited_at: string | null - reblog: Reblog | null - application?: Application + favourited?: boolean + reblogged?: boolean + muted?: boolean + bookmarked?: boolean + pinned?: boolean + filtered?: FilterResult[] + reblog: MastodonStatus | null + application?: Application | null media_attachments: MediaAttachment[] mentions: Mention[] tags: Tag[] @@ -37,6 +43,7 @@ export type MastodonStatus = { type Emoji = any type Card = any type Poll = any +type FilterResult = any /* eslint-enable @typescript-eslint/no-explicit-any */ export type Account = { @@ -87,16 +94,6 @@ export type Application = { website: string | null } -export type Reblog = { - id: string - created_at: string - favourited: false - reblogged: true - muted: false - bookmarked: false - pinned: false -} - export type MediaAttachment = { id: string type: string diff --git a/frontend/test/posts-page.spec.ts b/frontend/test/posts-page.spec.ts index 215e0f1..622f56d 100644 --- a/frontend/test/posts-page.spec.ts +++ b/frontend/test/posts-page.spec.ts @@ -5,14 +5,14 @@ describe('Posts timeline page', () => { const response = await fetch('http://0.0.0.0:6868/') expect(response.status).toBe(200) const body = await response.text() - expect(body).toContain("I'll be House Speaker") + expect(body).toContain('We did it!') }) it('should display a list of statuses for the explore page', async () => { const response = await fetch('http://0.0.0.0:6868/explore/') expect(response.status).toBe(200) const body = await response.text() - expect(body).toContain("I'll be House Speaker") + expect(body).toContain('We did it!') }) }) @@ -21,7 +21,7 @@ describe('Toot details', () => { // Find a specific toot in the list const exploreResponse = await fetch('http://0.0.0.0:6868/explore/') const exploreBody = await exploreResponse.text() - const match = exploreBody.match(/href="\/(@georgetakei\/[0-9a-z-]*)"/) + const match = exploreBody.match(/href="\/(@BethanyBlack\/[0-9a-z-]*)"/) // Fetch the page for it and validate the result const tootPath = match?.[1] @@ -29,6 +29,6 @@ describe('Toot details', () => { const response = await fetch(`http://0.0.0.0:6868/${tootPath}`) expect(response.status).toBe(200) const body = await response.text() - expect(body).toContain("I'll be House Speaker") + expect(body).toContain('We did it!') }) })