Reply to vishae’s issue Affects the status of private posts

Replied to Affects the status of private posts · Issue #70 · dshanske/simple-location by vishaevishae (GitHub)
I've noticed this issue for a little while now but it's only today that I took the time to try and weed out the source. Whenever I update a post marked as private (visibility set to private), the post would get published to the public instead. Even when I edit the post to try to set it to private again, it still remains public. I have to go to the All Post (edit.php) page and quick edit the post to change the privacy there. It's only when I deactivated simple-locations this issue stopped happening and I can update and change the privacy of my posts in the indvidual post editing page.
I could have sworn I filed this as an issue before myself, but I’m not seeing it in the queue. Perhaps I mentioned in chat somewhere?

Simple location’s privacy setting seems to override the post’s public/private settings on my site as well. Perhaps it’s a naming conflict (function/filter/etc.) with WP’s core content visibility code?

In any case, I can’t make a post private while Simple Location is installed/activated either. This seems to happen regardless of other plugins. I do seem to be able to use @vishae’s method of using the quick edit option to change a post to private. I’m not sure if this may indicate a potential solution to the issue based on what is firing on a post save/update versus what fires on a quick edit save.

Additionally, I don’t seem to be able to mark a particular location as “private” in a post either as upon saving it it defaults back to public in the UI. I only seem to be able to use “public” or “protected” options for locations.

Reply to Second try at language

Replied to Second try at language · dshanske/wordpress-webmention@c97ff2b (GitHub)
Another alternative:

To respond on your own website, enter the URL of your response which should contain a link to this post’s permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post’s URL again.

If there’s the ability to hook into whether or not comments are moderated, one could simplify it slightly with an if/then statement based on the site’s moderation policy to either include, or not, the part about moderation.

Reply to Anna Holmes’ post about using cheese as a bookmark

Replied to a tweet by Anna Holmes (Twitter)
Move over chicken. I can already see someone in the IndieWeb community creating a Cheese post kind to begin cheesemarking content on the internet.

 

Reply to “Post New” page not showing Reply to URL · Issue #168

Replied to "Post New" page not showing Reply to URL · Issue #168 dshanske/indieweb-post-kinds (GitHub)

Sorry, David, I seem to be breaking your stuff left right and centre.

I've been using Post Kinds plug to post replies to other websites, but then last night when I clicked on "reply" in Kinds, the usual URL bar (for pasting in the article URL I'm replying to) doesn't show up.

I thought it was because of one of the plugins I've installed, so I restored my WP back to an instance when the URL bar was showing. After the restore, Post Kinds starts working again, but after posting a couple of posts (without adding any new plugins) the URL bar stops showing again.

I'm not sure what I'm doing wrong.

I’ve seen some issues similar to this, but haven’t been able to figure out what the root cause may be. It began in the version of Post Kinds just after you updated the Response Properties Meta box moving based on the post kind being chosen.

In general, the problem seems to be that the Response Properties checkbox in the Screen Options (in the top right hand corner of the admin UI) doesn’t seem to remember its prior state. Thus I’ve needed to occasionally open the screen options and recheck the Response Properties box to see its meta box.

I’ve played around with it a bit, but can’t always reliably recreate the issue. It does seem to be happening less frequently now compared to when I originally upgraded. Is it possible that the checkbox state is only saved per kind?

Reply to The Indieweb privacy challenge (Webmentions, silo backfeeds, and the GDPR) by Sebastian Greger

Replied to The Indieweb privacy challenge (Webmentions, silo backfeeds, and the GDPR) by Sebastian GregerSebastian Greger (sebastiangreger.net)
Originally intended to showcase a privacy-centred implementation of emerging social web technologies – with the aim to present a solution not initially motivated by legal requirements, but as an example of privacy-aware interaction design – my “social backfeed” design process unveiled intricate challenges for Indieweb sites, both for privacy in general and legal compliance in particular.
Again Sebastian Greger has written up a well-thought-out and nuanced approach to design. Here he discusses privacy and GDPR with a wealth of research and direct personal experience in these areas. He’s definitely written something interesting which I hope sparks the beginning of a broader conversation and evaluation of our ethics.

There’s so much to think about and process here, that I’ll have to re-read and think more specifically about all the details. I hope to come back to this later to mark it up and annotate it further.

I’ve read relatively deeply about a variety of privacy issues as well as the weaponization of data and its improper use by governments and businesses to unduly influence people. For those who are unaware of this movement over the recent past, I would highly recommend Cathy O’Neil’s text Weapons of Math Destruction: How Big Data Increases Inequality and Threatens Democracy, which provides an excellent overview with a variety of examples about how the misuse of data can be devastating not just to individuals who are broadly unaware of it, but entire segments of society.

There is a lot of publicly available data we reveal via social media and much of it one might flippantly consider “data exhaust” which has little, if any inherent value by itself. Unfortunately when used in aggregate, it can reveal striking things about us which we may either not be aware of ourselves or which  we wouldn’t want to be openly known.

My brief thought here is that much like the transition from the use of smaller arms and handguns, which can kill people in relatively small numbers, to weapons like machine guns on up to nuclear weapons, which have the ability to quickly murder hundreds to millions at a time, we will have to modify some of our social norms the way we’ve modified our “war” norms over the past century. We’ll need to modify our personal social contracts so that people can still interact with each other on a direct basis without fear of larger corporations, governments, or institutions aggregating our data, processing it, and then using it against us in ways which unduly benefit them and tremendously disadvantage us as individuals, groups, or even at the level of entire societies.

In my mind, we need to protect the social glue that holds society together and improves our lives while not allowing the mass destruction of the fabric of society by large groups based on their ability to aggregate, process, and use our own data against us.

Thank you Sebastian for kicking off a broader conversation!

Disclaimer: I’m aware that in posting this to my own site that it will trigger a tacit webmention which will ping Sebastian Greger’s website. I give him permission to display any and all data he chooses from the originating web page in perpetuity, or until such time as I send a webmention either modifying or deleting the content of the originating page. I say this all with some jest, while I am really relying on the past twenty years of general social norms built up on the internet and in general society as well as the current practices of the IndieWeb movement to govern what he does with this content.

Replied to Add ability to edit Linkbacks type and fields manually · Issue #75 · pfefferle/wordpress-semantic-linkbacks (GitHub)
Add these fields to the edit comment form in the admin. Partially this is also to allow viewing of this data in the admin.
Some additional related thoughts/ideas:

For more easily editing webmentions (aka comments) and their types it would be nice if the Comments UI page (usually found at /wp-admin/edit-comments.php) could be modified to add some additional columns for improved UI/UX.

In particular it would be nice to have direct access to see and sort comments by the semantic_linkbacks_type field as well as potentially via dropdown UI to be able to modify the type (mention, reply, like, favorite, read, listen, etc.). In particular, I find I’d often like to take a basic webmention and turn it into a “reply” to show the full content (particularly while facepiling simple mentions) when it substantively adds to the discussion.

Until #166 is resolved it would be nice to also have easier manual access to be able to modify semantic_linkbacks_avatar in bulk when they either don’t exist or fail to resolve.

It would also be nice to be able to (via query parameters in the URL perhaps?) filter out certain webmention types in the Comment page view. As an example, this might allow someone to more easily see only replies without cluttering up the page with likes, bookmarks, etc. to more easily reply to commenters.

As a potential guide, there is a related plugin called Admin Columns which has some related code that allows adding arbitrary admin columns as well as editing and formatting them.

Mock example of additional columns for webmentions and types

Reply to More IndieWeb compatible themes #2

Replied to More indieweb compatible themes · Issue #2 · indieweb/wordpress-feature-requests (GitHub)
Currently SemPress is listed as the only theme that is fully microformats2 compliant, but its style is very distinct and will not appeal to everyone. Many indieweb WP sites use twentysixteen or Independent Publisher. I have tried many combinations of the last 2 with the mf2 plugin, and ended up having to edit the theme code to get everything working. Would be great to have more options for themes that "just work". :)
A few random tips/pointers:

@GWG has put out a very customized version of his Twenty Sixteen Theme on Github. For those who have some development skills or are willing to look at examples to try changes themselves, the commit history of this particular theme is very enlightening and does a reasonable step-by-step job of providing snapshots of what he changed in Twenty Sixteen to make it more IndieWeb-friendly. For most themes, one may not want to go as far as he did to remove Post Formats in favor of Post Kinds for greater flexibility, but most of the rest is pretty useful and solid as an example if one is converting/forking other popular themes to make them more IndieWeb friendly.

There are a number of very IndieWeb-friendly themes and even child themes listed on the Themes page of the wiki. Most of these should “just work” though a few may have small bugs which could be filed to their respective repositories to improve them.

It’s generally recommended not to use the mf2 plugin with themes which are already very IndieWeb-friendly as it can cause issues or have unintended consequences. That plugin is generally better used when themes only have the minimal microformats v1 code which is added by WordPress core.

There are also lots of details and brainstorming for improving themes in general on the wiki page for WordPress/Development/#Themes.

Reply to A (very) gentle comment on Algebraic Geometry for the faint-hearted | Ilyas Khan

Replied to A (very) gentle comment on Algebraic Geometry for the faint-hearted by Ilyas KhanIlyas Khan (LinkedIn)
This short article is the result of various conversations over the course of the past year or so that arose on the back of two articles/blog pieces that I have previously written about Category Theory (here and here). One of my objectives with such articles, whether they be on aspects of quantum computing or about aspects of maths, is to try and de-mystify as much of the associated jargon as possible, and bring some of the stunning beauty and wonder of the subject to as wide an audience as possible. Whilst it is clearly not possible to become an expert overnight, and it is certainly not my objective to try and provide more than an introduction (hopefully stimulating further research and study), I remain convinced that with a little effort, non-specialists and even self confessed math-phobes can grasp some of the core concepts. In the case of my articles on Category Theory, I felt that even if I could generate one small gasp of excited comprehension where there was previously only confusion, then the articles were worth writing.
I just finished a course on Algebraic Geometry through UCLA Extension, which was geared toward non-traditional math students and professionals, and wish I had known about Smith’s textbook when I’d started. I did spend some time with Cox, Little, and O’Shea’s Ideals, Varieties, and Algorithms which is a pretty good introduction to the area, but written a bit more for computer scientists and engineers in mind rather than the pure mathematician, which might recommend it more toward your audience here as well. It’s certainly more accessible than Hartshorne for the faint-of-heart.

I’ve enjoyed your prior articles on category theory which have spurred me to delve deeper into the area. For others who are interested, I thought I’d also mention that physicist and information theorist John Carlos Baez at UCR has recently started an applied category theory online course which I suspect is a bit more accessible than most of the higher graduate level texts and courses currently out. For more details, I’d suggest starting here: https://johncarlosbaez.wordpress.com/2018/03/26/seven-sketches-in-compositionality/

Reply to chenoehart’s tweet about community

Replied to a tweet by Chenoe HartChenoe Hart (Twitter)
Whenever I find myself actively seeking something to RT it always feels like there’s nothing but noise. Seem to find the most interesting things to share after I’ve already found too many things to RT at once.

Sometimes I find myself wanting to tweet just in general, and wish there was an easy way to just have casual conversations on here, tweet about the weather or something. It’s often really just a proxy for trying to meet people anyway.
I’ve had this feeling before and often long for the earlier days of Twitter when it functioned more like this. The popularization of Twitter in 2009 and the subsequent iteration on the platform and its community killed all the original spirit. It also reminds me of a piece I’d read recently by John Naughton1 about how toxic the retweet functionality (and other gamification like likes/favorites) can be.

I’ve seen the type of interaction you’re describing in smaller pockets of the internet on services like App.net (aka ADN, now defunct), pnut, and 10centuries, and a few corners of the Mastodon sphere.

The place I’ve seen it done well most recently is on Manton Reece‘s awesome micro.blog service, which I think has some strong community spirit and a greater chance of longevity. They’ve specifically left off “features” like follower counts, number of likes, and made conversation front and center. As a result it is a much more solid and welcoming community. I’m curious, as always, if they can maintain it as they scale, but the fact that they encourage people to have their own website and own their own data mean that you can take it all with you somewhere else if they ever cease meeting your needs in the future–something that certainly can’t be easily done on Twitter.

I hope you find the connections with the types of people you’d like to meet.

Originally bookmarked on April 01, 2018 at 09:22PM

References

1.
Naughton J. How to stay sane on Twitter: ignore retweets. Memex 1.1: John Naughton’s online diary. http://memex.naughtons.org/archives/2018/03/11/25409. Published March 11, 2018. Accessed April 12, 2018.

Reply to Justin Heideman on Twitter

Replied to a tweet by Justin Heideman (Twitter)
There are some interesting thoughts here about archiving news pages online. It also subtly highlights the importance of having one’s own domain to be able to redirect pages from their originals to archived versions, possibly containing different technological support. This article is sure to be of interest to folks in the Journalism Digital News Archive/Dodging the Memory Hole Camp (#DtMH2017)
Replied to Chris Jones on Twitter (Twitter)
A1. Personally I have multiple Wordpress sites, and I'm working on a stand-alone domain for my higher-end, highest-value #content .. all are candidates to aggregate relevant insights, yes? Pros/Cons? #smchat #contentseries
@sourcePOV I like @jgmac1106‘s general idea, but having less overhead to manage and administer appealed to me a lot. Here’s some thoughts on what I ended up doing: http://boffosocko.com/2016/12/18/rss-feeds-a-follow-up-on-my-indieweb-commitment-2017/

tl;dr: Having fewer sites to deal with seemed like a stronger idea. I still wanted to feature the richer content over the smaller tidbits while also not overwhelming people who had subscribed in the past. I also took into account trying to make it relatively easy for people to subscribe to the particular data they want/need out of my website. My home page has a list of various post kinds available which may be useful to think about as well.

@mrkrndvs has played around in this area of aggregation as well with a few different websites and may have some insight too.

Whatever you decide, be sure to have some fun along the way.

Replied to a tweet by Matt Reed (Twitter)
Wish Twitter would distinguish between "favorite" and "save for later." People could infer some pretty misleading things...
Intent on Twitter is often so muddled, this is the last thing some might worry about. (Yet it’s still a tremendous tool.) Pocket has browser extensions, and I know the one for Chrome has settings one can toggle an icon to appear on Twitter to allow bookmarking things to read for later directly within your Pocket account, which is generally a reasonable experience.

Pocket’s browser extension can add a much better “save to read for later” button to one’s Twitter feed.

I think the much stronger and better solution for one’s personal commonplace book is to simply add these intents to one’s own website and either favorite, bookmark, mark as read, repost, reply to, annotate, highlight, or just about “anything else” them there and syndicate the appropriate response to Twitter separately. (Examples: bookmarks and reads.) This makes it much more difficult to muddle the intent. It’ll also give you a much more highly searchable set of data that you can own on your own website.

Why wait around for Twitter or another social service to build the tools you want/need when it’s relatively easy to cobble them together for yourself on a variety of opensource platforms? While you’re at it, remove some of the other limitations like 280 characters as well…

Replied to A post on Mastodon by wiobyrnewiobyrne (Scholar Social)
@mrkrndvs I've really been interested in the collection/curation I see from you & @chrisaldrich - I'm in the process of figuring out how to build up a WordPress site to serve as the "commonplace book" on the WordPress site, keep it simple, and have it pump into my weekly newsletter. Any links/guidance/plugins on how to make this happen is definitely appreciated. I want to keep this as simple/lightweight as possible. :)
@wiobyrne@scholar.social @mrkrndvs@mastodon.cloud

I’ve written in a little bit of depth before about Organizing my research related reading.

My favorite piece of the puzzle is using the Post Kinds Plugin for WordPress which has some useful browser bookmarklets for quickly saving what I read, bookmark, and interact with online. Having the ability to add categories, tags, and other behind-the-scenes metadata also helps a lot.

You can then turn around and add all this to a newsletter at your leisure.

Happy to share more, but this should be a good start.

Replied to a post by Jeff Doshna (facebook.com)
I have a real problem. I HATE FACEBOOK, what they are doing with our data, how they control access to information and news for millions of people, and the fact that they've insinuated themselves into every aspect of our lives.

So I'm inclined to walk away from it entirely.

But....

There's real information on here that I need, about people I care about, about things going on in my communities, and keeping connected with folks who've been part of my life over the years.

So, what to do?
You can add people to custom Facebook lists and just read those, but then you’re not necessarily getting all the data you want given the Facebook algorithm deciding what you see.

There’s lots more I could advise doing, but if you’re only using Facebook for reading content you want to get out of Facebook, then lock the whole thing down as best as you can (privacywise) and then use https://facebook-atom.appspot.com/ to suck the data you want out as a feed and pipe it into a feed reader.

You can unsubscribe or unfollow folks to limit your feeds to the bare minimum. The atom feed the appspot tool gives you will be everything and it will be reverse chronological. Good feed readers like Feed.ly and Inoreader will allow you to filter out posts you don’t want to see using a variety of keyword filters.

If you need specific help in setting it up or the instructions are unclear, let me know; I’m happy to help.

If you want to set up and run your own custom private system/server for close family, I can make some suggestions for doing that too.