- Aug 2024
-
stackoverflow.com stackoverflow.com
-
The perfect index for the above query would be a multi-column index spanning all three columns in matching sequence and with matching sort order:
-
- Jun 2024
-
-
for - from - Planet Critical podcast - interview - Terrence Deacon icons, indexes and symbols in Charles Saunders Pierce's semiotics
from - Planet Critical podcast - interview - Terrence Deacon - icons, indexes and symbols in Charles Saunders Pierce's semiotics - https://hyp.is/8Ct3ciqJEe-hDk-AcaCCbg/docdrop.org/video/t4miexCUZWg/
-
-
-
iconism
for - to - youtube video - Charles Saunders Pierce's semiotics
to - youtube - Charles Saunders Pierce's semiotics - second correlate - icons, indexes & symbols - https://hyp.is/8Ct3ciqJEe-hDk-AcaCCbg/docdrop.org/video/t4miexCUZWg/
-
- Apr 2024
-
Local file Local file
-
The dif-ference between a catalogue and an index is so great thatthey ought not to be confused; a catalogue mainly deals withbooks, an index mainly handles information.
-
t our index would refer us to electricitywherever mentioned in the text of our literature if usableinformation is given, and it should also tell us something more—the aspect under which it is treated in each case. Whetherand from what aspect information is usable, that we must decidefor ourselves.
Kaiser speaks here of the issue of missing index entries in commercial and even library-based indexes versus the personal indexing of one's own card index/zettelkasten.
Some of the problem comes down to a question of scale as well as semantics, but there's also something tied up with the levels of specificity from broad category headwords to more specific, and finally down to the level of individual ideas. Some of this can be seen in the levels of specificity within the Syntopicon though there aren't any (?, doublecheck) of links from one idea directly to another.
Note that while there may be direct links from a single idea to another, there is still infinite space by which one can interpose additional ideas between them.
-
printed indexes leave the contents almost entirelyuntouched.
-
That is not the case.It is true, a variety of published indexes, catalogues and biblio-graphies to periodical and other literature exists, but they donot and cannot meet our individual case, for1 Every individual moves in a sphere of his own and coversindividual ground such as a printed index cannot touch.2 Printed indexes although they give usable information,cannot go sufficiently into details, they must studyabove all the common requirements of a number ofsubscribers sufficiently large to assure their existenceand continuance (apart from the question of adver-tising).
Kaiser's argument for why building a personal index of notes is more valuable than relying on the indexes of others.
Note that this is answer still stands firmly even after the advent of both the Mundaneum, Google, and other digital search methods (not to mention his statement about ignoring advertising, which obviously had irksome aspects even in 1911.) Our needs and desires are idiosyncratic, so our personal indexes are going to be imminently more valuable to us over time because of these idiosyncrasies. Sure, you could just Google it, but Google answers stand alone and don't build you toward insight without the added work of creating your own index.
Some of this is bound up in the idea that your own personal notes are far more valuable than the notes someone else may have taken and passed along to you.
Tags
- definitions
- concordance search
- indexing problems
- neighborhoods of notes
- zettelkasten are idiosyncratic
- spectrum of categories from wide to ultra-specific
- indexes
- Google Search
- Mundaneum
- group note taking
- search
- published indexes
- catalogs
- cataloging
- concordances vs. subjective indexes
- Google advertising
- borrowing notes
- idea links
Annotators
-
- Mar 2024
-
Local file Local file
-
Kegisters refer to the materials and help tolocate them, indexes refer to the information contained in thesematerials. Ag their function, so their construction is quite distinct.Both however treat the same materials, only in different ways.In some offices no indexes may be required.
does this fit in with his prior definitions of these things?
-
Accuracy This is one of the chief claims of the card system. 63To increase accuracy in fUing, the materials arealways arranged numerically. We thereby approach as nearlyas possible to mathematical exactness. The advantages of thecard system become more and more apparejit as the files increasein bulk, and accuracy must remain a constant factor in aU workconnected with it. It will also bring its reward in the smoothworking of the files and the immediate accessibility of anythingrequired. In accuracy might be included consistency, which isindispensable for effective work (356).
In modern, digital settings, the work of approapriately indexing content is lost in exchange for other forms of organization (tagging, for example), this means one is less reliant on an index for looking up material and more reliant on concordance search of particular words within an ever-growing corpus of collected knowledge.
Over time and with scale, simple tagging may become overwhelming as a search method for finding the requisite material, even when one knows it exists.
As a result a repository may do better in the long run with a small handful of carefully applied rules from the start.
-
The text in this book is numbered by paragraphs and where asubject is treated in more than one place, the numbers in bracketsindicate the additional paragraphs bearing on the subject underdiscussion.
¶5
The book is ostensibly in the form of a card index with numbers laid out in running order to create a book. The index is also done keyed to these paragraph numbers rather than by page as has traditionally been done.
As a result, one could cut up the book (or two copies to get both sides) and turn it back into a card index with very little work.
-
-
www.sherlockholmespodcast.com www.sherlockholmespodcast.com
-
Local file Local file
-
Notes
The audiobook version of this "text" omits the notes, acknowledgements, and importantly the indexes!
It ends with the coda followed by a copyright and production statement.
-
Anindexer who tags a document has already done the work needed toproduce an ‘active index’, where each locator is a clickable link thatwill bring up its target page immediately.
-
- Jun 2023
-
www.carbonbrief.org www.carbonbrief.org
-
Dr Lisa van Aardenne, the chief scientist of the University of Cape Town’s climate system analysis group, discussed the use and utility of thermal stress indices. She pointed out that, by the definitions of the universal thermal climate index, much of Africa is under heat stress most days of the year. Van Aardenne noted that these indices have been developed from a European perspective and do not align with the reality on the ground in Africa. She added: “I’m very concerned that these indices are not fit for purpose here.”
So for Africa, the figures are so bad that they always look like they're in an emergency? I'm guessing the impact would be that people are more likely to ignore them
-
- Jan 2023
-
onlinelearning.berkeley.edu onlinelearning.berkeley.edu
-
CREATE INDEX Statement
ABOUT INDEXES *indexes can make queries faster, much like looking for a term in the index of a textbook instead of skimming through all the pages in the book to find all the references to the term. However, indexes take storage space and the DBMS must maintain the index as rows are inserted, updated and deleted in the table.
-
- Jun 2020
-
firebase.google.com firebase.google.com
-
An index of groups can help a great deal here:
-
- Jun 2017
-
www.elastic.co www.elastic.co
-
Sharding is important for two primary reasons:
- horizontal scaling of a single index
- parallelize seek operations on multiple shards when index gets too big
-
- Dec 2016
-
blog.codeship.com blog.codeship.com
-
The real benefit of JSONB: IndexesWe want our application to be fast. Without indexes, the database is forced to go from record to record (a table scan), checking to see if a condition is true. It’s no different with JSON data. In fact, it’s most likely worse since Postgres has to step in to each JSON document as well.
This solves the problem of the last implementation I handled where json (not jsonb) data was stored in postgres
-