<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Public on lordievader&#39;s blog</title>
    <link>https://www.oliviervandertoorn.nl/tags/public/</link>
    <description>Recent content in Public on lordievader&#39;s blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Thu, 22 Jun 2023 11:50:00 +0200</lastBuildDate><atom:link href="https://www.oliviervandertoorn.nl/tags/public/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>QJsonObject to QString</title>
      <link>https://www.oliviervandertoorn.nl/post/202306221150-qjson-to-string/</link>
      <pubDate>Thu, 22 Jun 2023 11:50:00 +0200</pubDate>
      
      <guid>https://www.oliviervandertoorn.nl/post/202306221150-qjson-to-string/</guid>
      <description>Created: 2023-06-22 11:50 #cpp #qt #json
With the following snippets you can convert a QJsonObject into a QString.
First convert the QJsonObject to a QJsonDocument. Then output the document as a QByteArray (the toJson method) and feed that to the QString init.
QJsonDocument doc(QJsonObject json); QString jsonString(doc.toJson()); References </description>
      <content>&lt;p&gt;Created: 2023-06-22 11:50
#cpp #qt #json&lt;/p&gt;
&lt;p&gt;With the following snippets you can convert a QJsonObject into a QString.&lt;/p&gt;
&lt;p&gt;First convert the QJsonObject to a QJsonDocument. Then output the document as a QByteArray (the &lt;code&gt;toJson&lt;/code&gt; method) and feed that to the QString init.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-cpp&#34; data-lang=&#34;cpp&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;QJsonDocument &lt;span style=&#34;color:#a6e22e&#34;&gt;doc&lt;/span&gt;(QJsonObject json);
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;QString &lt;span style=&#34;color:#a6e22e&#34;&gt;jsonString&lt;/span&gt;(doc.toJson());
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;references&#34;&gt;References&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ol&gt;
</content>
    </item>
    
    <item>
      <title>Backlinks are bad</title>
      <link>https://www.oliviervandertoorn.nl/post/202101121400-backlinks-are-bad/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://www.oliviervandertoorn.nl/post/202101121400-backlinks-are-bad/</guid>
      <description>Backlinks are bad because they do not provide any additional information. Rather they take away in cognitive performance because there is another link you might follow. Rather links should come from a natural flow, because the note builds on a previous note, for example. Or to include an idea from another note.
I&amp;rsquo;ve come to believe that linking keywords within the idea to other notes is a better approach than a list at the bottom linking back and forth.</description>
      <content>&lt;p&gt;Backlinks are bad because they do not provide any additional information. Rather they take away in cognitive performance because there is another link you might follow. Rather links should come from a natural flow, because the note builds on a previous note, for example. Or to include an idea from another note.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve come to believe that linking keywords within the idea to other notes is a better approach than a list at the bottom linking back and forth.&lt;/p&gt;
&lt;h2 id=&#34;sources&#34;&gt;Sources&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://zettelkasten.de/posts/backlinks-are-bad-links/&#34;&gt;https://zettelkasten.de/posts/backlinks-are-bad-links/&lt;/a&gt;&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>How to Link Notes</title>
      <link>https://www.oliviervandertoorn.nl/post/202008211614-how-to-link-notes/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://www.oliviervandertoorn.nl/post/202008211614-how-to-link-notes/</guid>
      <description>Notes should be linked, as is the basis of the Zettelkasten idea. However, to effectively link notes try the following:
Link to a more general idea. Link to a more specific idea. Link to a related topic. See &amp;ldquo;tk notes&amp;rdquo; for when you don&amp;rsquo;t have note ready to link to.
Above is how we used to think about linking notes together. In the meantime we have learned that there is some truth to this manner, but having these as a list at the bottom of a note doesn&amp;rsquo;t work.</description>
      <content>&lt;blockquote&gt;
&lt;p&gt;Notes should be linked, as is the basis of the &lt;a href=&#34;https://www.oliviervandertoorn.nl/post/202002251405-zettelkasten/&#34;&gt;Zettelkasten&lt;/a&gt; idea. However, to effectively link notes try the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Link to a more general idea.&lt;/li&gt;
&lt;li&gt;Link to a more specific idea.&lt;/li&gt;
&lt;li&gt;Link to a related topic.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;See &amp;ldquo;tk notes&amp;rdquo; for when you don&amp;rsquo;t have note ready to link to.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Above is how we used to think about linking notes together. In the meantime we have learned that there is some truth to this manner, but having these as a list at the bottom of a note doesn&amp;rsquo;t work.&lt;/p&gt;
&lt;p&gt;Linking notes in the body of the note itself works a lot better. This makes clear what you are linking to and puts some context behind the link.&lt;/p&gt;
&lt;h2 id=&#34;sources&#34;&gt;Sources&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://medium.com/@philhoutz/make-your-notes-work-for-you-the-secret-sauce-of-zettelkasten-cb901a3cce00&#34;&gt;https://medium.com/@philhoutz/make-your-notes-work-for-you-the-secret-sauce-of-zettelkasten-cb901a3cce00&lt;/a&gt;&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Tags in Zettelkasten</title>
      <link>https://www.oliviervandertoorn.nl/post/202011051522-tags-in-zettelkasten/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://www.oliviervandertoorn.nl/post/202011051522-tags-in-zettelkasten/</guid>
      <description>In his Zettelkasten Luhman used tags sparringly, in this video explains that Luhman used tags more as doors into the Zettelkasten, rather than as a way of grouping things together. Additionally, it makes automatic searching for keywords harder and forces you to look through your ideas manually. Which improves the linking of notes.
Sources https://www.youtube.com/watch?v=7TnUNN39NBU&amp;amp;list=WL&amp;amp;index=14</description>
      <content>&lt;p&gt;In his &lt;a href=&#34;https://www.oliviervandertoorn.nl/post/202002251405-zettelkasten/&#34;&gt;Zettelkasten&lt;/a&gt; Luhman used tags sparringly, in &lt;a href=&#34;https://www.youtube.com/watch?v=7TnUNN39NBU&amp;list=WL&amp;index=14&#34;&gt;this&lt;/a&gt; video explains that Luhman used tags more as doors into the Zettelkasten, rather than as a way of grouping things together. Additionally, it makes automatic searching for keywords harder and forces you to look through your ideas manually. Which improves the linking of notes.&lt;/p&gt;
&lt;h2 id=&#34;sources&#34;&gt;Sources&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=7TnUNN39NBU&amp;list=WL&amp;index=14&#34;&gt;https://www.youtube.com/watch?v=7TnUNN39NBU&amp;amp;list=WL&amp;amp;index=14&lt;/a&gt;&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>The Zettelkasten principles</title>
      <link>https://www.oliviervandertoorn.nl/post/202002262143-zettelkasten-principles/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://www.oliviervandertoorn.nl/post/202002262143-zettelkasten-principles/</guid>
      <description>There are a few principles attached to a Zettelkasten:
The principle of atomicity: A note should contain one idea, and one idea only. The reason for this is that you want to be able to link to an idea, and not some idea hidden on a card somewhere in the middle. The principle of autonomy: Each note should be self-contained and comprehensible. This includes autonomy from other notes, but also from the sources.</description>
      <content>&lt;p&gt;There are a &lt;a href=&#34;https://writingcooperative.com/zettelkasten-how-one-german-scholar-was-so-freakishly-productive-997e4e0ca125&#34;&gt;few principles&lt;/a&gt; attached to a &lt;a href=&#34;https://www.oliviervandertoorn.nl/post/202002251405-zettelkasten/&#34;&gt;Zettelkasten&lt;/a&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;em&gt;The principle of atomicity&lt;/em&gt;: A note should contain one idea, and one idea only. The reason for this is that you want to be able to link to an idea, and not some idea hidden on a card somewhere in the middle.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;The principle of autonomy&lt;/em&gt;: Each note should be self-contained and comprehensible. This includes autonomy from other notes, but also from the sources. As the note in the Zettelkasten may outlive these. You still want the note to be readable in that case.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Always link your notes&lt;/em&gt;: Make sure to link notes to existing notes. According to Luhmann &amp;ldquo;A note that is not connected to the network will be lost, will be forgotten by the Zettelkasten&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Explain why you&amp;rsquo;re linking notes&lt;/em&gt;: Explain why two notes are linked together. A future self needs to be able to understand the link.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Use your own words&lt;/em&gt;: In order to ensure that you understand the idea you need to write ideas in your own words.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Keep references&lt;/em&gt;: Add references to where the idea is coming from. Preventing plagiarism and making it easy to find the source again, when needed.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Add your own thoughts to the Zettelkasten&lt;/em&gt;: Add your own thoughts, keeping
in mind the above principles.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Don&amp;rsquo;t worry about structure&lt;/em&gt;: Don&amp;rsquo;t worry about the categories or tags too much. The organization develops organically, as the kasten grows.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Add connection notes&lt;/em&gt;: These notes describe the relationship between notes.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Add outline notes&lt;/em&gt;: These denote themes, an outline note contains a sequence of links to other notes.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Never delete&lt;/em&gt;: Instead of deleting notes, create a new one detailing where the previous one is wrong. This strengthens the reasoning. Deals with hindsight bias and allows to revisit old ideas.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Add notes without fear&lt;/em&gt;: This might be the most important principle for a new Zettelkasten. There is never &amp;ldquo;too much&amp;rdquo; information in a Zettelkasten. At worst, the note won&amp;rsquo;t be used, it can&amp;rsquo;t break the system.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;sources&#34;&gt;Sources&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://writingcooperative.com/zettelkasten-how-one-german-scholar-was-so-freakishly-productive-997e4e0ca125&#34;&gt;https://writingcooperative.com/zettelkasten-how-one-german-scholar-was-so-freakishly-productive-997e4e0ca125&lt;/a&gt;&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>When should you start a new note?</title>
      <link>https://www.oliviervandertoorn.nl/post/202002251500-when-should-you-start-a-new-note/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://www.oliviervandertoorn.nl/post/202002251500-when-should-you-start-a-new-note/</guid>
      <description>The following image shows when you should start a new note for your slipbox. And what to do if there are similar notes:
Start by finding similar notes, if there aren&amp;rsquo;t any make a new note. If there are notes, but not related, make a new note.
Notes related to the topic exist, if these do not fit the idea create a new note but adhere to the keywords.
A few notes roughly match: creating a new zettel is a bit too much.</description>
      <content>&lt;p&gt;The following image shows when you should start a new note for your &lt;a href=&#34;https://www.oliviervandertoorn.nl/post/202002251405-zettelkasten/&#34;&gt;slipbox&lt;/a&gt;. And what to do if there are similar notes:&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Note creation flow chart&#34; src=&#34;https://zettelkasten.de/img/blog/201604271033_new-note-infographic.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Start by finding similar notes, if there aren&amp;rsquo;t any make a new note. If there are notes, but not related, make a new note.&lt;/p&gt;
&lt;p&gt;Notes related to the topic exist, if these do not fit the idea create a new note but adhere to the keywords.&lt;/p&gt;
&lt;p&gt;A few notes roughly match: creating a new zettel is a bit too much. In this case it is useful to compile the existing knowledge. Comment on the compilation and make links in &lt;em&gt;both&lt;/em&gt; directions.
&lt;em&gt;Ignore the last line, &lt;a href=&#34;https://www.oliviervandertoorn.nl/post/202101121400-backlinks-are-bad/&#34;&gt;backlinking is bad&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;When an exact match exists, you can simply extend what is already there.&lt;/p&gt;
&lt;p&gt;This note is largely based on &lt;a href=&#34;https://zettelkasten.de/posts/when-start-new-note/&#34;&gt;this&lt;/a&gt; documentation.&lt;/p&gt;
&lt;h2 id=&#34;sources&#34;&gt;Sources&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://zettelkasten.de/posts/when-start-new-note/&#34;&gt;https://zettelkasten.de/posts/when-start-new-note/&lt;/a&gt;&lt;/p&gt;
</content>
    </item>
    
    <item>
      <title>Zettelkasten</title>
      <link>https://www.oliviervandertoorn.nl/post/202002251405-zettelkasten/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://www.oliviervandertoorn.nl/post/202002251405-zettelkasten/</guid>
      <description>#notes
A Zettelkasten is said to be a second brain. Through the linking of notes the system may surprise you in insightful ways.
What is a zettelkasten? The word can be split into two &amp;lsquo;zettel&amp;rsquo; and &amp;lsquo;kasten&amp;rsquo;. Zettel meaning a note and kasten simply box. So, a zettelkasten is a box of ideas. But what makes this box special/useful?
Ideas behind zettelkasten Rather than writing notes down in categorized notebooks the notes should have a free-flowing category.</description>
      <content>&lt;p&gt;#notes&lt;/p&gt;
&lt;p&gt;A Zettelkasten is said to be a second brain. Through the linking of notes the system may surprise you in insightful ways.&lt;/p&gt;
&lt;h2 id=&#34;what-is-a-zettelkasten&#34;&gt;What is a zettelkasten?&lt;/h2&gt;
&lt;p&gt;The word can be split into two &amp;lsquo;zettel&amp;rsquo; and &amp;lsquo;kasten&amp;rsquo;. Zettel meaning a note and kasten simply box. So, a zettelkasten is a box of ideas. But what makes this box special/useful?&lt;/p&gt;
&lt;h2 id=&#34;ideas-behind-zettelkasten&#34;&gt;Ideas behind zettelkasten&lt;/h2&gt;
&lt;p&gt;Rather than writing notes down in categorized notebooks the notes should have a free-flowing category. &lt;a href=&#34;https://writingcooperative.com/zettelkasten-how-one-german-scholar-was-so-freakishly-productive-997e4e0ca125&#34;&gt;This&lt;/a&gt; Medium article has some nice visualizations of this. Where the author starts with the &amp;rsquo;normal&amp;rsquo; system of notebooks, a set of dots (representing the notes) cast in concrete.&lt;/p&gt;
&lt;p&gt;If the notes were kept on index cards it would more look like notes free-floating in air. Yet, impossible to track how notes relates to one another.&lt;/p&gt;
&lt;p&gt;Putting these in rigid folders does organize them, but makes it too static. What if a note should be in two folders at the same time?&lt;/p&gt;
&lt;p&gt;Tagging notes helps here. As notes can have multiple tags they can be part of multiple &amp;lsquo;categories&amp;rsquo;.
&lt;em&gt;See &lt;a href=&#34;https://www.oliviervandertoorn.nl/post/202011051522-tags-in-zettelkasten/&#34;&gt;this&lt;/a&gt; why tagging should be used sparsely.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;However, Luhmann went further, next to tagging notes he also &lt;a href=&#34;https://www.oliviervandertoorn.nl/post/202008211614-how-to-link-notes/&#34;&gt;linked notes&lt;/a&gt; together. Meaning that notes are not just grouped together, but also their connections are explicitly tracked. Creating a web of ideas.
Additionally, it shows grouped topics. This means that categories naturally develop and are not forced upon notes beforehand.&lt;/p&gt;
&lt;h2 id=&#34;surprising-factor&#34;&gt;Surprising factor&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://writingcooperative.com/zettelkasten-how-one-german-scholar-was-so-freakishly-productive-997e4e0ca125&#34;&gt;Claude Shannon&lt;/a&gt; realized that there is more information in a surprising message than a non-surprising message.&lt;/p&gt;
&lt;p&gt;This relates to the Zettelkasten in the following way: Suppose the Zettelkasten is filled to the brim with forgotten ideas. Then with a question in mind you search the Zettelkasten stumbling upon all these ideas, surprising you.&lt;/p&gt;
&lt;h2 id=&#34;the-process&#34;&gt;The process&lt;/h2&gt;
&lt;p&gt;The process for writing a new note is explained &lt;a href=&#34;https://www.oliviervandertoorn.nl/post/202002251500-when-should-you-start-a-new-note/&#34;&gt;here&lt;/a&gt;. The ID of a (new) note should follow &lt;a href=&#34;202002251500-zettelkasten-id-system.md&#34;&gt;these guidelines&lt;/a&gt; The &lt;a href=&#34;https://www.oliviervandertoorn.nl/post/202002262143-zettelkasten-principles/&#34;&gt;principles&lt;/a&gt; of a Zettelkasten do need to be kept in mind.&lt;/p&gt;
&lt;h2 id=&#34;what-goes-into-the-zettelkasten&#34;&gt;What goes into the Zettelkasten?&lt;/h2&gt;
&lt;p&gt;The main thing that goes into a Zettelkasten are, ofcourse, notes. However, I think it is valuable to add &lt;a href=&#34;https://www.oliviervandertoorn.nl/post/202002262149-quotes.md&#34;&gt;quotes&lt;/a&gt; and &lt;a href=&#34;202002262138-thoughts.md&#34;&gt;thoughts&lt;/a&gt; too. It is important to detail the &lt;a href=&#34;202002262130-sources&#34;&gt;source&lt;/a&gt; though.&lt;/p&gt;
&lt;h2 id=&#34;sources&#34;&gt;Sources&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://writingcooperative.com/zettelkasten-how-one-german-scholar-was-so-freakishly-productive-997e4e0ca125&#34;&gt;https://writingcooperative.com/zettelkasten-how-one-german-scholar-was-so-freakishly-productive-997e4e0ca125&lt;/a&gt;&lt;/p&gt;
</content>
    </item>
    
  </channel>
</rss>
