Blasta/template/folksonomy.xhtml
Schimon Jehudah, Adv. a53c3a3436 CSS : Modify stylesheet due to modifying XHTML;
Python : Improve editing of tags;
Python : Fix error upon no results on Atom;
SQLite : Add triggers to count instances of entries;
SQLite : Add triggers to delete entries
SQLite : Add triggers to delete tags;
XSLT   : Remove control characters in favour of nbsp entity;
XSLT   : Improve links and design;
XHTML  : Add a new document about folksonomy;
XHTML  : Add a new template for URL;
XHTML  : Add indicators.
2024-08-28 15:03:19 +03:00

209 lines
8.7 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="color-scheme" content="dark light" />
<title>Blasta / questions</title>
<link rel="shortcut icon" href="/graphic/blasta.svg"/>
<link rel='icon' type='image/svg+xml' href='/graphic/blasta.svg'/>
<link rel='stylesheet' type='text/css' media='screen' href='/stylesheet/stylesheet.css'/>
</head>
<body>
<div id="container">
<div id="header" class="row">
<h1>
<img src="/graphic/blasta.svg"/>
<a href="/">Blasta</a> / <a href="/help">help</a> / <a href="/help/about">about</a> / folksonomy
</h1>
<dl id="navigation">
<dd>
<img src="/graphic/blasta.svg"/>
</dd>
{% if jabber_id %}
<dd>
<a href="/save">Add</a>
</dd>
<dd>
<a href="/jid">Public</a>
</dd>
<dd>
<a href="/private">Private</a>
</dd>
<dd>
<a href="/read">Read</a>
</dd>
{% endif %}
<dd>
<a href="/search{% if jabber_id %}/jid/{{jabber_id}}{% endif %}">Search</a>
</dd>
<dd>
<a href="/popular">Popular</a>
</dd>
<dd>
<a href="/recent">Recent</a>
</dd>
<dd>
{% if jabber_id %}
<a href="/disconnect">Disconnect</a>
{% else %}
<a href="/connect">Connect</a>
{% endif %}
</dd>
</dl>
</div>
<div id="main" class="row">
<div id="content">
<h2>&nbsp; PubSub Bookmarks</h2>
<p>
» A practice for people to organize and share information in
a collaborative and decentralized manner.
</p>
<h3>
Folksonomy
</h3>
<p>
Folksonomy is a system of classification that is created by
individual people, rather than by professionals (who
sometimes refer themselves as experts) such as archivers or
librarians. It is a fashion for people to collaboratively
tag and categorize information, often using keywords or
labels.
</p>
<h4>
Characteristics
</h4>
<p>
Among the characteristics of folksonomy are: independency,
collaborativeness, and being dynamic;
</p>
<p>
Tags are self-generated by individual people, not by a
centralized authority;
</p>
<p>
Tags can be added by multiple people to the same item,
and thereby they create a collective understanding;
</p>
<p>
Tags can be added, removed, and updated over time,
reflecting evolving usage, accuracy and interests;
</p>
<p>
There is no single source of truth or control over the
tagging process.
</p>
<h4>
Benefits
</h4>
<p>
Because people can easily find relevant content by searching
for specific tags; and shared tagging promotes collective
understanding and knowledge creation; and people feel more
involved and empowered by contributing their own insights.
</p>
<p>
The benefits of folksonomies spans from improved
discoverability of contents to enhanced collaboration and
increased engagement of people by contributing and
benefiting to the overhaul system.
</p>
<p>
It was written in Adam Mathes' recent paper on folksonomies that:
</p>
<p class="quote">
“There is a fundamental difference in the activities of
browsing to find interesting content, as opposed to direct
searching to find relevant documents in a query. It is
similar to the difference between exploring a problem space
to formulate questions, as opposed to actually looking for
answers to specifically formulated questions. Information
seeking behavior varies based on context.”
</p>
<h4>
Conclusion
</h4>
<p>
By practicing and engaging in folksonomy systems, people
find many interesting resources that are related to their
special and specific needs, that they could not have found
using search engines. Blasta has some interesting advantages
over search engines, and one of them is being folksonomy
driven.
</p>
<p>
The power of the people cannot be more evident than the
awesome resource that is Wikipedia, albeit is has been
gradually controlled by
<a href="https://www.fivefilters.org/2023/glenn-greenwald-on-wikipedia-bias/">
special interests</a>. Imagine what might happen if a search
engine (e.g. YaCy) can be engineered by people!
</p>
<h4>
Resources
</h4>
<p>
<ul>
<li>
<a href="http://adammathes.com/academic/computer-mediated-communication/folksonomies.html">
Folksonomies - Cooperative Classification and Communication Through Shared Metadata
</a>
&#8203;&#8202;
(adammathes.com)
</li>
<li>
<a href="http://www.sylloge.com/personal/2004/08/folksonomy-social-classification-great.html">
Folksonomy : social classification
</a>
&#8203;&#8202;
(sylloge.com)
</li>
</ul>
</p>
<br/>
<p class="quote bottom">
“I think the lack of hierarchy, synonym control and semantic
precision are precisely why it works. Free typing loose
associations is just a lot easier than making a decision
about the degree of match to a pre-defined category
(especially hierarchical ones).”
― Stewart Butterfield
</p>
</div>
</div>
<div id="footer" class="row">
<dl>
<dd>
<img src="/graphic/blasta.svg" alt="logo"/>
<a href="/">blasta</a>
</dd>
<dd>
<a href="/help/about">about</a>
</dd>
<dd>
<a href="/help/about/xmpp">xmpp</a>
</dd>
<dd>
<a href="/help/about/xmpp/pubsub">pubsub</a>
</dd>
<dd>
<a href="{{journal}}">journal</a>
</dd>
<dd>
<a href="/help">help</a>
</dd>
<dd>
<a href="/help/policy">policy</a>
</dd>
<dd>
<a href="/help/feeds">rss</a>
</dd>
<dd>
<a href="/contact">contact</a>
</dd>
</dl>
</div>
</div>
</body>
</html>