Welp, the Instagram gods decided that this comment was spam/abusive and immediately removed it. My first guess is the fist emoji, but the common meaning of that is “solidarity,” especially in the context of an activism post like that. I tried to comment again without that emoji but got a generic “try again later” message. Maybe the automated system thinks it’s a misleading comment about IG features, but it’s not.
Today I tried commenting on someone else’s Halloween costume and got a more extensive message:
“Try again later. We restrict certain activity to protect our community. Based on your use, this action will be unavailable for you until 2023-10-31. Tell us if you think we made a mistake.
Learn more in account status (link)”
Of course that learn more link doesn’t work and only takes me back to the homepage. Seems pretty excessive for leaving a friendly comment on a mutual’s post — not even a stranger.
{
"type": "entry",
"published": "2023-10-31 11:35-0700",
"url": "https://gregorlove.com/2023/10/welp-the-instagram-gods/",
"content": {
"text": "Welp, the Instagram gods decided that this comment was spam/abusive and immediately removed it. My first guess is the fist emoji, but the common meaning of that is \u201csolidarity,\u201d especially in the context of an activism post like that. I tried to comment again without that emoji but got a generic \u201ctry again later\u201d message. Maybe the automated system thinks it\u2019s a misleading comment about IG features, but it\u2019s not.\n\nToday I tried commenting on someone else\u2019s Halloween costume and got a more extensive message:\n\n\n\u201cTry again later. We restrict certain activity to protect our community. Based on your use, this action will be unavailable for you until 2023-10-31. Tell us if you think we made a mistake.\n\nLearn more in account status (link)\u201d\n\n\nOf course that learn more link doesn\u2019t work and only takes me back to the homepage. Seems pretty excessive for leaving a friendly comment on a mutual\u2019s post \u2014 not even a stranger.",
"html": "<p>Welp, the Instagram gods decided that <a href=\"https://gregorlove.com/2023/10/awesome-can-i-suggest/\">this comment</a> was spam/abusive and immediately removed it. My first guess is the fist emoji, but the common meaning of that is \u201csolidarity,\u201d especially in the context of an activism post like that. I tried to comment again without that emoji but got a generic \u201ctry again later\u201d message. Maybe the automated system thinks it\u2019s a misleading comment about IG features, but it\u2019s not.</p>\n\n<p>Today I tried commenting on someone else\u2019s <a href=\"https://www.instagram.com/p/CzELZ9LuK6y/?img_index=1\">Halloween costume</a> and got a more extensive message:</p>\n\n<blockquote>\n<p>\u201cTry again later. We restrict certain activity to protect our community. Based on your use, this action will be unavailable for you until 2023-10-31. Tell us if you think we made a mistake.</p>\n\n<p>Learn more in account status (link)\u201d</p>\n</blockquote>\n\n<p>Of course that learn more link doesn\u2019t work and only takes me back to the homepage. Seems pretty excessive for leaving a friendly comment on a mutual\u2019s post \u2014 not even a stranger.</p>"
},
"author": {
"type": "card",
"name": "gRegor Morrill",
"url": "https://gregorlove.com/",
"photo": "https://gregorlove.com/site/assets/files/6268/profile-2021-square.300x0.jpg"
},
"post-type": "note",
"_id": "39330376",
"_source": "95"
}
I realized this month has been 6 years of me living in San Diego. That’s wild. That’s the longest I’ve lived in one place since I left Indianapolis in 2011. Of course it hasn’t felt that long because I still feel stuck in time in 2020.
{
"type": "entry",
"published": "2023-10-29 18:16-0700",
"url": "https://gregorlove.com/2023/10/i-realized-this-month/",
"syndication": [
"https://bsky.app/profile/gregorlove.com/post/3kcwnhm7uiq25"
],
"content": {
"text": "I realized this month has been 6 years of me living in San Diego. That\u2019s wild. That\u2019s the longest I\u2019ve lived in one place since I left Indianapolis in 2011. Of course it hasn\u2019t felt that long because I still feel stuck in time in 2020.",
"html": "<p>I realized this month has been 6 years of me living in San Diego. That\u2019s wild. That\u2019s the longest I\u2019ve lived in one place since I left Indianapolis in 2011. Of course it hasn\u2019t felt that long because I still feel stuck in time in 2020.</p>"
},
"author": {
"type": "card",
"name": "gRegor Morrill",
"url": "https://gregorlove.com/",
"photo": "https://gregorlove.com/site/assets/files/6268/profile-2021-square.300x0.jpg"
},
"post-type": "note",
"_id": "39310813",
"_source": "95"
}
coding at #IndieWebCamp Nuremberg, completed the following projects:
0.0: fixed the https://chat.indieweb.org/ footer to drop #Matrix as an access option since their bridge is disabled (#IndieWeb IRC, Discord, and Slack still work great), and provide an explicit link/encouragement for filing issues
0.7: add HTML <search> element support to my home page and permalinks as nerdsniped by @adactio.com (@adactio@mastodon.social@adactio); expanded to <search role=search> to also support folks using older browsers / screenreaders that only support #ARIA 1.1.
0.8: replaced my incorrect use of HTML attribute aria-hidden="true" (on my links to #BridgyFed) as pointed out by @jkphl.is (@jkphl@mastodon.social@jkphl) and https://sonja-weckenmann.de (@sweckenmann@mas.to), with hidden="from-humans". Since other values are allowed on the hidden attribute and treated as hidden="hidden", the "from-humans" value communicates a subtle semantic that the element is intended for consumption by robots & crawlers, like #Bridgy. 0.8.1 Update: created a pull-request (https://github.com/snarfed/bridgy-fed/pull/701) to update the BridgyFed documentation markup examples to use the 'hidden' attribute accordingly as well.
Time is up for today’s IndieWebCamp Create Day so my remaining projects will have to wait.
{
"type": "entry",
"published": "2023-10-29 08:18-0700",
"url": "https://tantek.com/2023/302/t1/indiewebcamp-completed-projects",
"category": [
"IndieWebCamp",
"Matrix",
"ARIA",
"BridgyFed",
"Bridgy"
],
"content": {
"text": "coding at #IndieWebCamp Nuremberg, completed the following projects:\n\n0.0: fixed the https://chat.indieweb.org/ footer to drop #Matrix as an access option since their bridge is disabled (#IndieWeb IRC, Discord, and Slack still work great), and provide an explicit link/encouragement for filing issues\n\n0.5: investigated IndieWeb wiki issues (mobile presentation), possible fixes, and documented them: https://indieweb.org/MediaWiki_customizations#Issues\n\n0.7: add HTML <search> element support to my home page and permalinks as nerdsniped by @adactio.com (@adactio@mastodon.social @adactio); expanded to <search role=search> to also support folks using older browsers / screenreaders that only support #ARIA 1.1.\n\n0.8: replaced my incorrect use of HTML attribute aria-hidden=\"true\" (on my links to #BridgyFed) as pointed out by @jkphl.is (@jkphl@mastodon.social @jkphl) and https://sonja-weckenmann.de (@sweckenmann@mas.to), with hidden=\"from-humans\". Since other values are allowed on the hidden attribute and treated as hidden=\"hidden\", the \"from-humans\" value communicates a subtle semantic that the element is intended for consumption by robots & crawlers, like #Bridgy.\n0.8.1 Update: created a pull-request (https://github.com/snarfed/bridgy-fed/pull/701) to update the BridgyFed documentation markup examples to use the 'hidden' attribute accordingly as well.\n\nTime is up for today\u2019s IndieWebCamp Create Day so my remaining projects will have to wait.",
"html": "coding at #<span class=\"p-category\">IndieWebCamp</span> Nuremberg, completed the following projects:<br /><br />0.0: fixed the <a href=\"https://chat.indieweb.org/\">https://chat.indieweb.org/</a> footer to drop #<span class=\"p-category\">Matrix</span> as an access option since their bridge is disabled (#IndieWeb IRC, Discord, and Slack still work great), and provide an explicit link/encouragement for filing issues<br /><br />0.5: investigated IndieWeb wiki issues (mobile presentation), possible fixes, and documented them: <a href=\"https://indieweb.org/MediaWiki_customizations#Issues\">https://indieweb.org/MediaWiki_customizations#Issues</a><br /><br />0.7: add HTML <search> element support to my home page and permalinks as nerdsniped by <a href=\"https://adactio.com\">@adactio.com</a> (<a href=\"https://mastodon.social/@adactio\">@adactio@mastodon.social</a> <a class=\"h-cassis-username\" href=\"https://twitter.com/adactio\">@adactio</a>); expanded to <search role=search> to also support folks using older browsers / screenreaders that only support #<span class=\"p-category\">ARIA</span> 1.1.<br /><br />0.8: replaced my incorrect use of HTML attribute aria-hidden=\"true\" (on my links to #<span class=\"p-category\">BridgyFed</span>) as pointed out by <a href=\"https://jkphl.is\">@jkphl.is</a> (<a href=\"https://mastodon.social/@jkphl\">@jkphl@mastodon.social</a> <a class=\"h-cassis-username\" href=\"https://twitter.com/jkphl\">@jkphl</a>) and <a href=\"https://sonja-weckenmann.de\">https://sonja-weckenmann.de</a> (<a href=\"https://mas.to/@sweckenmann\">@sweckenmann@mas.to</a>), with hidden=\"from-humans\". Since other values are allowed on the hidden attribute and treated as hidden=\"hidden\", the \"from-humans\" value communicates a subtle semantic that the element is intended for consumption by robots & crawlers, like #<span class=\"p-category\">Bridgy</span>.<br />0.8.1 Update: created a pull-request (<a href=\"https://github.com/snarfed/bridgy-fed/pull/701\">https://github.com/snarfed/bridgy-fed/pull/701</a>) to update the BridgyFed documentation markup examples to use the 'hidden' attribute accordingly as well.<br /><br />Time is up for today\u2019s IndieWebCamp Create Day so my remaining projects will have to wait."
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "39309586",
"_source": "2460"
}
Looking forward to the next two days at #IndieWebCamp Nürnberg @tollwerk.de (@tollwerk@mastodon.social@tollwerk) of personal site demos, brainstorming sessions, and making, creating, & hacking things from UX to protocols to improve & interconnect our websites, with each other ( #Webmention ), #fediverse ( #BridgyFed & #ActivityPub ), and others ( #POSSE #backfeed ).
Still a few spots if you’re in town or can hop on a train and join us Saturday & Sunday!
{
"type": "entry",
"published": "2023-10-27 16:23-0700",
"url": "https://tantek.com/2023/300/t1/border-none-indiewebcamp-nurnberg",
"category": [
"IndieWebCamp",
"Webmention",
"fediverse",
"BridgyFed",
"ActivityPub",
"POSSE",
"backfeed",
"bordernone",
"bono23",
"IndieWeb"
],
"content": {
"text": "Inspiring mix of perspective expanding and personal talks at border:none (https://border-none.net/ @border_none) the past two days. Thanks speakers, volunteers, and especially organizers @marcthiele.com (@marcthiele@mastodon.social @marcthiele) and @jkphl.is (@jkphl@mastodon.social @jkphl).\n\nLooking forward to the next two days at #IndieWebCamp N\u00fcrnberg @tollwerk.de (@tollwerk@mastodon.social @tollwerk) of personal site demos, brainstorming sessions, and making, creating, & hacking things from UX to protocols to improve & interconnect our websites, with each other ( #Webmention ), #fediverse ( #BridgyFed & #ActivityPub ), and others ( #POSSE #backfeed ).\n\nStill a few spots if you\u2019re in town or can hop on a train and join us Saturday & Sunday!\n\n\ud83c\udf9f Tickets: https://ti.to/beyondtellerrand/bordernone-2023/with/kqyaidtq92k\n\ud83d\uddd3 Event: https://events.indieweb.org/2023/10/indiewebcamp-nuremberg-2023-DmXe4dYdfagc\n\u2139\ufe0f More info: https://indieweb.org/2023/Nuremberg\n\n#bordernone #bono23 #IndieWeb",
"html": "Inspiring mix of perspective expanding and personal talks at border:none (<a href=\"https://border-none.net/\">https://border-none.net/</a> <a class=\"h-cassis-username\" href=\"https://twitter.com/border_none\">@border_none</a>) the past two days. Thanks speakers, volunteers, and especially organizers <a href=\"https://marcthiele.com\">@marcthiele.com</a> (<a href=\"https://mastodon.social/@marcthiele\">@marcthiele@mastodon.social</a> <a class=\"h-cassis-username\" href=\"https://twitter.com/marcthiele\">@marcthiele</a>) and <a href=\"https://jkphl.is\">@jkphl.is</a> (<a href=\"https://mastodon.social/@jkphl\">@jkphl@mastodon.social</a> <a class=\"h-cassis-username\" href=\"https://twitter.com/jkphl\">@jkphl</a>).<br /><br />Looking forward to the next two days at #<span class=\"p-category\">IndieWebCamp</span> N\u00fcrnberg <a href=\"https://tollwerk.de\">@tollwerk.de</a> (<a href=\"https://mastodon.social/@tollwerk\">@tollwerk@mastodon.social</a> <a class=\"h-cassis-username\" href=\"https://twitter.com/tollwerk\">@tollwerk</a>) of personal site demos, brainstorming sessions, and making, creating, & hacking things from UX to protocols to improve & interconnect our websites, with each other ( #<span class=\"p-category\">Webmention</span> ), #<span class=\"p-category\">fediverse</span> ( #<span class=\"p-category\">BridgyFed</span> & #<span class=\"p-category\">ActivityPub</span> ), and others ( #<span class=\"p-category\">POSSE</span> #<span class=\"p-category\">backfeed</span> ).<br /><br />Still a few spots if you\u2019re in town or can hop on a train and join us Saturday & Sunday!<br /><br />\ud83c\udf9f Tickets: <a href=\"https://ti.to/beyondtellerrand/bordernone-2023/with/kqyaidtq92k\">https://ti.to/beyondtellerrand/bordernone-2023/with/kqyaidtq92k</a><br />\ud83d\uddd3 Event: <a href=\"https://events.indieweb.org/2023/10/indiewebcamp-nuremberg-2023-DmXe4dYdfagc\">https://events.indieweb.org/2023/10/indiewebcamp-nuremberg-2023-DmXe4dYdfagc</a><br />\u2139\ufe0f More info: <a href=\"https://indieweb.org/2023/Nuremberg\">https://indieweb.org/2023/Nuremberg</a><br /><br />#<span class=\"p-category\">bordernone</span> #<span class=\"p-category\">bono23</span> #<span class=\"p-category\">IndieWeb</span>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "39296435",
"_source": "2460"
}
{
"type": "entry",
"author": {
"name": null,
"url": "https://herestomwiththeweather.com/",
"photo": null
},
"url": "https://herestomwiththeweather.com/2023/10/26/orwellian-language/",
"published": "2023-10-26T13:50:12+00:00",
"content": {
"html": "<p>The \u201cright to self-defense\u201d is a bizarre one. The exclusive application of such a right infers that others do not have that right. It seems that we should be questioning language like this if there is to be any hope for peace.</p>",
"text": "The \u201cright to self-defense\u201d is a bizarre one. The exclusive application of such a right infers that others do not have that right. It seems that we should be questioning language like this if there is to be any hope for peace."
},
"name": "Orwellian Language",
"post-type": "article",
"_id": "39284398",
"_source": "246"
}
{
"type": "entry",
"published": "2023-10-26T08:50:07-07:00",
"url": "https://aaronparecki.com/2023/10/26/3/oauth",
"category": [
"oauth"
],
"content": {
"text": "This is a good writeup on some sneaky vulnerabilities in OAuth implementations, but ultimately is just a simple access token injection attack: https://salt.security/blog/oh-auth-abusing-oauth-to-take-over-millions-of-accounts",
"html": "This is a good writeup on some sneaky vulnerabilities in OAuth implementations, but ultimately is just a simple access token injection attack: <a href=\"https://salt.security/blog/oh-auth-abusing-oauth-to-take-over-millions-of-accounts\"><span>https://</span>salt.security/blog/oh-auth-abusing-oauth-to-take-over-millions-of-accounts</a>"
},
"author": {
"type": "card",
"name": "Aaron Parecki",
"url": "https://aaronparecki.com/",
"photo": "https://aperture-media.p3k.io/aaronparecki.com/41061f9de825966faa22e9c42830e1d4a614a321213b4575b9488aa93f89817a.jpg"
},
"post-type": "note",
"_id": "39281634",
"_source": "16"
}
{
"type": "entry",
"published": "2023-10-25T20:47:28-07:00",
"url": "https://nadreck.me/2023/10/the-handcrafted-artisanal-web/",
"category": [
"social-computing",
"isles-of-blogging",
"john-scalzi",
"ryan-broderick",
"social-media"
],
"name": "The Handcrafted Artisanal Web",
"content": {
"text": "John Scalzi talked a while back about How to Weave the Artisan Web:\n\n\n\n\n1.\u00a0Create/reactivate your own site, owned by you, to hold your own work.\u00a0\n\n\n\n2.\u00a0When you create that site, write or otherwise present work on your site at least once a week, every week.\n\n\n\n3.\u00a0Regularly visit the sites of other creators to read/see/experience the work they present there.\n\n\n\n4.\u00a0Promote/link the work of others, on your own site\u00a0and also\u00a0on your other social media channels where you have followers. Encourage your followers to explore more widely, beyond the algorithmic borders of \u201csocial media.\u201d\nJohn Scalzi\n\n\n\n\nI do agree with those suggestions, even if I\u2019m not always the best at doing them myself.\n\n\n\n Continue reading \u201cThe Handcrafted Artisanal Web\u201d",
"html": "<p>John Scalzi talked a while back about <a href=\"https://whatever.scalzi.com/2022/11/25/how-to-weave-the-artisan-web/\">How to Weave the Artisan Web</a>:</p>\n\n\n\n<blockquote>\n<p><strong>1.</strong>\u00a0Create/reactivate your own site, owned by you, to hold your own work.\u00a0</p>\n\n\n\n<p><strong>2.</strong>\u00a0When you create that site, write or otherwise present work on your site at least once a week, every week.</p>\n\n\n\n<p><strong>3.</strong>\u00a0Regularly visit the sites of other creators to read/see/experience the work they present there.</p>\n\n\n\n<p><strong>4.</strong>\u00a0Promote/link the work of others, on your own site\u00a0<em>and also</em>\u00a0on your other social media channels where you have followers. Encourage your followers to explore more widely, beyond the algorithmic borders of \u201csocial media.\u201d</p>\nJohn Scalzi\n</blockquote>\n\n\n\n<p>I do agree with those suggestions, even if I\u2019m not always the best at doing them myself.</p>\n\n\n\n <a href=\"https://nadreck.me/2023/10/the-handcrafted-artisanal-web/#more-11763\">Continue reading<span> \u201cThe Handcrafted Artisanal Web\u201d</span></a>"
},
"author": {
"type": "card",
"name": "Nadreck",
"url": "http://nadreck.me",
"photo": null
},
"post-type": "note",
"_id": "39276677",
"_source": "2935"
}