1,171 Matching Annotations
  1. Dec 2021
    1. Through an inner structure of recursive links and semantic pointers, a card index achieves a proper autonomy; it behaves as a ‘communication partner’ who can recommend unexpected associations among different ideas. I suggest that in this respect pre-adaptive advances took root in early modern Europe, and that this basic requisite for information pro-cessing machines was formulated largely by the keyword ‘order’.

      aliases for "topical headings": headwords keywords tags categories

    1. One more thing ought to be explained in advance: why the card index is indeed a paper machine. As we will see, card indexes not only possess all the basic logical elements of the universal discrete machine — they also fi t a strict understanding of theoretical kinematics . The possibility of rear-ranging its elements makes the card index a machine: if changing the position of a slip of paper and subsequently introducing it in another place means shifting other index cards, this process can be described as a chained mechanism. This “ starts moving when force is exerted on one of its movable parts, thus changing its position. What follows is mechanical work taking place under particular conditions. This is what we call a machine . ” 11 The force taking effect is the user ’ s hand. A book lacks this property of free motion, and owing to its rigid form it is not a paper machine.

      The mechanical work of moving an index card from one position to another (and potentially changing or modifying links to it in the process) allows us to call card catalogues paper machines. This property is not shared by information stored in codices or scrolls and thus we do not call books paper machines.

    2. Foucault proclaimed in a footnote: “ Appearance of the index card and development of the human sciences: another invention little celebrated by historians. ”

      from Foucault 1975, p. 363, n. 49; see Foucault 1966, pp. XV and passim for discourse analysis.

      Is he talking here about the invention of the index card about the same time as the rise of the scientific method? With index cards one can directly compare and contrast two different ideas as if weighing them on a balance to see which carries more weight. Then the better idea can win while the lesser is discarded to the "scrap heap"?

    3. Here, I also briefl y digress and examine two coinciding addressing logics: In the same decade and in the same town, the origin of the card index cooccurs with the invention of the house number. This establishes the possibility of abstract representation of (and controlled access to) both texts and inhabitants.

      Curiously, and possibly coincidently, the idea of the index card and the invention of the house number co-occur in the same decade and the same town. This creates the potential of abstracting the representation of information and people into numbers for easier access and linking.

    4. What differs here from other data storage (as in the medium of the codex book) is a simple and obvious principle: information is available on separate, uniform, and mobile carriers and can be further arranged and processed according to strict systems of order.

      The primary value of the card catalogue and index cards as tools for thought is that it is a self-contained, uniform and mobile carrier that can be arranged and processed based on strict systems of order. Books have many of these properties, but the information isn't as atomic or as easily re-ordered.

    5. s Alan Turing proved only years later, these machines merely need (1) a (theoretically infi nite) partitioned paper tape, (2) a writing and reading head, and (3) an exact

      procedure for the writing and reading head to move over the paper segments. This book seeks to map the three basic logical components of every computer onto the card catalog as a “ paper machine,” analyzing its data processing and interfaces that may justify the claim, “Card catalogs can do anything!”

      Purpose of the book.

      A card catalog of index cards used by a human meets all the basic criteria of a Turing machine, or abstract computer, as defined by Alan Turing.

  2. Nov 2021
    1. Now that we're digitizing the Zettelkasten we often find dated notes that say things like "note 60,7B3 is missing". This note replaces the original note at this position. We often find that the original note is maybe only 20, 30 notes away, put back in the wrong position. But Luhmann did not start looking, because where should he look? How far would he have to go to maybe find it again? So, instead he adds the "note is missing"-note. Should he bump into the original note by chance, then he could put it back in its original position. Or else, not.

      Niklas Luhmann had a simple way of dealing with lost cards by creating empty replacements which could be swapped out if found later. It's not too dissimilar to doing inventory in a book store where mischievous customers pick up books, move them, or even hide them sections away. Going through occasionally or even regularly or systematically would eventually find lost/misfiled cards unless they were removed entirely from the system (similar to stolen books).

    2. So the big secret then is, how did he know that this note here exists? How could he remember that this existing note was relevant to the new one he was writing? A mystery we haven't solved yet.

      I'm surprised to see/hear this!

      How did Niklas Luhmann cross link his notes? Apparently researchers don't quite know, but I'd suggest that in working with them diligently over time, he'd have a reasonable internal idea from memory in addition to working with his indices and his outline cards.

      The cards in some sense form a physical path through which he regularly traverses, so he's making a physical memory palace (or songline) out of index cards.

    1. Like others have noted, your function does not conform to index signature. [key: string]: string means "all fields are strings" and on the next line you declare a field with function in it.This can be solved by using union types:type IFoo = { [foo: string]: string } & { fooMethod(fooParam: string): void }
    1. So now the question is, why does Session, an interface, not get implicit index signatures while SessionType, an identically-structured typealias, *does*? Surely, you might again think, the compiler does not simply deny implicit index signatures tointerface` types? Surprisingly enough, this is exactly what happens. See microsoft/TypeScript#15300, specifically this comment: Just to fill people in, this behavior is currently by design. Because interfaces can be augmented by additional declarations but type aliases can't, it's "safer" (heavy quotes on that one) to infer an implicit index signature for type aliases than for interfaces. But we'll consider doing it for interfaces as well if that seems to make sense And there you go. You cannot use a Session in place of a WithAdditionalParams<Session> because it's possible that someone might merge properties that conflict with the index signature at some later date. Whether or not that is a compelling reason is up for rather vigorous debate, as you can see if you read through microsoft/TypeScript#15300.
    2. why is Session not assignable to WithAdditionalParams<Session>? Well, the type WithAdditionalParams<Session> is a subtype of Session with includes a string index signature whose properties are of type unknown. (This is what Record<string, unknown> means.) Since Session does not have an index signature, the compiler does not consider WithAdditionalParams<Session> assignable to Session.
    1. on advocate for the index card in the early twentieth century called for animitation of “accountants of the modern schoolY”1

      Paul Chavigny, Organisation du travail intellectuel: Recettes pratiques a` l’usage des e ́tudiants de toutes les faculte ́s et de tous les travailleurs (Paris, 1920)

      Chavigny was an advocate for the index card in note taking in imitation of "accountants of the modern school". We know that the rise of the index card was hastened by the innovation of Melvil Dewey's company using index cards as part of their internal accounting system, which they actively exported to other companies as a product.

  3. Oct 2021
  4. Sep 2021
    1. Offloading can be far more complex, however, and doesn’t necessarily involve language. For example, “when we use our hands to move objects around, we offload the task of visualizing new configurations onto the world itself, where those configurations take tangible shape before our eyes” (243-244).

      This is one of the key benefits over the use of index cards in moving toward a zettelkasten from the traditional commonplace book tradition. Rearranging one's ideas in a separate space.

      Raymond Llull attempted to do this within his memory in the 12th century, but there are easier ways of doing this now.

  5. Aug 2021
    1. https://kimberlyhirsh.com/2018/06/29/a-starttofinish-literature.html

      Great overview of a literature review with some useful looking links to more specifics on note taking methods.

      Most of the newer note taking tools like Roam Research, Obsidian, etc. were not available or out when she wrote this. I'm curious how these may have changed or modified her perspective versus some of the other catch-as-catch-can methods with pen/paper/index cards/digital apps?

    1. In writing my dissertation and working on my first book, I used an index card system, characterized by the "one fact, one card" maxim, made popular by Beatrice Webb. [4]

      I've not come across Beatrice Webb before, but I'm curious to see what her system looks like based on this statement.

      From the footnotes:

      She observed in the appendix to her My Apprenticeship of 1926, called The Art of Note-Taking: "It is difficult to persuade the accomplished graduate of Oxford or Cambridge that an indispensable instrument in the technique of sociological enquiry - seeing that without it any of the methods of acquiring facts can seldom be used effectively - is the making of notes" Webb, Beatrice (1926) My Apprenticeship (London: Longmans, Green, and Co.), pp. 426-7.

    1. This is one of the points made in TheMythOfThePaperlessOffice -- that workplaces often shift from more efficient paper-based technologies to less efficient electronic technologies (electronic technologies can be either more or less efficient, of course) because computers symbolize The Future, Progress, and a New Way Of Doing Things. An office on the move, that's what an office that uses cutting-edge technology is. Not an office that is stuck in the past. And the employees are left to cope with the less productive, but shinier, New Way. -- ApoorvaMuralidhara

      New technologies don't always have the user interface to make them better than old methods.

    1. In 2003, Ross's family gave his journals, papers, and correspondence to the British Library, London. Then, in March 2004, on the last day of the W. Ross Ashby Centenary Conference, they announced the intention to make his journal available on the Internet. Four years later, this website fulfilled that promise, making this previously unpublished work available on-line.

      The journal consists of 7,189 numbered pages in 25 volumes, and over 1,600 index cards. To make it easy to browse purposefully through so many images, extensive cross-linking has been added that is based on the keywords in Ross's original keyword index.

      This definitely sounds like a commonplace book. Also an example of one which has been digitized.

    1. Now, whenever I have a thought worth capturing, I write it on an index card in either marker pen or biro (depending on the length of the thought), and place in the relevant box. I use index cards for books, blogs, conversations I overhear at the club, memories, etc. They’re in my coat pocket when I fetch the kids from school. I leave them handy in the locker at the swimming pool (where I do much of my best thinking). And I run with them. Sound weird? Well, I’m in good company. Ryan Holiday[116], Anne Lamott[117], Robert Greene[118], Oliver Burkeman[119], Ronald Reagan, Vladimir Nabokov[120] and Ludwig Wittgenstein[121] all use (d) the humble index card to catalogue and organise their thoughts. If you’re serious about embarking on this digital journey, buy a hundred-pack of 127 x 76mm ruled index cards for less than a pound, rescue a shoebox from the attic and stick a few marker-penned notecards on their end to act as dividers. Write a “My Digital Box” label on the top of the shoebox, and you’re off.

      apparently a quote from Reset: How to Restart Your Life and Get F.U. Money by David Sawyer FCIPR.

      Notes about users of index card based commonplace books.

    1. I am also interested in the work and method of Ross Ashby. His card index and notebooks have been put online by the British Commputer Society. I am fascinated by his law of requisite variety and how variety relates to complexity and its unfolding in general and in relation to design.

      Sounds like Ross Ashby kept a commonplace book here.

      Could be worth looking into: http://www.rossashby.info/ and digging further.

    1. http://usatoday30.usatoday.com/news/washington/2011-05-08-reagan-notes-book-brinkley_n.htm

      An article indicating that President Ronald Reagan kept a commonplace book throughout his life. He maintained it on index cards, often with as many as 10 entries per card. The article doesn't seem to indicate that there was any particular organization, index, or taxonomy involved.

      It's now housed at the Reagan Presidential Library in Simi Valley, CA.

    1. I keep my index cards in chronological order : the newest card comes at front of the card box. All cards are clasified into four kinds and tagged according to the contents. The sequence is equivalent to my cultural genetic code. Although it may look chaotic at the beginning, it will become more regulated soon. Don't be afraid to sweep out your mind and capture them all. Make visible what is going on in your brain. Look for a pattern behind our life.

      Example of a edge-based taxonomy system for index cards.

    1. Ronald Reagan also kept a similar system that apparently very few people knew about until he died. In his system, he used 3×5 notecards and kept them in a photo binder by theme. These note cards–which were mostly filled with quotes–have actually been turned into a book edited by the historian Douglas Brinkley. These were not only responsible for many of his speeches as president, but before office Reagan delivered hundreds of talks as part of his role at General Electric. There are about 50 years of practical wisdom in these cards. Far more than anything I’ve assembled–whatever you think of the guy. I highly recommend at least looking at it.

      Ronald Reagan kept a commonplace in the form of index cards which he kept in a photo binder and categorized according to theme. Douglas Brinkley edited them into the book The Notes: Ronald Reagan's Private Collection of Stories and Wisdom.

  6. Jul 2021
    1. Your post says nothing at all to suggest Luhman didn’t “invent” “Zettelkasten” (no one says he was only one writing on scraps of paper), you list two names and no links

      My post was more in reaction to the overly common suggestions and statements that Luhmann did invent it and the fact that he's almost always the only quoted user. The link was meant to give some additional context, not proof.

      There are a number of direct predecessors including Hans Blumenberg and Georg Christoph Lichtenberg. For quick/easy reference here try:

      If you want some serious innovation, why not try famous biologist Carl Linnaeus for the invention of the index card? See: http://humanities.exeter.ac.uk/history/research/centres/medicalhistory/past/writing/

      (Though even in this space, I suspect that others were already doing similar things.)

    1. Forty years ago, Michel Foucault observed in a footnote that, curiously, historians had neglected the invention of the index card. The book was Discipline and Punish, which explores the relationship between knowledge and power. The index card was a turning point, Foucault believed, in the relationship between power and technology.

      This piece definitely makes an interesting point about the use of index cards (a knowledge management tool) and power.

      Things have only accelerated dramatically with the rise of computers and the creation of data lakes and the leverage of power over people by Facebook, Google, Amazon, et al.

    2. In 1780, two years after Linnaeus’s death, Vienna’s Court Library introduced a card catalog, the first of its kind. Describing all the books on the library’s shelves in one ordered system, it relied on a simple, flexible tool: paper slips. Around the same time that the library catalog appeared, says Krajewski, Europeans adopted banknotes as a universal medium of exchange. He believes this wasn’t a historical coincidence. Banknotes, like bibliographical slips of paper and the books they referred to, were material, representational, and mobile. Perhaps Linnaeus took the same mental leap from “free-floating banknotes” to “little paper slips” (or vice versa).

      I've read about the Vienna Court Library and their card catalogue. Perhaps worth reading Krajewski for more specifics to link these things together?

      Worth exploring the idea of paper money as a source of inspiration here too.

    3. Linnaeus may have drawn inspiration from playing cards. Until the mid-19th century, the backs of playing cards were left blank by manufacturers, offering “a practical writing surface,” where scholars scribbled notes, says Blair. Playing cards “were frequently used as lottery tickets, marriage and death announcements, notepads, or business cards,” explains Markus Krajewski, the author of Paper Machines: About Cards and Catalogs.

      There was a Krajewski reference I couldn't figure out in the German piece on Zettelkasten that I read earlier today. Perhaps this is what was meant?

      These playing cards might also have been used as an idea of a waste book as well, and then someone decided to skip the commonplace book as an intermediary?

    4. Linnaeus experimented with a few filing systems. In 1752, while cataloging Queen Ludovica Ulrica’s collection of butterflies with his disciple Daniel Solander, he prepared small, uniform sheets of paper for the first time. “That cataloging experience was possibly where the idea for using slips came from,” Charmantier explained to me. Solander took this method with him to England, where he cataloged the Sloane Collection of the British Museum and then Joseph Banks’s collections, using similar slips, Charmantier said. This became the cataloging system of a national collection.

      Description of the spread of the index card idea.

    5. More than 1,000 of them, measuring five by three inches, are housed at London’s Linnean Society. Each contains notes about plants and material culled from books and other publications. While flimsier than heavy stock and cut by hand, they’re virtually indistinguishable from modern index cards.

      Information culled from other sources indicates they come from the commonplace book tradition. The index card-like nature becomes the interesting innovation here.

    1. The Swedish 18th-century naturalist Carolus (Carl) Linnaeus is habitually credited with laying the foundations of modern taxonomy through the invention of binominal nomenclature. However, another innovation of Linnaeus' has largely gone unnoticed. He seems to have been one of the first botanists to leave his herbarium unbound, keeping the sheets of dried plants separate and stacking them in a purpose built-cabinet. Understanding the significance of this seemingly mundane and simple invention opens a window onto the profound changes that natural history underwent in the 18th century.

    1. Towards the end of his career, in the mid-1760s, Linnaeus took this further, inventing a paper tool that has since become very common: index cards. While stored in some fixed, conventional order, often alphabetically, index cards could be retrieved and shuffled around at will to update and compare information at any time.

      Invention of index card dated to the 1760's by Carl Linnaeus.

    2. Linnaeus had to manage a conflict between the need to bring information into a fixed order for purposes of later retrieval, and the need to permanently integrate new information into that order, says Mueller-Wille. “His solution to this dilemma was to keep information on particular subjects on separate sheets, which could be complemented and reshuffled,” he says.

      Carl Linnaeus created a method whereby he kept information on separate sheets of paper which could be reshuffled.

      In a commonplace-centric culture, this would have been a fascinating innovation.

      Did the cost of paper (velum) trigger part of the innovation to smaller pieces?

      Did the de-linearization of data imposed by codices (and previously parchment) open up the way people wrote and thought? Being able to lay out and reorder pages made a more 3 dimensional world. Would have potentially made the world more network-like?

      cross-reference McLuhan's idea about our tools shaping us.

    1. Dafür spricht das Credo des Literaten Walter Benjamin: Und heute schon ist das Buch, wie die aktuelle wissenschaftliche Produktionsweise lehrt, eine veraltete Vermittlung zwischen zwei verschiedenen Kartotheksystemen. Denn alles Wesentliche findet sich im Zettelkasten des Forschers, der's verfaßte, und der Gelehrte, der darin studiert, assimiliert es seiner eigenen Kartothek.

      The credo of the writer Walter Benjamin speaks for this:

      And today, as the current scientific method of production teaches, the book is an outdated mediation between two different card index systems. Because everything essential is to be found in the slip box of the researcher who wrote it, and the scholar who studies it assimilates it in his own card index.

      Here's an early instantiation of thoughts being put down into data which can be copied from one card to the next as a means of creation.

      A similar idea was held in the commonplace book tradition, in general, but this feels much more specific in the lead up to the idea of the Memex.

  7. May 2021
  8. Mar 2021
    1. meaning they do not matter much.

      persepsi bahwa sitasi menunjukkan dampak atau arti dari suatu makalah, harus direvisi, karena di sisi lainnya, persepsi ini telah terbukti merusak kehidupan akademik. turunan dari persepsi ini adalah bahwa peneliti dengan jumlah sitasi (diwakili angka indeks H) yang banyak akan dianggap lebih bereputasi dibanding yang jumlah sitasinya sedikit.

  9. Feb 2021
  10. Jan 2021
  11. Dec 2020
  12. Sep 2020
  13. Aug 2020
  14. Jul 2020
  15. Jun 2020
  16. May 2020
  17. Apr 2020
  18. Dec 2019
    1. One need arose quite commonly as trains of thought would develop on a growing series of note cards. There was no convenient way to link these cards together so that the train of thought could later be recalled by extracting the ordered series of notecards. An associative-trail scheme similar to that out lined by Bush for his Memex could conceivably be implemented with these cards to meet this need and add a valuable new symbol-structuring process to the system.
    2. An example of this general sort of thing was given by Bush where he points out that the file index can be called to view at the push of a button, which implicitly provides greater capability to work within more sophisticated and complex indexing systems
  19. Oct 2019
    1. Index types are really handy when you have an object that could have unknown keys. They're also handy when using an object as a dictionary or associative array. They do have some downsides, though. You can't specify what keys can be used, and the syntax is also a bit verbose, in my opinion. TypeScript provides a solution, however; the Record utility.
  20. Aug 2019
  21. Jun 2019
    1. However, indexes in the modern sense, giving exact locations of names and subjects in a book, were not compiled in antiquity, and only very few seem to have been made before the age of printing. There are several reasons for this. First, as long as books were written in the form of scrolls, there were neither page nor leaf numbers not line counts (as we have them now for classical texts). Also, even had there been such numerical indicators, it would have been impractical to append an index giving exact references, because in order for a reader to consult the index, the scroll would have to be unrolled to the very end and then to be rolled back to the relevant page. (Whoever has had to read a book available only on microfilm, the modern successor of the papyrus scroll, will have experienced how difficult and inconvenient it is to go from the index to the text.) Second, even though popular works were written in many copies (sometimes up to several hundreds),no two of them would be exactly the same, so that an index could at best have been made to chapters or paragraphs, but not to exact pages. Yet such a division of texts was rarely done (the one we have now for classical texts is mostly the work of medieval and Renaissance scholars). Only the invention of printing around 1450 made it possible to produce identical copies of books in large numbers, so that soon afterwards the first indexes began to be compiled, especially those to books of reference, such as herbals. (pages 164-166) Index entries were not always alphabetized by considering every letter in a word from beginning to end, as people are wont to do today. Most early indexes were arranged only by the first letter of the first word, the rest being left in no particular order at all. Gradually, alphabetization advanced to an arrangement by the first syllable, that is, the first two or three letters, the rest of an entry still being left unordered. Only very few indexes compiled in the 16th and early 17th centuries had fully alphabetized entries, but by the 18th century full alphabetization became the rule... (p. 136) (For more information on the subject of indexes, please see Professor Wellisch's Indexing from A to Z, which contains an account of an indexer being punished by having his ears lopped off, a history of narrative indexing, an essay on the zen of indexing, and much more. Please, if you quote from this page, CREDIT THE AUTHOR. Thanks.) Indexes go way back beyond the 17th century. The Gerardes Herbal from the 1590s had several fascinating indexes according to Hilary Calvert. Barbara Cohen writes that the alphabetical listing in the earliest ones only went as far as the first letter of the entry... no one thought at first to index each entry in either letter-by-letter or word-by-word order. Maja-Lisa writes that Peter Heylyn's 1652 Cosmographie in Four Bookes includes a series of tables at the end. They are alphabetical indexes and he prefaces them with "Short Tables may not seeme proportionalble to so long a Work, expecially in an Age wherein there are so many that pretend to learning, who study more the Index then they do the Book."
    2. Pliny the Elder (died 79 A.D.) wrote a massive work called The Natural History in 37 Books. It was a kind of encyclopedia that comprised information on a wide range of subjects. In order to make it a bit more user friendly, the entire first book of the work is nothing more than a gigantic table of contents in which he lists, book by book, the various subjects discussed. He even appended to each list of items for each book his list of Greek and Roman authors used in compiling the information for that book. He indicates in the very end of his preface to the entire work that this practice was first employed in Latin literature by Valerius Soranus, who lived during the last part of the second century B.C. and the first part of the first century B.C. Pliny's statement that Soranus was the first in Latin literature to do this indicates that it must have already been practiced by Greek writers.
  22. Aug 2018
  23. Jun 2017
  24. Jul 2016
    1. Page 214

      Borgman notes that the bibliographic coverage of journal literature is shallow in the humanities. The ISI Arts and humanity citation Index only goes back to 1975. In Sciences it goes back to 1900. In the social sciences it goes back to 1956. Also SCOPUS does not include the humanities.

      What is interesting about this is that the humanities are the least cumulative of all the disciplines in the sense that they do not build on previous knowledge so much as we examine previous thought.

  25. Jun 2016
  26. screen.oxfordjournals.org screen.oxfordjournals.org
    1. the seventeenth andeighteenth centuries, a totally new conception was developed whenscientific texts were accepted on their own merits and positionedwithin an anonymous and coherent conceptual system of estab-lished truths and methods of verification. Authentification no longerrequired reference to the individual who had produced them; therole of the author disappeared as an index of truthfulness and,where it remained as an inventor's name, it was merely to denot

      Argues that in the 17th and 18th centuries, science was supposed to stand on its own and the author vanished as the "index of truthfulness." Interesting that one of the main arguments in favour of maintaining scientific authorship now is this index of truthfulness

  27. Jan 2016