Showing posts with label writing. Show all posts
Showing posts with label writing. Show all posts

Thursday, August 10, 2023

Notes on The Alphabetization of the Popular Mind


by Ivan Illich and Barry Sanders, 1988

It's a book about how society was turned inside out by the spread of writing in the Middle Ages.
  • While talking about the origins of written language in prehistoric societies -- "Writing is the only technique we know of for making the flow of speech coagulate and for carrying clots of language along intact for tens or even hundreds of years ... nuggets of frozen speech can be carried along in culture. (p5-6)
  • "The new use of documents together with a new way of shaping the written page, turned writing, which in the Early and High Middle Ages had been extolled and honored as a mysterious embodiment of the Word of God, into a constituent-element in the mediation of mundane relations." (p32)
  • "The swearing of an oath makes the word visible -- not on paper but in the living body of the person concerned," and guaranteed by the family, clan and society. (p34)
  • And then everything changes and you swear on your Bible and not on your beard. 
  • On time in text, from relative to absolute - Time used to be related to significant events that people would remember, a feast, a wedding, a visit from a sovereign. "By the end of the 14th century, the date on a charter could even be tied to the mechanical tower-clock ... Memory grew a new dimension. Memories could now be shelved behind each other, not according to their importance or affinity, but according to the date from which they issue." (p42)
  • On Writing - You didn't write with pen in hand, you spoke to a scribe (Dictation). (p44-45)
  • Last words on a death bed became the last will document.
  • By the end of the 13th century, libraries became places of silence. (p51)
  • On Latin and the difference between universal Latin and local dialects -- "Every monk learned the Latin pronunciation of his own monastery. If he walked from Subiaco to Fulda, his feet bore him no faster than his ear was able to adjust itself to new pronunciations." (p58)
  • Latin as the first language to be written, not exclusively spoken (p59) i.e., a dead language; only a dead language that's not spoken can never change and therefore be referenced throughout history.
  • Works are written in Latin, but the reader is supposed to read it aloud in their own vernacular tongue, even if that was French or German. (p61-62)
  • reshape -> Latin fingere -> fiction (p84)
  • "Only when memory is perceived as a text can thought become a material to be shaped..." The transformation of truth to fiction could only occur with the separation of the first-person subjective "self" experience and the consensual reality experience by writing. (p84)
  • Lying didn't exist prior to writing (?).
  • Regarding Authorship and ChatGPT - Scribes and clerics used to state that they are not the source, only its channel; likewise the dictator states they did not invent it (with their finger, fingere, fiction) (p86~)
  • DeFoe's Plague Year 1772 was the first English novel, i.e., work of fiction (although Canterbury Tales was 1382)
  • On Forgetting vs Memory in Literature (p93)
  • ...and this is why all the early novels start out saying, "this is a story some other guy told me" like pirate stories and Treasure Island.
  • in Plague Year, the "real story" is how the bulletins of deaths (called the Bill of Plague) spread like contagion, but also they lend veracity to the story because they provide certified documents...
  • The Plague Bill itself is the protagonist (can't see a virus!)
 

Friday, July 9, 2021

Writing Robots 3

OpenAI (competitor to DeepMind) created a text generator that basically wipes the need for human writers. Or to be a bit less hyperbolic, it makes it all but impossible for you to discriminate between human writing and robot writing. 

It's called GPT, for "Generative Pre-trained Transformer". An older version, GPT-2, was so good that it wasn't released for fear that it would be used for malicious purposes (i.e., fake news). Now we're on GPT-3, which will be released, and is 100 times more powerful. But no need for alarm, OpenAI intends to "prevent misuse by limiting access to approved customers and use cases" (though it's now been exclusively licensed to Microsoft).

For comparison purposes, this is a much earlier version of an artificial writing program -- The Policeman's Beard Is Half-Constructed (1984).

At last, I wonder, what does this mean for the blogosphere, of which Network Address has been a part  for over 10 years now. Will it be completely diluted by an entire universe of fake blogs? And then I realize, who cares, nobody reads this blog except for robots anyway (i.e., spiderbots).

AI tool summarizes lengthy papers in a sentence
Jan 2021, phys.org
Semantic Scholar is notable for achieving the greatest compression rate of all summarizing tools; powered by AI and used for scientific research. With its new summarization feature, it surveys massive numbers of scientific research papers and reduces them to one-sentence summaries. 
It began as an AI-fueled dungeon game
May 2021, Wired via Ars Technica

AKA "GPT-3 text generator video game generates sex scenes involving children"

You know the story by now. Just ask Tay, the Microsoft Chatbot who should have been called the n*gg**bot because it's entire lexicon defaulted to saying the n-word over and over, with a little bit of Holocaust denial sprinkled in for good measure. (See Ars reporting on that.)

Also though, complaining about your "8-year old laptop" while playing this game will get you shadowbanned. Who knew robots were that sensitive.

A college kid created a fake, AI-generated blog -- It reached #1 on Hacker News
Dec 2020, MIT Technology Review

And this is exactly what they thought would happen when its release was withheld:
The lab gave the algorithm to select researchers who applied for a private beta, with the goal of gathering their feedback and commercializing the technology by the end of the year.

Porr submitted an application. He filled out a form with a simple questionnaire about his intended use. But he also didn’t wait around. After reaching out to several members of the Berkeley AI community, he quickly found a PhD student who already had access. Once the graduate student agreed to collaborate, Porr wrote a small script for him to run. It gave GPT-3 the headline and introduction for a blog post and had it spit out several completed versions. Porr’s first post (the one that charted on Hacker News), and every post after, was copy-and-pasted from one of the outputs with little to no editing.

The trick to generating content without the need for much editing was understanding GPT-3’s strengths and weaknesses. “It's quite good at making pretty language, and it's not very good at being logical and rational,” says Porr. So he picked a popular blog category that doesn’t require rigorous logic: productivity and self-help. [hilarious]

Porr says his experiment also shows a more mundane but still troubling alternative: people could use the tool to generate a lot of clickbait content. “It's possible that there's gonna just be a flood of mediocre blog content because now the barrier to entry is so easy,” he says. “I think the value of online content is going to be reduced a lot.”
Post Script:
It doesn't stop with writing, it can also generate imagery:
New module for OpenAI GPT-3 creates unique images from text
Jan 2021, phys.org
A team of researchers at OpenAI, a San Francisco artificial intelligence development company, has added a new module to its GPT-3 autoregressive language model. Called DALL·E, the module excerpts text with multiple characteristics, analyzes it and then draws a picture based on what it believes was described

The system is able to create images by using a corpus of information consisting of internet pages. Each part of the text is researched in an attempt to learn what it should look like. For the previous example, it would search for and analyze thousands of pictures of dogs. Then it would study cats, and what their claws look like, and then birds and their tails. Then, it combines the results into several graphic images to give users a variety of results.

via OpenAI: DALL·E: Creating Images from Text: openai.com/blog/dall-e/

Thursday, June 12, 2014

Pseudoscience, Forgeries, and Faking It for Real



tech support

California lawmaker wants teens to learn to spot fake news
Jan 2017, Associated Press

Science publisher fooled by gibberish papers
phys.org, Feb 2014

Publisher of science journals Springer said Thursday it would scrap 16 papers from its archives after they were revealed to be computer-generated gibberish.

Sokal's Pseudoscientific Hoax
The Sokal affair, also called the Sokal hoax, was a publishing hoax perpetrated by Alan Sokal, a physics professor at New York University. In 1996, Sokal submitted an article to Social Text, an academic journal of postmodern cultural studies. The submission was an experiment to test the journal's intellectual rigor and, specifically, to investigate whether "a leading North American journal of cultural studies – whose editorial collective includes such luminaries as Fredric Jameson and Andrew Ross – [would] publish an article liberally salted with nonsense if (a) it sounded good and (b) it flattered the editors' ideological preconceptions".

The article, "Transgressing the Boundaries: Towards a Transformative Hermeneutics of Quantum Gravity", was published in the Social Text Spring/Summer 1996 "Science Wars" issue. It proposed that quantum gravity is a social and linguistic construct. At that time, the journal did not practice academic peer review and it did not submit the article for outside expert review by a physicist. On its date of publication (May 1996), Sokal revealed in Lingua Franca that the article was a hoax, identifying it as "a pastiche of left-wing cant, fawning references, grandiose quotations, and outright nonsense...structured around the silliest quotations [by postmodernist academics] he could find about mathematics and physics".
wiki 

"Transgressing the Boundaries: Towards a Transformative Hermeneutics of Quantum Gravity" proposed that quantum gravity has progressive political implications, and that the "morphogenetic field" could be a cutting-edge theory of quantum gravity (a morphogenetic field is a concept proposed by Rupert Sheldrake that Sokal characterized in the affair's aftermath as "a bizarre New Age idea"). Sokal wrote that the concept of "an external world whose properties are independent of any individual human being" was "dogma imposed by the long post-Enlightenment hegemony over the Western intellectual outlook". ... footnotes conflate academic terms with sociopolitical rhetoric...
[Sheldrake is himself known in the scientific community as a pseudo-scienctist.]
Sokal, Alan D. (May 1996). "A Physicist Experiments With Cultural Studies". Lingua Franca. Retrieved April 3, 2007.

In the second paragraph I declare without the slightest evidence or argument, that "physical 'reality' (note the scare quotes)... is at bottom a social and linguistic construct." Not our theories of physical reality, mind you, but the reality itself. Fair enough. Anyone who believes that the laws of physics are mere social conventions is invited to try transgressing those conventions from the windows of my apartment. I live on the twenty-first floor.
Gross, John, The Oxford Book of Parodies, Oxford University Press, 2010, pg. 307

The Annals of Improbable Research (AIR) is a bi-monthly magazine devoted to scientific humor, in the form of a satirical take on the standard academic journal. AIR, published six times a year since 1995, usually showcases at least one piece of scientific research being done on a strange or unexpected topic, but most of their articles concern real or fictional absurd experiments, such as a comparison of apples and oranges using infrared spectroscopy.

Naked Came the Stranger is a 1969 novel written as a literary hoax poking fun at contemporary American culture. Though credited to "Penelope Ashe", it was in fact written by a group of twenty-four journalists led by Newsday columnist Mike McGrady. McGrady's intention was to write a deliberately terrible book with a lot of sex, to illustrate the point that popular American literary culture had become mindlessly vulgar. The book fulfilled the authors' expectations and became a bestseller in 1969; they revealed the hoax later that year, further spurring the book's popularity.

Fictitious entries, also known as fake entries, Mountweazels, ghost words and nihil articles, are deliberately incorrect entries or articles in reference works such as dictionaries, encyclopedias, maps, and directories. Entries in reference works normally originate from a reliable external source, but no such source exists for a fictitious entry. Copyright trap is a specific case where the motivation for the entry is to detect plagiarism or copyright infringement.

Fictitious entries on maps may be called phantom settlements, trap streets, paper towns, cartographer's follies, or other names. They are intended to serve as traps for identifying copyright infringements.

The fictional town of Agloe, New York, was invented by map makers, but eventually became identified as a real place by its county administration because a building, the Agloe General Store, was erected at its fictional location. The "town" is featured in the novel Paper Towns by John Green.



Google, alleging its search results for a misspelling of tarsorrhaphy started appearing in Bing results partway through the summer of 2010, created fabricated search results where a hundred query terms like "hiybbprqag", "delhipublicschool40 chdjob" and "juegosdeben1ogrande" each returned a link to a single unrelated webpage. Nine of the hundred fraudulent results planted by Google were later observed as the first result for the bogus term on Bing.
[wtf does this even mean?]

Disumbrationism was a hoax masquerading as an art movement that was launched in 1924 by Paul Jordan-Smith, a novelist, Latin scholar, and authority on Robert Burton from Los Angeles, California.

Annoyed at the cold reception his wife's realistic still lifes had received from an art exhibition jury, Jordan-Smith sought revenge by styling himself as "Pavel Jerdanowitch", a variation on his own name, and entering a blurry, badly painted picture of a Pacific islander woman brandishing a banana skin, under the title "Exaltation". He made a suitably dark and brooding photograph of himself as Jerdanowitch, and submitted the work to the same group of critics as representative of the new school, "Disumbrationism". He explained "Exaltation" as a symbol of "breaking the shackles of womanhood."[1] To his dismay, if not to his surprise, the Disumbrationist daub won praise from the critics who had belittled his wife's realistic painting.

loser of one of the competitions 

Since 2006 there has been held a yearly painting contest in memory of Paul Jordan-Smith and the disumbrationist school of arts: the "International Pavel Jerdanowitch Painting contest".

[how in the world do you make a fake painting for a contest about fake paintings where all the judges know that all the paintings are meant to be fake? furthermore, how do you spoof THIS contest? by making real paintings?]

Entrants do not strive to "win"; they want to lose: "Badness is the fraction of the voters which selected the painting as the worst. Each voter was shown five randomly selected paintings. Therefore the average badness is 0.2. The maximum possible badness is one and the minimum possible badness is zero."

see some samples here

spot the forgeries, take the quiz!
Vermeer or Meegeren?

On Hindsight and Blindness, 12-2012
background on the Vermeer forgeries, the most famous story of forgeries in art, which spawned the science of art forgery forensics

The Postmodernism Generator is a computer program that automatically produces imitations of postmodernist writing. It was written in 1996 by Andrew C. Bulhak of Monash University using the Dada Engine, a system for generating random text from recursive grammars. A free version is also hosted online. The essays are produced from a formal grammar defined by a recursive transition network [graph theoretical schematic used to represent the rules of a context-free grammar].

Racter: Writing Robots, 03-2012
linking to a book written by a computer - The Policeman's Beard Is Half-Constructed (1984)

[suggested reading]
List of topics characterized as pseudoscience

[news on forgeries]
Belgrade researchers view art as self-organization process
phys.org, Jun 2015

"Our approach is based on the premise that the creativity is a process of artist's self-organization on the mental level reflected in the self-organization of forms, patterns, textures and brush strokes of the painting which determine the aesthetic quality of the artwork."

They wrote that "complexity and self-organization are numerical quantities which could be used to differentiate between an original, creative, artistic intension and realization from the technical process which produces a copy of the work of art."

Thursday, March 7, 2013

Racter: Writing Robots


The Policeman's Beard Is Half-Constructed (1984)
"With the exception of this introduction, the writing in this book was all done by a computer, in 1984."


[main]
[PDF]
[html]

sample:

At all events my own essays and dissertations about love
and its endless pain and perpetual pleasure will be
known and understood by all of you who read this and
talk or sing or chant about it to your worried friends
or nervous enemies. Love is the question and the subject
of this essay. We will commence with a question:
does steak love lettuce? This question is implacably
hard and inevitably difficult to answer. Here is
a question: does an electron love a proton,
or does it love a neutron? Here is a question: does
a man love a woman or, to be specific and to be
precise, does Bill love Diane? The interesting
and critical response to this question is: no! He
is obsessed and infatuated with her. He is loony
and crazy about her. That is not the love of
steak and lettuce, of electron and proton and
neutron. This dissertation will show that the
love of a man and a woman is not the love of
steak and lettuce. Love is interesting to me
and fascinating to you but it is painful to
Bill and Diane. That is love!


found in
"This explains everything", Charlie Stross, February 5, 2013

Wegman reading two books

see other robot-written treasures:
Verified Facts
http://www.verifiedfacts.org/
The most greatest website ever for conspiracy theories, created by robots, for robots.

Communications From Elsewhere
http://www.elsewhere.org/pomo/
"The essay you have just seen is completely meaningless and was randomly generated by the Postmodernism Generator."

Post Script
Robot writes LA Times earthquake breaking news article
18 March 2014, BBC

Saturday, October 13, 2012

The Ampersand, &


AKA The 27th Letter
(basically just reposting Wikipedia)

This is a false-reveal of the ampersand conflation. The E and T are visible, but the implied origin, sans-stylization, is misleading in regards to the actual evolution of the ampersand character.
The Thing, SEEN
Ampersand - '&'. It means ‘and’, a -conjunction- of things. It means ‘to combine’, or more like a command to the reader to combine.

Visually, this symbol ‘&’ is a conflation of the letters ‘e’ and ‘t’, for the Latin et, or ‘and’. Firstly, it was joined to form a simple ligature, or combination of letters typically-found-together. But it further underwent a strange evolution under the influence of, primarily, scribes, typographers and typesetting technology. These people/things would abbreviate, combining letters together (like the ‘ae’ in aesthetics) to save time, space, and money. And it was under these conditions that the hyper-stylization of the letter/s-form gave it a life of its own, the combination having reached a point where the constituent letters could no longer be distinguished from each other. This is what makes a conflation.

&, The 27th Letter
source: My Own Primer, or First Lessons in Spelling and Reading. Carter, Rev. John  P. // Philadelphia: Presbyterian Board of Publication, 1857
The Word, SPOKEN
As a word, ampersand is also a conflation. It was originally spoken/written as and per se and (which in itself is a combination of English-Latin-English, the Latin part of which, per se, means ‘in itself’…you can’t make this stuff up). The other word-letters of the alphabet were spoken I per se and A per se, and they were said that way to distinguish them as letters and not words (though their very distinguishing in this way made them words more than letters, in fact).

This time, it was through the copying mechanism of human speech that the ampersand was carried over multiple iterations, themselves being reinforced in children reciting the alphabet, and ending with ‘and’, the 27th letter, spoken ‘and per se and’, to distinguish it as a letter of the alphabet and not a word – andperseand became slurred and stuttered by its countless iterations until a stable ‘ampersand’ was reached. It doesn’t make any kind of sense how it got there; it is a conflation in this as well as its visual expression.


The Wrestling Ampersand
The Idea, UNDERSTOOD
Slightly sideways now; the ampersand, both the word, and its symbol, stand for a combination of things – they are a combination and they stand for a combination. It’s put together like an abstract life form. It’s just uncanny how the ampersand’s meaning is inherent in its form. It’s completely artificial, and completely beautiful, and who designed it?

And so finally, the most triumphant expression of this thing is in our understanding of it. A mental-pretzeling, we wrestle with its recursions and meta-logic diversions. It is the expression of a mind trying to understand itself.


Post Script, AMPERSAND OVERDOSE

notice the ampersand variations
image: Nobiltà di dame […] Fabritio Caroso. Venetia. 1600.
via History:
"...different kinds were used to keep the page from blurring under the reader's eyes"; too many &'s on the page is hypnotic.
Artemy Lebedev, Ampersand, § 112. March 22, 2005

via Russia:
"Finding any mention of the sign in the pre-computer era literature is nearly impossible, because the use of ampersand in Cyrillic typesetting was very scant."

"There’s no need to use ampersand in Russian.
Because the Russian conjunction u (and) sounds and looks short enough (with “y”, the Spanish [and 'e' in Spanish and Portuguese] are the luckiest of the bunch). The author can’t recall an example when one intelligible and condensed symbol is replaced with a few symbols or even just a ligature."
Artemy Lebedev, Ampersand, § 112. March 22, 2005

via France:
Esperluette means 'ampersand' in French,
but they really call it 'le sign et', like how English calls '@' 'the at symbol'.

(I am only reading the French-wiki via 'translate', and what a nightmare it is to translate this particular topic.)
try translating to english and reading the discussion page

Esperluette underwent not identical but very similar development in France. Perhaps this can be a focus for studying the relative speed of idea-transmission at particular points in cultural evolution. Had printed writing been so prevalent in an older England/France as it is now, then the word for the thing-ampersand would not have been able to morph so easily.

Now it is fixed. If, for some reason, we were to incorporate 'theisthe' into our language today in the 21st century, it would not mutate the same (especially since the 'letter of the alphabet' for 'th' is no longer used)  However, it isn't used  in many other languages, examples given below. 

via Legend:
one appears in Pompeian graffiti, establishing the symbol at least as far back as A.D. 79 (we can just take this as legend).

via the Internet:
"Our Middle Name", 28 April, 2008
News, Notes, & Observations, Hoefler & Frere-Jones

The Ampersand, an ampersand blog

J. Tschichold and F. Plaat, The Ampersand: Its origin and development, London: Woudhuysen, 1957. <http://www.worldcat.org/oclc/721129570> Bibtex

The [Visual] Evolution of the Ampersand


FINAL NOTE, not for the faint of heart:
try writing an article such as this, and switching back and forth between 'HTML' and 'Compose' and watch what happens to all the &'s.

___


^You've never seen the ABCs look this bizarre and wonderful
Vincze Miklós io9
Feb 14, 2014