647 Matching Annotations
  1. Last 7 days
  2. Sep 2023
  3. Aug 2023
    1. You share in responsibility in maintaining this relationship and it is apartnership that relies on both parties being proactive within thetransaction. Yet again you will have to be the initiator and strategicallyprovide content that allows for high personalisation, when the contentallows for continued engagement satisfaction will be raised and they willkeep returning for this interaction.

      building the relationship between you and audience

    2. The content thatyou create needs to be valuable,engaging with your coreconsumer is all aboutdeepening the relationshipbetween your brand/businessand the consumer

      valuable content

    3. Target AudienceYour target audience consists of the individuals who have yet to buy intoyour brand, these individuals are the people who all your content is initiallyaimed at. The ultimate goal is successfully engaging/converting them tobecome your core consumer audience; crossing this divide will allow you tocreate that legacy brand or business through your influential content.

      target audience

    4. This area of study can assist in gauging all of your conversion points insideyour social media system: post conversion, profile conversion, websiteconversion, etc.

      you have to convert

    5. The smart influencer would realise this is only disruptive toyour success if you don’t know how to capitalise on the moment, you haveto be able to quickly adapt your planned content to cater for this organiccontent creating moment by leveraging on these current topics andincorporating global issues into your brand or businesses posting activity asit affects your various audiences.

      following the current

    6. Caching content helps you to always be ready to stimulate your audience,you never want to be in a place of content scarcity; this demonstrates aninability to fulfil the supply and demand expectation!

      vaulted content

    7. The competitive spirit thatyou can leverage on is more so gamifying your content creating a niceenvironment for consumers to enjoy your content from a different stimulatingpoint

      gameify content instead of competing

    8. Always try to have regularity with your contentas it will allow you to become a part of the consumer’s lifestyle, they willdevelop an awareness of your posting pattern providing them with aroutine they can work with. Frequent content allows you to have moreopportunities to interact with the consumer. Understanding the importanceof being consistent will help you boost your influencing power. Your contentwill be a present trigger within the consumer’s mind, creating a pattern ofassociation between your content and the consumer’s virtual lifestyle.

      the power of consistency

    9. If you are struggling to find people who can be in your team, collaboratingis the best option. You won’t have authority over their workload but you willbe able to rely on them to work with you, helping you as you fulfil yourpromise to help them.

      collaboration is a must

    10. When big news stories are capturing the public's attention, this is a greatopportunity to connect emotionally with them. There is no need to conformto the majority’s way of thinking; instead you can position yourself as athought leader by being truthful in your expression and conveying yourbeliefs in a way that still allows people to connect with you even if theyhave a different perspective.

      big news and opportunities to connect with audience

    11. If you were to do a current affairs post on Martin Luther King Jr day aboutMLK, you would most likely mention words such as black history, civil rightsetc. These content specific words help people get a first glimpse of whatthe content will be referring to.

      Semantic fields

    12. Captions help control the perception, they fill in the blanks that shortform content may not allow for; they help you explain what the widerdiscussion is, allowing for people to be informed when responding. Thisis especially useful when discussing sensitive or complex topics as itcreates context for the content.

      captions in content creation

    13. Your contentneeds to be deeply satisfying evoking the correct range of emotions thatpeople seek to experience when they initially seek out content.

      emotions

    14. Your branding across all your social networking platforms should embracethe specific influencer culture that you want your audiences to tap into; thiswill expose your audience to parallel experiences across your platforms.People will be able to perceive the greater value added by beingintertwined with your online community.

      culture of influencer

    15. Good brand engagement for any influencer should result in twoway communication whereby the audience actively responds to thecontent you are creating for them; ideally with content of their own that iscentered around you or your product (video reviews/testimonials forinstance).

      the audience communication with you

    16. each platform demands it’sown formatting and optimizing to perform well with your audience

      platform specific content curation

    17. Make sure that the content you create is something you’d want to be inyour legacy...because it is!

      its my legacy

    Tags

    Annotators

    1. application/xml: data-size: XML very verbose, but usually not an issue when using compression and thinking that the write access case (e.g. through POST or PUT) is much more rare as read-access (in many cases it is <3% of all traffic). Rarely there where cases where I had to optimize the write performance existence of non-ascii chars: you can use utf-8 as encoding in XML existence of binary data: would need to use base64 encoding filename data: you can encapsulate this inside field in XML application/json data-size: more compact less that XML, still text, but you can compress non-ascii chars: json is utf-8 binary data: base64 (also see json-binary-question) filename data: encapsulate as own field-section inside json
  4. Jul 2023
    1. Sorry, Insufficient Access Privileges

      Traveller:

      You may benefit from this link, instead https://www.w3.org/History/1991/HTRejected.wn/WNDocument.wn

      (Not sure if it's actually the same as what's supposed to be available here.)

  5. Jun 2023
    1. I always like to point to a text that changed my thinking about this question, and that’s Kathleen Yancey’s “Writing in the 21st Century.” It basically states that students are writing more than ever before. If you were to challenge a group of students (which I have) to document how many text messages, TikTok, IG posts, Facebook posts, tweets, emails they send out in a day, the sheer volume of writing is staggering. Why we don’t value that writing in academia is the question for me.

      interesting point! some other things in my head:

      1) in addition to our increased writing endeavors, we've also been engaging in extensive reading as well, but our reading material has evolved beyond books, encompassing the plethora of content available in the vast expanse of cyberspace

      2) and while the quantity of reading has expanded significantly, it is equally intriguing to recognize that the nature of these texts has shifted towards shorter formats—tweets, ig post captions, microblogs, etc

      3) AND lastly, the act of reading has swiftly evolved into the realm of listening, with the emergence of podcasts, audiobooks, listenable videos, and similar forms of content consumption

  6. May 2023
    1. ```http GET http://localhost:50714/api/Car HTTP/1.1 User-Agent: Fiddler Host: localhost:50714 Range: x-entity=2-5

      HTTP/1.1 206 Partial Content Cache-Control: no-cache Pragma: no-cache Content-Type: application/json; charset=utf-8 Content-Range: x-entity 2-5/10 Expires: -1 Server: Microsoft-IIS/8.0 Date: Tue, 31 Jul 2012 19:00:19 GMT Content-Length: 447

      [{"Id":3,"Make":"Toyota","Model":"Yaris","BuildYear":2003,"Price":3750.0,... ```

    1. ```http GET /users

      200 OK Accept-Ranges: users Content-Range: users 0-9/200

      [ 0, …, 9 ] ```

      ```http GET /users Range: users=0-9

      206 Partial Content Accept-Ranges: users Content-Range: users 0-9/200

      [ 0, …, 9 ] ```

      ```http GET /users Range: users=0-9,50-59

      206 Partial Content Accept-Ranges: users Content-Type: multipart/mixed; boundary=next

      --next Content-Range: users 0-9/200

      [ 0, …, 9 ]

      --next Content-Range: users 50-59/200

      [ 50, …, 59 ]

      --next-- ```

      ```http GET /users?name=Fred

      206 Partial Content Accept-Ranges: users Content-Range: users 0-100/*

      [ 0, …, 100 ] ```

    1. Map of Content Vizualized (VMOC)

      a start of thinking on the space of converging written and visual thinking, but not as advanced as even Raymond Llull or indigenous ways of knowing which more naturally merge these modes of thinking.

      Western though is just missing so much... sigh

  7. Apr 2023
    1. amd [sic.]

      I'm having trouble determining the source of this purported error. This PDF appears to have copied the content from the version published on kurzweilai.net, which includes the same "erratum". Meanwhile, however, this document which looks like it could plausibly be a scan of the original contains no such error: https://documents.theblackvault.com/documents/dod/readingroom/16a/977.pdf

      I wonder if someone transcribed the memo with this "amd" error and that copy was widely distributed (e.g. during the BBS era?) and then someone came across that copy and inserted the "[sic]" adornments.

    1. (6-10+ minutes) engaging videos that appear to do well on YouTube

      This number(6-10minutes) is appealing to most viewers as it is concise and delivers a information in short bursts. It is ideal for quick tutorials, news and entertainment.

  8. Mar 2023
    1. the Content Index Card is a combination type of index card that includes direct quotations, draft notes and ideas, conceptual diagrams, etc. that are all associated with the main article, book chapter or book discussed in the index card. I use larger (5″ x 8″) index cards for those cases.

      Pacheco-Vega defines a "combined" or "content index card" or one might say a content note as a one with "direct quotations, draft notes and ideas, conceptual diagrams, etc. that are associated with" the work in question. These seem similar to Ahrens' fleeting notes, though seem a bit more fleshed out.

    1. The ‘top level’ category was too fixed, and it was hard to know when you needed a new category i.e. 1004 versus 1003/3.

      The problem here is equating the "top level" number with category in the first place. It's just an idea and the number is a location. Start by separating the two.

    1. content-moderation subsidiarity. Just asthe general principle of political subsidiarity holds that decisions should bemade at the lowest organizational level capable of making such decisions,15content-moderation subsidiarity devolves decisions to the individual in-stances that make up the overall network.

      Content-moderation subsidiarity

      In the fediverse, content moderation decisions are made at low organization levels—at the instance level—rather than on a global scale.

    1. OpenAI also contracted out what’s known as ghost labor: gig workers, including some in Kenya (a former British Empire state, where people speak Empire English) who make $2 an hour to read and tag the worst stuff imaginable — pedophilia, bestiality, you name it — so it can be weeded out. The filtering leads to its own issues. If you remove content with words about sex, you lose content of in-groups talking with one another about those things.

      OpenAI’s use of human taggers

  9. Feb 2023
    1. Rozenshtein, Alan Z., Moderating the Fediverse: Content Moderation on Distributed Social Media (November 23, 2022). 2 Journal of Free Speech Law (2023, Forthcoming), Available at SSRN: https://ssrn.com/abstract=4213674 or http://dx.doi.org/10.2139/ssrn.4213674

      Found via Nathan Schneider

      Abstract

      Current approaches to content moderation generally assume the continued dominance of “walled gardens”: social media platforms that control who can use their services and how. But an emerging form of decentralized social media—the "Fediverse"—offers an alternative model, one more akin to how email works and that avoids many of the pitfalls of centralized moderation. This essay, which builds on an emerging literature around decentralized social media, seeks to give an overview of the Fediverse, its benefits and drawbacks, and how government action can influence and encourage its development.

      Part I describes the Fediverse and how it works, beginning with a general description of open versus closed protocols and then proceeding to a description of the current Fediverse ecosystem, focusing on its major protocols and applications. Part II looks at the specific issue of content moderation on the Fediverse, using Mastodon, a Twitter-like microblogging service, as a case study to draw out the advantages and disadvantages of the federated content-moderation approach as compared to the current dominant closed-platform model. Part III considers how policymakers can encourage the Fediverse, whether through direct regulation, antitrust enforcement, or liability shields.

    1. Internet ‘algospeak’ is changing our language in real time, from ‘nip nops’ to ‘le dollar bean’ by [[Taylor Lorenz]]

      shifts in language and meaning of words and symbols as the result of algorithmic content moderation

      instead of slow semantic shifts, content moderation is actively pushing shifts of words and their meanings


      article suggested by this week's Dan Allosso Book club on Pirate Enlightenment

    2. “you’ll never be able to sanitize the Internet.”
    3. Could it be the sift from person to person (known in both directions) to massive broadcast that is driving issues with content moderation. When it's person to person, one can simply choose not to interact and put the person beyond their individual pale. This sort of shunning is much harder to do with larger mass publics at scale in broadcast mode.

      How can bringing content moderation back down to the neighborhood scale help in the broadcast model?

    4. “Zuck Got Me For,” a site created by a meme account administrator who goes by Ana, is a place where creators can upload nonsensical content that was banned by Instagram’s moderation algorithms.
    5. “The reality is that tech companies have been using automated tools to moderate content for a really long time and while it’s touted as this sophisticated machine learning, it’s often just a list of words they think are problematic,” said Ángel Díaz, a lecturer at the UCLA School of Law who studies technology and racial discrimination.
    6. Is algorithmic content moderation creating a new sort of cancel culture online?

    7. But algorithmic content moderation systems are more pervasive on the modern Internet, and often end up silencing marginalized communities and important discussions.

      What about non-marginalized toxic communities like Neo-Nazis?

    1. LaMDA's safety features could also be limiting: Michelle Taransky found that "the software seemed very reluctant to generate people doing mean things". Models that generate toxic content are highly undesirable, but a literary world where no character is ever mean is unlikely to be interesting.
  10. Jan 2023
    1. then, books were as much a part of this landscape, the noise of other people's thoughts, as anything else. and yet even then, she touched on this theme that around this time became a meme among self-aware gen z kids, with viral tiktoks and tweets like "i have to consume like 8 forms of media at once to prevent myself from ever having a thought."

      Link with forming identity through association with brands; negation of the self, filled by the curation of self-chosen media

    2. the lack of external input—of content to consume—is terrifying to people, to the extent that singular artifacts of media aren't sufficient. you need multiple inputs at once, to hedge against the possibility that one of them will fail to hold your attention and force you to sit in the quiet of your own mind.

      Overwhelming the senses, numbing thought -- antithetical to meditation, blocking thought rather than releasing it, detachment from reality and immersion in the created world, embracing overwhelm instead of deep experience

    3. we try in vain to pay out fractional amounts of our attention and find that the whole is, somehow, less than the sum of its parts. in wanting to pay attention to everything, we often fail to pay attention to anything at all.

      Must choose -- echo of 4000 Weeks

  11. Dec 2022
    1. 4NO POSTING OR UPLOADING VIDEOS OF ANY KINDTo protect the quality of our group & prevent members from being solicited products & services - we don't allow any videos because we can't monitor what's being said word for word. Written post only.

      annotation meta: may need new tag: - can't effectively monitor

    2. 2NO POST FROM FAN PAGES / ARTICLES / VIDEO LINKSOur mission is to cultivate the highest quality content inside the group. If we allowed videos, fan page shares, & outside websites, our group would turn into spam fest. Original written content only
    1. For example I had a few notes on principles of modern cryptography that came in handy when I had to write a paper about a related topic for my studies. But these cases were rare at best, most of these notes were never looked at again.

      The one shining moment in the whole essay and they don't seem to realize where the benefit or use actually was. They finally had a reason to have taken notes and the ideas shone here. But they've written off the tools because they didn't understand when to use them.

      Hammers are cool, but unless you're a professional carpenter, you don't carry it around all the time and use it constantly to hammer things. The same is true of note taking as a tool. You might use it regularly if you're a writer or an academic perhaps, but for hourly use in your day-to-day? Almost definitely not.

    1. The hypothesis is that hate speech is met with other speech in a free marketplace of ideas.That hypothesis only functions if users are trapped in one conversational space. What happens instead is that users choose not to volunteer their time and labor to speak around or over those calling for their non-existence (or for the non-existence of their friends and loved ones) and go elsewhere... Taking their money and attention with them.As those promulgating the hate speech tend to be a much smaller group than those who leave, it is in the selfish interest of most forums to police that kind of signal jamming to maximize their possible user-base. Otherwise, you end up with a forum full mostly of those dabbling in hate speech, which is (a) not particularly advertiser friendly, (b) hostile to further growth, and (c) not something most people who get into this gig find themselves proud of.

      Battling hate speech is different when users aren't trapped

      When targeted users are not trapped on a platform, they have the choice to leave rather than explain themselves and/or overwhelm the hate speech. When those users leave, the platform becomes less desirable for others (the concentration of hate speech increases) and it becomes a vicious cycle downward.

    1. The trust one must place in the creator of a blocklist is enormous, because the most dangerous failure mode isn’t that it doesn’t block who it says it does, but that it blocks who it says it doesn’t and they just disappear.
  12. Nov 2022
    1. https://whatever.scalzi.com/2022/11/25/how-to-weave-the-artisan-web/

      “But Scalzi,” I hear you say, “How do we bring back that artisan, hand-crafted Web?” Well, it’s simple, really, and if you’re a writer/artist/musician/other sort of creator, it’s actually kind of essential:

    1. When public clients (e.g., native and single-page applications) request access tokens, some additional security concerns are posed that are not mitigated by the Authorization Code Flow alone.
    1. And this is the art-the skill or craftthat we are talking about here.

      We don't talk about the art of reading or the art of note making often enough as a goal to which students might aspire. It's too often framed as a set of rules and an mechanical process rather than a road to producing interesting, inspiring, or insightful content that can change humanity.

    1. The problem when the asset is people is that people are intensely complicated, and trying to regulate how people behave is historically a miserable experience, especially when that authority is vested in a single powerful individual.
    2. The essential truth of every social network is that the product is content moderation, and everyone hates the people who decide how content moderation works.
    1. He has a warehouse of notecards with ideas and stories and quotes and facts and bits of research, which get pulled and pieced together then proofread and revised and trimmed and inspected and packaged and then shipped.

      While the ancients thought of the commonplace as a storehouse of value or a treasury, modern knowledge workers and content creators might analogize it to a factory where one stores up ideas in a warehouse space where they can be easily accessed, put into a production line where those ideas can be assembled, revised, proofread, and then package and distributed to consumers (readers).

      (summary)

  13. Oct 2022
    1. the writer of "scissors and paste history" ;

      One cannot excerpt their way into knowledge, simply cutting and pasting one's way through life is useless. Your notes may temporarily serve you, but unless you apply judgement and reason to them to create something new, they will remain a scrapheap for future generations who will gain no wisdom or use from your efforts.

      relate to: notes about notes being only useful to their creator

    1. Some social media platforms struggle with even relatively simple tasks, such as detecting copies of terrorist videos that have already been removed. But their task becomes even harder when they are asked to quickly remove content that nobody has ever seen before. “The human brain is the most effective tool to identify toxic material,” said Roi Carthy, the chief marketing officer of L1ght, a content moderation AI company. Humans become especially useful when harmful content is delivered in new formats and contexts that AI may not identify. “There’s nobody that knows how to solve content moderation holistically, period,” Carthy said. “There’s no such thing.”

      Marketing officer for an AI content moderation company says it is an unsolved problem

    1. If the link is in a Proud Boys forum, would you not take any action against it, even if it’s like, “Click this link to help plan”?Are you asking if we have people out there clicking every link and checking if the forum comports with the ideological position that Signal agrees with?Yeah. I think in the most abstract way, I’m asking if you have a content moderation team.No, we don’t have that. We are also not a social media platform. We don’t amplify content. We don’t have Telegram channels where you can broadcast to thousands and thousands of people. We have been really careful in our product development side not to develop Signal as a social network that has algorithmic amplification that allows that “one to millions” amplification of content. We are a messaging platform. We don’t have a content moderation team because (1) we are fully private, we don’t see your content, we don’t know who you’re talking about; and (2) we are not a content platform, so it is a different paradigm.

      Signal president, Meredith Wittaker, on Signal's product vision and the difference between Signal and Telegram.

      They deliberately steered the product away from "one to millions" amplification of content, like for example Telegram's channels.

  14. Aug 2022
    1. Content addressing is the big little idea behind IPFS. With content addressing (CIDs), you ask for a file using a hash of its contents. It doesn't matter where the file lives. Anyone in the network can serve that content. This is analogous to the leap Baran made from circuit switching to packet switching. Servers become fungible, going from K-selected to r-selected.

      Content addressing is when a piece of content has its own permanent address, a URI. Many copies may exist of the content, hosted by many in the network, all copies have the same address. Whoever is best situated to serve you a copy, does so. It makes the servers interchangeable. My blogposts have a canonical fixed address, but it's tied to a specific domain and only found on 1 server (except when using a CDN).

      IPFS starts from content addressing.

      Content addressing, assuming the intention 'protocol for thought' here, does match with atomic notes type of pkm systems. All my notes have unique names that could as human readable names map to CIDs. CIDs do change when the content changes, so there's a mismatch with the concept of 'permanent notes' that are permanent in name/location yet have slowly evolving content.

    1. Much of the material in this lecture is to appear in a chapter entitled “Prob-lems of Explanation in Linguistics” in Explanations in Psychology, edited byR. Borger and F. Cioffi (New York: Cambridge University Press, 1967), alongwith interesting critical comments by Max Black.

      Linnean-like reuse of materials

      precedents

    1. Other versions which are available are:

      Another PDF from CERN, but this one what looks like a PDF of the original as a first-class digital document, i.e., not a scan of a paper copy: https://cds.cern.ch/record/369245/files/dd-89-001.pdf

  15. Jul 2022
    1. . I thinkit’s often an issue for people when they first become note-makers: an anxiety about getting the “right” stuff out ofa book, or even “all the stuff”. I don’t think this iscompletely possible, and I think it’s increasingly lesspossible, the better the book.

      In the 1400s-1600s it was a common desire to excerpt all the value of books and attempts were made, though ultimately futile. This seems to be a commonly occurring desire.


      Often having a simple synopsis and notes isn't as useful as it may not spark the same sort of creativity and juxtaposition of ideas a particular reader might have had with their own context.


      Some have said that "content is king". I've previously thought that "context is king". Perhaps content and context end up ruling as joint monarchs.

    2. Engage with the idea and comment or elaborateon it in a Point Note.

      Dan Allosso's definition of a point note.

      This is roughly equivalent to permanent notes or evergreen notes in Ahrens or Matuschak's frameworks respectively. Somehow I like what seems like a broader feel here, thought the name

      Does this version contain within it the idea of growth or evolution over time? Evergreen note in Matuschak's version does, though the word evergreen stemming from the journalism space would indicate an idea that doesn't evolve over time but is simply reusable or republishable with little or no work. The linguistic link to evergreen articles in the journalism space creates cognitive dissonance for me in calling notes evergreen. Evergreen connotes reusability, which is useful, but ideas should have the ability to evolve and procreate with other ideas.

    1. But it's not a trivial problem. I have compiled, at latest reckoning, 35,669 posts - my version of a Zettelkasten. But how to use them when writing a paper? It's not straightforward - and I find myself typically looking outside my own notes to do searches on Google and elsewhere. So how is my own Zettel useful? For me, the magic happens in the creation, not in the subsequent use. They become grist for pattern recognition. I don't find value in classifying them or categorizing them (except for historical purposes, to create a chronology of some concept over time), but by linking them intuitively to form overarching themes or concepts not actually contained in the resources themselves. But this my brain does, not my software. Then I write a paper (or an outline) based on those themes (usually at the prompt of an interview, speaking or paper invitation) and then I flesh out the paper by doing a much wider search, and not just my limited collection of resources.

      Stephen Downes describes some of his note taking process for creation here. He doesn't actively reuse his notes (or in this case blog posts, bookmarks, etc.) which number a sizeable 35669, directly, at least in the sort of cut and paste method suggested by Sönke Ahrens. Rather he follows a sort of broad idea, outline creation, and search plan akin to that described by Cory Doctorow in 20 years a blogger

      Link to: - https://hyp.is/_XgTCm9GEeyn4Dv6eR9ypw/pluralistic.net/2021/01/13/two-decades/


      Downes suggests that the "magic happens in the creation" of his notes. He uses them as "grist for pattern recognition". He doesn't mention words like surprise or serendipity coming from his notes by linking them, though he does use them "intuitively to form overarching themes or concepts not actually contained in the resources themselves." This is closely akin to the broader ideas ensconced in inventio, Llullan Wheels, triangle thinking, ideas have sex, combinatorial creativity, serendipity (Luhmann), insight, etc. which have been described by others.


      Note that Downes indicates that his brain creates the links and he doesn't rely on his software to do this. The break is compounded by the fact that he doesn't find value in classifying or categorizing his notes.


      I appreciate that Downes uses the word "grist" to describe part of his note taking practice which evokes the idea of grinding up complex ideas (the grain) to sort out the portions of the whole to find simpler ideas (the flour) which one might use later to combine to make new ideas (bread, cake, etc.) Similar analogies might be had in the grain harvesting space including winnowing or threshing.

      One can compare this use of a grist mill analogy of thinking with the analogy of the crucible, which implies a chamber or space in which elements are brought together often with work or extreme conditions to create new products by their combination.

      Of course these also follow the older classical analogy of imitating the bees (apes).

    1. https://herman.bearblog.dev/a-better-ranking-algorithm/

    2. The most common way is to log the number of upvotes (or likes/downvotes/angry-faces/retweets/poop-emojis/etc) and algorithmically determine the quality of a post by consensus.

      When thinking about algorithmic feeds, one probably ought to not include simple likes/favorites/bookmarks as they're such low hanging fruit. Better indicators are interactions which take time, effort, work to post.

      Using various forms of webmention as indicators could be interesting as one can parse responses and make an actual comment worth more than a dozen "likes", for example.

      Curating people (who respond) as well as curating the responses themselves could be useful.

      Time windowing curation of people and curators could be a useful metric.

      Attempting to be "democratic" in these processes may often lead to the Harry and Mary Beercan effect and gaming issues seen in spaces like Digg or Twitter and have dramatic consequences for the broader readership and community. Democracy in these spaces is more likely to get you cat videos and vitriol with a soupçon of listicles and clickbait.

    1. // NB: Since line terminators can be the multibyte CRLF sequence, care // must be taken to ensure we work for calls where `tokenPosition` is some // start minus 1, where that "start" is some line start itself.

      I think this satisfies the threshold of "minimum viable publication". So write this up and reference it here.

      Full impl.:

      getLineStart(tokenPosition, anteTerminators = null) {
        if (tokenPosition > this._edge && tokenPosition != this.length) {
          throw new Error("random access too far out"); // XXX
        }
      
        // NB: Since line terminators can be the multibyte CRLF sequence, care
        // must be taken to ensure we work for calls where `tokenPosition` is some
        // start minus 1, where that "start" is some line start itself.
        for (let i = this._lineTerminators.length - 1; i >= 0; --i) {
          let current = this._lineTerminators[i];
          if (tokenPosition >= current.position + current.content.length) {
            if (anteTerminators) {
              anteTerminators.push(...this._lineTerminators.slice(0, i));
            }
            return current.position + current.content.length;
          }
        }
      
        return 0;
      }
      

      (Inlined for posterity, since this comes from an uncommitted working directory.)

    1. The 1,000 True Fans theory is classic Kevin Kelly. He took something potentially dark—in this case, a long-tail economic model that mashes creatives like a digital-age ore crusher—and found an aspirational alternative narrative.
    1. the idea of a thoughts page was originated by maren, who made a script for generating thoughts pages. thoughts.page is a way of lowering the barrier of entry to putting thoughts on the internet for people who don't want to or don't know how to set up a script to do it.

      Good use case for the application of the principles in A New Publishing Discipline.

    1. Primary program modules

      This is sort of a failing of the code-as-content thing that we're going for here. Take a page from GPE.

  16. Jun 2022
    1. We’ve been conditioned to view information through aconsumerist lens: that more is better, without limit.
    2. If you want to write a book, you could dial down the scope andwrite a series of online articles outlining your main ideas. If youdon’t have time for that, you could dial it down even further andstart with a social media post explaining the essence of yourmessage.

      This does make me wonder again, how much of this particular book might be found in various forms on Forte's website, much of which is behind a paywall at $10 a month or $100 a year?

      It's become more common in the past decades for writers to turn their blogs into books and then use their platform to sell those books.

    3. inany piece of content, the value is not evenly distributed

      The value of any given piece of content is not evenly distributed. Different people will get different things out of any particular piece. This is why the "holy grail" of universal note taking or excerpting will fail at mass scale.

      Similarly, many non-fiction books also print their small handful of insights on their jacket covers, so one needn't necessarily read the entire book to get the gist of what it will present.

    1. User participation in any online internet community generally follows the 90-9-1 rule:90% of community members are lurkers who read or observe, but don’t contribute9% of community members edit or respond to content but don’t create content of their own1% of community members create new content