#100days 87 - I have been working a little on a new start page for Together which adds quicker access to all the channels and some key actions.
There were also lots of recent Micropub spec improvements which I'd like to work on integrating with Together and PostrChild.
{
"type": "entry",
"published": "2020-07-27T22:40:16.017Z",
"url": "https://grant.codes/2020/07/27/10-40-16",
"category": [
"100days"
],
"content": {
"text": "#100days 87 - I have been working a little on a new start page for Together which adds quicker access to all the channels and some key actions.There were also lots of recent Micropub spec improvements which I'd like to work on integrating with Together and PostrChild.",
"html": "<p>#100days 87 - I have been working a little on a new start page for Together which adds quicker access to all the channels and some key actions.</p><p>There were also lots of recent Micropub spec improvements which I'd like to work on integrating with Together and PostrChild.</p>"
},
"author": {
"type": "card",
"name": "Grant Richmond",
"url": "https://grant.codes",
"photo": "https://grant.codes/img/me.jpg"
},
"post-type": "note",
"_id": "13554577",
"_source": "11",
"_is_read": true
}
{
"type": "entry",
"author": {
"name": "Manton Reece",
"url": "https://www.manton.org/",
"photo": "https://micro.blog/manton/avatar.jpg"
},
"url": "https://www.manton.org/2020/07/27/micropub-improvements.html",
"name": "Micropub improvements",
"content": {
"html": "<p>We had a great <a href=\"https://indieweb.org/2020/Pop-ups/Micropub\">Micropub pop-up session</a> over the weekend, discussing a dozen Micropub extension proposals. I\u2019ve now implemented some of the improvements in Micro.blog:</p>\n\n<ul><li>Added a <code>filter</code> parameter when getting the category list. If someone is using categories more like tags and has hundreds or thousands of categories, the server can now filter them, making it easier to build category auto-complete in client apps.</li>\n<li>Added support for standalone pages using <code>h-page</code>. You can create a page by sending <code>h=page</code> instead of the usual <code>h=entry</code> for blog posts. To query a list of pages, use <code>q=source&post-type=page</code>.</li>\n<li>Added <code>q=contact</code> to help clients do username auto-complete. This requires the <code>filter</code> parameter. Clients should also maintain their own username cache, built from the timeline or following lists, so they can show results quickly even before asking the server.</li>\n<li>Updated <code>q=source</code> on the media endpoint to support paging through uploaded photos with <code>limit</code> and <code>offset</code> parameters.</li>\n</ul><p>Micropub continues to improve through IndieWeb community discussions like this. If you\u2019d like to learn more about Micropub, I\u2019ve published the Micropub <a href=\"https://github.com/microdotblog/indie-microblogging/blob/master/part3/micropub.md\">draft chapter from my upcoming book here</a>.</p>",
"text": "We had a great Micropub pop-up session over the weekend, discussing a dozen Micropub extension proposals. I\u2019ve now implemented some of the improvements in Micro.blog:\n\nAdded a filter parameter when getting the category list. If someone is using categories more like tags and has hundreds or thousands of categories, the server can now filter them, making it easier to build category auto-complete in client apps.\nAdded support for standalone pages using h-page. You can create a page by sending h=page instead of the usual h=entry for blog posts. To query a list of pages, use q=source&post-type=page.\nAdded q=contact to help clients do username auto-complete. This requires the filter parameter. Clients should also maintain their own username cache, built from the timeline or following lists, so they can show results quickly even before asking the server.\nUpdated q=source on the media endpoint to support paging through uploaded photos with limit and offset parameters.\nMicropub continues to improve through IndieWeb community discussions like this. If you\u2019d like to learn more about Micropub, I\u2019ve published the Micropub draft chapter from my upcoming book here."
},
"published": "2020-07-27T10:33:30-05:00",
"category": [
"Essays"
],
"post-type": "article",
"_id": "13550201",
"_source": "12",
"_is_read": true
}
Liked Micropub 2.2.0 for WordPress Released by
David Shanske
Micropub 2.2.0 has one major change in it. IndieAuth client code was removed. This code now lives in the IndieAuth plugin. This means that Micropub does not check for scopes. It uses the built-in WordPress capability system to determine if an action should be performed.
The IndieAuth plugin limits c...
{
"type": "entry",
"author": {
"name": "Neil Mather",
"url": "https://doubleloop.net/",
"photo": null
},
"url": "https://doubleloop.net/2020/07/26/6996/",
"published": "2020-07-26T07:04:00+00:00",
"content": {
"html": "Liked <a href=\"https://david.shanske.com/2020/07/25/micropub-2-2-0-for-wordpress-released/\">Micropub 2.2.0 for WordPress Released</a> by <a href=\"https://david.shanske.com/\"><img src=\"https://doubleloop.net/Array\" alt=\"David Shanske\" />David Shanske</a>\n<blockquote>Micropub 2.2.0 has one major change in it. IndieAuth client code was removed. This code now lives in the IndieAuth plugin. This means that Micropub does not check for scopes. It uses the built-in WordPress capability system to determine if an action should be performed.\nThe IndieAuth plugin limits c...</blockquote>",
"text": "Liked Micropub 2.2.0 for WordPress Released by David Shanske\nMicropub 2.2.0 has one major change in it. IndieAuth client code was removed. This code now lives in the IndieAuth plugin. This means that Micropub does not check for scopes. It uses the built-in WordPress capability system to determine if an action should be performed.\nThe IndieAuth plugin limits c..."
},
"post-type": "note",
"_id": "13516138",
"_source": "1895",
"_is_read": true
}
Liked IndieAuth 3.5.0 for WordPress Released by
David Shanske
Earlier in the week, I noted the release of IndieAuth 3.5.0, but I didn’t explain the major under the hood changes that occurred here in a post, which I need to do as at least one person is experiencing issues(probably necessitating a 3.5.1 as soon as I figure out why.)
I also noted I forgot to de...
{
"type": "entry",
"author": {
"name": "Neil Mather",
"url": "https://doubleloop.net/",
"photo": null
},
"url": "https://doubleloop.net/2020/07/26/6995/",
"published": "2020-07-26T07:04:00+00:00",
"content": {
"html": "Liked <a href=\"https://david.shanske.com/2020/07/25/indieauth-3-5-0-for-wordpress-released/\">IndieAuth 3.5.0 for WordPress Released</a> by <a href=\"https://david.shanske.com/\"><img src=\"https://doubleloop.net/Array\" alt=\"David Shanske\" />David Shanske</a>\n<blockquote>Earlier in the week, I noted the release of IndieAuth 3.5.0, but I didn\u2019t explain the major under the hood changes that occurred here in a post, which I need to do as at least one person is experiencing issues(probably necessitating a 3.5.1 as soon as I figure out why.)\nI also noted I forgot to de...</blockquote>",
"text": "Liked IndieAuth 3.5.0 for WordPress Released by David Shanske\nEarlier in the week, I noted the release of IndieAuth 3.5.0, but I didn\u2019t explain the major under the hood changes that occurred here in a post, which I need to do as at least one person is experiencing issues(probably necessitating a 3.5.1 as soon as I figure out why.)\nI also noted I forgot to de..."
},
"post-type": "note",
"_id": "13516140",
"_source": "1895",
"_is_read": true
}
Going to look into implementing the response bit at https://git.jacky.wtf/indieweb/koype/issues/214
{
"type": "entry",
"published": "2020-07-25T11:48:40.46243-07:00",
"url": "https://v2.jacky.wtf/post/46bcf84e-7968-409b-b1a9-2c5f756331ff",
"in-reply-to": [
"https://github.com/indieweb/micropub-extensions/issues/14"
],
"content": {
"text": "Going to look into implementing the response bit at https://git.jacky.wtf/indieweb/koype/issues/214",
"html": "<p>Going to look into implementing the response bit at <a href=\"https://git.jacky.wtf/indieweb/koype/issues/214\">https://git.jacky.wtf/indieweb/koype/issues/214</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "reply",
"refs": {
"https://github.com/indieweb/micropub-extensions/issues/14": {
"type": "entry",
"url": "https://github.com/indieweb/micropub-extensions/issues/14",
"content": {
"text": "Related #4 \nThis is an implementation of the same feature proposed for the micropub endpoint, currently referenced on the Media Endpoint wiki page. https://indieweb.org/micropub_media_endpoint#Query_media_by_URL \nThe return would be an items property with the responses from #13",
"html": "<p>Related #4 </p>\n<p>This is an implementation of the same feature proposed for the micropub endpoint, currently referenced on the Media Endpoint wiki page. <a href=\"https://indieweb.org/micropub_media_endpoint#Query_media_by_URL\">https://indieweb.org/micropub_media_endpoint#Query_media_by_URL</a> </p>\n<p>The return would be an items property with the responses from #13 </p>"
},
"author": {
"type": "card",
"name": "dshanske",
"url": "https://github.com/dshanske",
"photo": null
},
"post-type": "note"
}
},
"_id": "13503569",
"_source": "1886",
"_is_read": true
}
Going to track progress on my implementation of this at https://git.jacky.wtf/indieweb/koype/issues/213
{
"type": "entry",
"published": "2020-07-25T11:29:58.79484-07:00",
"url": "https://v2.jacky.wtf/post/6ba67a27-b616-44b4-9636-0d7334b850ae",
"in-reply-to": [
"https://github.com/indieweb/micropub-extensions/issues/23"
],
"content": {
"text": "Going to track progress on my implementation of this at https://git.jacky.wtf/indieweb/koype/issues/213",
"html": "<p>Going to track progress on my implementation of this at <a href=\"https://git.jacky.wtf/indieweb/koype/issues/213\">https://git.jacky.wtf/indieweb/koype/issues/213</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "reply",
"refs": {
"https://github.com/indieweb/micropub-extensions/issues/23": {
"type": "entry",
"url": "https://github.com/indieweb/micropub-extensions/issues/23",
"content": {
"text": "https://www.w3.org/TR/micropub/#h-syndication-targets\nProposing an optional property, checked, that if present and true would tell a client to set the target to checked by default...as opposed to the current behavior common in clients of making the user select each syndication target.\nIf the endpoint does not want to give the user any choice, it would not provide a target at all and just posse each time.",
"html": "<p><a href=\"https://www.w3.org/TR/micropub/#h-syndication-targets\">https://www.w3.org/TR/micropub/#h-syndication-targets</a></p>\n<p>Proposing an optional property, checked, that if present and true would tell a client to set the target to checked by default...as opposed to the current behavior common in clients of making the user select each syndication target.</p>\n<p>If the endpoint does not want to give the user any choice, it would not provide a target at all and just posse each time.</p>"
},
"author": {
"type": "card",
"name": "dshanske",
"url": "https://github.com/dshanske",
"photo": null
},
"post-type": "note"
}
},
"_id": "13503241",
"_source": "1886",
"_is_read": true
}
Will look into implementing this. Tracking ticket will be https://git.jacky.wtf/indieweb/koype/issues/212
{
"type": "entry",
"published": "2020-07-25T10:53:25.98051-07:00",
"url": "https://v2.jacky.wtf/post/d38997c4-bdc4-4fe8-8940-6d843e505a20",
"in-reply-to": [
"https://github.com/indieweb/micropub-extensions/issues/24"
],
"content": {
"text": "Will look into implementing this. Tracking ticket will be https://git.jacky.wtf/indieweb/koype/issues/212",
"html": "<p>Will look into implementing this. Tracking ticket will be <a href=\"https://git.jacky.wtf/indieweb/koype/issues/212\">https://git.jacky.wtf/indieweb/koype/issues/212</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "reply",
"refs": {
"https://github.com/indieweb/micropub-extensions/issues/24": {
"type": "entry",
"url": "https://github.com/indieweb/micropub-extensions/issues/24",
"content": {
"text": "This is a proposal to introduce an IndieAuth scope for Micropub called 'draft'. This would grant the user permission to create posts, but not publish them. posts would only be permitted in draft mode. I'm preparing to support this to my upgrade of scope capability in the relevant WordPress plugin.",
"html": "<p>This is a proposal to introduce an IndieAuth scope for Micropub called 'draft'. This would grant the user permission to create posts, but not publish them. posts would only be permitted in draft mode. I'm preparing to support this to my upgrade of scope capability in the relevant WordPress plugin.</p>"
},
"author": {
"type": "card",
"name": "dshanske",
"url": "https://github.com/dshanske",
"photo": null
},
"post-type": "note"
}
},
"_id": "13502765",
"_source": "1886",
"_is_read": true
}
{
"type": "entry",
"published": "2020-07-25T10:31:04.27637-07:00",
"url": "https://v2.jacky.wtf/post/789e96e8-2791-40c4-8370-fff06ab10369",
"content": {
"text": "Quickly hopped into the Micropub popup for the IndieWeb! https://events.indieweb.org/2020/07/micropub-pop-up-session-kGMIMOXFUdBn",
"html": "<p>Quickly hopped into the Micropub popup for the IndieWeb! <a href=\"https://events.indieweb.org/2020/07/micropub-pop-up-session-kGMIMOXFUdBn\">https://events.indieweb.org/2020/07/micropub-pop-up-session-kGMIMOXFUdBn</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13502148",
"_source": "1886",
"_is_read": true
}
Note to self: filter out Webmentions that come from my own site to posts. It’s useful to display but not to use in my notifications context.
{
"type": "entry",
"published": "2020-07-25T10:16:00.00000-07:00",
"url": "https://v2.jacky.wtf/post/c650eb1f-8d11-499b-a347-813dc35cc603",
"content": {
"text": "Note to self: filter out Webmentions that come from my own site to posts. It\u2019s useful to display but not to use in my notifications context.",
"html": "<p>Note to self: filter out Webmentions that come from my own site to posts. It\u2019s useful to display but not to use in my notifications context.</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "note",
"_id": "13502149",
"_source": "1886",
"_is_read": true
}
Very excited for the #IndieWebCamp Micropub pop-up session today - come join us to talk about the open standard for CRUD functionality on web tooling https://events.indieweb.org/2020/07/micropub-pop-up-session-kGMIMOXFUdBn
{
"type": "entry",
"published": "2020-07-25T09:52:22.757Z",
"url": "https://www.jvt.me/mf2/2020/07/evors/",
"category": [
"indiewebcamp"
],
"content": {
"text": "Very excited for the #IndieWebCamp Micropub pop-up session today - come join us to talk about the open standard for CRUD functionality on web tooling https://events.indieweb.org/2020/07/micropub-pop-up-session-kGMIMOXFUdBn",
"html": "<p>Very excited for the <a href=\"https://www.jvt.me/tags/indiewebcamp/\">#IndieWebCamp</a> Micropub pop-up session today - come join us to talk about the open standard for CRUD functionality on web tooling <a href=\"https://events.indieweb.org/2020/07/micropub-pop-up-session-kGMIMOXFUdBn\">https://events.indieweb.org/2020/07/micropub-pop-up-session-kGMIMOXFUdBn</a></p>"
},
"author": {
"type": "card",
"name": "Jamie Tanna",
"url": "https://www.jvt.me",
"photo": "https://www.jvt.me/img/profile.png"
},
"post-type": "note",
"_id": "13494526",
"_source": "2169",
"_is_read": true
}
Bumping this because it was mentioned in chat about finding checkins, bookmarks and other types. https://chat.indieweb.org/dev/2020-07-25#t1595651715928500
{
"type": "entry",
"published": "2020-07-24T22:06:14.25181-07:00",
"url": "https://v2.jacky.wtf/post/98b192ae-da39-44f7-81bd-e730e7d02ad4",
"in-reply-to": [
"https://github.com/tantek/post-type-discovery/issues/41"
],
"content": {
"text": "Bumping this because it was mentioned in chat about finding checkins, bookmarks and other types. https://chat.indieweb.org/dev/2020-07-25#t1595651715928500",
"html": "<p>Bumping this because it was mentioned in chat about finding checkins, bookmarks and other types. <a href=\"https://chat.indieweb.org/dev/2020-07-25#t1595651715928500\">https://chat.indieweb.org/dev/2020-07-25#t1595651715928500</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "reply",
"refs": {
"https://github.com/tantek/post-type-discovery/issues/41": {
"type": "entry",
"url": "https://github.com/tantek/post-type-discovery/issues/41",
"content": {
"text": "I was under the impression that there had to be at least 3 publishing and consuming examples in order for a new post type to be added. However, I can't find that actually referenced anywhere in this spec. \nIt seems to be part of the discussions in other issues though: https://github.com/tantek/post-type-discovery/issues/26\n\nThis is well beyond the methodology threshold of three independent verified publishing implementations...",
"html": "<p>I was under the impression that there had to be at least 3 publishing and consuming examples in order for a new post type to be added. However, I can't find that actually referenced anywhere in this spec. </p>\n<p>It seems to be part of the discussions in other issues though: <a href=\"https://github.com/tantek/post-type-discovery/issues/26\">https://github.com/tantek/post-type-discovery/issues/26</a></p>\n<blockquote>\n<p>This is well beyond the methodology threshold of three independent verified publishing implementations...</p>\n</blockquote>"
},
"author": {
"type": "card",
"name": "aaronpk",
"url": "https://github.com/aaronpk",
"photo": null
},
"post-type": "note"
}
},
"_id": "13490967",
"_source": "1886",
"_is_read": true
}
I'm going!Looking forward to some discussion on the future of Micropub!
{
"type": "entry",
"published": "2020-07-24T15:24:52-0400",
"rsvp": "yes",
"url": "https://martymcgui.re/2020/07/24/152452/",
"in-reply-to": [
"https://events.indieweb.org/2020/07/micropub-pop-up-session-kGMIMOXFUdBn"
],
"content": {
"text": "I'm going!Looking forward to some discussion on the future of Micropub!",
"html": "I'm going!<p>Looking forward to some discussion on the future of Micropub!</p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"post-type": "rsvp",
"refs": {
"https://events.indieweb.org/2020/07/micropub-pop-up-session-kGMIMOXFUdBn": {
"type": "entry",
"summary": "The Micropub protocol is used to create, update and delete posts on one's own domain using third-party clients.",
"url": "https://events.indieweb.org/2020/07/micropub-pop-up-session-kGMIMOXFUdBn",
"photo": [
"https://res.cloudinary.com/schmarty/image/fetch/w_960,c_fill/https://events.indieweb.org/storage/events/20200714-sff83XIg3Y3uKlGhPdRDUumBYgsl7O.jpg"
],
"name": "Micropub Pop-Up Session",
"author": {
"type": "card",
"name": "events.indieweb.org",
"url": "http://events.indieweb.org",
"photo": null
},
"post-type": "photo"
}
},
"_id": "13481399",
"_source": "175",
"_is_read": true
}
{
"type": "entry",
"published": "2020-07-24T18:42:22+00:00",
"url": "https://werd.io/2020/blog-sources-july-2020",
"name": "Blog Sources, July 2020",
"content": {
"text": "A long time ago, I promised to share the blogs I subscribe to. This is that post - in service of an important question. Who else should I be subscribing to? In particular, which underheard voices should I be listening to, on any subject? Do you have a blog? Have I overlooked you? Let me know.As with my end-of-month roundups, I've made an attempt to sort these sources into categories, but I subscribe to people, not topics. It's highly likely that people use their blogs to write in a way that defies categorization, and those are the kinds of sources I prefer.As always: I subscribe using NewsBlur, and read using the cross-platform Reeder app. I also read email newsletters in NewsBlur, and I subscribe to many - but that can be the subject of another post.The Business of TechA Smart Bear by Jason Cohen - thoughts on startups and marketingAndrew Chen - partner at a16zAnil Dash - CEO of Glitch and old-school bloggerA VC - Fred Wilson, co-founder of Union Square Ventures, writes dailyThe Barefoot VC - Jalak Jobanputra, founder of Future\\Perfect VenturesBoth Sides of the Table - Mark Suster, Managing Partner at Upfront VenturesCoding VC - Leo Polovets, coder turned VCContinuations - Albert Wenger, partner at Union Square VenturesCrunchbase News - reporting on funding deals multiple times a day; most of them aren't of interest, but sometimes there will be a really useful insight hidden in the newsDan Gillmor - co-founder of the News Co/LabDaring Fireball - John Gruber's prolific, roughly Apple-centric blogDigidave - Dave Cohn, journalism tech innovator, currently running Advance Digital's Alpha GroupDries Buytaert - open source pioneer and founder of Drupal; co-founder at AcquiaBenedict Evans - former analyst at a16z; I rarely agree with his societal conclusions, but he's always well thought out and insightfulFeld Thoughts - Brad Feld is co-founder of Foundry Group and TechStarsDavid Cohen - Managing Partner at TechstarsHunter Walk - Partner at HomebrewKapor Center - one of the most important organizations for making tech more inclusive and impactfulMarco Arment - solo operator of the excellent Overcast; formerly the lead developer at Tumblr and the creator of InstapaperMarshall Kirkpatrick - former tech journalist (who wrote about my first startup at TechCrunch), now Vice President, Influencer Relations, Analyst Relations, and Competitive Intelligence at SprinklrMatt Mullenweg - a founder of WordPress, CEO at AutomatticLizard Wrangling - Mitchell Baker is Chair of the Mozilla FoundationChai Musings - Neeraj Mathur is my former colleague at ForUsAll, and veteran of many of Silicon Valley's iconic institutionsObvious Startup Advice - Eric Marcoullier is a startup veteran, and this no-nonsense advice blog should be on every founder's listPascal Finette - Pascal is a former mentor at Matter; he works at Singularity University, where he's the Chair for Entrepreneurship & Open InnovationRands in Repose - Michael Lopp writes about tech leadership and was blogging in the early daysSam Altman - former head of YC, now the CEO of OpenAI; I often disagree, but understanding Sam's kind of investor mindset is really importantSemil Shah - founder of Haystack VenturesSignal vs Noise - the canonical corporate blog; this is absolutely how it should be done. Always smart, always insightfulThe Slow Hunch - Nick Grossman is a partner at Union Square VenturesSteve Blank - influential author of the Startup HandbookStratechery - I'm a paid subscriber; this is the daily tech analysis blog and newsletter, and the paid updates are absolutely worth the moneyThis is Going to Be BIG - Charlie O'Donnell is partner at Brooklyn Bridge VenturesTomasz Tunguz - VC at Redpoint who often writes about economic historyDoc Searls - author of The Intention Economy, co-founder of Customer Commons, and co-author of the Cluetrain ManifestoSeth Godin - thought-provoking short pieces around marketing and motivationThe Philosophy of TechAmber Case - calm technology, futurism, and the human side of tech designA Change is Coming - Jon Pincus on progressive change in, through, and often despite techJ. Nathan Matias - founder of the CAT (Citizens And Tech) Lab\u2026 My heart\u2019s in Accra - Ethan Zuckerman is a media scholar and internet activistAndy Baio - co-founder of XOXO and Upcoming (RIP) who sits at the intersection of tech and culture in the most beautiful way. Don't miss his links blogTatania Mac - an indie engineer who often writes about inclusion topics and maintains Devs of ColourCraphound - Corey Doctorow is an author and tech rights activistRuha Benjamin - the author of Race After TechnologyNadia Eghbal - absolutely remarkable tech researcher who wrote a book on the dynamics of open source that I'm looking forward to readingIdle Words - Maciej Ceg\u0142owski is solo operator of Pinboard, and one of the wittiest voices in techJillian C York - Director for International Freedom of Expression at the EFFHapgood - Mike Caulfield is an edtech innovator and arguably a whistleblower; always fascinating insights at the intersection of technology and societyCaterina Fake - co-founder of Flickr, among othersreb00ted - Johannes Ernst on tech at the intersection of fairness and sustainabilityLibrarianShipwreck - originally about the future of libraries; now about the future of usBuilding TechSmashing Magazine - in-depth articles specifically about front-end codingMinor 9th - Simon Pearson's long-running blog about music, coding, and everything else in-betweenAmy MacKinnon - web developer and thespian; usually writes about programminggregorLove - Gregor Morrill's indieweb blogEvan Prodromou - open source and decentralized social pioneer, now at WikipediaManton Reece - founder of micro.blogJulia Evans - software developer and tech zine publisherAmit Gawande - a software developer in Pune, IndiaA List Apart - a relatively low-volume, high-signal publication about tech, coding, and the tech businessTom MacWright - entrepreneurial coder who worked on Observable and MapboxCoding Horror - Jeff Atwood, co-founder of Stack Overflow, on coding and lifeProgramming is Terrible - \"lessons learned from a life wasted\"Simon Willison - Simon's a successful entrepreneur, the co-creator of the Django framework, and he's now working on Datasette, a tool for exploring and publishing dataRyan Barrett - indieweb pioneer and Head of Engineering at Color GenomicsTantek \u00c7elik - co-founder of the indieweb movement who works on web standards at Mozilla / the W3C, and runnerTom Morris - coder turned legal scholarAaron Parecki - co-founder of the indieweb movement and among the world's most quantified selfsThrow Out the Manual - Tim Owens on his building and hacking adventures as co-founder of Reclaim HostingEducation and Techbavatuesdays - Jim Groom is the original edupunk, now the co-founder of Reclaim HostingCogDogBlog - Alan Levine is Vice President Community & CTO at the New Media ConsortiumDiscourses - Doug Belshaw sits at the intersection of open source and educationHack Education - Audrey Watters is a brilliant writer, truth-teller, and self-proclaimed \"ed-tech's Cassandra\"; absolutely vital thoughts if you care even a little bit about the future of educationIterating Toward Openness - David Wiley is the Chief Academic Officer at Lumen Learning and former Shuttleworth FellowLaura Ritchie - Professor of Learning and Teaching at the University of ChichesterD'Arcy Norman - Manager of the Learning Technologies group in the Taylor Institute for Teaching and Learning, at the University of CalgaryGeoffrey Gevalt - former journalist and founder of the Young Writers ProjectCulture & SocietyLive Laugh Blog - Jenn Schiffer, Director of Community at Glitch, writes a really entertaining lifestyle blogNick Grant - insightful posts about depression and suicide. Definitely comes with a content warningEvery Day Fiction - daily flash fiction that never fails to improve my lifeDaily Science Fiction - a new high-quality science fiction story, dailyCharlie's Diary - Edinburgh-based science fiction writer Charles Stross writes about everything with ascerbic wit and the kind of insight you'd expect from a writer of his statureThe Creative Independent - produced by Kickstarter, this is a publication about making it on your own as a creative personMaking Light - I've been reading since this was Tor editor Teresa Nielsen Hayden's personal blog in 2001, but now it's something bigger - one of the original, beautifully idiosyncratic communities on the internetNeil Gaiman - the author of Sandman, among many, many other thingssim.show - Sim Salis interviews people from across the intellectual spectrum about life and career - among other thingsadrienne maree brown - the inspirational author of Emergent Strategy and Pleasure ActivismGrasping Reality with Both Hands - Brad DeLong is professor of economics at U.C. Berkeley, a research associate of the National Bureau of Economic Research, and served in the Clinton administrationNieman Lab's What We're Reading - a linklog keeping track of digital media, startups, the web, journalism, strategy, and the state of the world",
"html": "<p>A long time ago, I promised to share the blogs I subscribe to. This is that post - in service of an important question. <em>Who else should I be subscribing to?</em> In particular, which underheard voices should I be listening to, on any subject? Do <em>you</em> have a blog? Have I overlooked you? Let me know.</p><p>As with my end-of-month roundups, I've made an attempt to sort these sources into categories, but I subscribe to people, not topics. It's highly likely that people use their blogs to write in a way that defies categorization, and those are the kinds of sources I prefer.</p><p>As always: I subscribe using <a href=\"https://newsblur.com/\">NewsBlur</a>, and read using the cross-platform <a href=\"https://reederapp.com/\">Reeder</a> app. I also read email newsletters in NewsBlur, and I subscribe to many - but that can be the subject of another post.</p><h3>The Business of Tech</h3><p><a href=\"https://blog.asmartbear.com/\">A Smart Bear by Jason Cohen</a> - thoughts on startups and marketing</p><p><a href=\"https://andrewchen.co/\">Andrew Chen</a> - partner at a16z</p><p><a href=\"https://anildash.com/\">Anil Dash</a> - CEO of Glitch and old-school blogger</p><p><a href=\"https://avc.com/\">A VC</a> - Fred Wilson, co-founder of Union Square Ventures, writes daily</p><p><a href=\"http://thebarefootvc.com/\">The Barefoot VC</a> - Jalak Jobanputra, founder of Future\\Perfect Ventures</p><p><a href=\"https://bothsidesofthetable.com/\">Both Sides of the Table</a> - Mark Suster, Managing Partner at Upfront Ventures</p><p><a href=\"https://www.codingvc.com/\">Coding VC</a> - Leo Polovets, coder turned VC</p><p><a href=\"https://continuations.com/\">Continuations</a> - Albert Wenger, partner at Union Square Ventures</p><p><a href=\"https://news.crunchbase.com/\">Crunchbase News</a> - reporting on funding deals multiple times a day; most of them aren't of interest, but sometimes there will be a really useful insight hidden in the news</p><p><a href=\"https://dangillmor.com/\">Dan Gillmor</a> - co-founder of the <a href=\"https://newscollab.org/about-us/\">News Co/Lab</a></p><p><a href=\"https://daringfireball.net/\">Daring Fireball</a> - John Gruber's prolific, roughly Apple-centric blog</p><p><a href=\"http://blog.digidave.org/\">Digidave</a> - Dave Cohn, journalism tech innovator, currently running Advance Digital's Alpha Group</p><p><a href=\"https://dri.es/\">Dries Buytaert</a> - open source pioneer and founder of Drupal; co-founder at Acquia</p><p><a href=\"https://www.ben-evans.com/\">Benedict Evans</a> - former analyst at a16z; I rarely agree with his societal conclusions, but he's always well thought out and insightful</p><p><a href=\"https://feld.com/\">Feld Thoughts</a> - Brad Feld is co-founder of Foundry Group and TechStars</p><p><a href=\"https://davidgcohen.com/\">David Cohen</a> - Managing Partner at Techstars</p><p><a href=\"https://hunterwalk.com/\">Hunter Walk</a> - Partner at Homebrew</p><p><a href=\"https://www.kaporcenter.org/\">Kapor Center</a> - one of the most important organizations for making tech more inclusive and impactful</p><p><a href=\"https://marco.org/\">Marco Arment</a> - solo operator of the excellent Overcast; formerly the lead developer at Tumblr and the creator of Instapaper</p><p><a href=\"http://marshallk.com/\">Marshall Kirkpatrick</a> - former tech journalist (who wrote about my first startup at TechCrunch), now Vice President, Influencer Relations, Analyst Relations, and Competitive Intelligence at Sprinklr</p><p><a href=\"https://ma.tt/\">Matt Mullenweg</a> - a founder of WordPress, CEO at Automattic</p><p><a href=\"https://blog.lizardwrangler.com/\">Lizard Wrangling</a> - Mitchell Baker is Chair of the Mozilla Foundation</p><p><a href=\"https://neerajmathur.com/\">Chai Musings</a> - Neeraj Mathur is my former colleague at ForUsAll, and veteran of many of Silicon Valley's iconic institutions</p><p><a href=\"https://obviousstartupadvice.com/\">Obvious Startup Advice</a> - Eric Marcoullier is a startup veteran, and this no-nonsense advice blog should be on every founder's list</p><p><a href=\"https://blog.finette.com/\">Pascal Finette</a> - Pascal is a former mentor at Matter; he works at Singularity University, where he's the Chair for Entrepreneurship & Open Innovation</p><p><a href=\"https://randsinrepose.com/\">Rands in Repose</a> - Michael Lopp writes about tech leadership and was blogging in the early days</p><p><a href=\"https://blog.samaltman.com/\">Sam Altman</a> - former head of YC, now the CEO of OpenAI; I often disagree, but understanding Sam's kind of investor mindset is really important</p><p><a href=\"https://semilshah.com/writing/\">Semil Shah</a> - founder of Haystack Ventures</p><p><a href=\"https://m.signalvnoise.com/\">Signal vs Noise</a> - the canonical corporate blog; this is absolutely how it should be done. Always smart, always insightful</p><p><a href=\"https://www.theslowhunch.net/\">The Slow Hunch</a> - Nick Grossman is a partner at Union Square Ventures</p><p><a href=\"https://steveblank.com/\">Steve Blank</a> - influential author of the Startup Handbook</p><p><a href=\"https://stratechery.com/\">Stratechery</a> - I'm a paid subscriber; this is <em>the</em> daily tech analysis blog and newsletter, and the paid updates are absolutely worth the money</p><p><a href=\"https://www.thisisgoingtobebig.com/\">This is Going to Be BIG</a> - Charlie O'Donnell is partner at Brooklyn Bridge Ventures</p><p><a href=\"https://tomtunguz.com/\">Tomasz Tunguz</a> - VC at Redpoint who often writes about economic history</p><p><a href=\"http://blogs.harvard.edu/doc/\">Doc Searls</a> - author of The Intention Economy, co-founder of Customer Commons, and co-author of the Cluetrain Manifesto</p><p><a href=\"https://seths.blog/\">Seth Godin</a> - thought-provoking short pieces around marketing and motivation</p><h3>The Philosophy of Tech</h3><p><a href=\"https://www.caseorganic.com/\">Amber Case</a> - calm technology, futurism, and the human side of tech design</p><p><a href=\"https://werd.io/achangeiscoming.net/\">A Change is Coming</a> - Jon Pincus on progressive change in, through, and often despite tech</p><p><a href=\"https://citizensandtech.org/\">J. Nathan Matias</a> - founder of the CAT (Citizens And Tech) Lab</p><p><a href=\"http://www.ethanzuckerman.com/blog/\">\u2026 My heart\u2019s in Accra</a> - Ethan Zuckerman is a media scholar and internet activist</p><p><a href=\"https://waxy.org/\">Andy Baio</a> - co-founder of XOXO and Upcoming (RIP) who sits at the intersection of tech and culture in the most beautiful way. Don't miss his links blog</p><p><a href=\"https://tatianamac.com/\">Tatania Mac</a> - an indie engineer who often writes about inclusion topics and maintains <a href=\"https://github.com/selfdefined/devsofcolour\">Devs of Colour</a></p><p><a href=\"https://craphound.com/\">Craphound</a> - Corey Doctorow is an author and tech rights activist</p><p><a href=\"https://www.ruhabenjamin.com/\">Ruha Benjamin</a> - the author of Race After Technology</p><p><a href=\"https://nadiaeghbal.com/\">Nadia Eghbal</a> - absolutely remarkable tech researcher who wrote <a href=\"https://press.stripe.com/\">a book on the dynamics of open source that I'm looking forward to reading</a></p><p><a href=\"https://idlewords.com/\">Idle Words</a> - Maciej Ceg\u0142owski is solo operator of Pinboard, and one of the wittiest voices in tech</p><p><a href=\"https://jilliancyork.com/\">Jillian C York</a> - Director for International Freedom of Expression at the EFF</p><p><a href=\"https://hapgood.us/\">Hapgood</a> - Mike Caulfield is an edtech innovator and arguably a whistleblower; always fascinating insights at the intersection of technology and society</p><p><a href=\"https://caterina.net/\">Caterina Fake</a> - co-founder of Flickr, among others</p><p><a href=\"https://reb00ted.org/\">reb00ted</a> - Johannes Ernst on tech at the intersection of fairness and sustainability</p><p><a href=\"https://librarianshipwreck.wordpress.com/\">LibrarianShipwreck</a> - originally about the future of libraries; now about the future of us</p><h3>Building Tech</h3><p><a href=\"https://www.smashingmagazine.com/\">Smashing Magazine</a> - in-depth articles specifically about front-end coding</p><p><a href=\"https://www.minor9th.com/\">Minor 9th</a> - Simon Pearson's long-running blog about music, coding, and everything else in-between</p><p><a href=\"http://amy-mac.com/\">Amy MacKinnon</a> - web developer and thespian; usually writes about programming</p><p><a href=\"https://gregorlove.com/\">gregorLove</a> - Gregor Morrill's indieweb blog</p><p><a href=\"https://evanprodromou.wordpress.com/\">Evan Prodromou</a> - open source and decentralized social pioneer, now at Wikipedia</p><p><a href=\"https://www.manton.org/\">Manton Reece</a> - founder of micro.blog</p><p><a href=\"https://jvns.ca/\">Julia Evans</a> - software developer and tech zine publisher</p><p><a href=\"https://amitgawande.com/\">Amit Gawande</a> - a software developer in Pune, India</p><p><a href=\"https://alistapart.com/\">A List Apart</a> - a relatively low-volume, high-signal publication about tech, coding, and the tech business</p><p><a href=\"https://macwright.com/\">Tom MacWright</a> - entrepreneurial coder who worked on Observable and Mapbox</p><p><a href=\"https://blog.codinghorror.com/\">Coding Horror</a> - Jeff Atwood, co-founder of Stack Overflow, on coding and life</p><p><a href=\"https://programmingisterrible.com/\">Programming is Terrible</a> - \"lessons learned from a life wasted\"</p><p><a href=\"https://simonwillison.net/\">Simon Willison</a> - Simon's a successful entrepreneur, the co-creator of the Django framework, and he's now working on <a href=\"https://datasette.readthedocs.io/en/stable/\">Datasette</a>, a tool for exploring and publishing data</p><p><a href=\"https://snarfed.org/\">Ryan Barrett</a> - indieweb pioneer and Head of Engineering at Color Genomics</p><p><a href=\"http://tantek.com/\">Tantek \u00c7elik</a> - co-founder of the indieweb movement who works on web standards at Mozilla / the W3C, and runner</p><p><a href=\"https://tommorris.org/\">Tom Morris</a> - coder turned legal scholar</p><p><a href=\"https://aaronparecki.com/\">Aaron Parecki</a> - co-founder of the indieweb movement and among the world's most quantified selfs</p><p><a href=\"https://blog.timowens.io/\">Throw Out the Manual</a> - Tim Owens on his building and hacking adventures as co-founder of <a href=\"https://reclaimhosting.com/\">Reclaim Hosting</a></p><h3>Education and Tech</h3><p><a href=\"https://bavatuesdays.com/\">bavatuesdays</a> - Jim Groom is the original edupunk, now the co-founder of Reclaim Hosting</p><p><a href=\"https://cogdogblog.com/\">CogDogBlog</a> - Alan Levine is Vice President Community & CTO at the New Media Consortium</p><p><a href=\"http://discours.es/\">Discourses</a> - Doug Belshaw sits at the intersection of open source and education</p><p><a href=\"http://hackeducation.com/\">Hack Education</a> - Audrey Watters is a brilliant writer, truth-teller, and self-proclaimed \"ed-tech's Cassandra\"; absolutely vital thoughts if you care even a little bit about the future of education</p><p><a href=\"https://opencontent.org/blog/\">Iterating Toward Openness</a> - David Wiley is the Chief Academic Officer at Lumen Learning and former Shuttleworth Fellow</p><p><a href=\"https://www.lauraritchie.com/\">Laura Ritchie</a> - Professor of Learning and Teaching at the University of Chichester</p><p><a href=\"https://darcynorman.net/\">D'Arcy Norman</a> - Manager of the Learning Technologies group in the Taylor Institute for Teaching and Learning, at the University of Calgary</p><p><a href=\"https://geoffreygevalt.com/\">Geoffrey Gevalt</a> - former journalist and founder of the <a href=\"https://youngwritersproject.org/\">Young Writers Project</a></p><h3>Culture & Society</h3><p><a href=\"https://livelaugh.blog/\">Live Laugh Blog</a> - Jenn Schiffer, Director of Community at Glitch, writes a really entertaining lifestyle blog</p><p><a href=\"https://www.manicgrant.com/\">Nick Grant</a> - insightful posts about depression and suicide. Definitely comes with a content warning</p><p><a href=\"https://everydayfiction.com/\">Every Day Fiction</a> - daily flash fiction that never fails to improve my life</p><p><a href=\"https://dailysciencefiction.com/\">Daily Science Fiction</a> - a new high-quality science fiction story, daily</p><p><a href=\"https://www.antipope.org/charlie/blog-static/\">Charlie's Diary</a> - Edinburgh-based science fiction writer Charles Stross writes about everything with ascerbic wit and the kind of insight you'd expect from a writer of his stature</p><p><a href=\"https://thecreativeindependent.com/\">The Creative Independent</a> - produced by Kickstarter, this is a publication about making it on your own as a creative person</p><p><a href=\"https://nielsenhayden.com/makinglight/\">Making Light</a> - I've been reading since this was Tor editor Teresa Nielsen Hayden's personal blog in 2001, but now it's something bigger - one of the original, beautifully idiosyncratic communities on the internet</p><p><a href=\"https://www.neilgaiman.com/\">Neil Gaiman</a> - the author of Sandman, among many, many other things</p><p><a href=\"https://sim.show/\">sim.show</a> - Sim Salis interviews people from across the intellectual spectrum about life and career - among other things</p><p><a href=\"http://adriennemareebrown.net/\">adrienne maree brown</a> - the inspirational author of Emergent Strategy and Pleasure Activism</p><p><a href=\"https://www.bradford-delong.com/\">Grasping Reality with Both Hands</a> - Brad DeLong is professor of economics at U.C. Berkeley, a research associate of the National Bureau of Economic Research, and served in the Clinton administration</p><p><a href=\"https://www.niemanlab.org/reading/\">Nieman Lab's What We're Reading</a> - a linklog keeping track of digital media, startups, the web, journalism, strategy, and the state of the world</p>"
},
"author": {
"type": "card",
"name": "Ben Werdm\u00fcller",
"url": "https://werd.io/profile/benwerd",
"photo": "https://werd.io/file/5d388c5fb16ea14aac640912/thumb.jpg"
},
"post-type": "article",
"_id": "13480574",
"_source": "191",
"_is_read": true
}
{
"type": "entry",
"author": {
"name": "Manton Reece",
"url": "https://www.manton.org/",
"photo": "https://micro.blog/manton/avatar.jpg"
},
"url": "https://www.manton.org/2020/07/24/sunlit-beta-and.html",
"name": "Sunlit 3.0 beta and source",
"content": {
"html": "<p>A couple weeks ago I posted <a href=\"https://www.manton.org/2020/07/13/sneak-peek-at.html\">a sneak peek at Sunlit 3.0</a>, our iOS companion app for photos. Today we\u2019re opening up the beta and also <a href=\"https://github.com/microdotblog/sunlit\">making the source code public</a>.</p>\n\n<p>You can sign up <a href=\"https://testflight.apple.com/join/vAQQbw8J\">on TestFlight here</a>. There are still some rough edges, and this version is mostly for iPhone. iPad will be improved in the next beta, and macOS will follow later.</p>\n\n<p>Sunlit can post to Micro.blog-hosted blogs, WordPress, or any blog that supports the Micropub API. You can use it with a free Micro.blog account or a paid subscription.</p>\n\n<p>Composing a new post is much more flexible now. You can post a quick photo, or you can create a full blog post with multiple photos and text sections. I\u2019ve created a screencast below to show how it works:</p>\n\n<p>Jon Hays also joined me on the <a href=\"https://timetable.manton.org/2020/07/23/143517.html\">latest episode of Timetable</a> to talk about the Sunlit beta and more.</p>",
"text": "A couple weeks ago I posted a sneak peek at Sunlit 3.0, our iOS companion app for photos. Today we\u2019re opening up the beta and also making the source code public.\n\nYou can sign up on TestFlight here. There are still some rough edges, and this version is mostly for iPhone. iPad will be improved in the next beta, and macOS will follow later.\n\nSunlit can post to Micro.blog-hosted blogs, WordPress, or any blog that supports the Micropub API. You can use it with a free Micro.blog account or a paid subscription.\n\nComposing a new post is much more flexible now. You can post a quick photo, or you can create a full blog post with multiple photos and text sections. I\u2019ve created a screencast below to show how it works:\n\nJon Hays also joined me on the latest episode of Timetable to talk about the Sunlit beta and more."
},
"published": "2020-07-24T11:44:00-05:00",
"category": [
"Essays",
"Podcasts"
],
"post-type": "article",
"_id": "13477874",
"_source": "12",
"_is_read": true
}
We got one in the IndieWeb at https://xn--sr8hvo.ws/ and a collection of ones we’ve seen at https://indieweb.org/webring#Examples
{
"type": "entry",
"published": "2020-07-23T10:55:58.75978-07:00",
"url": "https://v2.jacky.wtf/post/395a54f5-d69a-4edf-b135-d0b85940c4e1",
"in-reply-to": [
"https://twitter.com/ReinH/status/1286357881160380418?s=20"
],
"content": {
"text": "We got one in the IndieWeb at https://xn--sr8hvo.ws/ and a collection of ones we\u2019ve seen at https://indieweb.org/webring#Examples",
"html": "<p>We got one in the IndieWeb at <a href=\"https://xn--sr8hvo.ws/\">https://xn--sr8hvo.ws/</a> and a collection of ones we\u2019ve seen at <a href=\"https://indieweb.org/webring#Examples\">https://indieweb.org/webring#Examples</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "reply",
"refs": {
"https://twitter.com/ReinH/status/1286357881160380418?s=20": {
"type": "entry",
"url": "https://twitter.com/ReinH/status/1286357881160380418?s=20",
"author": {
"type": "card",
"name": "twitter.com",
"url": "https://twitter.com/ReinH/status/1286357881160380418?s=20",
"photo": null
},
"post-type": "note"
}
},
"_id": "13450026",
"_source": "1886",
"_is_read": true
}
{
"type": "entry",
"published": "2020-07-23T16:56:00+01:00",
"url": "https://www.jvt.me/mf2/2020/07/qlebf/",
"category": [
"indieauth",
"indieweb"
],
"bookmark-of": [
"https://david.shanske.com/2020/07/22/people-seem-confused-about-indieauth/"
],
"author": {
"type": "card",
"name": "Jamie Tanna",
"url": "https://www.jvt.me",
"photo": "https://www.jvt.me/img/profile.png"
},
"post-type": "bookmark",
"_id": "13449975",
"_source": "2169",
"_is_read": true
}
Oh, I already post on my own site first (IndieWebinng)- Twitter could disappear today on my experience wouldn’t change!
{
"type": "entry",
"published": "2020-07-23T09:14:22.08150-07:00",
"url": "https://v2.jacky.wtf/post/06d46c44-3aa3-4afb-949b-78dab1b4ed4b",
"in-reply-to": [
"https://twitter.com/sl007/status/1286328913292034048?s=20"
],
"content": {
"text": "Oh, I already post on my own site first (IndieWebinng)- Twitter could disappear today on my experience wouldn\u2019t change!",
"html": "<p>Oh, I already post on my own site first (IndieWebinng)- Twitter could disappear today on my experience wouldn\u2019t change!</p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "reply",
"refs": {
"https://twitter.com/sl007/status/1286328913292034048?s=20": {
"type": "entry",
"url": "https://twitter.com/sl007/status/1286328913292034048?s=20",
"author": {
"type": "card",
"name": "twitter.com",
"url": "https://twitter.com/sl007/status/1286328913292034048?s=20",
"photo": null
},
"post-type": "note"
}
},
"_id": "13448648",
"_source": "1886",
"_is_read": true
}
{
"type": "entry",
"author": {
"name": "Neil Mather",
"url": "https://doubleloop.net/",
"photo": null
},
"url": "https://doubleloop.net/2020/07/22/autonomy-digital-self-determination-agency/",
"published": "2020-07-22T18:47:23+00:00",
"content": {
"html": "<p>I\u2019m reading through <a href=\"https://commonplace.doubleloop.net/20200404101748-future_histories.html\">Future Histories</a> at the moment. The chapter linking the work of <a href=\"https://commonplace.doubleloop.net/20200402210005-frantz_fanon.html\">Frantz Fanon</a> to the ideas of <a href=\"https://commonplace.doubleloop.net/20200402213403-digital_self_determination.html\">digital self-determination</a> is very interesting and I am getting my head around some of the ideas. <a href=\"https://commonplace.doubleloop.net/20200322114126-solid.html\">Solid</a> and <a href=\"https://commonplace.doubleloop.net/20200322114531-personal_data_store.html\">personal data pods</a> get a namecheck, which is pretty much <a href=\"https://commonplace.doubleloop.net/indieweb.html\">IndieWeb</a> just under a different guise.</p>\n<p>(Most of the chapter from the book is also available online here: <a href=\"https://www.versobooks.com/blogs/4369-fanon-and-digital-self-determination\">Fanon and (digital) self-determination</a>).</p>\n<blockquote><p>A better way to understand what we mean when we talk about privacy, then, is to see it as a right to self-determination. Self-determination is about self-governance, or determining one\u2019s own destiny.</p>\n<p>\u2013 <a href=\"https://commonplace.doubleloop.net/20200404101748-future_histories.html\">Future Histories</a></p></blockquote>\n<p>I think there are some parallels with what <a href=\"https://commonplace.doubleloop.net/20200317094029-ton.html\">Ton</a> said <a href=\"https://www.zylstra.org/blog/2020/07/14707/\">here</a>:</p>\n<blockquote><p>p2p networks weren\u2019t primarily about evading surveillance, evading copyright, or maintaining anonymity, but one of netwerk-resilience and not having someone with power over the \u2018off-switch\u2019 for the entire network</p></blockquote>\n<p>Future Histories:</p>\n<blockquote><p>digital privacy\u2014and its philosophical twin, freedom\u2014involves anonymity, secrecy, and <a href=\"https://commonplace.doubleloop.net/20200721194732-autonomy.html\">autonomy</a>. Autonomy is not just evading surveillance. Autonomy means the freedom to act without being controlled by others or manipulated by covert influences.</p>\n<p>\u2013 <a href=\"https://commonplace.doubleloop.net/20200404101748-future_histories.html\">Future Histories</a></p></blockquote>\n<p>I am going to read Ton\u2019s <a href=\"https://www.zylstra.org/blog/networked-agency/\">posts on networked agency</a>, as I feel like there is a connection there. (And they will be good, even if not).</p>\n<blockquote><p>Self-determination is both a collective and individual right, an idea of privacy that is much more expansive and politically oriented. It is about allowing people to communicate, read, organize and come up with better ways of doing things, sharing experiences across borders, without scrutiny or engineering, a kind of cyberpunk internationalism.</p>\n<p>\u2013 <a href=\"https://commonplace.doubleloop.net/20200404101748-future_histories.html\">Future Histories</a></p></blockquote>\n<p>Self-determination, autonomy, agency \u2013 it certainly does sound related.</p>",
"text": "I\u2019m reading through Future Histories at the moment. The chapter linking the work of Frantz Fanon to the ideas of digital self-determination is very interesting and I am getting my head around some of the ideas. Solid and personal data pods get a namecheck, which is pretty much IndieWeb just under a different guise.\n(Most of the chapter from the book is also available online here: Fanon and (digital) self-determination).\nA better way to understand what we mean when we talk about privacy, then, is to see it as a right to self-determination. Self-determination is about self-governance, or determining one\u2019s own destiny.\n\u2013 Future Histories\nI think there are some parallels with what Ton said here:\np2p networks weren\u2019t primarily about evading surveillance, evading copyright, or maintaining anonymity, but one of netwerk-resilience and not having someone with power over the \u2018off-switch\u2019 for the entire network\nFuture Histories:\ndigital privacy\u2014and its philosophical twin, freedom\u2014involves anonymity, secrecy, and autonomy. Autonomy is not just evading surveillance. Autonomy means the freedom to act without being controlled by others or manipulated by covert influences.\n\u2013 Future Histories\nI am going to read Ton\u2019s posts on networked agency, as I feel like there is a connection there. (And they will be good, even if not).\nSelf-determination is both a collective and individual right, an idea of privacy that is much more expansive and politically oriented. It is about allowing people to communicate, read, organize and come up with better ways of doing things, sharing experiences across borders, without scrutiny or engineering, a kind of cyberpunk internationalism.\n\u2013 Future Histories\nSelf-determination, autonomy, agency \u2013 it certainly does sound related."
},
"name": "Autonomy, digital self-determination, agency",
"post-type": "article",
"_id": "13424843",
"_source": "1895",
"_is_read": true
}
{
"type": "entry",
"published": "2020-07-22T07:32:27.911Z",
"url": "https://www.jvt.me/mf2/2020/07/0kcww/",
"category": [
"homebrew-website-club"
],
"content": {
"text": "Reminder that it's #HomebrewWebsiteClub Nottingham tonight! I hope to see you there at 1730 for some website stuff! https://events.indieweb.org/2020/07/online-homebrew-website-club-nottingham-J6rKyTq3khYa",
"html": "<p>Reminder that it's <a href=\"https://www.jvt.me/tags/homebrew-website-club/\">#HomebrewWebsiteClub</a> Nottingham tonight! I hope to see you there at 1730 for some website stuff! <a href=\"https://events.indieweb.org/2020/07/online-homebrew-website-club-nottingham-J6rKyTq3khYa\">https://events.indieweb.org/2020/07/online-homebrew-website-club-nottingham-J6rKyTq3khYa</a></p>"
},
"author": {
"type": "card",
"name": "Jamie Tanna",
"url": "https://www.jvt.me",
"photo": "https://www.jvt.me/img/profile.png"
},
"post-type": "note",
"_id": "13411094",
"_source": "2169",
"_is_read": true
}
Nothing’s stopping you! What makes a reply a “reply” is mentioned at https://indieweb.org/reply with a section on markup. You could make it “invisible” by making it a link with no text (any IndieWeb site should recognize that and rank it over an article when one attempts to run post type discovery https://indieweb.org/post-type-discovery
{
"type": "entry",
"published": "2020-07-20T18:42:49.03359-07:00",
"url": "https://v2.jacky.wtf/post/5015301a-b83a-42d0-ae44-558c4a6d20d4",
"in-reply-to": [
"https://twitter.com/kixiQu/status/1285385119591620608"
],
"content": {
"text": "Nothing\u2019s stopping you! What makes a reply a \u201creply\u201d is mentioned at https://indieweb.org/reply with a section on markup. You could make it \u201cinvisible\u201d by making it a link with no text (any IndieWeb site should recognize that and rank it over an article when one attempts to run post type discovery https://indieweb.org/post-type-discovery",
"html": "<p>Nothing\u2019s stopping you! What makes a reply a \u201creply\u201d is mentioned at <a href=\"https://indieweb.org/reply\">https://indieweb.org/reply</a> with a section on markup. You could make it \u201cinvisible\u201d by making it a link with no text (any IndieWeb site should recognize that and rank it over an article when one attempts to run post type discovery <a href=\"https://indieweb.org/post-type-discovery\">https://indieweb.org/post-type-discovery</a></p>"
},
"author": {
"type": "card",
"name": "",
"url": "https://v2.jacky.wtf",
"photo": null
},
"post-type": "reply",
"refs": {
"https://twitter.com/kixiQu/status/1285385119591620608": {
"type": "entry",
"url": "https://twitter.com/kixiQu/status/1285385119591620608",
"author": {
"type": "card",
"name": "twitter.com",
"url": "https://twitter.com/kixiQu/status/1285385119591620608",
"photo": null
},
"post-type": "note"
}
},
"_id": "13377170",
"_source": "1886",
"_is_read": true
}