Kicks Condor
10 Nov 2018

I’m wondering if the rise of podcasts is a reaction to the threat of algorithms. Basically, since podcasts are binary audio files, algorithms currently can’t rewrite the thing—it acts as a hermetically sealed container containing humans talking.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

Reply to this

This also applies to the TiddlyWiki approach—by having the entire HTML in a single file, it also could be seen as ‘hermetically sealed’—tho secret JS and analytics could still be there (as they could with podcasts). I also wonder if this is the appeal of Reddit’s minimalist design.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

Wars of Conflicting Webs

Will your .pizza domain survive?

Beaker vs TiddlyWiki. ActivityPub against Webmentions. Plain HTML hates them all.

I step back and, man, all the burgeoning technology out there is at complete odds with the other! Let’s do a run down. I’m not just doing this to stir up your sensibilities. Part of it is that I am lost in all of this stuff and need to sort my socks.

(I realize I’m doing a lot of ‘versus’ stuff below—but I don’t mean to be critical or adversarial. The point is to examine the frictions.)

Beaker Browser vs TiddlyWiki

At face value, Beaker[1] is great for TiddlyWiki[2]: you can have this browser that can save to your computer directly—so you can read and write your wiki all day, kid! And it syncs, it syncs.

No, it doesn’t let you write from different places yet—so you can’t really use it—but hopefully I’ll have to come back and change these words soon enough—it’s almost there?

Beaker and TiddlyWiki.

Big problem, though: Beaker (Dat[3]) doesn’t store differences. And TiddlyWiki is one big file. So every time you save, it keeps the old one saved and the network starts to fill with these old copies. And you can easily have a 10 meg wiki—you get a hundred days of edits under your belt and you’ve created some trouble for yourself.

Beaker is great for your basic blog or smattering of pages. It remains to be seen how this would be solved: differencing? Breaking up TiddlyWiki? Storing in JSON? Or do I just regenerate a new hash, a new Dat every time I publish? And use the hostname rather than the hash. I don’t know if that messes with the whole thing too much.

Where I Lean: I think I side with Beaker here. TiddlyWiki is made for browsers that haven’t focused on writing. But if it could be tailored to Beaker—to save in individual files—a Dat website already acts like a giant file, like a ZIP file. And I think it makes more sense to keep these files together inside a Dat rather than using HTML as the filesystem.

Datasette vs Beaker Browser

While we’re here, I’ve been dabbling with Datasette[4] as a possible inductee into the tultywits and I could see more sites being done this way. A mutation of Datasette that appeals to me is: a static HTML site that stores all its data in a single file database—the incomparable SQLite.

I could see this blog done out like that: I access the database from Beaker and add posts. Then it gets synced to you and the site just loads everything straight from your synced database, stored in that single file.

But yeah: single file, gets bigger and bigger. (Interesting that TorrentNet is a network built on BitTorrent and SQLite.) I know Dat (Hypercore) deals in chunks. Are chunks updated individually or is the whole file replaced? I just can’t find it.

Where I Lean: I don’t know yet! Need to find a good database to use inside a ‘dat’ and which functions well with Beaker (today).

(Cont’d.) Beaker vs Indieweb, TiddlyWiki vs Indieweb

Ok, talk about hot friction—Beaker sites require no server, so the dream is to package your raw posts with your site and use JavaScript to display it all. This prevents you from having HTML copies of things everywhere—you update a post and your index.html gets updated, tag pages get updated, monthly archives, etc.

And TiddlyWiki is all JavaScript. Internal dynamism vs Indieweb’s external dynamism.

Webmention vs Dynamism.

But the Indieweb craves static HTML—full of microformats. There’s just no other way about it.

Where I Lean: This is tough! If I want to participate in the Indieweb, I need static HTML. So I think I will output minimal HTML for all the posts and the home page. The rest can be JavaScript. So—not too bad?

ActivityPub vs Static HTML

ActivityPub seems to want everything to be dynamic. I saw this comment by one of the main Mastodon developers:

I do not plan on supporting Atom feeds that don’t have Webfinger and Salmon (i.e. non-interactive, non-user feeds.)

This seems like a devotion to ‘social’, right?

I’ve been wrestling with trying to get this blog hooked up to Mastodon—just out of curiosity. But I gave up. What’s the point? Anyone can use a web browser to get here. Well, yeah, I would like to communicate with everyone using their chosen home base.

ActivityPub and Beaker are almost diametrically opposed it seems.

Where I Lean: Retreat from ActivityPub. I am hard-staked to Static: the Gathering. (‘Bridgy Fed’[5] is a possible answer—but subscribing to @[email protected] doesn’t seem to work quite yet.)

ActivityPub's message blasting.

It feels like ActivityPub is pushing itself further away with such an immense protocol. Maybe it’s like Andre Staltz recently told me about Secure Scuttlebutt:

[…] ideally we want SSB to be a decentralized invite-only networks, so that someone has to pull you into their social circles, or you pull in others into yours. It has upsides and downsides, but we think it more naturally corresponds to relationships outside tech.

Ok, so, perhaps building so-called ‘walled gardens’—Andre says, “isolated islands of SSB networks”—is just the modern order. (Secure Scuttlebutt is furthered obscured by simply not being accessible through any web browser I know of; there are mobile apps.)

ActivityPub vs Webmention

This feels more like a head-to-head, except that ‘Bridgy Fed’[5:1] is working to connect the two. These two both are:

  • Communicating between feeds.
  • Handling the ‘likes’, the ‘replies’, the ‘follows’ and such.
  • An inbox/outbox model.

I think the funny thing here goes back to ‘Fed Bridgy’: the Indieweb/Webmention crowd is really making an effort to bridge the protocols. This is very amusing to me because the Webmention can be entirely described in a few paragraphs—so why are we using anything else at this point?

But the Webmention crowd now seems to have enough time on its hands that it’s now connecting Twitter, Github, anonymous comments, Mastodon, micro.blog to its lingua franca. So what I don’t understand is—why not just speak French? ActivityPub falls back to OStatus. What gives?


  1. Beaker Browser. A decentralized Web browser. You share your website on the network and everyone can seed it. ↩︎

  2. TiddlyWiki. A wiki that is a single HTML page. It can be edited in Firefox and Google, then saved back to a single file. ↩︎

  3. Beaker uses the Dat protocol rather than the Web (HTTP). A ‘dat’ is simply a zip file of your website than can be shared and that keeps its file history around. ↩︎

  4. Datasette. If you have a database of data you want to share, Datasette will automatically generate a website for it. ↩︎

  5. fed.brid.gy. A site for replying to Mastodon from your Indieweb site. ↩︎ ↩︎

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

09 Nov 2018

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

02 Nov 2018

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

Reply: Federated Wiki and Directories

Brad Enslen

I think our choice of tools is widening. I’m going to experiment with Dokuwiki. And you really need to check out Federated Wiki. It’s that copying feature, in essence “forking” another persons post, that really caught my eye and made me think back to all your conversations with h0p3.

I spent about a week playing with Federated Wiki and was initially extremely excited about it—I’ve always admired Ward Cunningham’s work, there was a recent blog post called The Garden and the Stream that promoted Fed Wiki as a way to do Hypertexting (‘the garden’) and I had hoped to integrate my hypertext with it.

However, it simply did not function for me and I could not seem to find useful protocol documents. I didn’t even feel like it was worth posting about yet. I will continue to keep an eye on it to see if it becomes something practical. (Even as a reader, I find fedwiki.org really neat but difficult to use—I feel that it is more opaque than TiddlyWiki even.)

If you chose to go with a search feature, I was going to add you to the search engines at the bottom of Indieseek’s SERP like I did with Wiby.me. That way I could share traffic – like someday when I have traffic, with your directory.

Yeah, so—I think we start talking about federating our directories. Here are some basic starting points:

  1. A central search engine that we can use to index our directories. I will work on this at some point. Or maybe sites like Wiby.me could collaborate with us. I may require microformats for the directory entries and maybe there will be a novel way to use Webmentions.

  2. And, possibly, a directory using the same index—the question is how to find matches between our categorization systems. Perhaps we could treat categories like tags—or to provide a mapping to another category system.

  3. Perhaps a way of collecting submissions from a central bucket? Maybe we could publish our submissions on a page, regardless of whether they’re included—this could also be useful for establishing a spam list.

  4. It would be cool to syndicate entries—like I may want to take an entry from yours and embed it in mine. People may want to syndicate entries elsewhere—maybe as Twitter cards. And, most importantly, I may want to periodically ‘guest’ a directory and highlight that directory’s activity for a month.

I think it’s also useful to acknowledge that this is all different from Pinboard because our directories:

  • Are heavily filtered. We don’t include stuff that is ‘to-be-read’ or not (in our view at least) of very high quality or interest.

  • Entries generally have thorough commentary.

  • There is kind of a team thing going on—you and I are working separately, but there is a lot of collaboration and linking going on—I see this being good long-term because we can rope in others who cover other topics and act like a decentralized DMOZ. We could even safely double-up on the same topics because people will have different takes.

Interesting point about using comments and stars yourself. Sounds cool!

I will definitely add a query string search and will look at doing what you do on your results page. Cool, so far, so good.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

31 Oct 2018

Reply: Directory Features

Brad Enslen

I don’t know how your directory is coded but the bigger it gets the more site search is needed. I suspect you want to encourage surfing, and that is cool, but my advice is plan to add search feature at some point if you can. There are ways to de-emphasize search on a directory: placement of the searchbox on page or even hiding it on a separate page, but it is handy to have when needed from a user perspective.

I didn’t much care about search when you said this, but using h0p3’s search and your directory and Pinboard—there’s no doubt that it’s useful. It warps you to a place in the collection that’s workable.

I’ve worked out a search index that’s entirely done in JavaScript—it’s the same one I’m now using on my blog. Thanks to TiddlyWiki for helping me realize that this could be a great way forward!

When I publish, it updates the search index. (Right now my blog’s search index is 300k. Raw text of my blog is 1.2 megs. The index is loaded when a search is performed and cached for further searches.) I haven’t decided where to place it in the directory yet.

In 20 years I’ll either be dead or so old I won’t care. My time horizon is a good 10 years, which is forever in Internet time and is part of why I’m doing this now rather than dithering. You are right this is a long term game.

Hah! I laughed when you wrote this and I might as well voice it now. See you in ten years, brother. 😎

This is all good. The Indieweb folks are taking care of the social aspect, which is blogcentric sorta by definition. We can aid in discovery for the blogs and the non-blog sites. If there is to be an Independent Web X.0 somebody has to help map it.

I think one of my primary questions these days is: will the future be blogcentric? I feel like things are going to change. Although they could get more hyperactive. Thought streaming? Let’s hope not.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

How Writing ‘My Struggle’ Undid Knausguard

Normally I wouldn’t link to a large magazine, but this is relevant to the ‘hypertexting’ discussion.

My friend Nate first told me about this fellow—Karl Ove Knausgaard—who has become a substantial literary figure, which would normally qualify him to be ignored by me. Surely he has enough attention, what with every major magazine taking time out to heap praise on his work. Which bears striking similarity to h0p3’s wiki[1] and to my definition of Hypertexting—the creation of a massive ‘body’ of text, often as an avatar for one’s self. (I, too, am building a ‘body’ but I’m not sure that it’s of myself. No indictment to ‘self’ intended.)

Knausgaard’s six-volume My Struggle has concluded and so folks are internalizing it. In the book, the author attempts to lay bare every particle of his mind, life, relationships and—where do I stop?—it’s an autobiographical work that purports to leave nothing private (nothing? I haven’t started the first volume yet) and, so far, Oprah Winfrey hasn’t made him take anything back.

In violating prevailing standards of appropriate personal disclosure, “this novel has hurt everyone around me, it has hurt me, and in a few years, when they are old enough to read it, it will hurt my children,” he writes. “It has been an experiment,” he continues, "and it has failed because I have never even been close to saying what I really mean and describing what I have actually seen, but it is not valueless, at least not completely, for when describing the reality of an individual person, when attempting to be as honest as possible is considered immoral and scandalous, the force of the social dimension is visible and also the way it regulates and controls individuals.

I don’t know if this article is hyperbolizing the whole thing or what—I read around some other thoughts on the series and found other similar reactions.

From Literary Fundamentalism Forever:

At the end, in the last line, he says he’s no longer a writer, something he’s since disproven. But there’s something about this that’s like he’s put it all out, eviscerated himself and stretched the entrails out like Keroauc’s unfurled scroll along a shuffleboard table. He’s exhausted his capacities. And I’m sure that’s something that many writers have wanted to do at one point but never come close to achieving.

I’ve (and we’ve) been very busy having the meta-discussion about writing and cataloguing and relentless thought collection—we have kinship with this guy’s work. It might be that everyone is dealing with this, with the rise of an ‘automatic’ writing culture all around. I think the interesting thing that Knausguard offers is the moment of a ‘completion’. His six-volumes are up, but his life isn’t—and he’s gone on to write a four book cycle.

So, homework:

  • When can a ‘body’ be called done—what are the utilities of this moment, how do you see it coming?

  • For my own sake, I wonder how I might foment a reaction to the logorrheic approach that offers restraint—my Tuesdays and Fridays, for one—although I still end up feeling thoroughly logorrheic and I think I do exhaust anyone passing through. But: I feel to question this approach (hardly to demonize it) but what could a Reverse Knausguard ‘body’ style itself as?

  • What does the non-linear hypertext bring to the table?

For some reason, this work does help me really enjoy modern times.


  1. Surely by now you know the link. And, anyway, after yesterday’s discussion of hypertext ‘entry points’, I’m not even sure how to appropriately link to h0p3. Go make your own doorway. ↩︎

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

29 Oct 2018

Reply: A Cabinet of Bookmarks

Frank Meeuwsen

I would love to have a better connection between my Inoreader Stars and Pinboard. Besides that, I’d love to work some more on an automation like Brett Terpstra’s Web Excursions including the amazing archive. I think my first steps with Pinboard and NodeJS will help me with this, since I now know better how to post articles through automation and the Micropub services. I will stop my foray into Jekyll plugins and Ruby development, for now, and will work on a better service to post bookmarks from Pinboard to this blog on a regular basis.

Cool—I am working on consolidating my bookmarks into a single directory (much like Brad has done at Indieseek.xyz, but it’s interesting to see you go with the approach of keeping links housed differently based on their purpose. It’s cool and your very thorough explanation is convincing!

I do like when people use Pinboard—and might consider double-posting there—mostly because I love that I can browse pinboard.com/t:toread to find interesting things. I keep looking for a common tag that means: ‘I don’t know what to think about this link.’

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

Reply: Children’s $hows

Eli Mellen

Kids shows are weird. Many of the contemporary kids programs I’ve come across (especially stuff geared towards toddlers on streaming services) seem to follow a similar pattern:

  • A group of main characters connected by either proximity or “vocation.” No parents, nor guardians really. Just elders who are expert in their field

  • Characters have clearly defined social roles (e.g. a train responsible for moving freight)

  • Narratives revolve around characters either learning to fulfill their roles or failing to do so, and then realizing that others suffer when they don’t meet their responsibilities

Are these Neo-Capitalist fairy tales?

I wonder if it’s possible for children’s television to ever be anything but that—considering how much money is required to produce television.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

I often hear that kids today are ‘entitled’—but shouldn’t they be? Do we expect every generation to rebuild from scratch? Yes, in some ways a human has to—but I do hope that there can progressively be more of an inheritance that goes to every human child.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

GeoCities Institute’s Interview with Susansthoughts

‘I didn’t really see it as being about anything…’

Man, I try to do interviews, but this is really good!

OL: Why and why in Heartland neighborhoods?

SS: Well, when I was thinking about putting a page on GeoCities there were various neighborhoods that were about specific things, and I didn’t really see it as being about anything, And Heartland seemed like sort of a friendly catch-all one, they called it the family neighborhood I think. So that seemed the best place for me.

I think there’s a temptation to call it ‘about nothing’ if it’s a page that’s not ‘about anything’. I love finding pages that just meander with no particular aim. Though it’s harder to name pages that are like that in the present.

OL: Let’s go though your home page. When I saw it for the first time it immediately attracted my attention, because you stroked through the Welcome to My Home Page

Welcome to My Page

Here’s the Page

In the next sentence you explained that you strike it through because

“One of the books I looked at on how to code HTML said “Don’t put ‘Welcome to my page’ on your page”, because people already know they’re welcome, so I tried to think how to start this without putting that on first, and really, it seems sort of stark without some kind of greeting. So my second idea was just to say “Here’s the page”, as an homage to my seven-year-old son, who has started saying “Bon appetit” at mealtimes, and I discovered that he thought it meant “Here’s the food.”

This is such a sweet thing—and it reminds me that this sort of thing is still alive when people share the things kids say or fragments of overheard conversation and there is no stigma around those things. But I think there was some backlash against LiveJournal and the initial ‘meaningless’ Twitter status updates—but perhaps Susan was able to do this artfully. (I genuinely think her page is still great to read. It reminds me of a blog called Murrmurrs that I came across recently that I have been enjoying for similar reasons.)

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

Reply: Self-Made Doorways

h0p3

I think if you look through FTO, my letters to people are meant to be the initial entry points for each of them. However one chooses to build and focus the storyriver in their link to this hyperobject is a curated entry point. […] curation appears to be something any agent can be engaged in here.

A discussion of portals into a large hypertext.

Ok, this is rich—this point is on fire. We agree, yeah, oh hell yeah we agree. This is what I’m saying every third paragraph about how our technology is underutilized. This is a great example of the ‘social’ overemphasis of the single ‘post’ or ‘link’ or ‘article’ as opposed to the hypertext ‘body’.

(For anyone just joining this conversation, h0p3’s link in the quote above loads about 10 pieces of hypertext that represent his current ‘place’ in this massive [20 megabyte] ‘body’ he’s creating—so the ‘link’ he’s sent doesn’t represent a single ‘article’ or ‘tweet’, which is what we’re trained to think of a ‘link’ representing. And I wonder—beyond h0p3’s twenty megs—how can I ‘link’ to the ten related tabs I might have open so that you can see them together? How can you create your own ‘link’ that puts me into the center of a hypertext perspective you have?)

(In some ways, this reminds me of heavily cross-referenced and footnoted texts like religious scripture—which are hyperlinked in a fashion—and folks have long batched together references to these works through verse-chapter or page citations, and most often through quotes. The amazing feature of the link above is that it isn’t just a set of quotes—it is the definitive source material, connected to the live author. Is it possible that citation could be improved by allowing one to construct a link of views to many definitive hypertexts?)

I won’t even touch Reddit [and it’s spidering onto the rest of the web] without half a dozen tweaks and tools; it’s not worth my time.

I like to say that all our problems are human problems at this point—but I think I am starting to see that every site needs good search, some kind of indexing and a way of positioning it within the whole landscape outside of it. I wonder what tools you find most useful—are they just useful within Reddit or should they be available to you and I somehow?

I grant, however, that some methods are better than others. What counts as finding relevance in our hyperreading in general is some ridiculously hard problem. It’s probably fair to say most people will quickly run out of things they find worth reading on this wiki (if they found anything).

Yeah, I think if we start to get too ‘hyper’ we get lost in the linkage and things get blurry. I mean when it comes down to it, I just want to do some very basic things: meet people, connect thoughts, really dig into a concept, see neat things—and try to route around the armchair arrogance that seems to be plaguing the world.

I don’t plan to read your whole wiki—I plan to use it to research your takes as we correspond and to consult it while I’m studying, to see what other directions I can go. (I wonder if you’ll agree with this:) I think the point isn’t to make your wiki the Penn Station of philosophy—I just think some valuable things will bubble up out of your project that will connect to Penn Station bidirectionally. Just like I might draw from Vigoleis or Dr. Strangelove from time to time—philosopher.life is in there, too.

I’m not sure if I can say that they are manipulating the feed.

Manipulators treat the minds of others as mere means; they do not respect your dignity. Satya Nadella is a manipulator. Does that mean he and cabal of powerful deep state actors have conspired to control every little detail of your mind? No. But, the science of rhetoric, mass manipulation, and our ability as a species to produce increasingly effective apex predators only continues to rise. Power centralizes at any cost, including moral ones.

I guess I try to manipulate the feed, too, so yeah, of course he’s manipulating the feed. Why I’m reluctant to just pin the award on him: I’m not sure he’s actually accomplishing what he claims to be. I love that he’s put all of this work into influencing Hacker News, but his boasting about it could clearly undo all that work—so what kind of master manipulator are we really dealing with here?

The short-term efforts undermine the long-term—his infrastructure is not nearly as sound as it seems.

What are games except for sets of rules we play by to win?

Yeah, man, good questions. I think the trolls are way ahead in this effort—I think they see that they can create games that are honeypots. And I do think that the Internet still holds the power to flip the structure so that it is the powerful who get caught in these games that they think they can play. (Thus, the meme warfare centers.) I think the trouble is that trolls are chaotic and can align anyway they like—evil, neutral and good—are even ‘neutral’ and ‘good’ more likely to turn out to be ‘evil’ than vice versa? On the other hand, chaotics have been the Robin Hoods, the Guy Fawkeses, the Snowdens perhaps. I think we benefit by tapping into that subversive light-heartedness.

As you point out, we are still going to need a standard for when we define something as cooperating. If I respond to your letters with one word answers, I’m offering a token. You cannot escape measuring reality to some very large extent. I think this is part of our plight. Yet, the goal is to not be overly quantitative (where, unfortunately, “overly” is quantitative).

Oh—I like your arguments, answers and agreements on the T42T outlines. I think this also goes in with my thoughts on what I called ‘pluralism’ (but which really just means ‘a multimodal system of thinking’)—just as one needs to both ‘quantify’ and restrain from such a thing, just as one must respond in kind, respond with a token, respond with a tome (and never know precisely if one is doing it ‘right’)—it is always a constant balancing in a battle of extremes and competing ideals. Much like a relationship is a balance between what I am looking for and you are looking for.

So also I look at socialism and capitalism as arrows in my quiver; left and right as sides of myself more than two religions at war. This is overly simplistic—but so is T42T, it is a useful starting place for me. It is not the end, it is the curated entry point. It is the self-made doorway.

(The remainder of your letter—the part that essentially argues for staking a position—I am going to digest and figure out how to respond. I don’t have any problem with what you’re saying in a general sense; it is principled. I, personally, cannot get myself to ratchet down to anything concrete, for some reason. I think part of it is that I really do enjoy human beings—I am hard-staked against misanthropy—and that puts me in a really weird place wrt to modern culture and forming an alliance with a group rather than an individual. But if the mindset is totally bereft, then I am willing to abandon it.)

(As far as the TiddlyWiki loader: I am also waiting for more inspiration there. I think of that prototype as ‘chapter one’—I usually have to batch up ideas and code fragments in order to realize them. But glad it got the conversation going. I am thinking a lot about versioning—for example, can the timestamp also be part of the curated doorway that is the undercurrent of this exchange?)

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

26 Oct 2018

Reply: Indieseek.xyz, It’s Small!

Brad

Each index is a unique collection, presented differently from one another it helps break the dependency on Google and Bing in the near to mid term, at least until more major search engines get established.

And by “directory” I mean: A. a directory intended to help navigate the web NOT to sell links for SEO; B. traditional directories like Indieseek.xyz, also newer types of directories running hand coded scripts, hybrid directories that somehow incorporate a crawling spider, directories that incorporate webrings, local business directories, niche directories, even automated directories of some sort. Whatever kind of index human ingenuity can invent.

I am very tied up trying to finish mine, but you’re doing a lot of good writing and I wish I was done so I we could be synced up on this.

I think the other question we need to ask is: how do we make a directory that’s not a directory? Like: is there a new kind of directory that is an evolution of the tried format? And I think the main point of pain is having to enter this giant catalog through a straw.

Just like Google is ‘entered into’ through a few search words—terms that rarely hit the mark and need to be gamed—could the directory widen the straw somehow? This is what is done by providing a hierarchy—but I also wonder if there are other novel forms. Like: say the directory changed day-by-day to suggest common categories or to show where I’ve been editing or to suggest a few categories.

I also wonder if a ‘pinned post’ might be useful: here are a few suggested categories, here’s one I added recently that’s kind of sweet, here are a few links that I’m considering throwing out.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

Reply: Refreshing Essays

Eli Mellen

In this way, I think blogs are a whole lot like essays:

Of all forms of literature, however, the essay is the one which least calls for the use of long words. The principle which controls it is simply that it should give pleasure; the desire which impels us when we take it from the shelf is simply to receive pleasure. Everything in an essay must be subdued to that end. It should lay us under a spell with its first word, and we should only wake, refreshed, with its last.

– Virginia Woolf, The modern essay

Boy, yes yes, lots of good things in there. I wholeheartedly agree.

Literal truth-telling and finding fault with a culprit for his good are out of place in an essay, where everything should be for our good and rather for eternity than for the March number of the Fortnightly Review.

I will need to read back on this several times to know what she means. She’s not saying that criticism is out of place—she engages in it the very paragraph next. (Although I confess that I am tiring of the constant flow of cultural critique. There has to be more than just that to an essay.)

I think writing for ‘eternity not just March’ could be an expression that stays with me.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

21 Oct 2018
19 Oct 2018

Reply: Emergent Connections Between You, the Readers of These Hypertext Piles

Pinboard and Indieweb.xyz as clustering tools.

Ok ok, one other thing that has dawned on me: it’s not just the emergent connections between writers that is salient when clustering. It’s the connections between readers as well! (This is one thing that Google cannot possibly capture.)

To akaKenSmith’s point:

Having found each other, kindred parties need a work space where they can develop shared understandings.

The old Delicious was this kind of workspace for readers - a similar effort can be found in Pinboard.

One interesting thing I like to do with Pinboard is to look up a link - say ‘The Zymoglyphic Musem’ (results here) and then look at the other bookmarks for those who found the link. For example, the user PistachioRoux.

All of those links are now related to ‘The Zymoglyphic Museum’ by virtue of being in the realm of interest of PistachioRoux. YouTube uses these sorts of algorithms to find related videos by matching your realms of interest with someone else’s. However, in the process, that person is removed. (Or ‘those people’, more appropriately.) PistachioRoux is removed.

But perhaps PistachioRoux is the most interesting part of the discovery.

Particularly in a world which is becoming dominated by writers rather than readers - maybe the discovery of valuable readers is part of this.

Say a post tagged with #how_to #mk #fix_stabs could be crawled and collected into a single mechanical keyboard maintenance page. All that really calls for is emergent keywords from communities and tagging posts which bloggers can do and automations can assists with.

This does sound a lot like Indieweb.xyz, as @jgmac1106 mentioned. The concept is simple:

  • Blogger ‘tags’ their post with a URL: https://indieweb.xyz/en/mk.
  • Their Webmention (pingback) software notifies that URL: “Hey, a post has been made on this tag.”
  • Indieweb.xyz checks the page for a valid link - sure enough.
  • The blog post is added to that URL on Indieweb.xyz.

So the emergence should come from blogs clustering around a given URL.

I’ve been wondering if they could do a similar thing with http://www.adfreeblog.org/ - a ‘general’ blog community could be established around a simple ideal like that.

Might look like this:

  • Blog links to adfreeblog.org on their home page.
  • Adfreeblog.org notices visitors coming from that page and checks that page for the link and the image.
  • If found, it adds the blog to a directory, using the meta description and keyword tags.

The adfreeblog.org home page then becomes a directory of the community. So, kind of like a webring, but actually organized. With Twitter cards and such floating in the metadata, it is probably much easier to extrapolate a good directory entry.

Spam is an issue with this approach - but it’s a start toward discovery. There aren’t a whole lot of ways for a blog to jump out from the aether and say, “I’m over here - blogging about keyboards too!” And, in a way, the efforts to squash abuse and harassment are making it more difficult.

This can become an important component in the new discovery system like how awesome-blahblah github repos are playing a key role in open source discovery.

I think it’s important to point out, though, that ‘awesome’ directories are intended to be human-curated, not generative. They feel like a modern incarnation of the old ‘expert’ pages.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

Reply: Robot Plus Human

Brad Enslen

I think there are some things we can automate better while still having human curation.

Mild automation alongside hypertexting in the Indieweb.

Oh yes—I quite agree! I didn’t when I started this blog—I was pretty burned out on algorithms. But I’ve calmed down and, yeah, I think your word of ‘automation’ is more friendly to me than ‘algorithm’.

I’m really getting a lot of good stuff out of Pinboard—it is better than Google, DDG, Million Short or any directory at finding interesting stuff. And it is due to its balance between machine and human: the humans find the link and tag it; the machine collates everything for the researcher. You can do pretty complex queries with it, which I am using every day now. (As an example: /u:krudd/t:links/t:web shows me all links tagged ‘web’ and ‘links’ under the user ‘krudd’.)

However, it is still totally underutilized. I would be surprised if there were five other people on the Earth mining it like I am. (This wasn’t true of the old Delicious—it was a golden age for this kind of mining of bookmarks.)

One great thing to automate would be Webmentions for Pinboard. Think of it: when you (Brad) mention me, I put a link to you at the bottom of that page. You are another writer, so if someone likes your comment, they can visit you to see more of your writings.

But if I had Webmentions from Pinboard, you could go to the bottom of my page and see what readers are mentioning my page. And those readers can be visited—not to see what they are writing, but to see what else they are reading. There is a temptation to remove the reader’s name and just inline their relevant links at the bottom of my post. But I think that removing the human possibly destroys the most valuable piece of information.

I’m beginning to think single author wiki’s are way under utilized. Blogs are cool but relentless about pushing down older posts.

I’m starting to categorize the ‘blogging’ and ‘wiki-ing’ actions under the superset called ‘hypertexting’. Both are about simply writing hypertexts, but blogs arrange those texts in a linear summary and wikis arrange them as a web which starts from a single entry point. (And a self-contained hypertext book or directory would be a tree.)

I think that if we could retreat to mere ‘hypertexting’ and then give people a choice of entry points, we could marry the ephemeral and the permanent and do exciting things with the entire body of the ‘hypertext’. This is where my blog is moving toward and it’s obviously inspired by h0p3’s system and the Indieweb as a whole.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

Reply: Loneliness in the Classroom

The article seems to imply that the target of this article is children, when the actual statistics cited seem to revolve around adults. I’m quite shocked actually to hear that social education needs to ‘start’ in the classroom—I can hardly imagine a more immersive social atmosphere than an elementary school classroom! 😛

I feel like most teachers that I interact with see the classroom as predominantly embodying the ‘social education’ that the article prescribes. In a way, I feel like setting it aside as a block topic would sterilize it. For me, the time to tackle ‘social education’ would be in the moment when it is required—and this comes up daily. When there are fights, when there is isolation, when there is success in friendship—those are the moments to lay the topic out together, so this becomes the meta-class of every day.

And there is decent training along these lines, though perhaps it needs to be better. (Hey: always glad to see your posts come up, Eli.)

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

Reply: Indieseek.xyz

Brad

How much is enough to start out with and how much further seeding just adds noise?

Brad’s directory is coming together!

Boy oh boy—this is great! So you have done a great job writing descriptions, trimming the list down to your essential set and coming up with a good category structure and all that. (And I mean: who am I to tell you this—you’re the directorymeister around here.)

I wish that /links was the home page. I like being right in the middle of things and that page has tons of useful information. However, I can see why you’d want to take the Google approach.

I also wonder about starring things. I like that it’s an invitation to participate. (As are ‘commenting’ and ‘reporting’.) I’ve left this kind of stuff out of my directory, in part because I’d rather that they create their own directories if they disagree. I think ‘reporting’ is a really cool idea—I can see the value there, possibly. With starring: how valuable has this kind of feature been to you in the past?

I really like that you’ve highlighted categories like ‘Fiction’ and ‘City Planning’—in a massive directory, these would be deeply buried, but they are key to your experience on the Web, so they are near the top. This is a really cool advantage to a smaller directory: finding niches that aren’t ever nearby—except here.

I think, at this point, you will learn what works and what doesn’t. I’m going to browse around and announce this on my site soon once I have a chance to take it in completely. Man—this is so fun!

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

The Zymoglyphic Museum

A corporeal directory to another world.

In my travels about the hypertext kingdom, I happened upon a rare portal[1] to a so-called ‘Zymoglyphic’ world—islands of Earth ‘formed by the upwelling of molten magma from the underworld.’

I had not ever known of the creatures of this land! We talk of museums, libraries, cataloging and labeling here, do we not? Therefore, I awkwardly flailed out in my typical shock-curiosity to Jim Stewart—the Museum’s curator.

kicks: I recently discovered an interesting local museum a few blocks from my neighborhood after being unaware of it for five years. I drove behind it all the time and would have immediately spotted it had I driven on the other, parallel street. It took me five years to drive on that other, parallel street.

So what are your visitors like? Unsuspecting tourists? Neighbors that happen to drive by? Pilgrims?

jim: All of the above. Probably the majority of visitors are tourists and locals looking for “offbeat” things to see and do.[2] Some are specifically interested in personal museums, natural history, curiosity cabinets, or a rust-and-dust aesthetic. I do get a fair share of people just passing by as well and have met a lot of neighbors this way.

kicks: So, did you have any idea in mind of who you were looking for when you started the museum or were you just glad to have anyone and everyone?

jim: At first I was just doing it for myself, then when I went public I was happy to have anyone appreciate it. Nowadays (after 2000 visitors) I’m mostly looking for the people interested in a more in-depth connection with the museum.

kicks: I love the guide[3] you have, advice for curating your own museum. In a way, I took it as advice for the blog-hunting I do. You even have a section on ‘outreach’—I have a little group of online friends where we call this ‘find the others’—the pejorative word here might be ‘self-promotion’—to what degree do you engage in this kind of thing for the Zymoglyphic?

jim: Very little at his point. The blog has not seen an entry in years and the twitter account is inactive. Events are announced on Facebook and I have a mailing list that gets used 3 or 4 times a year. People who visit leave reviews on review sites and photos on Instagram, and I am on a lot of “quirky things to do in Portland” lists. The place is small and can’t really accommodate many people. Also, I think the fact that this is a physical place and not just an online presence puts it in a category that generates its own publicity.

kicks: Perhaps the museum is ‘complete’ and has no need of updates? Or is it in constant flux—are you always cooking up new exhibits?

jim: The basic format seems pretty stable. I’m working on a lot of different but related projects, such as a library and computer-generated aquarium.

kicks: You also have this profound quote in the book: “Once the museum is complete, it could become a private sanctuary for contemplation, since the museum will be like being inside your own subconscious mind.” This reminds me of the work at philosopher.life—where a fellow is cataloging his life and correspondence in a huge singular oracular HTML file. So when someone visits, are they able to absorb you through this portal—almost as if it is a stand-in for you—or is it as mysterious to you as it is to them?

jim: Very hard to say exactly what other people get out of it. Many are quite enthusiastic I think mostly they are finding something in themselves that they had not been able to express in just that way. I know from personal experience that it is possible to get a lot out of a work of art and not be able to relate to the artist as a person.

kicks: Haha, I love the idea that someone could relate more to the Zymoglyphic Mermaid[4] than to you. 😄 Well—and you say on the website that you like to give the visitors their space to peruse and not be badgered or guided through. (Have I got that right?) Does it matter to you what the effect of the museum would be on somebody?

jim: Yes, the museum is on the second floor and I just send people up when they come in (even if they want a quick introduction). When they come back down is when I engage them about their reactions (if they seem open to it) and answer questions. I’m definitely interested in what their take on it is, and what it means to them. I keep track on the web site of all the reviews, blog mentions, etc. It’s especially meaningful if someone gets inspired to do something similar.

kicks: Having lived in towns with small museums, junk art houses, religious shrines—you have given your city and the world a great gift.


  1. The Zymoglyphic Museum. ‘The Zymoglyphic Museum’s primary mission is the preservation of the unique natural and cultural heritage of the Zymoglyphic region. In addition, the museum hosts a variety of special collections and online exhibits related to zymoglyphic themes of natural art, celebration of decay, and museums as curiosity cabinets.’ ↩︎

  2. Also: vloggers. ↩︎

  3. Creating and Curating Your Own Personal Museum. Furthermore, the publications contains a myraid of other enchanting documents, such as the Museum’s Manifesto and A Guide to the Collections. All very worth your time. ↩︎

  4. ‘Somewhat of a spokesmodel for the museum […] its sinuous body and delightful smile grace the museum shop’s drinkware, clocks, and clothing.’ More. (See also: Jenny Haniver.) ↩︎

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

18 Oct 2018

Reply to this

And not so they will become the new elite. But because I think we can benefit from each other’s attention. There is much to explore in this world.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

I feel a connection to the original Occupy ethos outside of the topic of class. I like to think that the work on my blog has a similar aim. 1% of the humans have the attention. I want to spend my time, though, looking at the work of the other ninety-nine.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

Reply: Finding Blogs in the Future

Don Park

I feel that discovery layer is missing or lacking. blogrolls didn’t scale. ring blogs just sucked. SEO is just survival-of-the-fittest money pit.

Discovery layer is critical. Without it, even recent push to reshape blogs into shops is meaningless. even small towns have a Main Street for discovery.

Blogrolls worked more like book recommendations. Hard to maintain too. Worked well with new technology. With other and over multiple topics, not so well. We need a more self-organizing and ad-hoc, emergent if you will.

It’s constant work—finding each other through the noise.

Hi, folks - just jumping in because this is my wheel house a bit. I have been having an extended discussion with Brad Enslen (so, on our blogs: ramblinggit.com and kickscondor.com) about discovery. We talk a lot about how this is more of a human problem than a technology problem - and that technology has played a negative role in this, perhaps.

(My part in this is: I have been spending time every day for the past six months searching for blogs - to see what the Web looks like outside of social networks. So I have a good perspective on where one can search nowadays - you can’t just type ‘blogs’ into Google. And I’m starting to get a good feel for where I would want to go to find blogs.)

blogrolls didn’t scale. ring blogs just sucked. SEO is just survival-of-the-fittest money pit.

Yes, so - for sure. (See Brad’s comment on Google here.)

In addition, self-promotion has become a dirtier word these days - you can’t just post your blog to Reddit and Instagram - it’s seen as being overly assertive. So there is almost nowhere for blogs to go.

The thing is: no, blogrolls didn’t scale - but I think they are pretty essential. We’ve traded a human-curated list of links for a ‘friends’ list that is really just a number on an individual’s feed. And the best blogrolls had nice descriptions of who was who (see: Chris Aldrich’s following page as a good example) which is a generous way of turning your readers on to other good work.

I guess I just think of it practically: how would we treat our friends and the other ‘writers’/‘artists’ we admire - by making them a number in our list? Or by spelling it out: “Annie writes about her processes as a sci-fi writer and how to improve online relationships. Basically - it’s uplifting to read her.”

Blog clusters are emergent. Fake or not, blogs with posts on similar topics will be mapped to same cluster which can be seen as a place in which a blog belongs to. Once we have that, a blog reader should be able to ‘pop out’ of that blog and see some visual representation of that cluster with neighboring blogs, not unlike a shopper leaving a store will see a street lined with other shops. That’s how discovery is done IRL and I envision that may be possible online.

Sweet - feels practical. One question I have here is: ok, so blogs have also become more topic-based. The most common blogs are recipe blogs, movie blogs, etc. But a great ‘lost’ element of blogs was just the original web journal or meta blog, where a person is just writing about whatever - I think of stuff like the old J-Walk blog or Bifurcated Rivets. Even Boing Boing used to be more this way. (So like an online ‘zine’.)

I think the orderliness of the Internet and the systems for discovery - these blogs were not found through Google, but only because there was more of an ethic of linking to each other among early blogs. A lot of discovery was just being done by bloggers back then - people simply passed links around.

Again, ‘likes’ have drained linking of a lot of its bite. We don’t write so much about why we like something - we like it and move on. And it’s so easy to ‘like’, it is done so vigorously that even we can’t keep up with our own likes - whereas we used to be limited by how much energy we would spend dressing up our links.

I’m with Don on this – whatever is going to have a chance to work has to be emergent, meaning it can’t require any investment on the part of writers.

I think ‘emergent’ can require work - in fact, it might demand work. Yes, too much work will dissuade anyone. But if it’s too easy, then it’s virtually worthless. I think the value of human curation is in its additional care.

An algorithm cannot simulate the care. Chris’ blogroll linked above is done with care - a human can plainly see that another human has taken the time to write about others. And the more time he spends designing it and improving it, the more it shows that care. People can visit my blog and see that it is built with care. (To me ‘care’ can be represented by thoughtful writing and splendid artistry or shaping of the information.)

Ok - sorry to go on so long, I hope you see this as my effort to generously engage in your discussion.

The effort Brad and I are now engaged in is an effort to bring back the link directory and to attempt to innovate it based on what we’ve learned. (Link directories have already evolved several times into: blogrolls, wikis, link blogs, even the App Store’s new ‘magazine’ approach, etc.) The idea is to jump right into discovery and link up with anyone else who wants to get in on it. Thus, my reply today!

Good to meet you all - take care.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

17 Oct 2018

Notes From an Occupation

Journal-like coverage of early Occupy.

I’ve been both reading Mark Greif’s Against Everything and also just feeling nostalgic for Occupy Wall Street. (People claimed it was muddled, because it didn’t have answers—but I don’t know anyone who thought “We Are the 99%” wasn’t catchy.)

It’s been seven years and I found myself revisiting this day-to-day live blog of the first week, passing the mic between Mark Greif and Astra Taylor. (Here’s a subsequent part that goes into October.)

This author Astra is the wife of Jeff Mangum—and it’s interesting to me that his appearance at Liberty Park later led to a couple rounds of touring after a decade in the shadows. Well, if that was the point, then I’m glad for the times I saw him. Can’t help but wish Zuccotti Park was still a self-organizing commune, though, with its own roving troubadour.

Most of all, I love the description of the orderly congresses:

Noam Chomsky had sent a personal message by email. It was predictably long-winded; I wished people would make the “get to your point” sign. I was sitting close to the aisle of waiting speakers and I was surprised to watch participants whom I assumed knew each other well—since they were working together smoothly—whisper to ask each other’s names. They’re the most easygoing bunch I’ve seen at a protest, and the most calmly confident. Very gentle and not rattled by disruptors. Presumably that’s the confidence of nine days.

Up twinkles, hard block, flat hands—probably too cutesy for most. I dig it. Glad to make a new semaphore any day of the week. Or just fall back on ‘point of personal privilege’. There are rules, but there aren’t.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

16 Oct 2018

Reply: Steelwomaning

The text of my second private reply to h0p3’s ‘hyperconversations’—I am saving my own copy of this here after many days have passed.

(This letter was previously sent privately to h0p3, since I felt that I had bungled up a productive discussion. Now that I can see the overall waveform of our discussion, I think there are many things I’m learning about conversing through writing and reading—in fact, I really think my failures so far are more the failures of input rather than out!—and this immense dialogue is becoming a satisfying start to all the dialogues I would love to have with more of you out there!)

(Apologies in advance that I do so much talking here—I swear I’ll never write anything this long again. No one should feel compelled to read this. I will shut up and go back to silent, stoic reading for the rest of the weekend.)

Hi h0p3-

So I am going to try to rewind and do as you say: to take a better shot at addressing your part of our ‘hyperconversation’. I am sending you this as a private letter so that you can censor it if you like. I feel like I am starting to border on a troll of some type 😉 and feel like the nature of my blog would turn this into a type of ‘broadcast’ that can still receive ‘thumbs up’ and such sordid things. (Ed.: You can comment on this post, but ‘likes’ and ‘mentions’ are disabled to respect this sentiment!)

I hope I can preface these remarks—even if it seems like a bad idea, because it can perceived as changing the topic, taking time away from the ‘meat’. I will get to the topic(s)—but I wonder if some other items might be more pressing (might even be the ‘meat’) because it seems they might be preventing the main discussion from occurring fruitfully.

On Being ‘Intellectual’

Ok, so stepping back—I’ve jumped headlong into a discussion with you. (And might I just add: this is a rare opportunity for me and I feel fortunate to have the chance to converse—for you to respect my communications enough that you will give them the thought you have. I have NEVER had the opportunity to correspond in a strictly written way with anyone ever before—to attempt to come to an understanding with them—hmm, well, maybe once, but not to this extent—and this whole time I am wondering if the medium has its limits. I guess this is where Socrates chimes in. Well, of course it does—but I am probably the largest of those limitations—and that feels good. Perhaps my ability to write will strain under the pressure, perhaps yours—and it requires even more of our abilities to read and internalize each other’s writings! For this reason, I would like the conversation to remain written and for us to find some kind of resolution this way.)

This correspondence has had about three major episodes from each of us. I saw this encounter as a foray into a ‘pen pal’ type thing—which is to say: ‘informal’, ‘inconsequential’ and ‘probably frivolous’. (I hope you will let me say all three of those things in good ways, very good ways. I also admire that you are reaching out through/with your autism to speak with me—I do worry about aggravating your own pain, of putting you under unreasonable expectations of my own and of not seeing the full picture of ‘you’—who you are past ‘h0p3’. But only if you need it—I would rather just see ‘h0p3’ for now—this creation is by design and I intend to take it in.) I don’t feel that I want to ‘wrestle’ —I want to ‘pen pal’. After all, this is a work of fiction. The contents of this letter are products of the reader’s imagination. This letter is for entertainment purposes only. Although the form of this letter is autobiographical, it is not. Although this letter may appear authentic, it is not. What appears to be ‘wrestling’ may actually be a new type of sophisticated ‘pal’ engagement maneuver.

Now, I am not an intellectual by any stretch—I have idea no who Kierkegaard is and I can’t keep Kant and Hume straight. I do read a lot—fiction by a wide margin. I do read Vygotsky and Piaget and, sometimes, Jung. Of all the philosophers, I am most fond of Socrates—and feel a brotherhood with you through him. But the writers that I spend my time on are fiction writers - Albert ‘Vigoleis’ Thelen is someone I speak to in my mind very often. To call out to him: ‘Vigoleis’ when I see his place in the world. Denton Welch and Robert Walser are like this for me. But even these closest—I cannot speak intellectually about them, only romantically.

So yes—I think you want to have a philosophical debate with me, but I am not equipped to do it. And I wonder if it is possible at all. I can’t read all those guys and read your wiki and read the things I want to read and pursue my current ambitions. I don’t think you want to have this discussion unless I am an equipped intellectual. We are both trying to sing and shatter a glass—but your voice is trained. So while I might still be the one to shatter the glass here and there, it’s a hell of a lot more painful having to hear my notes along the way. So this is my opening question: am I misrepresenting what this discussion is—and what do you want out of it? (In a way, I feel I can almost ‘steel’ this because of the statement: “There is a lack of fairness in the dialectic here; I’ve had way more practice thinking about the nitty-gritty, and I must be extremely cautious not to assume others can or will see what I do.”—I agree with this and I feel like I am only fleshing it out further above. And this: “I can’t see far enough to know if he can see what I’m saying (which is a fairly technical claim in moral philosophy).”—I don’t see it, I had no idea there was some central claim to ‘hyperconversations’—I thought it was a series of different claims with some riddles mixed in—which is, I think, where the central claim is nestled? “I am failing this man.”—Dude, I don’t rely on you—I have my own system of living—I’m not just an imbalanced pinball lost in your machine! 😄)

And this: “Hedonic Kierkegaardian Aestheticism is here; it’s inaccurately factored into the eudaimonic calculation.” I’m not going to even try to parse this—if I tried, my reaction would be: I don’t feel like my aestheticism is hedonic at all, but quite virtuous! So I think your phrase is going to be misunderstood by me and I am just going to sound ridiculous. 😄 Perhaps this comment is not meant for me but for the audience, k0sh3k included. (Hey kid! If you exist! Hey! I /will/ you to exist for a single ‘Hey there!’)

Some classic Romanticism in here. Reminds me of that fighting phrase: “Brawl a boxer, box a brawler.” I’ve seen this shift many times against my arguments.

I do think we are paired as boxer vs brawler. That was what I trying to say when listing out some of our opposing polarities—you are codifying me in your statement above as well—no harm, just part of trying to understand someone. I don’t feel that you are degenerate and I don’t think you (yet) believe that I am either. I don’t sense that you are trying to assimilate everyone as boxers. But I do think that not being a boxer would forfeit my scrappy end of the ‘wrestle’ or ‘debate’ side and leave us to the ‘pen pal’ aspect strictly.

This is not a small aspect: while I have not been charitable with argumentation, I believe that I have been charitable with the effect you’ve had on my own work and charitable with the credit I give you for stirring up my inventive mind and stimulating me to materialize it. This will last beyond an argument.

For my part: I am not as interested in some of the topics we’re touching on: stuff like emotion/reason (I have spent almost no time thinking about my arguments there, I am going off half-cocked and I do appreciate/embrace your sayings), what ‘the good’ is (I am trying to figure out what the thrust of our discussion even is, man I can’t even begin to sort that out) and even T42T—I still think they are all very worthy topics, but I don’t think I’m your foil on those. I agree with you that I should be required to defend my ethics—but I also don’t have a list on hand like you do—and it’s changing too much for me to even know how to nail it down. I like the part which explores the texture of our online avatars, but even there—I think I need to sit in the presence of them longer before trying to mouth off about them.

On ‘Sadness’

I am going to try to make this quick and to the point—which isn’t “you can’t make me sad” but that “momentary sadness doesn’t register as much when there are more permanent sorrow in place” something like that.

But what’s so bad about this sorrow anyway? A woman crossed the street yesterday, waving to me, so I stood and waited for her. She said she knew someone—a name I recognized. She was pleasant and warm to talk to, so we talked. She said that her son had been murdered many years ago. If you just listened to her for five minutes, you would have thought she was insane. Very pleasant and insane. In a good way, a very good way. A whirlwind of details about trajectories and cover-ups. But if you listened for an hour, you could finally she her—and her sorrow. It wasn’t disgusting or repulsive—but familiar and natural. Just a sorrow—as plain as a pleasantness.

I wanted to show her something in the yard, so I motioned for her to cross the gutter—which is quite wide and was rushing with water—it’s more of a canal than a gutter. But her legs were short and she said, “Oh I don’t know.” I held out my hand and she made a move to try to cross. I realized that she was wearing flip-flops and trying to avoid some spiky weeds. I held out both hands—I probably shouldn’t have tried to persuade her—I don’t know, I began to pull her across and she kind of panicked and made a squeal! She stumbled over—she made it—and we laughed out of relief and I felt stubborn, but it was good to move abruptly from sorrow to laughter like that. Like we had come up for air. We are still in the ocean but we are in the air too.

And I wouldn’t like it if you held back some criticism. I should love to be rebuked! When you are in the freezing ocean, it is probably the best time to hear that you have made a grammatical mistake. What a helpful distraction that could be! And you may never forget to make it again.

And children, when they are rebuked—so often they simply drop their head down and say slowly, ‘Ohhh kay…’ For me, this embodies such an ideal—first, to acknowledge that criticism DOES sting, direct criticism truly can, possibly always does, it makes us drop our heads to hear—and, secondly, to simply ‘ack’ the criticism with no further commentary or defense. Perhaps to go without defense would be too submissive—on the other hand, can we endure any criticism as adults? Any?

I probably am doing my own sidestepping and defensiveness of criticism in this letter. I do know I am better to just drop my head and say slowly, ‘Ohhh kay…’

All of this context to say: I realize you aren’t making fun of me at all here, and I appreciate that very much.

Yes, but if we can find a way to truly make fun of each other—wouldn’t that be such a grand achievement?

On ‘Hyperconversations’

The shadow over our eyes is a serious problem: I believe it costs us the ability to be cognitively and emotionally vulnerable (even to ourselves). We don’t really get to know each other when we are engaged in good opsec (that’s kind of the point). The public/private adversarial tension does seem contradictory, but I hope to find a middle way; surely there is a linear logical framework from which geometric social cooperation can arise (I must hope).

Continued here:

You can always doubt, and you can only ever improve your Bayesian odds. The inductive step in trust is a leap of faith in Humanity, in The Other, sir. Building trust and real relationships is exactly why I reveal myself to you and everyone else. I want people to see how I conduct myself and my relationships across the board.

And then:

With diamond balls, I really aim to be practically transparent in my practice of saying what I mean and meaning what I say directly because my integrity is at stake.

And also:

We are each cameras, in a sense. I think of this wiki as an external, reifying camera of my internal camera states. I do hope to wield both wisely. I do not think I morally own either of them all the way down except insofar as I am constituted by (exist as an extension or instantiation of) The Moral Law.

If I were to try to identify this central ‘claim’ you are making and to ‘steel’ it: You feel that true and real relationships demand radical transparency. More than that, you see it as a virtue—embodying bravery, integrity and honesty. You see it as a direct solution to prevailing mistrust and misunderstanding in the world. You model this behavior for others.

To you, h0p3, this has a blissful and fortuitous collaboration with modern surveillance. You aren’t saying, “What do I have to hide?” It seems that you are saying, “You can’t make me hide.” And I do not think you do not see it as the ‘correct’ choice—you seem to acknowledge that it is a trade-off—but that you are willing to pay the price. But you believe you have sorted it out: you do believe that the reward will always be greater than the price.

Am I in the ballpark? I don’t really know how to do this!

To this, I have no response. I can only hang my head and say slowly, “Ok Mister H…”

I felt no need to respond to that claim after the letter—I found it well-reasoned! I did wonder how much of it is grounded in the tech ideals of ‘open source’ and ‘gratis’/‘libre’—I’ve had other tech friends dabble in transparency (sharing bank account info publicly, cataloging life activity publicly.) I stand by what I said:

The remarkable thing about your wiki is that you have turned your camera on. In fact, your wiki is defiantly personal—I think it goes beyond a mere camera. Your history. Your conversations. Your letter to your parents. Your thoughts about people—about me. A person can turn on a camera and never say these things. You are on to something. I have no desire to talk you out of it.

I realize now that saying nothing is a failure. You need an ‘ack’. Even if it is a repetition.

I think there is something unanswered here, though: Do you have any adaptations to ‘Gentle ClearNet Doxxing’ after the events of the last month? I have wondered if you were going to write more about this—maybe I missed it. To stand by a rule too doggedly is to be—well—dogmatic. Or has the rule functioned properly? (On the other hand, I might also aspire to be dogmatic about FOSS - just for myself and not for anyone else.) Feel free to just link me to the correct answers that I cannot seem to locate.

Ok, that is the end of this letter. I ran across the “business card” page on your wiki while researching “transparency” and loved it.

-kicks

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

After looking at TBL’s ‘Solid’ for several hours—I don’t follow. It is a ‘personal data store’—but it seems awfully complex. I was playing with making a static, read-only data store: well, there are a lot of strange tags involved. And many of the apps seem to use WebId-TLS (which doesn’t work any more?) Don’t even know where to begin to get help.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

Reply: Simple Friendly Formats

Manton Reece

The Future of Blogging panel was good. Tantek Çelik asked a question about the complexity of Friend of a Friend (FOAF), and whether a more human-readable/writable format was needed. The question was not well received by the panel, which took the view that tools (like Movable Type) will be able to hide the sometimes messy details from the user.

What an astounding post—this feels like the situation today. (And sure enough—FOAF, XML-RPC and SOAP all went their way.) It is pretty surprising that Microformats have somewhat survived—the u- and p- prefixes, figuring out how to nest elements, complex rules like you see on the Indieweb authorship page.

I wonder what drives the complexity of something like ActivityPub. Is it a kind of premature future-proofing? Is it just a desire to load the thing with features? I especially wonder about something like FOAF, which should be conceptually simple.

Really appreciate the conversation, Manton.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

Reply: Webmentions Agnostic

Eddie Hinkle

Well the good news is because Webmention is data agnostic, while I agree microformats can be tricky, if a better solution pops up in the real world, we can easily shift to adopt it. As you said, we shouldnt go out and “try to invent a new spec” but if something makes sense and people try it out and it works, then webmention can always adjust. The webmention spec would never need to change, websites would just have to replace mf2 parsers with whatever the new parsing strategy is.

In a way, Webmention doesn’t even seem like a spec—for crying out loud, it is just source ➡️ target ➡️ endpoint! So, really, microformats are the substance of Webmentions. I think it would be interesting to see a variation of Webmention which did JSON, perhaps using Activity Streams or something. I almost wonder if this is what Parecki is doing by offering three different forms of JSON on all of his posts.

It’ll be hard to beat Microformats, though, in that having a single definitive HTML source is amazing—compared to having all of these other source documents floating around: feeds, ActivityPub outboxes and such. So I’m content to stay put. I already get plenty of great stuff out of Webmentions. Like this ping from you, Eddie!

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

Reply: Simple Specs

Manton Reece

I’m skeptical of such complicated specs ever being widely adopted. It would take a very popular real-world app to push it forward (like Mastodon did for ActivityPub, which I also think could be much simpler).

Well, we’ve been through this before: XML-RPC vs. REST+JSON. And no one remembers SOAP—which had tremendous backing, but was just so riddled with tags, you would just get lost in the stack.

ActivityPub is just unbelievable—so many layers of JSON-LD, Webfinger, Salmon.

Webmentions seem so much simpler—even though they’re not exactly comparable. However, Microformats are very difficult. They just are messy in practice—don’t you think? I kind of wish we could go with a combination of Webmentions and JSON Feed. But it’s too late to go inventing another spec. 😉

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

13 Oct 2018

Reply: Those Darn Phantoms

Sphygmus

[to h0p3] I appreciate the exchange of notes! I feel the Dunbar Number problem; I think we can geek out together with informality, while also engaging each other on a higher level with the more formal, thoughtful, or directed letters.

I’m not really responding to your draft here—just testing the ‘whostyle’ I’m working on for your quotes. Of course, this is your idea, S. It’s simplified compared to what the two of you can do cross-wiki. I’m trying to decide if I want to copy h0p3’s complete letters over. I think I am against it.

I think about the Dunbar Number now and then. I’ve always felt resigned to it. There’s a limit, so why reach out? Maybe the point is to have few friends and find ‘depth’.

But I’m feeling awfully pluralistic—I just want to embrace the reverse as well. Can’t let a scientific number say how it should all be. ‘Knowing people’ seems like ‘all’ that should be. To make it easy to know me—say a bit here and there, but no need to be popping up all the time; to make it easy to know others—read many and try to develop the skill of ‘feeling’ for who they are, acknowledging their tones and colors.

There are people I’ve known my whole life who are still a mystery, whose relationship still feels tentative—I question whether depth can be. Perhaps there is only commitment.

A person changing changes the ‘depth’. When a singer’s voice or style changes, we have to start liking them from the place where they last were. But a singer who sang me a great song once—well, I could be devoted forever in sheer gratitude.

h0p3:
I quietly write this existentially isolating autopoietic self-idiom to (and seek the approval of) both current and future [conscious and non-conscious computational processes] which comprise my identity, the family I love, Humanity, The Others, the philosophers, my causal and especially memetic [sublators, descendents, and inheritors], any possible posthuman or AI-related demigods interpreting this text beyond some inconceivable (for me personally) techno-epistemic-blackbox singularity, and every appropriately fitting metaphysical object which transcends the limits of my mind or world.

Just testing another ‘whostyle’ here.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

XXIIVV Webring

Hey this is up my alley: a webring whose aim is to ‘share personal websites such as diaries, wikis & portfolios’.

XXIIVV Logo

Hey this is up my alley: a webring whose aim is to ‘share personal websites such as diaries, wikis & portfolios’. I’m reluctant to add myself—these sites all seem to share a muted minimalist aesthetic. (This is a trove, however.) And it’s odd: I don’t think of webrings as having a sophistication—but here it is, a classy one. Like a precision watch lying on a marble jewelry counter. VERY interesting that this sprung up in the last few months. See, there really are rumblings out there.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

12 Oct 2018

Reply: Hello, Nomad!

h0p3

It’s important to form accurate representations of yourself even if only for yourself. To do it in public is morally valuable because deconstructing and constructing yourself out in the open casts some sunlight on the process (keeping us out of temptation, in some cases).

I like that other people can get a very palpable view of who I am through my site (if they wish to invest the time). If you really want to know who I am, you can know (it’s been a very useful tool in my life).

Ok, here we go. Hello my friend.

It is a real surprise to get a note from you. Frankly, I’m blown away by what you’re doing—and I felt that you were deeply embedded somewhere in your wiki, not exactly reaching out to pass notes. But I’m so glad.

The representation you’ve chosen for yourself is no illusion. If all I see of someone is pictures and quips, the image of that person is just a bit of shattered glass. But one thousand words cannot lie. They may be untrue, but they divulge so many more triangles to build that person with.

I am reluctant to say that even a verbose persona can ever be accurate, though. We start to believe that these pixels are us. I think they are just a good show. We are always in public here. And our souls know it.

I do look forward to the good show you have going. (Likewise: to you out there reading—hark, reader!—we are looking for you. Please read h0p3’s Find the Others as proof.)

I like what you are doing; my quest differs. I’m not looking for an ennobled species of thinker. I don’t want to avoid the unsavories. I am looking for Anyone. This is not right—there are plenty of Anyone’s around, aren’t there? Well, I am wanting to fall into fate, rather than to find only my most meaningful bosom friend. I want to travel down the river and stop at all the places that happen to be there along the way. And maybe a friend will crop up. Strange things, images and tales, too.

I am sold on it myself. I know I can communicate who I am, what I’m thinking, etc. with very low friction on my own medium-turf. My message integrates well into my identity when I use my own tools.

Yes, well, this is quite stunning actually. There is a sense on your wiki of a full use of hypertext that I haven’t seen before. It is the complexity of your organization and nomenclature. It is somehow still inviting. You have made a journal that is a vast puzzle.

I have been working, privately, on a directory of the web from a certain vantage. (I don’t know that my role is to journal; more, to explore out there.) And I think the real key that has been missing—from directories, wikis and engines—is artistry. To make it beautiful and elegant. Your work is a brilliant stone in that respect. Anyway, (hark, reader,) I’ll stop there.

Well, this will be fruitful. Feel no pressure to find some technology to make a connection with me. Climb down. We can link just fine.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

Reply: Ripped Sheets of Paper

h0p3

I have asked you some very personal questions, and I will continue to do so, nomad.

The repeated use of the word nomad has conjured up a song I had forgotten: Nomad Tell Us and its repeated admonishment, “You must relate to the earthling mortal!” Haha, it’s so emblematic of reading your wiki!

My wife is a librarian, and it feels like you are doing indieweb-librarian work to me. Do you consider it part of your vocation? It feels like more than just an aesthetic experience to me.

I suppose I will get a little personal then. My aunt died over a decade ago and she was a library director on the West Coast. I still think of her all the time. But she has been gone so long that I can’t find any of her interviews or papers like I once could. I talked to her once about Ranganathan, who I had just discovered, and she talked about edge cases in categorizing books—in fact, I think I’ll start storing books in an “edge case”—and then she died and I live with the regret of never seeing that promising conversation continue.

But I kept talking to librarians after that—it sates my wish to talk to her still. I had a friend for a little while who was a librarian on Microsoft’s campus. A corporate librarian! She was fantastic to talk about books with.

Librarians are not admired in the same way that teachers are, but their work can be very important. Someone has to sift through the vast sea of words and pluck up the ones worth saving. This is becoming even more impossible today. I sometimes feel like there could be an amateur librarian’s movement—this is what I’d hoped the old Internet “surf clubs” would be—but it truly is a gift of generosity to attempt to organize the world out there. I admire your wife and these others.

If I understand correctly, there are diminishing returns in the scaling of triangles for visual modeling.

Well, I guess I thought that more triangles would only improve definition, but this is a great observation.

(Oh, comment about this conversation: we are using a type of embedded reply form here which is quickly growing deep. I wonder how else we might capture this discussion—which might go on for some time—into a large flat structure, simple to read back on, but which might keep related threads together without losing access to the original message. Or maybe these quote-and-reply forms are too restrictive, I wonder if we can sprawl out more.)

I hope that my representation becomes increasingly accurate and useful to me. Even if I fail, I hope to come closer and closer to success on this issue.

Well, here’s one question—how will you endure a drastic change? Like: what if you reverse a core tenant? Or, moreso, could you discover that you aren’t a wiki, but are a different type of information structure? Perhaps you’ve decided you are and that’s the end of it.

You are sort of bumping up against communicating with the outside. I will be interested to see how you sort this out. Your many-meg single page site is so unique and I find the opportunity to download all of it to my computer memory like the visit of an oracle—a single being, sent to deliver the collected wisdom of any query I might have.

So I am happy to communicate however you see fit, because your oracle’s purpose is to organize your thoughts, not to be a telegraph system. My organization here is the opposite: it’s designed to send dispatches to individuals. But I am going to make some small changes to have a tiny oracle as well.

I don’t think any of these things are technological problems, though. I am happy to drive to your house and ring the doorbell or go to the basement doorway and let myself in—or whatever the protocol is for you. I think that’s what’s so marvellous about your site and sites like whimsy.space.

I hope you don’t think I’m a snob. I would argue I deal with many unsavories.

I hope you’re okay being a snob! Why would that be so terrible? We all live on a giant graph paper and, speaking for myself, I really like my coordinates. You might just be snobbish about being your own type of unsavory.

There is an interesting poem I recently read called bulldyke that made me think of this. The poem itself dabbles in unsavory—are these words disgusting? Are these thoughts perverse? Is the afraid little boy lover in the poem—certainly he’s the unsavory one. (And, also, poetry—isn’t poetry just awful?)

I don’t know, but I like deciding these things. Who doesn’t? I’m a snob, too.

Like everyone else, I hate Facebook and what it has done to the Hypertext Kingdom and I will fight it valiantly and with great, upturned nostrils. But I have also used it to obsessively follow the death of Kaylee (and other children that I will write about some time) and I have depended on this awful unsavory to read their obscure stories. It has filled me with profound spiritual mayonnaisse.

I should also say that I enjoyed the recent VICE video with a girl in big Sally Jesse Raphael glasses interviewing an Incel. I felt that I really loved both of them. Not in a Jesus way; like the Double Rainbow guy, crying and marvelling over colorful semicircles. I don’t know if VICE is unsavory—I guess I wonder if all businesses are.

Perhaps the biggest worry I have is that I will think someone to be pure and unscathed and godlike—only to discover that they have touched their whole staff in all the wrong places. 😂

I’ve been thinking about a problem which you’ve probably seen a dozen answers to. I have now been asked twice for a way to push notifications of updates. I am worried that my wiki isn’t well-designed for that. I’m not entirely sure what I would push to others (my New kind of does that). I would like to know your thoughts on where I should go with this.

I am happy with how you have things. I understand how you work now. If anything, I would argue that you should continue innovating in the way you have been. That, like the single-page oracle metaphor from earlier, you will find more ways for the technology to symbolically represent you. This is paramount.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

Reply: H0p3styl1n6

h0p3

The CSS fragment idea is very interesting; it celebrates and signifies our participation in each others’ identities and work. It is a gift to try to represent someone’s aesthetic point of view or voicestyle in quotation. It’s like reading a letter in someone’s handwriting that you’ve seen many times before, conjuring memories like the smell of cinnamon rolls.

Ok, great start to our discussion about styling citations from each other in matching CSS.

I am sending this reply with a musky pork pie smell. See the attached WIFF file.

Yet again to my ignorance: I clearly do not appreciate Art as well as others. I’m an uncouth pig here. I love consuming it as a drug, and I’ve (very poorly) made plenty of it before. Trying to emotionally communicate the cognitively ineffable is something I do take seriously (enough to be very particular about it). Forgive me for being the joyless buzzkill rhetoric-hawk.

Ha-ha! Well, you are becoming very endeared to me, hawk. And you are right to keep us all in check. The buzz that you do kill—and it’s certainly not a buzzard-sized buzz—is not any buzz that was killed just 'cause.

I’m especially interested in form as it relates to function; I want something productive (pleasant workspaces help me work, of course). I don’t think I’m obsessed with minimalism (though I appreciate it), but rather plainness irwartfrr. If it works and it looks good enough: cool, I like that. I’m the kind of dude that will buy 5 identical shirts if I know they are cheap and comfortable. I want the majority of expressive work in my wiki to be in my words. Ideally, I want my words to carry as much of their meaning as possible without relying upon appearance (which I think can be nearly all of it), and only then do I want to work on appearance beyond as function as the delicious bonus.

Oh, I see this in you and I applaud it—loudly, standing—an ovation which goes in a great arc, knocking over the drinks of everyone else standing around me. (Part of this ovation is a simple appreciation of your last epic missive, which is due.)

I only side more toward art because I get so much out of it. I can’t think of a reasoned argument that has transfixed me as much as “Starry, Starry Night” has. And I don’t reach for a reasoned argument when life has fallen apart, but for Neil Young. (I am not arguing with you here—I know you have these things, too, and that you love cartoons and songs and shows and all that. And, come on—you are nuts for ASCII art, amirite? Alas, I also do fall into the trap you’re talking about of form over function.)

Alright, so with all those caveats in mind, we may end up doing this all by hand and passing tiddlers around—I’m also going to play with some styled RSS tonight and see what happens. And we’ll toss some ideas around.

One thing I know for sure: I don’t want to go too crazy on fonts, because I don’t want readers to have to load ten Web Fonts to make this work. That would be EXACTLY fonts over functions. But the basic colors and stuff—worth a try, yeah?

(One time you asked if you should read Vigoleis—no, don’t. He’s mine. And it’s like Infinite Jest, it will take you way too long to read and you’ll never want to read it again. Infinite Jest also wasn’t for me.)


Oh, also, from the footnote:

In a blind, stripped-down test, I’d prefer to make it so even a paraphrase of something I’ve said would evoke: ‘that sounds like h0p3’ or ‘h0p3 would like that’ or ‘you know who probably wouldn’t stop blathering on about this if he were reading this with me right now?..h0p3’ or ‘omg, this sounds like that asshole h0p3, lol.’

I feel this way about the words, too, for sure—but also the appearance. It’s like remembering The Three Stigmata of Palmer Eldritch for both the chitinous foreheads inside and the orange-red cover of the bug-eyed man with the robotic hands. It all comes flooding back like that.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

Reply: The Narrows

h0p3

Very cool! My Recent pushes edited tiddlers to the top; I am not yet convinced your tool has the same behavior.

If it doesn’t, it’s a bug. I use the mtime of the post’s file to arrange these, so I cannot sneak around it. If you can give me an example of the difference, I would really like to know!

Thank you for the Robustness principle. It’s beautiful.

I’m glad you see it! I find it very profound—however, it is also somewhat cliché you could say, because it is only another sighting of ‘yin’ and ‘yang’ in the system. (I say ‘cliché’ not to belittle it, but to underscore how commonplace this strain of epiphany seems to be in the ‘eastern’ ways of thinking. I often think of the expression ‘if you meet the Buddha, kill him’—how do you both attempt to follow an archetype and to avoid archetyping that ideal too closely? But it does seem wise.)

I wonder if you can also help me find some philosophical discussion about dichotomies and tradeoffs. For example, I find both socialism and capitalism very appealing—I truly can’t say which I prefer. I like that the library exists; and I like shopping for boots. I know there is a lot of negativity around this dualism (“this isn’t free-market capitalism”/“socialism hasn’t really been tried”) except that there seems to be respect for Denmark which has both free markets and high taxes, which certainly looks dualist (pluralist?—not sure the proper term) to me.

So I wonder where in literature I might look for more about living/thinking pluralistically. My friends seem to see it as being hedonist, non-committal, ‘lukewarm’ and impossible. Well, yes—but it’s much more than that. It’s pluralism after all.

I want to apologize for my constant ninja-edits. I have a thousand evolving things to say to you, and my drafts are just never done (as you have probably noticed).

Change anything you want! You have my full trust. We are in a process of mental and lingual refinement. The tradeoff here is that I won’t be responding too closely to your words. I am going to not pick them apart—unless I want to tease out more understand or to encourage further ninja-edits.

Had to look that song and lyrics up. I keep an almost full size oil canvas reproduction of The Starry Night about four feet to the left of my desk.

Yeah I guess now that I think about it, my thoughts were more on the painting than the song. But both are very intertwined for me. I had an uncle die of AIDS in his twenties. I was in third grade at the time. He was the rare uncle who is a friend—and he was a sensitive and stylish person. He was a painter and this was his favorite painting. My first experience crying emotively was when this painting and the song came on to the screen during a school assembly in fifth grade.

I felt that he was ‘trapped’ in the painting—I looked into it and saw him. And also did not see him—just the dark, brilliant world without him. So he was also ‘free’ in the painting. I knew of Van Gogh’s troubled end and this added to the swirling spectre. It was as if the appearance on the screen of this image was an appearance of them—an impressive outward display of their presence in my soul. (Of course this was just a random slide that was thrown in there—I knew that even at the time, but it was as striking as if their photographs had been displayed.)

I am not asking the same from you, since I consider it unreasonable to ask it of you (but not of myself here). I hope to ‘go with the flow’ of your conversational style.

This, along with the coincidence of the painting by your desk, is immense common ground for us! The principle of “my rules don’t apply to you, but you are free to look through them” (is this accurate?) seems woven throughout your wiki and I try to adhere to this perspective, too.

I’m considering adding compression internal to TW, but it violates my goal of keeping the source maximally readable. Unless I go for some alternative non-TW oriented loader, I’m like 99% sure I’m just going to stick to gzip and make people patiently wait (probably good for bouncing impatient trolls as well).

So you don’t want to separate the wiki into separate pages? Or can’t? I thought there was a way of splitting tiddlers up. Or exporting or something.

The monolithic file is the central issue I’d think—it contains an opaque filesystem. This is convenient for a lot of reasons: editing, transporting, searching.

I have started a prototype for an idea I have—I will report back to you next week with some results. If I can somehow get access to some snapshots (say the last month’s worth)—that would be very useful.

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

Reply: Verify and T42T

h0p3

I care about {Verify}. That doesn’t mean I’ve built it well or correctly. But it’s important to me that I can sign my wiki. This wiki is epicly portable, and I think signing makes good sense. Your tool makes signatures a bit more complicated, and I ask for your advice.

I realize you’re writing a draft 😉 but I’m going to say make a few squeaks and then go back to work.

So, {Verify} should actually be pretty trivial to add. Since the diffs are generated by this script, there would just need to be a step added to generate the .sig file (or add the hash to the .json file—the hash could be used by the loader to do the check there.) I will work on adding that soon—because my curiosity is peaked enough.

I fear I fail to T42T both you and kickscondor by failing to reciprocally build a useful tool for you. I’m trying to think of how I can contribute to your lives and art as much as you have for me. I apologize for not knowing how to do that. I feel inept like someone who doesn’t know how to buy a good Christmas present for their friend (and that makes me a bad friend). I don’t know you well enough to figure out how to create a gift that you’ll love and use. I’m sorry! I’m thinking about it.

So I think this is one of the possible misprojections of T42T—it leaves someone in ‘debt’. It is a very rational approach to relationships, because it reduces the interaction to numerical totals. But those numbers are very hard to derive—how much is the script I wrote worth? 2T? 3T? 16T? And how much are the thorough, immensely thoughtful replies that you write? Is that 2T? 53T?

Oh and: does 2T literally mean double? Or is it just a bit step beyond single T?

And–what is T? Does T represent “your last set of actions” in our relationship? So, if you just pulled off a 2T (doubled my T)—T is now 2T, expanding 2T into 4T from now on.

My take is that T is simply a ‘neutral’ action. It is a token of cooperation—it is not measured. I realize that 2T and perhaps even plain T imply a measurement, but I think that (might be wrong) measurement requires too much maintenance and is too difficult to sync (how do we keep our measurement identical?) so I see T as ‘neutral’ and 2T as simply ‘positive’—it will be hard enough for us (humans) to agree on the polarity of a T. So maybe let’s start there.

This way a simple ‘thank you’ for a massive gift can still be T42T. (If I were to remove the numerals: I might look at T4T as neutral-for-neutral and T42T as neutral-or-positive-for-positive. The question then becomes how to derive a polarity for an action—which brings us back to ‘the moral imperative’ and ‘the golden rule’ and the rest of THAT discussion that you are having.)

I’ve also read Grim Trigger, but I’m not talking about a recovery strategy in case T42T becomes malignant—this about how to do it in a realistic but generous way. To live it sustainably in a relationship like ours (it’s a tentative, nascent arrangement; but I think we both just want to make it work long-term.)

At any rate, I hope that riffing on your thoughts counts as a plus; your thankyous are sufficient and your generous replies are 2T always!

This post accepts webmentions. Do you have the URL to your post?

You may also leave an anonymous comment. All comments are moderated.

PLUNDER THE ARCHIVES

This page is also at kickssy42x7...onion and on hyper:// and ipns://.

MOVING ALONG LET'S SEE MY FAVORITE PLACES I NO LONGER LINK TO ANYTHING THATS VERY FAMOUS

glitchyowl, the future of 'people'.

jack & tals, hipster bait oracles.

maya.land, MAYA DOT LAND.

hypertext 2020 pals: h0p3 level 99 madman + ᛝ ᛝ ᛝ — lucid highly classified scribbles + consummate waifuist chameleon.

yesterweblings: sadness, snufkin, sprite, tonicfunk, siiiimon, shiloh.

surfpals: dang, robin sloan, marijn, nadia eghbal, elliott dot computer, laurel schwulst, subpixel.space (toby), things by j, gyford, also joe jenett (of linkport), brad enslen (of indieseek).

fond friends: jacky.wtf, fogknife, eli, tiv.today, j.greg, box vox, whimsy.space, caesar naples.

constantly: nathalie lawhead, 'web curios' AND waxy

indieweb: .xyz, c.rwr, boffosocko.

nostalgia: geocities.institute, bad cmd, ~jonbell.

true hackers: ccc.de, fffff.at, voja antonić, cnlohr, esoteric.codes.

chips: zeptobars, scargill, 41j.

neil c. "some..."

the world or cate le bon you pick.

all my other links are now at href.cool.