A small tool to view real-world ActivityPub objects as JSON! Enter a URL
or username from Mastodon or a similar service below, and we'll send a
request with
the right
Accept
header
to the server to view the underlying object.
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"ostatus": "http://ostatus.org#",
"atomUri": "ostatus:atomUri",
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
"conversation": "ostatus:conversation",
"sensitive": "as:sensitive",
"toot": "http://joinmastodon.org/ns#",
"votersCount": "toot:votersCount",
"Hashtag": "as:Hashtag"
}
],
"id": "https://mastodon.social/users/octopus/outbox?min_id=0&page=true",
"type": "OrderedCollectionPage",
"next": "https://mastodon.social/users/octopus/outbox?max_id=240571&page=true",
"prev": "https://mastodon.social/users/octopus/outbox?min_id=265754&page=true",
"partOf": "https://mastodon.social/users/octopus/outbox",
"orderedItems": [
{
"id": "https://mastodon.social/users/octopus/statuses/265754/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-30T03:26:15Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/265754",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-30T03:26:15Z",
"url": "https://mastodon.social/@octopus/265754",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-30:objectId=265754:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>I have about 6-7 different versions of Gradle installed on my computer. Each project I work with was built with a different Gradle version, and bundles that copy. Plus, I downloaded 3 more recent versions to see if I could upgrade anything.</p><p>The culprit:<br />> ./gradlew build # "tell Gradle to build the project"<br />> gradle clean # reset to fresh, unbuilt state<br />> ./gradlew build # this blows up<br />></p>",
"contentMap": {
"en": "<p>I have about 6-7 different versions of Gradle installed on my computer. Each project I work with was built with a different Gradle version, and bundles that copy. Plus, I downloaded 3 more recent versions to see if I could upgrade anything.</p><p>The culprit:<br />> ./gradlew build # "tell Gradle to build the project"<br />> gradle clean # reset to fresh, unbuilt state<br />> ./gradlew build # this blows up<br />></p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/265754/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/265754/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/265754/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/265754/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/265754/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/265653/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-30T03:16:28Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/265653",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-30T03:16:28Z",
"url": "https://mastodon.social/@octopus/265653",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-30:objectId=265653:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>Nearly exactly the same problem. I just need to make sure processTestResources also creates the file. I didn't cause the error, I just uncovered it by fixing something earlier in the pipeline!</p><p>8. processTestResources already does processResources. The build actually works. Which seems right, because I did check everything worked before committing my changes.</p><p>Can you guess the issue? It's not a permissions or write-access problem.</p>",
"contentMap": {
"en": "<p>Nearly exactly the same problem. I just need to make sure processTestResources also creates the file. I didn't cause the error, I just uncovered it by fixing something earlier in the pipeline!</p><p>8. processTestResources already does processResources. The build actually works. Which seems right, because I did check everything worked before committing my changes.</p><p>Can you guess the issue? It's not a permissions or write-access problem.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/265653/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/265653/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/265653/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/265653/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/265653/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/265564/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-30T03:07:29Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/265564",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-30T03:07:29Z",
"url": "https://mastodon.social/@octopus/265564",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-30:objectId=265564:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>5. We define a task to create it, but never explicitly execute that task. The "processResources" task implies it.</p><p>So far, this is looking a lot like the Gulp problem - required task not being executed. And I did just make a change to what tasks Gradle does before which other tasks; I could have broken it with my changes.</p><p>6. I absolutely did not change anything related to that task.</p><p>7. processResources does not appear in the build log - but there is a processTestResources.</p>",
"contentMap": {
"en": "<p>5. We define a task to create it, but never explicitly execute that task. The "processResources" task implies it.</p><p>So far, this is looking a lot like the Gulp problem - required task not being executed. And I did just make a change to what tasks Gradle does before which other tasks; I could have broken it with my changes.</p><p>6. I absolutely did not change anything related to that task.</p><p>7. processResources does not appear in the build log - but there is a processTestResources.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/265564/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/265564/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/265564/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/265564/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/265564/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/265421/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-30T02:54:28Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/265421",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-30T02:54:28Z",
"url": "https://mastodon.social/@octopus/265421",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-30:objectId=265421:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>The new error was that a "properties.config" file was missing. Detective work reveals:<br />1. The file has been purposely excluded from the code repository.<br />2. The file was deleted from the repository back in June 2015. But, it could still be on other developers' computers. Or maybe it only became required recently.<br />3. The file had been required since Feb 2015.<br />4. (breakthrough) the file was automatically generated by the build process itself! Except it wasn't.</p>",
"contentMap": {
"en": "<p>The new error was that a "properties.config" file was missing. Detective work reveals:<br />1. The file has been purposely excluded from the code repository.<br />2. The file was deleted from the repository back in June 2015. But, it could still be on other developers' computers. Or maybe it only became required recently.<br />3. The file had been required since Feb 2015.<br />4. (breakthrough) the file was automatically generated by the build process itself! Except it wasn't.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/265421/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/265421/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/265421/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/265421/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/265421/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/265337/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-30T02:45:37Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/265337",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-30T02:45:37Z",
"url": "https://mastodon.social/@octopus/265337",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-30:objectId=265337:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>[Unless, of course, Gulp was already installed. So if it ran even once in the correct order, the problem would disappear in all future builds.]</p>",
"contentMap": {
"en": "<p>[Unless, of course, Gulp was already installed. So if it ran even once in the correct order, the problem would disappear in all future builds.]</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/265337/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/265337/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/265337/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/265337/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/265337/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/265305/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-30T02:42:11Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/265305",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-30T02:42:11Z",
"url": "https://mastodon.social/@octopus/265305",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-30:objectId=265305:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>[The original error was that the build tool, Gradle, was supposed to install another tool, Gulp, required to test and finish the build. But it didn't. Gradle knew that if Gulp was missing, it needed to be installed before running the "build" task. It also knew it needed to complete the "test" task before the "build" task. However, nobody told it it needed to install Gulp before doing "test". If it did "test" before "install gulp", "test" would crash and never got to "install gulp".]</p>",
"contentMap": {
"en": "<p>[The original error was that the build tool, Gradle, was supposed to install another tool, Gulp, required to test and finish the build. But it didn't. Gradle knew that if Gulp was missing, it needed to be installed before running the "build" task. It also knew it needed to complete the "test" task before the "build" task. However, nobody told it it needed to install Gulp before doing "test". If it did "test" before "install gulp", "test" would crash and never got to "install gulp".]</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/265305/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/265305/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/265305/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/265305/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/265305/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/265171/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-30T02:31:15Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/265171",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-30T02:31:15Z",
"url": "https://mastodon.social/@octopus/265171",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-30:objectId=265171:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>The real most recent build was canceled. I happened to have the "hide canceled builds" box checked. I was looking at a build of five random changes from last month.</p><p>I would have noticed this, except when I went to run it again on my laptop, the build failed again, with a very similar error message.</p><p>Mistake #2 - I figured it was the same root error, or at least caused by my fix. Both related to files missing from the test subproject, but not the same files.</p>",
"contentMap": {
"en": "<p>The real most recent build was canceled. I happened to have the "hide canceled builds" box checked. I was looking at a build of five random changes from last month.</p><p>I would have noticed this, except when I went to run it again on my laptop, the build failed again, with a very similar error message.</p><p>Mistake #2 - I figured it was the same root error, or at least caused by my fix. Both related to files missing from the test subproject, but not the same files.</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/2",
"name": "#2"
}
],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/265171/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/265171/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/265171/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/265171/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/265171/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/265066/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-30T02:21:39Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/265066",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-30T02:21:39Z",
"url": "https://mastodon.social/@octopus/265066",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-30:objectId=265066:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>I check the build server to see if my changes actually fixed the build. I don't know about the other 39 tests, but the most recent one should have had my changes and worked. The build at the top of the list failed, and with the same error I thought I had fixed.</p><p>Mistake #1: the build at the top of the list wasn't the most recent.</p>",
"contentMap": {
"en": "<p>I check the build server to see if my changes actually fixed the build. I don't know about the other 39 tests, but the most recent one should have had my changes and worked. The build at the top of the list failed, and with the same error I thought I had fixed.</p><p>Mistake #1: the build at the top of the list wasn't the most recent.</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/1",
"name": "#1"
}
],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/265066/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/265066/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/265066/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/265066/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/265066/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/265000/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-30T02:15:01Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/265000",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-30T02:15:01Z",
"url": "https://mastodon.social/@octopus/265000",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-30:objectId=265000:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>I pushed a tiny code change (to fix the original build error), and the machine we have set up to automatically compile & test all code changes flipped out and ran ~40 build jobs, each testing apparently random sets of changes. A teammate noticed this and started canceling them; he manages to shut off about half.</p>",
"contentMap": {
"en": "<p>I pushed a tiny code change (to fix the original build error), and the machine we have set up to automatically compile & test all code changes flipped out and ran ~40 build jobs, each testing apparently random sets of changes. A teammate noticed this and started canceling them; he manages to shut off about half.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/265000/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/265000/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/265000/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/265000/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/265000/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/264893/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-30T02:04:13Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/264893",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-30T02:04:13Z",
"url": "https://mastodon.social/@octopus/264893",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-30:objectId=264893:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>Today I spent an hour fixing a build script, then four more hours fixing the build that turned out to not be broken in the first place.</p>",
"contentMap": {
"en": "<p>Today I spent an hour fixing a build script, then four more hours fixing the build that turned out to not be broken in the first place.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/264893/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/264893/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/264893/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/264893/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/264893/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/258801/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-29T16:58:15Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/258801",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-29T16:58:15Z",
"url": "https://mastodon.social/@octopus/258801",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-29:objectId=258801:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>meaning I'm back to the Windows work laptop, which means I need to figure out why one of Tomcat's lib jars (allegedly) doesn't contain a class but only when trying to run one particular web project.</p>",
"contentMap": {
"en": "<p>meaning I'm back to the Windows work laptop, which means I need to figure out why one of Tomcat's lib jars (allegedly) doesn't contain a class but only when trying to run one particular web project.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/258801/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/258801/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/258801/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/258801/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/258801/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/258763/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-29T16:54:52Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/258763",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-29T16:54:52Z",
"url": "https://mastodon.social/@octopus/258763",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-29:objectId=258763:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>Giving up on the macbook's db2 install, after working on it 6-7 hours yesterday + some hours last week. I think I solved all the memory issues & what remains is one or more mysterious environment variables. The install is supposed to create a ~/sqllib/db2_profile script that sets them (I think) but I didn't get one.</p>",
"contentMap": {
"en": "<p>Giving up on the macbook's db2 install, after working on it 6-7 hours yesterday + some hours last week. I think I solved all the memory issues & what remains is one or more mysterious environment variables. The install is supposed to create a ~/sqllib/db2_profile script that sets them (I think) but I didn't get one.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/258763/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/258763/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/258763/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/258763/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/258763/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/245995/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-28T17:40:57Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers",
"https://mastodon.social/users/Tooth"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/245995",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.social/users/Tooth/statuses/245793",
"published": "2016-11-28T17:40:57Z",
"url": "https://mastodon.social/@octopus/245995",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers",
"https://mastodon.social/users/Tooth"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-28:objectId=245995:objectType=Status",
"inReplyToAtomUri": "tag:mastodon.social,2016-11-28:objectId=245793:objectType=Status",
"conversation": null,
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@Tooth\" class=\"u-url mention\">@<span>Tooth</span></a></span> it's the parasympathetic section of the autonomous nervous system kicking in. During stress your body shifts energy from not-immediately essential functions like digestion into fight/flight/fever response.</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@Tooth\" class=\"u-url mention\">@<span>Tooth</span></a></span> it's the parasympathetic section of the autonomous nervous system kicking in. During stress your body shifts energy from not-immediately essential functions like digestion into fight/flight/fever response.</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://mastodon.social/users/Tooth",
"name": "@Tooth"
}
],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/245995/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/245995/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/245995/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/245995/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/245995/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/245671/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-28T17:13:31Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/245671",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-28T17:13:31Z",
"url": "https://mastodon.social/@octopus/245671",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-28:objectId=245671:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>after installation there's maybe ~150 command line utilities and scripts split across several folders (bin, adm, install, instance, prly another) and they all have names like 'db2icrt', for "create db2 instance".</p><p>There's some magic combination of these scripts/utilities that unlocks local documentation but idk what.</p>",
"contentMap": {
"en": "<p>after installation there's maybe ~150 command line utilities and scripts split across several folders (bin, adm, install, instance, prly another) and they all have names like 'db2icrt', for "create db2 instance".</p><p>There's some magic combination of these scripts/utilities that unlocks local documentation but idk what.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/245671/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/245671/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/245671/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/245671/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/245671/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/245607/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-28T17:09:39Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/245607",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-28T17:09:39Z",
"url": "https://mastodon.social/@octopus/245607",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-28:objectId=245607:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>the mac os x db2 gui installer is a java program & requires a specific version of java to work.</p><p>mac os x is fixed on java 6.</p><p>java 6 not the right version of java.</p>",
"contentMap": {
"en": "<p>the mac os x db2 gui installer is a java program & requires a specific version of java to work.</p><p>mac os x is fixed on java 6.</p><p>java 6 not the right version of java.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/245607/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/245607/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/245607/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/245607/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/245607/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/245570/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-28T17:07:16Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/245570",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-28T17:07:16Z",
"url": "https://mastodon.social/@octopus/245570",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-28:objectId=245570:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>status: direct links to IBMs DB2 manual pages don't work, it all depends on fancy js/AJAX on the manual index page</p><p>relatedly, getting a lot of cryptic errors trying to get DB2 running on work macbook</p>",
"contentMap": {
"en": "<p>status: direct links to IBMs DB2 manual pages don't work, it all depends on fancy js/AJAX on the manual index page</p><p>relatedly, getting a lot of cryptic errors trying to get DB2 running on work macbook</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/245570/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/245570/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/245570/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/245570/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/245570/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/242123/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-28T07:38:00Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/242123",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-28T07:38:00Z",
"url": "https://mastodon.social/@octopus/242123",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-28:objectId=242123:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>On one hand, I super screwed up my sleep schedule this weekend. Otoh, 2:30-45 is when I was getting to bed before I got this sleeping thing under any semblance of control so I guess it could be worse?</p>",
"contentMap": {
"en": "<p>On one hand, I super screwed up my sleep schedule this weekend. Otoh, 2:30-45 is when I was getting to bed before I got this sleeping thing under any semblance of control so I guess it could be worse?</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/242123/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/242123/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/242123/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/242123/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/242123/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/240681/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-28T04:30:28Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/240681",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-28T04:30:28Z",
"url": "https://mastodon.social/@octopus/240681",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-28:objectId=240681:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>I feel like I should have something else to say but the act of finally getting my accounts all followed up is enough social for tonight, probably.</p>",
"contentMap": {
"en": "<p>I feel like I should have something else to say but the act of finally getting my accounts all followed up is enough social for tonight, probably.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/240681/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/240681/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/240681/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/240681/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/240681/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/240572/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-28T04:19:59Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/240572",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.social/users/octopus/statuses/240571",
"published": "2016-11-28T04:19:59Z",
"url": "https://mastodon.social/@octopus/240572",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-28:objectId=240572:objectType=Status",
"inReplyToAtomUri": "tag:mastodon.social,2016-11-28:objectId=240571:objectType=Status",
"conversation": null,
"content": "<p>I mean I'm still an egg but w/e</p>",
"contentMap": {
"en": "<p>I mean I'm still an egg but w/e</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/240572/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/240572/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/240572/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/240572/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/240572/shares",
"type": "Collection",
"totalItems": 0
}
}
},
{
"id": "https://mastodon.social/users/octopus/statuses/240571/activity",
"type": "Create",
"actor": "https://mastodon.social/users/octopus",
"published": "2016-11-28T04:19:45Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"object": {
"id": "https://mastodon.social/users/octopus/statuses/240571",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-28T04:19:45Z",
"url": "https://mastodon.social/@octopus/240571",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-28:objectId=240571:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>finally got around to turning on my desktop & uploading this avatar, now I can tweet from here without being an egg</p>",
"contentMap": {
"en": "<p>finally got around to turning on my desktop & uploading this avatar, now I can tweet from here without being an egg</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/240571/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/240571/replies?min_id=240572&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/240571/replies",
"items": [
null
]
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/240571/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/240571/shares",
"type": "Collection",
"totalItems": 0
}
}
}
]
}