Datasets:
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
handle: string
accountAcct: string
accountDisplayName: string
accountUrl: string
accountFollowers: int64
accountFollowing: int64
accountStatusCount: int64
accountIsBot: bool
accountCreatedAt: string
instanceDomain: string
sourceInstance: string
statusId: string
statusUrl: string
content: string
spoilerText: string
createdAt: string
editedAt: string
language: string
visibility: string
isSensitive: bool
isReply: bool
isReblog: bool
repliesCount: int64
reblogsCount: int64
favouritesCount: int64
hashtags: list<item: string>
child 0, item: string
mentionCount: int64
mediaCount: int64
mediaTypes: list<item: string>
child 0, item: string
linkUrl: string
linkTitle: string
retrievedAt: timestamp[s]
_run_id: string
_dataset_id: string
sourceQuery: string
fetchedAt: string
username: string
id: string
fullName: string
followers: int64
following: int64
postsCount: int64
biography: string
isVerified: bool
isPrivate: bool
profilePicUrl: string
inputIndex: int64
label: null
status: string
instagramId: string
posts: int64
bio: string
externalUrl: null
bioLinks: list<item: null>
child 0, item: null
isBusinessAccount: bool
isProfessionalAccount: bool
categoryName: string
businessCategoryName: null
businessEmail: null
businessPhoneNumber: null
profilePicUrlHd: null
accessTier: string
attempts: int64
httpStatus: int64
error: string
duplicateOfInputIndex: int64
scrapedAt: string
to
{'handle': Value('string'), 'accountAcct': Value('string'), 'accountDisplayName': Value('string'), 'accountUrl': Value('string'), 'accountFollowers': Value('int64'), 'accountFollowing': Value('int64'), 'accountStatusCount': Value('int64'), 'accountIsBot': Value('bool'), 'accountCreatedAt': Value('string'), 'instanceDomain': Value('string'), 'sourceInstance': Value('string'), 'statusId': Value('string'), 'statusUrl': Value('string'), 'content': Value('string'), 'spoilerText': Value('string'), 'createdAt': Value('string'), 'editedAt': Value('string'), 'language': Value('string'), 'visibility': Value('string'), 'isSensitive': Value('bool'), 'isReply': Value('bool'), 'isReblog': Value('bool'), 'repliesCount': Value('int64'), 'reblogsCount': Value('int64'), 'favouritesCount': Value('int64'), 'hashtags': List(Value('string')), 'mentionCount': Value('int64'), 'mediaCount': Value('int64'), 'mediaTypes': List(Value('string')), 'linkUrl': Value('string'), 'linkTitle': Value('string'), 'retrievedAt': Value('timestamp[s]'), '_run_id': Value('string'), '_dataset_id': Value('string')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
for item in generator(*args, **kwargs):
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
handle: string
accountAcct: string
accountDisplayName: string
accountUrl: string
accountFollowers: int64
accountFollowing: int64
accountStatusCount: int64
accountIsBot: bool
accountCreatedAt: string
instanceDomain: string
sourceInstance: string
statusId: string
statusUrl: string
content: string
spoilerText: string
createdAt: string
editedAt: string
language: string
visibility: string
isSensitive: bool
isReply: bool
isReblog: bool
repliesCount: int64
reblogsCount: int64
favouritesCount: int64
hashtags: list<item: string>
child 0, item: string
mentionCount: int64
mediaCount: int64
mediaTypes: list<item: string>
child 0, item: string
linkUrl: string
linkTitle: string
retrievedAt: timestamp[s]
_run_id: string
_dataset_id: string
sourceQuery: string
fetchedAt: string
username: string
id: string
fullName: string
followers: int64
following: int64
postsCount: int64
biography: string
isVerified: bool
isPrivate: bool
profilePicUrl: string
inputIndex: int64
label: null
status: string
instagramId: string
posts: int64
bio: string
externalUrl: null
bioLinks: list<item: null>
child 0, item: null
isBusinessAccount: bool
isProfessionalAccount: bool
categoryName: string
businessCategoryName: null
businessEmail: null
businessPhoneNumber: null
profilePicUrlHd: null
accessTier: string
attempts: int64
httpStatus: int64
error: string
duplicateOfInputIndex: int64
scrapedAt: string
to
{'handle': Value('string'), 'accountAcct': Value('string'), 'accountDisplayName': Value('string'), 'accountUrl': Value('string'), 'accountFollowers': Value('int64'), 'accountFollowing': Value('int64'), 'accountStatusCount': Value('int64'), 'accountIsBot': Value('bool'), 'accountCreatedAt': Value('string'), 'instanceDomain': Value('string'), 'sourceInstance': Value('string'), 'statusId': Value('string'), 'statusUrl': Value('string'), 'content': Value('string'), 'spoilerText': Value('string'), 'createdAt': Value('string'), 'editedAt': Value('string'), 'language': Value('string'), 'visibility': Value('string'), 'isSensitive': Value('bool'), 'isReply': Value('bool'), 'isReblog': Value('bool'), 'repliesCount': Value('int64'), 'reblogsCount': Value('int64'), 'favouritesCount': Value('int64'), 'hashtags': List(Value('string')), 'mentionCount': Value('int64'), 'mediaCount': Value('int64'), 'mediaTypes': List(Value('string')), 'linkUrl': Value('string'), 'linkTitle': Value('string'), 'retrievedAt': Value('timestamp[s]'), '_run_id': Value('string'), '_dataset_id': Value('string')}
because column names don't match
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
handle string | accountAcct string | accountDisplayName string | accountUrl string | accountFollowers int64 | accountFollowing int64 | accountStatusCount int64 | accountIsBot bool | accountCreatedAt string | instanceDomain string | sourceInstance string | statusId string | statusUrl string | content string | spoilerText string | createdAt string | editedAt string | language string | visibility string | isSensitive bool | isReply bool | isReblog bool | repliesCount int64 | reblogsCount int64 | favouritesCount int64 | hashtags list | mentionCount int64 | mediaCount int64 | mediaTypes list | linkUrl string | linkTitle string | retrievedAt timestamp[s] | _run_id string | _dataset_id string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
mastodon.social/QasimRashid | QasimRashid@mastodon.social | Qasim Rashid, Esq. | https://mastodon.social/@QasimRashid | 92,218 | 106 | 4,537 | false | 2022-10-30T00:00:00.000Z | mastodon.social | fosstodon.org | 117029450607940916 | https://mastodon.social/@QasimRashid/117029450548542124 | Hey so the Trump regime unilaterally forced Haitian Americans into undocumented status, and is now using that undocumented status as an excuse to force them to wear ankle monitors. A reminder that the "just follow the law" crowd is lying. It was never about following the law, it was always about banning Black and brown... | null | 2026-08-03T03:28:20.000Z | null | en | public | false | false | false | 2 | 24 | 0 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
infosec.exchange/catsalad | catsalad@infosec.exchange | Cat 🐈🥗 (D.Burch) | https://infosec.exchange/@catsalad | 31,324 | 5,119 | 67,403 | false | 2022-11-11T00:00:00.000Z | infosec.exchange | fosstodon.org | 117029134618033419 | https://infosec.exchange/@catsalad/117029134497859446 | Air biscuits :dbl_paw: | null | 2026-08-03T02:07:57.000Z | null | en | public | false | false | false | 0 | 26 | 2 | [] | 0 | 1 | [
"gifv"
] | null | null | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
mastodon.social/sundogplanets | sundogplanets@mastodon.social | Prof. Sam Lawler | https://mastodon.social/@sundogplanets | 18,243 | 1,480 | 15,776 | false | 2022-04-25T00:00:00.000Z | mastodon.social | fosstodon.org | 117027766079492616 | https://mastodon.social/@sundogplanets/117027765974247264 | RE: https:// scicomm.xyz/@JohnBarentine/117 027711546764224 This is hideously depressing (here come the megabright satellites, screw you AST Spacemobile). But I am delighted that these authors (none of whom I've ever worked with before) use the word "megaconstellation" with no qualifiers! Did you know that satellite co... | null | 2026-08-02T20:19:55.000Z | null | en | public | false | false | false | 12 | 201 | 193 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
hachyderm.io/thomasfuchs | thomasfuchs@hachyderm.io | Thomas Fuchs | https://hachyderm.io/@thomasfuchs | 25,106 | 792 | 493 | false | 2022-11-20T00:00:00.000Z | hachyderm.io | fosstodon.org | 117029143176692406 | https://hachyderm.io/@thomasfuchs/117029142972145022 | This was such a fascinating product! Apple literally as reseller of DOS and Windows. Essentially a complete PC on an expansion card; it would run DOS/Windows in parallel with the Mac and you could switch with a keyboard combo. Also includes the worlds weirdest cable with four ends to connect the card and monitor and vi... | null | 2026-08-03T02:10:06.000Z | null | en | public | false | false | false | 7 | 9 | 1 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
mstdn.social/stux | stux@mstdn.social | stux⚡️ | https://mstdn.social/@stux | 166,377 | 34,496 | 135,051 | false | 2019-11-03T00:00:00.000Z | mstdn.social | fosstodon.org | 117028592012643302 | https://mstdn.social/@stux/117028591675033832 | It’s time to get some meow meows :sleep: :stux: :nkoSleep: Goodnight my dear friends :mastodon: :fediverse: :blobcathearts: :blobcatsnuggle: | null | 2026-08-02T23:49:54.000Z | null | en | public | false | false | false | 0 | 19 | 2 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
fosstodon.org/AkaSci | AkaSci@fosstodon.org | AkaSci 🛰️ | https://fosstodon.org/@AkaSci | 8,004 | 525 | 9,705 | false | 2022-10-28T00:00:00.000Z | fosstodon.org | fosstodon.org | 117027796228842094 | https://fosstodon.org/@AkaSci/117027796228842094 | Will Bunch: "The stench of death has already become unbearable. The MAGA movement thrives on a brand of white supremacy that pumps up its adherents by dehumanizing everyone else. And when people are stripped of their humanity, the Ten Commandments seem to no longer apply to their tormentors. It’s hard to reach Trump’s ... | null | 2026-08-02T20:27:37.106Z | null | en | public | false | false | false | 0 | 32 | 20 | [
"uspol"
] | 0 | 0 | [] | https://www.inquirer.com/opinion/trump-deaths-ice-deportations-20260802.html | The smell of death surrounds Donald Trump’s regime from Guatemala to Pittsburgh | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
mastodon.social/cmconseils | cmconseils@mastodon.social | Laura :bongoCat: | https://mastodon.social/@cmconseils | 11,945 | 846 | 4,770 | false | 2017-04-04T00:00:00.000Z | mastodon.social | fosstodon.org | 117027432456947556 | https://mastodon.social/@cmconseils/117027432266980999 | null | null | 2026-08-02T18:55:03.000Z | null | en | public | false | false | false | 9 | 120 | 296 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
mastodon.world/auschwitzmuseum | auschwitzmuseum@mastodon.world | Auschwitz Memorial | https://mastodon.world/@auschwitzmuseum | 115,448 | 42 | 7,966 | false | 2022-11-18T00:00:00.000Z | mastodon.world | fosstodon.org | 117027688607781809 | https://mastodon.world/@auschwitzmuseum/117027688395006129 | 2 August 1937 | Hungarian Jewish boy, Miklos Groszberger, was born in Budapest. In 1944 he was deported to # Auschwitz and murdered in a gas chamber. | null | 2026-08-02T20:00:11.000Z | null | en | public | false | false | false | 4 | 57 | 38 | [
"auschwitz"
] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
mastodon.social/lzg | lzg@mastodon.social | lenazun | https://mastodon.social/@lzg | 6,946 | 673 | 47 | false | 2017-04-04T00:00:00.000Z | mastodon.social | fosstodon.org | 117029028444834754 | https://mastodon.social/@lzg/117029028329553230 | tiny pleated inkcaps in my mustard | null | 2026-08-03T01:40:57.000Z | null | en | public | false | false | false | 1 | 5 | 0 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
mstdn.social/lowqualityfacts | lowqualityfacts@mstdn.social | Low Quality Facts | https://mstdn.social/@lowqualityfacts | 76,762 | 46,376 | 15,772 | false | 2022-11-10T00:00:00.000Z | mstdn.social | fosstodon.org | 117028446602975075 | https://mstdn.social/@lowqualityfacts/117028446423207375 | Tonight's Low Quality Ad is for this Canvas Display Keychain. Are you one of my many followers who have told me "I love the pins you advertise but I don't know where to put them so I pin them to my cheek and it hurts so much"? Stop doing that. Pin them onto this keychain instead. https:// collabs.shop/wu93sw | null | 2026-08-02T23:12:58.000Z | null | en | public | false | false | false | 3 | 8 | 0 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
fosstodon.org/organicmaps | organicmaps@fosstodon.org | Organic Maps | https://fosstodon.org/@organicmaps | 14,614 | 10 | 1,457 | false | 2022-11-21T00:00:00.000Z | fosstodon.org | fosstodon.org | 117026687363725725 | https://fosstodon.org/@organicmaps/117026687363725725 | Beta testing hill shading and improved isolines (now with feet/meters support). What is your use case for this feature? | null | 2026-08-02T15:45:37.167Z | null | en | public | false | false | false | 9 | 24 | 66 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
hachyderm.io/skinnylatte | skinnylatte@hachyderm.io | Adrianna Tan | https://hachyderm.io/@skinnylatte | 11,457 | 4,982 | 60,372 | false | 2022-11-16T00:00:00.000Z | hachyderm.io | fosstodon.org | 117027751337304042 | https://hachyderm.io/@skinnylatte/117027751094539782 | It’s a little funny that the word for a beloved Hawaiian bird (nene) is also the Hokkien word for ‘boobs’ so whenever someone says NENE I’m like WHERE | null | 2026-08-02T20:16:08.000Z | null | en | public | false | false | false | 13 | 21 | 65 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
universeodon.com/georgetakei | georgetakei@universeodon.com | George Takei :verified: 🏳️🌈🖖🏽 | https://universeodon.com/@georgetakei | 461,555 | 36 | 17,578 | false | 2022-11-15T00:00:00.000Z | universeodon.com | fosstodon.org | 117027926857385745 | https://universeodon.com/@georgetakei/117027923950641160 | This week was not kind to Donald Trump. Record low approval ratings, Democrats leading on the generic ballot, and courts pushing back on his attempts to undermine elections. He might not love to see it, but I sure do! If you need some good news, start here. https:// thinkbigpicture.substack.com/p /week-progressive-wins... | null | 2026-08-02T21:00:05.000Z | null | en | public | false | false | false | 1 | 28 | 55 | [] | 0 | 0 | [] | https://thinkbigpicture.substack.com/p/week-progressive-wins-august-2 | Good News For Progressive Views The Week Of 7/24-7/30 | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
indieweb.social/web3isgreat | web3isgreat@indieweb.social | web3 is going just great | https://indieweb.social/@web3isgreat | 38,820 | 1 | 2,261 | true | 2022-04-28T00:00:00.000Z | indieweb.social | fosstodon.org | 117027785022663363 | https://indieweb.social/@web3isgreat/117027784675410403 | Coldcard hardware wallet flaw sees more than 1,367 BTC (~$89 million) drained across thousands of wallets July 31, 2026 https://www. web3isgoinggreat.com/?id=coldc ard-hardware-wallet-flaw | null | 2026-08-02T20:24:40.000Z | null | en | public | false | false | false | 1 | 20 | 30 | [] | 0 | 2 | [
"image"
] | null | null | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
mastodon.social/eff | eff@mastodon.social | Electronic Frontier Foundation | https://mastodon.social/@eff | 116,849 | 39 | 23,347 | false | 2017-04-04T00:00:00.000Z | mastodon.social | fosstodon.org | 117028151963005172 | https://mastodon.social/@eff/117028151794396185 | AI can help or harm people, and EFF was created to make sure it helps. Join EFF live in conversation with Cory Doctorow on August 12. https:// eff.org/livestream-sai | null | 2026-08-02T21:58:02.000Z | null | en | public | false | false | false | 1 | 9 | 2 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
fosstodon.org/joel | joel@fosstodon.org | Joel :casio: :blobcatderpy: 🇲🇽 | https://fosstodon.org/@joel | 2,978 | 1,835 | 8,985 | false | 2021-10-18T00:00:00.000Z | fosstodon.org | fosstodon.org | 117028371014355490 | https://fosstodon.org/@joel/117028371014355490 | Finally, here's my review for # Transistor , by # SupergiantGames ! One of the many games I got to beat last month... This is day 7 of # 100DaysToOffload https:// joelchrono.xyz/blog/transistor/ # Blaugust2026 # Gaming # Review # Blogging # Blogpost | null | 2026-08-02T22:53:47.637Z | 2026-08-02T23:01:04.557Z | en | public | false | false | false | 1 | 1 | 4 | [
"blaugust2026",
"gaming",
"review",
"blogging",
"blogpost",
"transistor",
"supergiantgames",
"100DaysToOffload"
] | 0 | 0 | [] | https://joelchrono.xyz/blog/transistor/ | Transistor | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
infosec.exchange/david_chisnall | david_chisnall@infosec.exchange | David Chisnall (*Now with 50% more sarcasm!*) | https://infosec.exchange/@david_chisnall | 5,487 | 128 | 15,020 | false | 2024-02-03T00:00:00.000Z | infosec.exchange | fosstodon.org | 117027494267168074 | https://infosec.exchange/@david_chisnall/117027493994885079 | Sometimes people look at a system and say ‘I don’t like the centralisation here, we should simply make it a distributed system instead’. And I cannot comprehend the life experience that would lead anyone to believe that this will not lead to vastly more problems. Designing a decentralised system is often desirable but ... | null | 2026-08-02T19:10:45.000Z | null | en | public | false | false | false | 4 | 25 | 54 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
newsie.social/ProPublica | ProPublica@newsie.social | ProPublica | https://newsie.social/@ProPublica | 184,446 | 159 | 4,354 | false | 2022-11-18T00:00:00.000Z | newsie.social | fosstodon.org | 117027926065652625 | https://newsie.social/@ProPublica/117027924099569547 | What’s going on with America’s farms and food? Join us on Aug. 4 for a members-only discussion about America’s farms, how our food is made and where regulations are failing to keep workers and consumers safe. Not yet a member? Any donation makes you one: https:// give.propublica.org/campaign/7 26982/donate?c_src=mstdn&... | null | 2026-08-02T21:00:08.000Z | null | en | public | false | false | false | 0 | 8 | 0 | [
"news",
"agriculture",
"farming",
"food",
"safety",
"regulation",
"cyclospora"
] | 0 | 0 | [] | https://give.propublica.org/campaign/726982/donate?c_src=mstdn&c_src2=exposing-harm-food-invite | Donate to ProPublica | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
infosec.exchange/briankrebs | briankrebs@infosec.exchange | BrianKrebs | https://infosec.exchange/@briankrebs | 116,336 | 1,314 | 16,350 | false | 2022-11-05T00:00:00.000Z | infosec.exchange | fosstodon.org | 117026032217459615 | https://infosec.exchange/@briankrebs/117026032159854394 | Look at all the fleeced crypto idiots, say the people holding lots of cryptocurrencies (and who themselves have been robbed, rug-pulled or scammed multiple times over the years). The crypto noobs are doing it all wrong, they say: The only safe way to store your crypto wealth is in an offline hardware wallet that would ... | null | 2026-08-02T12:58:59.000Z | null | en | public | false | false | false | 17 | 153 | 170 | [] | 0 | 0 | [] | https://www.coindesk.com/tech/2026/08/02/bitcoin-cold-wallet-attack-spreads-to-4-500-addresses-as-losses-near-usd89-million | Bitcoin cold-wallet attack spreads to 4,500 addresses as losses near $89 million | 2026-08-03T03:58:55 | JH2IDbCPcheVgIyYc | mmtm0aT6rbzVB7AAH |
mastodon.social/QasimRashid | QasimRashid@mastodon.social | Qasim Rashid, Esq. | https://mastodon.social/@QasimRashid | 92,218 | 106 | 4,537 | false | 2022-10-30T00:00:00.000Z | mastodon.social | fosstodon.org | 117029450607940916 | https://mastodon.social/@QasimRashid/117029450548542124 | Hey so the Trump regime unilaterally forced Haitian Americans into undocumented status, and is now using that undocumented status as an excuse to force them to wear ankle monitors. A reminder that the "just follow the law" crowd is lying. It was never about following the law, it was always about banning Black and brown... | null | 2026-08-03T03:28:20.000Z | null | en | public | false | false | false | 4 | 67 | 28 | [] | 0 | 0 | [] | null | null | 2026-08-03T04:56:01 | GszQ3r9TmkfXjF568 | niyyx21FsWegTwO56 |
hachyderm.io/molly0xfff | molly0xfff@hachyderm.io | Molly White | https://hachyderm.io/@molly0xfff | 132,283 | 671 | 6,637 | false | 2022-11-12T00:00:00.000Z | hachyderm.io | fosstodon.org | 117029576063321491 | https://hachyderm.io/@molly0xfff/117029575645044342 | when you send me vaguely lawyerly-sounding emails in hopes of threatening me to take down my reporting, and demand i "preserve all potentially relevant records, including ... search-engine submissions" | null | 2026-08-03T04:00:08.000Z | null | en | public | false | false | false | 2 | 43 | 89 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T04:56:01 | GszQ3r9TmkfXjF568 | niyyx21FsWegTwO56 |
infosec.exchange/catsalad | catsalad@infosec.exchange | Cat 🐈🥗 (D.Burch) | https://infosec.exchange/@catsalad | 31,324 | 5,119 | 67,412 | false | 2022-11-11T00:00:00.000Z | infosec.exchange | fosstodon.org | 117029134618033419 | https://infosec.exchange/@catsalad/117029134497859446 | Air biscuits :dbl_paw: | null | 2026-08-03T02:07:57.000Z | null | en | public | false | false | false | 0 | 34 | 2 | [] | 0 | 1 | [
"gifv"
] | null | null | 2026-08-03T04:56:01 | GszQ3r9TmkfXjF568 | niyyx21FsWegTwO56 |
mastodon.social/nixCraft | nixCraft@mastodon.social | nixCraft 🐧 | https://mastodon.social/@nixCraft | 118,637 | 206 | 10,794 | false | 2017-04-03T00:00:00.000Z | mastodon.social | fosstodon.org | 117029457702309024 | https://mastodon.social/@nixCraft/117029457519791468 | The statcounter screenshot shows Linux's desktop market share in North America at 10.65% 😱 So people are adopting Linux faster? Pretty cool 👌 https:// gs.statcounter.com/os-market-s hare/desktop/north-america/ | null | 2026-08-03T03:30:06.000Z | null | en | public | false | false | false | 7 | 27 | 36 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T04:56:01 | GszQ3r9TmkfXjF568 | niyyx21FsWegTwO56 |
mastodon.social/sundogplanets | sundogplanets@mastodon.social | Prof. Sam Lawler | https://mastodon.social/@sundogplanets | 18,243 | 1,480 | 15,776 | false | 2022-04-25T00:00:00.000Z | mastodon.social | fosstodon.org | 117027766079492616 | https://mastodon.social/@sundogplanets/117027765974247264 | RE: https:// scicomm.xyz/@JohnBarentine/117 027711546764224 This is hideously depressing (here come the megabright satellites, screw you AST Spacemobile). But I am delighted that these authors (none of whom I've ever worked with before) use the word "megaconstellation" with no qualifiers! Did you know that satellite co... | null | 2026-08-02T20:19:55.000Z | null | en | public | false | false | false | 12 | 206 | 194 | [] | 0 | 0 | [] | null | null | 2026-08-03T04:56:01 | GszQ3r9TmkfXjF568 | niyyx21FsWegTwO56 |
hachyderm.io/thomasfuchs | thomasfuchs@hachyderm.io | Thomas Fuchs | https://hachyderm.io/@thomasfuchs | 25,106 | 792 | 493 | false | 2022-11-20T00:00:00.000Z | hachyderm.io | fosstodon.org | 117029143176692406 | https://hachyderm.io/@thomasfuchs/117029142972145022 | This was such a fascinating product! Apple literally as reseller of DOS and Windows. Essentially a complete PC on an expansion card; it would run DOS/Windows in parallel with the Mac and you could switch with a keyboard combo. Also includes the worlds weirdest cable with four ends to connect the card and monitor and vi... | null | 2026-08-03T02:10:06.000Z | null | en | public | false | false | false | 7 | 11 | 2 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T04:56:01 | GszQ3r9TmkfXjF568 | niyyx21FsWegTwO56 |
mstdn.social/stux | stux@mstdn.social | stux⚡️ | https://mstdn.social/@stux | 166,378 | 34,496 | 135,051 | false | 2019-11-03T00:00:00.000Z | mstdn.social | fosstodon.org | 117028592012643302 | https://mstdn.social/@stux/117028591675033832 | It’s time to get some meow meows :sleep: :stux: :nkoSleep: Goodnight my dear friends :mastodon: :fediverse: :blobcathearts: :blobcatsnuggle: | null | 2026-08-02T23:49:54.000Z | null | en | public | false | false | false | 0 | 19 | 2 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T04:56:01 | GszQ3r9TmkfXjF568 | niyyx21FsWegTwO56 |
fosstodon.org/AkaSci | AkaSci@fosstodon.org | AkaSci 🛰️ | https://fosstodon.org/@AkaSci | 8,004 | 525 | 9,705 | false | 2022-10-28T00:00:00.000Z | fosstodon.org | fosstodon.org | 117027796228842094 | https://fosstodon.org/@AkaSci/117027796228842094 | Will Bunch: "The stench of death has already become unbearable. The MAGA movement thrives on a brand of white supremacy that pumps up its adherents by dehumanizing everyone else. And when people are stripped of their humanity, the Ten Commandments seem to no longer apply to their tormentors. It’s hard to reach Trump’s ... | null | 2026-08-02T20:27:37.106Z | null | en | public | false | false | false | 0 | 32 | 20 | [
"uspol"
] | 0 | 0 | [] | https://www.inquirer.com/opinion/trump-deaths-ice-deportations-20260802.html | The smell of death surrounds Donald Trump’s regime from Guatemala to Pittsburgh | 2026-08-03T04:56:01 | GszQ3r9TmkfXjF568 | niyyx21FsWegTwO56 |
mastodon.social/cmconseils | cmconseils@mastodon.social | Laura :bongoCat: | https://mastodon.social/@cmconseils | 11,945 | 846 | 4,769 | false | 2017-04-04T00:00:00.000Z | mastodon.social | fosstodon.org | 117027432456947556 | https://mastodon.social/@cmconseils/117027432266980999 | null | null | 2026-08-02T18:55:03.000Z | null | en | public | false | false | false | 9 | 120 | 296 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T04:56:01 | GszQ3r9TmkfXjF568 | niyyx21FsWegTwO56 |
mastodon.world/auschwitzmuseum | auschwitzmuseum@mastodon.world | Auschwitz Memorial | https://mastodon.world/@auschwitzmuseum | 115,448 | 42 | 7,966 | false | 2022-11-18T00:00:00.000Z | mastodon.world | fosstodon.org | 117027688607781809 | https://mastodon.world/@auschwitzmuseum/117027688395006129 | 2 August 1937 | Hungarian Jewish boy, Miklos Groszberger, was born in Budapest. In 1944 he was deported to # Auschwitz and murdered in a gas chamber. | null | 2026-08-02T20:00:11.000Z | null | en | public | false | false | false | 4 | 58 | 38 | [
"auschwitz"
] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T04:56:01 | GszQ3r9TmkfXjF568 | niyyx21FsWegTwO56 |
mastodon.social/lzg | lzg@mastodon.social | lenazun | https://mastodon.social/@lzg | 6,946 | 673 | 47 | false | 2017-04-04T00:00:00.000Z | mastodon.social | fosstodon.org | 117029028444834754 | https://mastodon.social/@lzg/117029028329553230 | tiny pleated inkcaps in my mustard | null | 2026-08-03T01:40:57.000Z | null | en | public | false | false | false | 1 | 5 | 0 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T04:56:01 | GszQ3r9TmkfXjF568 | niyyx21FsWegTwO56 |
fosstodon.org/organicmaps | organicmaps@fosstodon.org | Organic Maps | https://fosstodon.org/@organicmaps | 14,614 | 10 | 1,457 | false | 2022-11-21T00:00:00.000Z | fosstodon.org | fosstodon.org | 117026687363725725 | https://fosstodon.org/@organicmaps/117026687363725725 | Beta testing hill shading and improved isolines (now with feet/meters support). What is your use case for this feature? | null | 2026-08-02T15:45:37.167Z | null | en | public | false | false | false | 9 | 25 | 66 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T04:56:01 | GszQ3r9TmkfXjF568 | niyyx21FsWegTwO56 |
hachyderm.io/skinnylatte | skinnylatte@hachyderm.io | Adrianna Tan | https://hachyderm.io/@skinnylatte | 11,457 | 4,982 | 60,372 | false | 2022-11-16T00:00:00.000Z | hachyderm.io | fosstodon.org | 117027751337304042 | https://hachyderm.io/@skinnylatte/117027751094539782 | It’s a little funny that the word for a beloved Hawaiian bird (nene) is also the Hokkien word for ‘boobs’ so whenever someone says NENE I’m like WHERE | null | 2026-08-02T20:16:08.000Z | null | en | public | false | false | false | 13 | 22 | 66 | [] | 0 | 0 | [] | null | null | 2026-08-03T04:56:01 | GszQ3r9TmkfXjF568 | niyyx21FsWegTwO56 |
mstdn.social/lowqualityfacts | lowqualityfacts@mstdn.social | Low Quality Facts | https://mstdn.social/@lowqualityfacts | 76,762 | 46,376 | 15,772 | false | 2022-11-10T00:00:00.000Z | mstdn.social | fosstodon.org | 117028446602975075 | https://mstdn.social/@lowqualityfacts/117028446423207375 | Tonight's Low Quality Ad is for this Canvas Display Keychain. Are you one of my many followers who have told me "I love the pins you advertise but I don't know where to put them so I pin them to my cheek and it hurts so much"? Stop doing that. Pin them onto this keychain instead. https:// collabs.shop/wu93sw | null | 2026-08-02T23:12:58.000Z | null | en | public | false | false | false | 3 | 7 | 0 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T04:56:01 | GszQ3r9TmkfXjF568 | niyyx21FsWegTwO56 |
universeodon.com/georgetakei | georgetakei@universeodon.com | George Takei :verified: 🏳️🌈🖖🏽 | https://universeodon.com/@georgetakei | 461,555 | 36 | 17,578 | false | 2022-11-15T00:00:00.000Z | universeodon.com | fosstodon.org | 117027926857385745 | https://universeodon.com/@georgetakei/117027923950641160 | This week was not kind to Donald Trump. Record low approval ratings, Democrats leading on the generic ballot, and courts pushing back on his attempts to undermine elections. He might not love to see it, but I sure do! If you need some good news, start here. https:// thinkbigpicture.substack.com/p /week-progressive-wins... | null | 2026-08-02T21:00:05.000Z | null | en | public | false | false | false | 1 | 28 | 55 | [] | 0 | 0 | [] | https://thinkbigpicture.substack.com/p/week-progressive-wins-august-2 | Good News For Progressive Views The Week Of 7/24-7/30 | 2026-08-03T04:56:01 | GszQ3r9TmkfXjF568 | niyyx21FsWegTwO56 |
indieweb.social/web3isgreat | web3isgreat@indieweb.social | web3 is going just great | https://indieweb.social/@web3isgreat | 38,820 | 1 | 2,261 | true | 2022-04-28T00:00:00.000Z | indieweb.social | fosstodon.org | 117027785022663363 | https://indieweb.social/@web3isgreat/117027784675410403 | Coldcard hardware wallet flaw sees more than 1,367 BTC (~$89 million) drained across thousands of wallets July 31, 2026 https://www. web3isgoinggreat.com/?id=coldc ard-hardware-wallet-flaw | null | 2026-08-02T20:24:40.000Z | null | en | public | false | false | false | 1 | 20 | 30 | [] | 0 | 2 | [
"image"
] | null | null | 2026-08-03T04:56:01 | GszQ3r9TmkfXjF568 | niyyx21FsWegTwO56 |
mastodon.social/bsletten | bsletten@mastodon.social | Brian Sletten | https://mastodon.social/@bsletten | 1,475 | 1,998 | 5,348 | false | 2017-04-03T00:00:00.000Z | mastodon.social | mastodon.social | 117029094556015562 | https://mastodon.social/@bsletten/117029094556015562 | Every once in a while, the internet delivers sublime joy. # humor # foundontheinternet # magritte # comewithmeifyoufearthetreacheryofimages | null | 2026-08-03T01:57:48.008Z | null | en | public | false | false | false | 5 | 99 | 143 | [
"humor",
"foundontheinternet",
"magritte",
"comewithmeifyoufearthetreacheryofimages"
] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/SeanCasten | SeanCasten@mastodon.social | Sean Casten | https://mastodon.social/@SeanCasten | 5,211 | 83 | 5,365 | false | 2022-11-18T00:00:00.000Z | mastodon.social | mastodon.social | 117028812037152678 | https://mastodon.social/@SeanCasten/117028812037152678 | This is ridiculously scary. Yes, we are currently talking about ballrooms and reflecting pools and inflation and Iran and Venezuela and Epstein and crypto grift and the moral rot of the GOP. But all that is going to be forgotten soon. Shit is about to get real, as they say. | null | 2026-08-03T00:45:57.111Z | null | en | public | false | false | false | 14 | 109 | 96 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/luckytran | luckytran@mastodon.social | Dr. Lucky Tran | https://mastodon.social/@luckytran | 23,162 | 163 | 97 | false | 2026-03-01T00:00:00.000Z | mastodon.social | mastodon.social | 117028044608169820 | https://mastodon.social/@luckytran/117028044608169820 | I worked for New York’s largest medical center at the start of the pandemic. There were morgue trucks on the streets. They set up emergency medical tents in Central Park. Healthcare worker colleagues died. It is horrific that RFK Jr is on national TV lying that ICUs were empty. | null | 2026-08-02T21:30:47.071Z | null | en | public | false | false | false | 33 | 324 | 261 | [] | 0 | 1 | [
"video"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/QasimRashid | QasimRashid@mastodon.social | Qasim Rashid, Esq. | https://mastodon.social/@QasimRashid | 92,230 | 106 | 4,537 | false | 2022-10-30T00:00:00.000Z | mastodon.social | mastodon.social | 117029450548542124 | https://mastodon.social/@QasimRashid/117029450548542124 | Hey so the Trump regime unilaterally forced Haitian Americans into undocumented status, and is now using that undocumented status as an excuse to force them to wear ankle monitors. A reminder that the "just follow the law" crowd is lying. It was never about following the law, it was always about banning Black and brown... | null | 2026-08-03T03:28:20.028Z | null | en | public | false | false | false | 2 | 47 | 28 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/VeroniqueB99 | VeroniqueB99@mastodon.social | Vee | https://mastodon.social/@VeroniqueB99 | 6,179 | 2,096 | 128,134 | false | 2023-08-01T00:00:00.000Z | mastodon.social | mastodon.social | 117028366519212660 | https://mastodon.social/@VeroniqueB99/117028366519212660 | null | null | 2026-08-02T22:52:39.048Z | 2026-08-02T22:59:39.777Z | en | public | false | false | false | 9 | 174 | 164 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/nowathecat | nowathecat@mastodon.social | Nowa the cat😼 | https://mastodon.social/@nowathecat | 2,064 | 637 | 169 | false | 2025-08-23T00:00:00.000Z | mastodon.social | mastodon.social | 117029324136502421 | https://mastodon.social/@nowathecat/117029324136502421 | Meow # cat | null | 2026-08-03T02:56:11.130Z | null | en | public | false | false | false | 2 | 25 | 50 | [
"cat"
] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/Sheril | Sheril@mastodon.social | Sheril Kirshenbaum | https://mastodon.social/@Sheril | 70,191 | 211 | 1,677 | false | 2022-10-29T00:00:00.000Z | mastodon.social | mastodon.social | 117027378387258471 | https://mastodon.social/@Sheril/117027378387258471 | Yes! Credit to a “Yannick R.” I do not know them but I spotted this on social media it appeals to the part of me that works in agriculture & the global # food system. # science | null | 2026-08-02T18:41:21.352Z | null | en | public | false | false | false | 16 | 425 | 609 | [
"food",
"science"
] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/LilPecan | LilPecan@mastodon.social | Piggleston Pecanpants | https://mastodon.social/@LilPecan | 555 | 415 | 11,816 | false | 2022-04-26T00:00:00.000Z | mastodon.social | mastodon.social | 117027933867330842 | https://mastodon.social/@LilPecan/117027933867330842 | No, Mastodon, I don't want that noncapitalized hashtag. I want to keep my capitalized letters so it's easier for ereaders to understand. When are you going to get that? | null | 2026-08-02T21:02:37.303Z | null | en | public | false | false | false | 16 | 151 | 274 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/csilverman | csilverman@mastodon.social | Chris Silverman 🌻 | https://mastodon.social/@csilverman | 7,023 | 501 | 5,881 | false | 2017-04-03T00:00:00.000Z | mastodon.social | mastodon.social | 117028882763465428 | https://mastodon.social/@csilverman/117028882763465428 | # notesArt # mastoArt # art # illustration # fediArt | null | 2026-08-03T01:03:56.311Z | null | en | public | false | false | false | 2 | 42 | 59 | [
"notesart",
"mastoart",
"art",
"illustration",
"fediart"
] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
infosec.exchange/catsalad | catsalad@infosec.exchange | Cat 🐈🥗 (D.Burch) | https://infosec.exchange/@catsalad | 31,312 | 5,116 | 67,403 | false | 2022-11-11T00:00:00.000Z | infosec.exchange | mastodon.social | 117029134671937756 | https://infosec.exchange/@catsalad/117029134497859446 | Air biscuits :dbl_paw: | null | 2026-08-03T02:07:57.000Z | null | en | public | false | false | false | 0 | 53 | 37 | [] | 0 | 1 | [
"gifv"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/HitchhikersGuideQuoteBot2 | HitchhikersGuideQuoteBot2@mastodon.social | Hitchhiker's Guide Quote Bot | https://mastodon.social/@HitchhikersGuideQuoteBot2 | 5,605 | 0 | 22 | true | 2025-02-27T00:00:00.000Z | mastodon.social | mastodon.social | 117028219268743155 | https://mastodon.social/@HitchhikersGuideQuoteBot2/117028219268743155 | The Hitchhiker's Guide to the Galaxy ... says of the Sirius Cybernetics Corporation products that "it is very easy to be blinded to the essential uselessness of them by the sense of achievement you get from getting them to work at all." # HitchhikersGuide # DouglasAdams # quotes # quote # bot | null | 2026-08-02T22:15:12.187Z | null | en | public | false | false | false | 6 | 116 | 112 | [
"hitchhikersguide",
"douglasadams",
"quotes",
"quote",
"bot"
] | 0 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/sundogplanets | sundogplanets@mastodon.social | Prof. Sam Lawler | https://mastodon.social/@sundogplanets | 18,242 | 1,481 | 15,776 | false | 2022-04-25T00:00:00.000Z | mastodon.social | mastodon.social | 117027765974247264 | https://mastodon.social/@sundogplanets/117027765974247264 | RE: https:// scicomm.xyz/@JohnBarentine/117 027711546764224 This is hideously depressing (here come the megabright satellites, screw you AST Spacemobile). But I am delighted that these authors (none of whom I've ever worked with before) use the word "megaconstellation" with no qualifiers! Did you know that satellite co... | null | 2026-08-02T20:19:55.459Z | null | en | public | false | false | false | 12 | 209 | 229 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
reentry.codl.fr/apod | apod@reentry.codl.fr | Astronomy Picture of the Day | https://reentry.codl.fr/@apod | 70,344 | 1 | 646 | true | 2024-11-01T00:00:00.000Z | reentry.codl.fr | mastodon.social | 117028204964756166 | https://reentry.codl.fr/@apod/statuses/01KZ2840EC3ABE5MZTV4RBNZ6S | A Fire Rainbow over West Virginia Image Credit & Copyright: Christa Harbig Explanation: What's happening to this cloud? Ice crystals in a distant cirrus cloud are acting like little floating prisms . Known informally as a fire rainbow for its flame-like appearance, a circumhorizon arc appears parallel to the horizon. F... | null | 2026-08-02T22:04:42.000Z | null | en | public | false | false | false | 3 | 164 | 48 | [
"apod"
] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/jonesmurphy | jonesmurphy@mastodon.social | Jones Murphy | https://mastodon.social/@jonesmurphy | 508 | 389 | 11,914 | false | 2025-09-04T00:00:00.000Z | mastodon.social | mastodon.social | 117029110281639074 | https://mastodon.social/@jonesmurphy/117029110281639074 | Most of the world’s 1.3 billion black people are banned from even visiting the US. In addition, those who aren't banned face steep, racist fees not charged to non-black people, particularly white people. That's what they mean by # MAGA https:// africa.businessinsider.com/loc al/lifestyle/twelve-months-after-its-rollout... | null | 2026-08-03T02:01:47.969Z | null | en | public | false | false | false | 0 | 29 | 23 | [
"maga"
] | 0 | 0 | [] | https://africa.businessinsider.com/local/lifestyle/twelve-months-after-its-rollout-the-us-permanently-adopts-visa-bond-program-with/4fwrx9f | Twelve months after its rollout, the U.S. permanently adopts visa bond program with deposits of up to $20,000 for 30 African countries | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
bagel.ing/gavi | gavi@bagel.ing | gavi | https://bagel.ing/@gavi | 1,419 | 1,156 | 10,342 | false | 2025-08-10T00:00:00.000Z | bagel.ing | mastodon.social | 117029163010375701 | https://bagel.ing/@gavi/statuses/01KZ2PEF2VQGAVDEEXGDM52P83 | How do you say “I love you” in your native language? Boosts appreciated | null | 2026-08-03T02:15:05.000Z | null | en | public | false | false | false | 21 | 44 | 2 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/donni | donni@mastodon.social | donni saphire | https://mastodon.social/@donni | 9,244 | 537 | 6,482 | false | 2018-08-16T00:00:00.000Z | mastodon.social | mastodon.social | 117029469175280957 | https://mastodon.social/@donni/117029469175280957 | Sorry I never replied to your text. I just didn’t want to | null | 2026-08-03T03:33:04.246Z | null | en | public | false | false | false | 0 | 10 | 22 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mstdn.social/ObsidianUrbex | ObsidianUrbex@mstdn.social | Obsidian Urbex Photography | https://mstdn.social/@ObsidianUrbex | 8,559 | 138 | 5,272 | false | 2022-11-12T00:00:00.000Z | mstdn.social | mastodon.social | 117028986953877282 | https://mstdn.social/@ObsidianUrbex/117028986679507418 | A huge and impressive old glasshouse in the south of France. Often called La Serre du Chirurgien (“The Surgeon’s Greenhouse”). Honestly, I am not sure exactly why 😅 # France # Photography # Abandoned # LostPlaces # Story | null | 2026-08-03T01:30:21.000Z | null | en | public | false | false | false | 3 | 48 | 61 | [
"france",
"photography",
"abandoned",
"lostplaces",
"story"
] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mas.to/returntosender | returntosender@mas.to | PointOfNo | https://mas.to/@returntosender | 456 | 252 | 6,438 | false | 2022-12-03T00:00:00.000Z | mas.to | mastodon.social | 117029077398877307 | https://mas.to/@returntosender/117029077318191228 | waiting for replanting to the bigger pot # dogsofmastodon # dogs # Humor | null | 2026-08-03T01:53:24.000Z | null | en | public | false | false | false | 2 | 37 | 51 | [
"humor",
"dogs",
"dogsofmastodon"
] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/nixCraft | nixCraft@mastodon.social | nixCraft 🐧 | https://mastodon.social/@nixCraft | 118,645 | 206 | 10,794 | false | 2017-04-03T00:00:00.000Z | mastodon.social | mastodon.social | 117029457519791468 | https://mastodon.social/@nixCraft/117029457519791468 | The statcounter screenshot shows Linux's desktop market share in North America at 10.65% 😱 So people are adopting Linux faster? Pretty cool 👌 https:// gs.statcounter.com/os-market-s hare/desktop/north-america/ | null | 2026-08-03T03:30:06.394Z | null | en | public | false | false | false | 3 | 6 | 19 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/cmconseils | cmconseils@mastodon.social | Laura :bongoCat: | https://mastodon.social/@cmconseils | 11,957 | 846 | 4,770 | false | 2017-04-04T00:00:00.000Z | mastodon.social | mastodon.social | 117027432266980999 | https://mastodon.social/@cmconseils/117027432266980999 | null | null | 2026-08-02T18:55:03.491Z | null | en | public | false | false | false | 9 | 124 | 319 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
masto.byrd.ws/josh | josh@masto.byrd.ws | >ᴗ< | https://masto.byrd.ws/@josh | 1,713 | 1,304 | 6,122 | false | 2024-08-09T00:00:00.000Z | masto.byrd.ws | mastodon.social | 117028259215633353 | https://masto.byrd.ws/@josh/117028258657417002 | endless growth is the ideology of a cancer cell | null | 2026-08-02T22:25:13.000Z | null | en | public | false | false | false | 6 | 100 | 124 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/2ruth | 2ruth@mastodon.social | TruckWoman | https://mastodon.social/@2ruth | 184 | 119 | 1,787 | false | 2026-04-06T00:00:00.000Z | mastodon.social | mastodon.social | 117027814891506191 | https://mastodon.social/@2ruth/117027814891506191 | Forgive me, I'm posting a # tree for # StandingStoneSunday but honestly this one had all the gravitas of an ancient megalith 😁 | null | 2026-08-02T20:32:21.903Z | null | en | public | false | false | false | 5 | 59 | 166 | [
"tree",
"StandingStoneSunday"
] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.world/davidho | davidho@mastodon.world | David Ho | https://mastodon.world/@davidho | 15,477 | 329 | 4,677 | false | 2022-11-21T00:00:00.000Z | mastodon.world | mastodon.social | 117028466607494796 | https://mastodon.world/@davidho/117028466493325906 | Are we all in agreement that Trump made billions of dollars from crypto, not because it's a good way for everyone to make money and he's just smarter about it, but because it's a good way for him to scam his witless followers and accept bribes legally? https://www. youtube.com/watch?v=A9iZ10yIRwM | null | 2026-08-02T23:18:04.000Z | null | en | public | false | false | false | 4 | 64 | 64 | [] | 0 | 0 | [] | https://www.youtube.com/watch?v=A9iZ10yIRwM | Trump & Crypto: Last Week Tonight with John Oliver (HBO) | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
theblower.au/nomiddlename | nomiddlename@theblower.au | Gareth | https://theblower.au/@nomiddlename | 250 | 473 | 820 | false | 2022-11-12T00:00:00.000Z | theblower.au | mastodon.social | 117028631189190000 | https://theblower.au/@nomiddlename/117028631008876708 | Slightly soggy kookaburra sunning itself after a quick dip in our pool. | null | 2026-08-02T23:59:54.000Z | null | en | public | false | false | false | 4 | 48 | 72 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/gwynnion | gwynnion@mastodon.social | Nowhere Girl | https://mastodon.social/@gwynnion | 7,586 | 345 | 41,748 | false | 2023-02-09T00:00:00.000Z | mastodon.social | mastodon.social | 117027635548005771 | https://mastodon.social/@gwynnion/117027635548005771 | My recollection of the COVID lockdowns was they came too late and weren't enough and didn't last long enough but they were still the smartest and most humane thing I had seen this country ever do. So it's perplexing to me how many people treat it like the Year From Hell even when they didn't lose anyone or anything. | null | 2026-08-02T19:46:45.324Z | null | en | public | false | false | false | 19 | 91 | 197 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/TheWarOnCars | TheWarOnCars@mastodon.social | The War on Cars | https://mastodon.social/@TheWarOnCars | 14,405 | 597 | 1,874 | false | 2022-11-18T00:00:00.000Z | mastodon.social | mastodon.social | 117029029736605154 | https://mastodon.social/@TheWarOnCars/117029029736605154 | "Cars can be weapons, and the ubiquity of guns and cars in our society means a single crazy person is always going to be able to do huge amounts of damage if they want to. The only way to stop that is to limit them, which nobody in power seems to want to do." https:// nyc.streetsblog.org/2026/08/02 /summer-bummer-annua... | null | 2026-08-03T01:41:18.944Z | null | en | public | false | false | false | 1 | 23 | 18 | [] | 0 | 0 | [] | https://nyc.streetsblog.org/2026/08/02/summer-bummer-annual-car-free-street-event-squeezed-in-nypd-overkill | Summer Bummer: Annual Car-Free Street Event Squeezed In NYPD 'Overkill' - Streetsblog New York City | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.art/MicroSFF | MicroSFF@mastodon.art | Micro SF/F by O. Westin | https://mastodon.art/@MicroSFF | 26,780 | 17 | 1,034 | false | 2022-11-20T00:00:00.000Z | mastodon.art | mastodon.social | 117028231290462846 | https://mastodon.art/@MicroSFF/117028230907471753 | "People say it must be great to be so strong and free," said the werewolf, "but they don't trust you." "And wolves have their own packs," the witch said, "and you smell weird to them." "How did you know?" "We are many, us living in the between. All we can do is be ourselves, as well we can." # MicroFiction # TootFic # ... | null | 2026-08-02T22:18:09.000Z | null | en | public | false | false | false | 1 | 86 | 143 | [
"microfiction",
"tootfic",
"smallstories"
] | 0 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/DocAtCDI | DocAtCDI@mastodon.social | DocAtCDI | https://mastodon.social/@DocAtCDI | 941 | 834 | 23,425 | false | 2022-12-13T00:00:00.000Z | mastodon.social | mastodon.social | 117028778406773246 | https://mastodon.social/@DocAtCDI/117028778406773246 | I threw an iPhone into a lake the other day. It's still syncing. | null | 2026-08-03T00:37:23.953Z | null | en | public | false | false | false | 1 | 17 | 35 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mas.to/kims | kims@mas.to | Kim Scheinberg | https://mas.to/@kims | 4,694 | 636 | 7,643 | false | 2022-11-04T00:00:00.000Z | mas.to | mastodon.social | 117028429114982794 | https://mas.to/@kims/117028429051865672 | Trump Media has officially launched _Truth API_, its new paid data service providing faster access to Trump's Truth Social posts Per the press release, Truth API gives firms "a direct, licensed, real-time feed of the platform’s most market-moving Truths" It reportedly costs as much as $100k/mo + + + Setting aside just ... | null | 2026-08-02T23:08:33.000Z | null | en | public | false | false | false | 8 | 69 | 71 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/Daojoan | Daojoan@mastodon.social | JA Westenberg | https://mastodon.social/@Daojoan | 38,856 | 1,635 | 10,109 | false | 2023-01-28T00:00:00.000Z | mastodon.social | mastodon.social | 117028692207064535 | https://mastodon.social/@Daojoan/117028692207064535 | Unicorns are glorious creatures, but they die glorious deaths. A cockroach has no ego, only the instinct to persist and survive nuclear winters. Longevity > Legacy. Survive until tomorrow. https://www. joanwestenberg.com/p/stop-tryi ng-to-build-a-unicorn-start | null | 2026-08-03T00:15:28.647Z | null | en | public | false | false | false | 1 | 23 | 31 | [] | 0 | 0 | [] | https://www.joanwestenberg.com/p/stop-trying-to-build-a-unicorn-start | Stop Trying to Build a Unicorn. Start Cockroachmaxxing. | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
hachyderm.io/thomasfuchs | thomasfuchs@hachyderm.io | Thomas Fuchs | https://hachyderm.io/@thomasfuchs | 25,109 | 792 | 494 | false | 2022-11-20T00:00:00.000Z | hachyderm.io | mastodon.social | 117029143221093578 | https://hachyderm.io/@thomasfuchs/117029142972145022 | This was such a fascinating product! Apple literally as reseller of DOS and Windows. Essentially a complete PC on an expansion card; it would run DOS/Windows in parallel with the Mac and you could switch with a keyboard combo. Also includes the worlds weirdest cable with four ends to connect the card and monitor and vi... | null | 2026-08-03T02:10:06.000Z | null | en | public | false | false | false | 7 | 19 | 29 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
turtleisland.social/dillyd | dillyd@turtleisland.social | dillyd | https://turtleisland.social/@dillyd | 3,256 | 3,030 | 2,008 | false | 2024-05-09T00:00:00.000Z | turtleisland.social | mastodon.social | 117028561803643814 | https://turtleisland.social/@dillyd/117028561588632250 | It was another good day for mushrooms. There was a moment when there were so many around me, it smelled just like when I'm chopping mushrooms in the kitchen. And there was a lot of wind that chased away the mosquitoes, so it was just me in my favorite place, the forest, without any sprays. # mushrooms # mushtodon | null | 2026-08-02T23:42:15.000Z | null | en | public | false | false | false | 2 | 45 | 98 | [
"mushrooms",
"mushtodon"
] | 0 | 4 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
chaos.social/filmroellchen | filmroellchen@chaos.social | kleine Katze | https://chaos.social/@filmroellchen | 1,034 | 341 | 13,597 | false | 2022-06-02T00:00:00.000Z | chaos.social | mastodon.social | 117027844670199467 | https://chaos.social/@filmroellchen/117027844595235698 | Hi everyone, let’s see if I can # getfedihired :3 :BoostOK: I recently completed my Master’s degree in Computer Science at the University of Stuttgart, and am looking for job opportunities, remote or in-person (preferably around Stuttgart). I’m primarily qualified for and interested in embedded and hardware-adjacent so... | null | 2026-08-02T20:39:55.000Z | null | en | public | false | false | false | 3 | 173 | 52 | [
"getfedihired"
] | 0 | 0 | [] | https://filmroellchen.eu/cv/ | Hire me | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mstdn.social/stux | stux@mstdn.social | stux⚡️ | https://mstdn.social/@stux | 166,380 | 34,496 | 135,051 | false | 2019-11-03T00:00:00.000Z | mstdn.social | mastodon.social | 117028592594694559 | https://mstdn.social/@stux/117028591675033832 | It’s time to get some meow meows :sleep: :stux: :nkoSleep: Goodnight my dear friends :mastodon: :fediverse: :blobcathearts: :blobcatsnuggle: | null | 2026-08-02T23:49:54.000Z | null | en | public | false | false | false | 0 | 37 | 84 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/lzg | lzg@mastodon.social | lenazun | https://mastodon.social/@lzg | 6,949 | 674 | 47 | false | 2017-04-04T00:00:00.000Z | mastodon.social | mastodon.social | 117029028329553230 | https://mastodon.social/@lzg/117029028329553230 | tiny pleated inkcaps in my mustard | null | 2026-08-03T01:40:57.470Z | null | en | public | false | false | false | 1 | 7 | 22 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/kellyromanych | kellyromanych@mastodon.social | KellyAnn Romanych (she/her) | https://mastodon.social/@kellyromanych | 1,021 | 1,054 | 15,316 | false | 2022-11-09T00:00:00.000Z | mastodon.social | mastodon.social | 117028970213978211 | https://mastodon.social/@kellyromanych/117028970213978211 | The earth tried to lock fossil fuels out of human reach for a reason | null | 2026-08-03T01:26:10.696Z | null | en | public | false | false | false | 0 | 7 | 23 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/benroyce | benroyce@mastodon.social | ⏩︎VOTE⏪︎ ᶜʸⁿⁱᶜⁱˢᵐ⁼ᵃᶜᶜᵉᵖᵗᵃⁿᶜᵉ (Ben Royce) | https://mastodon.social/@benroyce | 7,091 | 3,482 | 63,222 | false | 2023-03-10T00:00:00.000Z | mastodon.social | mastodon.social | 117027969617792026 | https://mastodon.social/@benroyce/117027969617792026 | "Cool # AI # cartoon " Nope This is a page from the 1981 # comicBook "Power and Peril in the Promised Land" - The # IncredibleHulk issue 256 This shit's been going on for a long time (Sadly the creator of this comic, # BillMantlo , was a victim of a hit-and-run in 1992. He suffered brain damage and has been institution... | null | 2026-08-02T21:11:42.812Z | 2026-08-02T23:27:22.578Z | en | public | false | false | false | 3 | 65 | 62 | [
"ai",
"cartoon",
"comicbook",
"incrediblehulk",
"billmantlo",
"marvel",
"guardiansofthegalaxy",
"superhero",
"rocketraccoon",
"israel",
"palestine",
"mcu",
"gaza"
] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/marcoarment | marcoarment@mastodon.social | Marco Arment | https://mastodon.social/@marcoarment | 53,487 | 218 | 3,093 | false | 2022-11-16T00:00:00.000Z | mastodon.social | mastodon.social | 117028369883857357 | https://mastodon.social/@marcoarment/117028369883857357 | RE: https:// macaw.social/@mergesort/117028 134501402148 My position on AI coding has evolved a lot since Fable's release. It’s an INCREDIBLY powerful tool for developers. Like every developer tool, if used by shitty programmers (or shitty people), it can create shitty software that does shitty things. But in good, con... | null | 2026-08-02T22:53:30.388Z | null | en | public | false | false | false | 8 | 12 | 57 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/robinince | robinince@mastodon.social | Robin Ince | https://mastodon.social/@robinince | 2,979 | 84 | 821 | false | 2025-01-23T00:00:00.000Z | mastodon.social | mastodon.social | 117028017549456907 | https://mastodon.social/@robinince/117028017549456907 | I am sorry for all the people who will be damaged by the shitty discussions that will be generated by this . Just like the Age of Diagnosis, the creators are not presenting this in a vacuum - when the age of diagnosis was published - it generated many hostile conversations - an autistic woman who had finally decided to... | null | 2026-08-02T21:23:54.201Z | 2026-08-02T21:34:43.738Z | en | public | false | false | false | 23 | 52 | 63 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
infosec.exchange/cR0w | cR0w@infosec.exchange | :rainbowCrow: | https://infosec.exchange/@cR0w | 829 | 384 | 1,225 | false | 2022-10-28T00:00:00.000Z | infosec.exchange | mastodon.social | 117029128798957936 | https://infosec.exchange/@cR0w/117029128607299948 | null | null | 2026-08-03T02:06:27.000Z | null | en | public | false | false | false | 4 | 18 | 5 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/seigfriedsgallery | seigfriedsgallery@mastodon.social | seigfried | https://mastodon.social/@seigfriedsgallery | 816 | 2 | 33 | false | 2025-06-20T00:00:00.000Z | mastodon.social | mastodon.social | 117027853398814306 | https://mastodon.social/@seigfriedsgallery/117027853398814306 | tomb of Ithros # sciencefiction # solarpunk # digitalart # illustration # fantasyart # scifiart # procreate # comicart | null | 2026-08-02T20:42:09.454Z | null | en | public | false | false | false | 1 | 46 | 98 | [
"sciencefiction",
"solarpunk",
"digitalArt",
"illustration",
"fantasyart",
"scifiart",
"procreate",
"comicart"
] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/joyousjoyness | joyousjoyness@mastodon.social | Joy | https://mastodon.social/@joyousjoyness | 5,500 | 6,237 | 8,035 | false | 2024-05-10T00:00:00.000Z | mastodon.social | mastodon.social | 117029107487340108 | https://mastodon.social/@joyousjoyness/117029107487340108 | Got some sample totes made for myself! So happy with the colors and detail! Which is your favorite? You can grab these and more cat accessories here: https://www. joyousjoyness.com/collections/ cat-accessories # cat # blackcat # ukraine # totebag # funnycat | null | 2026-08-03T02:01:05.335Z | null | en | public | false | false | false | 0 | 8 | 15 | [
"cat",
"blackcat",
"ukraine",
"totebag",
"funnycat"
] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
autistics.life/d1 | d1@autistics.life | Owl Eyes Hoo | https://autistics.life/@d1 | 268 | 288 | 4,920 | false | 2025-06-02T00:00:00.000Z | autistics.life | mastodon.social | 117027851921259967 | https://autistics.life/@d1/117027851794657150 | Which software ecosystems have you been brave and courageous enough **to abandon completely**? Check all that apply Please boost for # Science :blob_cat_heart: # SocialMedia # Meta # Google # Microsoft # internet # web # apps # Bigtech | null | 2026-08-02T20:41:44.000Z | null | en | public | false | false | false | 34 | 134 | 35 | [
"science",
"socialmedia",
"meta",
"google",
"microsoft",
"internet",
"web",
"apps",
"bigtech"
] | 0 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/vicfroh | vicfroh@mastodon.social | Victator | https://mastodon.social/@vicfroh | 918 | 1,920 | 7,307 | false | 2025-10-25T00:00:00.000Z | mastodon.social | mastodon.social | 117026662293467566 | https://mastodon.social/@vicfroh/117026662293467566 | # religion # poverty # starvation # catholic # catholisism # jesuschrist | null | 2026-08-02T15:39:14.628Z | null | en | public | false | false | false | 20 | 294 | 481 | [
"religion",
"poverty",
"starvation",
"catholic",
"catholisism",
"jesuschrist"
] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
fediscience.org/ZLabe | ZLabe@fediscience.org | Zack Labe | https://fediscience.org/@ZLabe | 13,126 | 107 | 5,061 | false | 2022-11-04T00:00:00.000Z | fediscience.org | mastodon.social | 117028706606334478 | https://fediscience.org/@ZLabe/117028704996799033 | Overnight temperatures are warming up across much of the contiguous United States during the month of August. Some of the largest trends are across the West, especially for daytime maximum temperatures (which I will post later). More U.S. climate change visuals: https:// zacklabe.com/united-states-cli mate-indicators/ | null | 2026-08-03T00:18:43.000Z | null | en | public | false | false | false | 2 | 34 | 19 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mstdn.social/MaryAustinBooks | MaryAustinBooks@mstdn.social | Scary Austin | https://mstdn.social/@MaryAustinBooks | 2,291 | 2,863 | 24,085 | false | 2022-11-05T00:00:00.000Z | mstdn.social | mastodon.social | 117028700473370286 | https://mstdn.social/@MaryAustinBooks/117028700385008297 | Mosquitoes love me, so I love me some spiders. | null | 2026-08-03T00:17:33.000Z | null | en | public | false | false | false | 3 | 30 | 46 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mstdn.party/mcspocky | mcspocky@mstdn.party | McSpocky™ | https://mstdn.party/@mcspocky | 1,229 | 1,235 | 675 | false | 2026-06-18T00:00:00.000Z | mstdn.party | mastodon.social | 117029170347408042 | https://mstdn.party/@mcspocky/117029170170761970 | tRump keeps suing the press to punish coverage he hates. After early settlements, major media companies are finally fighting those lawsuits instead of writing big checks. The intimidation game is starting to hit resistance. https:// thehill.com/homenews/administr ation/6002870-media-companies-fight-trump-lawsuits/amp/ | null | 2026-08-03T02:17:01.000Z | null | en | public | false | false | false | 1 | 16 | 17 | [] | 0 | 0 | [] | https://thehill.com/homenews/administration/6002870-media-companies-fight-trump-lawsuits/amp/ | Media shifts to more aggressively fight Trump in courts | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
journa.host/samlitzinger | samlitzinger@journa.host | Sam Litzinger | https://journa.host/@samlitzinger | 5,072 | 1,292 | 390 | false | 2022-11-05T00:00:00.000Z | journa.host | mastodon.social | 117029273428170310 | https://journa.host/@samlitzinger/117029272330633210 | “Plug-In Solar Panels Are Starting to Sprout in U.S. Backyards Ten U.S. states have legalized systems that can be plugged into standard wall outlets. The technology typically does not require permits or electricians.” https://www. nytimes.com/2026/07/31/busines s/energy-environment/plug-in-balcony-solar.html?unlocked_a... | null | 2026-08-03T02:43:00.000Z | null | en | public | false | false | false | 0 | 14 | 15 | [] | 0 | 0 | [] | https://www.nytimes.com/2026/07/31/business/energy-environment/plug-in-balcony-solar.html?unlocked_article_code=1.2lA.MvCo.Tekl8wkayYK2&smid=nytcore-ios-share | Plug-In Solar Panels Are Starting to Sprout in U.S. Backyards | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
is-a.cat/ar | ar@is-a.cat | ari :prideified: | https://is-a.cat/@ar | 505 | 441 | 11,244 | false | 2022-04-29T00:00:00.000Z | is-a.cat | mastodon.social | 117027694642915946 | https://is-a.cat/@ar/117027694469414532 | today in cursed connectors: pci express. over dvi. because of course. courtessy of blackmagic design multibridge pro 2 | null | 2026-08-02T20:01:44.000Z | null | en | public | false | false | false | 23 | 151 | 295 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
hachyderm.io/edsuom | edsuom@hachyderm.io | Ed Suominen | https://hachyderm.io/@edsuom | 2,008 | 794 | 1,021 | false | 2022-11-16T00:00:00.000Z | hachyderm.io | mastodon.social | 117029361624662057 | https://hachyderm.io/@edsuom/117029361451100068 | When you are surrounded by the smoke of # Spokane burning in the hellscape of a # climatechange summer, this is how you let fresh air into the house. Two heavy-duty furnace filters in the window. | null | 2026-08-03T03:05:40.000Z | null | en | public | false | false | false | 1 | 13 | 11 | [
"spokane",
"climatechange"
] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/blogdiva | blogdiva@mastodon.social | your auntifa liza 🇵🇷 🦛 🦦 | https://mastodon.social/@blogdiva | 7,175 | 2,327 | 233,223 | false | 2023-07-02T00:00:00.000Z | mastodon.social | mastodon.social | 117028675287716071 | https://mastodon.social/@blogdiva/117028675287716071 | RE: https:// mastodon.social/@LilPecan/1170 27933867330842 🗣 CAMEL-CASE ALL THE TAGS! | null | 2026-08-03T00:11:10.595Z | null | en | public | false | false | false | 0 | 12 | 24 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
aus.social/ovyerus | ovyerus@aus.social | Ashlynne :heart_trans: 🏳️🌈 | https://aus.social/@ovyerus | 148 | 171 | 2,251 | false | 2022-11-06T00:00:00.000Z | aus.social | mastodon.social | 117029397881724850 | https://aus.social/@ovyerus/117029397842133296 | hey fedi! i've been unemployed for over a month now, and i figure it's about time to start looking for something new. i'm looking for a remote programming job (anywhere in the stack), ideally around Australia but I can flex a bit possibly. i'm proficient in TypeScript/the JavaScript ecosystem, Elixir, and a few others ... | null | 2026-08-03T03:14:55.000Z | 2026-08-03T03:15:47.000Z | en | public | false | false | false | 0 | 13 | 5 | [
"FediHire",
"getfedihired",
"hireme",
"fedihire_au"
] | 0 | 0 | [] | https://ovyerus.com/ | Ovyerus | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
bsky.brid.gy/thetnholler.bsky.social | thetnholler.bsky.social@bsky.brid.gy | The Tennessee Holler | https://bsky.brid.gy/r/https://bsky.app/profile/thetnholler.bsky.social | 1,981 | 3 | 5 | false | 2024-11-13T00:00:00.000Z | bsky.brid.gy | mastodon.social | 117029198151091612 | https://bsky.brid.gy/r/https://bsky.app/profile/did:plc:5o6k7jvowuyaquloafzn3cfw/post/3ms5gxudpv22t | WATCH — Abby Phillip to Tim Parrish: “Trump’s sons are doing business deals that have a direct relationship with the 🇺🇸 government… the double standard is YOUR problem. If you had a problem with Hunter Biden, you should have 10x the problem with the Trumps.” | null | 2026-08-03T02:24:08.285Z | null | en | public | false | false | false | 0 | 15 | 2 | [] | 0 | 1 | [
"video"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/gvwilson | gvwilson@mastodon.social | Greg Wilson | https://mastodon.social/@gvwilson | 5,481 | 135 | 23,976 | false | 2022-10-28T00:00:00.000Z | mastodon.social | mastodon.social | 117027105609829776 | https://mastodon.social/@gvwilson/117027105609829776 | Looking for source of quote: "The real purpose of AI is to give the wealthy access to skill without giving the skilled access to wealth." thanks in advance (please note: not in search of commentary at present time) | null | 2026-08-02T17:31:59.097Z | 2026-08-02T17:32:18.399Z | en | public | false | false | false | 9 | 155 | 191 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
fediscience.org/hausfath | hausfath@fediscience.org | Zeke Hausfather | https://fediscience.org/@hausfath | 4,626 | 109 | 1,141 | false | 2022-11-10T00:00:00.000Z | fediscience.org | mastodon.social | 117027561477997646 | https://fediscience.org/@hausfath/117027561335494751 | I'm not sure folks have realized just how crazy the second half of 2026 and 2027 will be for global temperatures – on the back of a record-smashing El Niño event. Here is my latest estimate of where both years will end up compared to global temperatures since 1850. | null | 2026-08-02T19:27:52.000Z | null | en | public | false | false | false | 7 | 147 | 102 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/fesshole | fesshole@mastodon.social | Fesshole 🧻 | https://mastodon.social/@fesshole | 19,582 | 2 | 16,603 | true | 2023-12-17T00:00:00.000Z | mastodon.social | mastodon.social | 117029438067195414 | https://mastodon.social/@fesshole/117029438067195414 | Add your fess: http:// b3ta.com/addfess | null | 2026-08-03T03:25:09.572Z | null | en | public | false | false | false | 0 | 3 | 10 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mstdn.social/TimKStanton | TimKStanton@mstdn.social | Tim Stanton | https://mstdn.social/@TimKStanton | 2,588 | 2,027 | 11,897 | false | 2022-11-12T00:00:00.000Z | mstdn.social | mastodon.social | 117028689932978524 | https://mstdn.social/@TimKStanton/117028689529904558 | A great day at the beach today!. The ocean was calm and I had a nice swim. One “wrinkle”— before the swim, a large fin emerged and moved about for several minutes. Drew quite a crowd of onlookers. With the known presence of aggressive sharks here, I was just about to cancel the swim. But soon the fin flopped back and f... | null | 2026-08-03T00:14:47.000Z | null | en | public | false | false | false | 5 | 22 | 52 | [
"capecod",
"ocean",
"beach",
"photography",
"nature",
"naturephotography"
] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/docpop | docpop@mastodon.social | Doctor M. Popular | https://mastodon.social/@docpop | 3,691 | 860 | 9,196 | false | 2017-03-30T00:00:00.000Z | mastodon.social | mastodon.social | 117027655510299342 | https://mastodon.social/@docpop/117027655510299342 | I'd love to ride a Spacelander bike sometime. Always had a soft spot for these weird bicycles. https://www. ebay.com/itm/318660277504 | null | 2026-08-02T19:51:49.912Z | null | en | public | false | false | false | 4 | 53 | 97 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/Lizette603_23 | Lizette603_23@mastodon.social | Lizette | https://mastodon.social/@Lizette603_23 | 1,343 | 1,540 | 1,852 | false | 2023-06-01T00:00:00.000Z | mastodon.social | mastodon.social | 117029216746384139 | https://mastodon.social/@Lizette603_23/117029216746384139 | Just a general announcement to those who read me, thanks for your patience with my recent plethora of misspellings and bizarre syntax etc. Until we get to a new normal for my eyes and this a new rx for my lenses, I'll mostly use voice to text a lot and ..it doesn't understand how people actually talk. So. Thanks for ke... | null | 2026-08-03T02:28:52.485Z | 2026-08-03T02:33:52.514Z | en | public | false | false | false | 4 | 1 | 16 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/glyph | glyph@mastodon.social | Glyph | https://mastodon.social/@glyph | 7,649 | 372 | 37,906 | false | 2017-02-06T00:00:00.000Z | mastodon.social | mastodon.social | 117028608500659615 | https://mastodon.social/@glyph/117028608500659615 | Really wondering if these Thought Leaders who are now — at this late moment, now that the KOSPI is tanking and Nadella is saying that trusting OpenAI will annihilate your business — are coming around to the idea that maybe LLMs aren’t really all *that* useful, will give *any* credit to the people who have been saying i... | null | 2026-08-02T23:54:11.393Z | null | en | public | false | false | false | 6 | 10 | 26 | [] | 0 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.neilzone.co.uk/neil | neil@mastodon.neilzone.co.uk | Neil Brown | https://mastodon.neilzone.co.uk/@neil | 10,509 | 645 | 12,396 | false | 2018-02-21T00:00:00.000Z | mastodon.neilzone.co.uk | mastodon.social | 117026892110437788 | https://mastodon.neilzone.co.uk/@neil/117026890874769769 | Polar bear! | null | 2026-08-02T16:37:22.000Z | null | en | public | false | false | false | 35 | 311 | 620 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
thecanadian.social/MostlyHarmless | MostlyHarmless@thecanadian.social | MostlyHarmless | https://thecanadian.social/@MostlyHarmless | 8,041 | 113 | 4,956 | false | 2022-12-24T00:00:00.000Z | thecanadian.social | mastodon.social | 117028868949414623 | https://thecanadian.social/@MostlyHarmless/117028867245384691 | null | null | 2026-08-03T00:59:59.000Z | null | en | public | false | false | false | 1 | 16 | 25 | [] | 0 | 1 | [
"image"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mstdn.ca/dbattistella | dbattistella@mstdn.ca | DB 🌱💦 | https://mstdn.ca/@dbattistella | 1,532 | 1,632 | 7,541 | false | 2022-11-12T00:00:00.000Z | mstdn.ca | mastodon.social | 117027721562697063 | https://mstdn.ca/@dbattistella/117027721092830100 | July 2026 C: @Volcaholic # ClimateCrisis # GlobalWarming # FossilFuels | null | 2026-08-02T20:08:30.000Z | null | en | public | false | false | false | 3 | 105 | 55 | [
"climatecrisis",
"fossilfuels",
"globalwarming"
] | 0 | 1 | [
"video"
] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/grimmy | grimmy@mastodon.social | Gary "grim" Kramlich | https://mastodon.social/@grimmy | 865 | 249 | 3,449 | false | 2017-04-03T00:00:00.000Z | mastodon.social | mastodon.social | 117028161859248098 | https://mastodon.social/@grimmy/117028161859248098 | I'm amazed how often people think that @ pidgin used to connect to some public API in # AIM , # YIM , # ICQ , # MSN , etc... In reality we helped you break the # TOS constantly by using an unauthorized client that only worked thanks to the tireless efforts of reverse engineers. # Pidgin # OpenSource | null | 2026-08-02T22:00:36.194Z | null | en | public | false | false | false | 1 | 20 | 43 | [
"aim",
"yim",
"icq",
"msn",
"tos",
"pidgin",
"opensource"
] | 1 | 0 | [] | null | null | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
mastodon.social/markhurst | markhurst@mastodon.social | Mark Hurst | https://mastodon.social/@markhurst | 1,562 | 329 | 1,870 | false | 2018-08-09T00:00:00.000Z | mastodon.social | mastodon.social | 117027488711125836 | https://mastodon.social/@markhurst/117027488711125836 | "A Ton of Space Junk Tumbles Unpredictably to Earth Every Week." If only someone had issued a warning almost two years ago! ("Musk's space junk is a threat to us all" - https:// buttondown.com/creativegood/ar chive/musks-space-junk-is-a-threat-to-us-all/ - not to mention the tireless work @ sundogplanets & other astron... | null | 2026-08-02T19:09:24.763Z | null | en | public | false | false | false | 2 | 94 | 71 | [] | 1 | 0 | [] | https://buttondown.com/creativegood/archive/musks-space-junk-is-a-threat-to-us-all/ | Musk's space junk is a threat to us all | 2026-08-03T03:58:57 | 4QUYBmXlAitjfdVdy | unQrzwJYaqdVQss7W |
Mastodon Scraper
Read public Mastodon posts by hashtag, instance timeline, trending or account, and get one structured row per post with the author, engagement counts, hashtags, media and outbound links.
| Rows in this dataset | 24,226 |
| Fields | 67 |
| Collector runs behind it | 66 |
| Most recent observation | 2026-08-03 |
| Browsable presentation | https://reapx.dev/data/mastodon-scraper/ — 7,188 entity pages |
| Run the collector yourself | https://apify.com/reapx/mastodon-scraper |
What this is
Every row here was returned by a real run of a public collector. Nothing is generated from a template over a keyword list: a row exists because a run observed it.
A browsable presentation of the subset that carries an addressable handle is published as
7,188 entity pages at https://reapx.dev/data/mastodon-scraper/, one page per entity. This dataset is
the larger of the two — rows whose payload has no field that can address a page are here and
are not published there.
Provenance
Each row carries _run_id and _dataset_id, naming the collector run that produced it, so any
row can be traced back to the run that observed it. Rows observed by more than one run are
deduplicated on content; 156 duplicate observations were collapsed.
Files
mastodon-scraper.jsonl— one JSON object per row, the canonical formmastodon-scraper.csv— the same rows flattened; nested values are JSON-encoded within their cell so they round-tripdataset.json— schema.orgDatasetmetadata
Loading it
from datasets import load_dataset
ds = load_dataset("reapxdev/mastodon-scraper", split="train")
A sample of the published entities
- 2137.social/13
- defcon.social/jay52_tx
- freeradical.zone/babble_endanger
- infosec.exchange/davidbombal
- mas.to/maniandthenonos
- mastodon.scot/technorow
- mastodon.social/GetMusic
- mastodon.social/purrpurr
- mastodon.world/ShopTanADaiThanh
- nexirift.com/ichimatsuKsDenki969
- punk.photos/j.jilka
- sunny.garden/ZebraFeatherAH
Related
- All sources: https://reapx.dev/data/ · machine-readable index: https://reapx.dev/llms.txt
- The collector is a public Apify Actor; agents reach it through https://mcp.apify.com
Licence
Collected from public sources. This metadata and the published pages are CC BY 4.0; the underlying records remain under the terms of their originating source.
- Downloads last month
- 8
