<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>nextcloud &amp;mdash; 月之光影 -Moonlight Shadow-</title>
    <link>https://jseesaw.writeas.com/tag:nextcloud</link>
    <description>Pixel | Art | Design</description>
    <pubDate>Mon, 20 Apr 2026 16:10:59 +0000</pubDate>
    <image>
      <url>https://i.snap.as/2C9veDYs.ico</url>
      <title>nextcloud &amp;mdash; 月之光影 -Moonlight Shadow-</title>
      <link>https://jseesaw.writeas.com/tag:nextcloud</link>
    </image>
    <item>
      <title>用Syncthing跨系統跨軟體同步行事曆</title>
      <link>https://jseesaw.writeas.com/yong-syncthingkua-xi-tong-kua-ruan-ti-tong-bu-xing-shi-li?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[　　最近在研究，如何用Syncthing/Nextcloud將單機非網路服務的行事曆軟體(Rainlendar、Osmo、Etar/內建行事曆)，在三種不同的作業系統平台(Windows、Linux、Android)皆達成更新同步。&#xA;&#xA;　　棄用Google Calendar的陣痛期意外地長，但就「資安隱私議題」和「不因被單一服務綁架，而廢棄淘汰仍可使用的機器」來說，這陣痛期的適應和嘗試新方法又是必要的。&#xA;&#xA;　　但是要如何找到Google Calendar的替代品？這是個讓人相當頭大的問題。在經過長久的搜尋和嘗試之後，漸漸地有一個奇特的想法架構在腦中成型。&#xA;&#xA;　　這篇文章僅專注講述大概念，軟體操作細節則不會多加著墨。&#xA;&#xA;架構&#xA;&#xA;　　兩台桌電，公司用的是Windows 7；家裡使用的是Windows 10和Puppy Linux Xenialpup雙系統；手機使用的是Android 4.4.4 Kikat；另外有一台筆電是用Windows XP，無網路。&#xA;&#xA;　　兩台電腦（先不計斷網的筆電）、一隻手機，系統不一樣，使用的軟體也不一樣，同樣也能同步更新行事曆。&#xA;&#xA;　　簡單來說架構是這樣：&#xA;&#xA;桌電Windows 7使用Rainlendar。&#xA;Syncthing同步ics檔案到手機、桌電Linux/Windows 10。&#xA;&#xA;  1. 手機用Etar行事曆，匯入ics檔。&#xA;  2. Linux用Osmo，連結ics檔。&#xA;  3. 桌電Windows 10用Rainlendar，連結ics檔。&#xA;  4. 斷網筆電Windows XP用Rainlendar舊版，用傳統隨身碟/藍芽/手機MTF傳輸等方式手動更新檔案。&#xA;&#xA;!--more--&#xA;Syncthing&#xA;&#xA;　　取圖來自Syncthing官網。&#xA;&#xA;　　首先最重要的是每台裝置都須安裝Syncthing，把之後預定存放ics檔案的資料夾在全裝置設為同步。&#xA;&#xA;　　Syncthing預設檔案覆蓋模式是直接覆蓋，為了避免不小心蓋錯檔，建議使用簡單版本控制，在檔案內容有衝突的當下，舊檔會另存一個版本當備份。&#xA;&#xA;行事曆軟體&#xA;&#xA;　　個人使用的行事曆軟體如下：&#xA;&#xA;Windows桌面行事曆Rainlendar&#xA;&#xA;Linux桌面行事曆Osmo &#xA;&#xA;手機行事曆Etar &#xA;&#xA;電腦&#xA;&#xA;　　Rainlendar是相當老牌的桌面行事曆軟體，至少在十年前，有段時間我非常喜歡使用這套軟體，直到Google Calendar崛起後逐漸轉移，才停止使用。現在回頭翻遍各種桌面行事曆軟體，剩下他還屹立不搖，這時才真正體會到他的美好。&#xA;&#xA;　　Osmo是我使用的Puppy Linux版本內建的行事曆，畫面簡潔乾淨，操作簡單。雖然Rainlendar也是有linux版本，但是就我的linux顯示會有點問題，所以維持使用Osmo。&#xA;&#xA;　　Osmo跟Rainlendar的操作邏輯基本上是一樣的，分成Event事件和Task代辦事項。Osmo可以匯入ics，不過不太能更改匯入的事件Event內容，要改就是直接用文字編輯器改ics檔，但至少同步是沒什麼問題。 &#xA;&#xA;手機&#xA;&#xA;　　這邊手機端除卻行事曆，所需安裝的軟體列表：&#xA;&#xA;  Syncthing：同步用。&#xA;  Offline Calendar：讓你可以在local本機增加行事曆分類，還可以用顏色區分。&#xA;  Calendar Import-Export：在local本機用ICS檔匯入/匯出行事曆的app。&#xA;  ICSx5：可訂閱網路上公開的行事曆。&#xA;&#xA;　　雖然我個人用的是Etar行事曆，但是依照這個同步方式，內建的手機行事曆軟體也一樣可以用。&#xA;&#xA;　　嚴格來說手機沒有完全同步，因為我用的是純Local本機端，需要一些額外軟體像是DAVx5或ICSx5，以及Calendar Import/Expor匯入icst，不然就是要動手執行行事曆事件匯入，但至少是比以前得一則一則輸入貼上方便多了。&#xA;&#xA;　　若要達到手機也同步行事曆，大致上有兩種方式：&#xA;&#xA;Nextcloud搭配DAVx5，這也是網路上大部分建議的方式。但這一樣有個需要匯入行事曆的動作，只是差別在於這次是電腦端需要匯入檔案至Nextcloud的行事曆，這也變成往後所有行事曆都要在Nextcloud上更新，所以我沒採用這種方式。&#xA;&#xA;用Nextcloud跟ICSx5訂閱解決手機的行事曆需手動匯入的問題，可以即時更新。只是一樣要上傳到Nextcloud的網路空間，而且只能單向從電腦更動內容。所以決定只有工作行事曆和學習行事曆採用Nextcloud同步，其他私人如雜事約會類的依舊維持手動匯入。&#xA;&#xA;　　Nextcloud可以只裝在其中一台桌電，把有ics檔案的資料夾設為同步資料夾即可，也就是該資料夾同時接受Syncthing和Nextcloud的同步。手機不需要安裝Nextcloud。&#xA;&#xA;其他技巧&#xA;&#xA;　　使用emoji可以配合子彈筆記術的習慣，不限紙本或電腦平台的快速分類和連結。&#xA;&#xA;　　在電腦上安裝Segoe UI Symbol這個字體，也更改軟體顯示字型，就能順利在電腦上顯示emoji了。&#xA;&#xA;結語&#xA;&#xA;　　為什麼要弄得這麼麻煩，有什麼好處呢？理由和優點有下列幾項：&#xA;&#xA;每一款都可以離線使用，除了同步功能外，皆不必連線網路。&#xA;&#xA;自己的行事曆自己管，可依自己需求決定是要同步或者純粹放本機端，從行事曆到單一事件都可以做個別的同步微調，不用完全放上網路，大大提升隱密性。&#xA;&#xA;不會被單一軟體服務綁死，基本上只要是支援連結ics檔案的行事曆軟體，都可以用這種方式同步更新。&#xA;&#xA;對於舊系統和跨系統的兼容性極高，不耗效能。最低可相容至Windows 7（因Syncthing沒有XP版本，XP要用傳統方式例如隨身碟或藍芽傳輸文件來更新）、Android 4。&#xA;&#xA;　　現行實驗的行事曆同步架構大概是這個模樣。雖然不是很完善，有些仍然是單向通道，但至少還算符合我自己的使用習慣。如果各位往後有類似的使用需求，可以參考這個同步模式看看。&#xA;&#xA;延伸閱讀&#xA;玩具烏托邦: 自己的行事曆和通訊錄自己管： nextcloud 安裝、 行事曆、 備份及手機連線 &#xA;　&#xA;&#xA;#thoughts #教學 #AndroidAPP #opensource #calendar #Syncthing #Nextcloud #privacy #DeleteGoogle&#xA;&#xA;　&#xA;　&#xA;div style=&#34;background-color:#eeeeee; border:1px solid #ccc; padding:20px 10px 0 10px;&#34;h4如果您喜歡我的文章，請按5下Like！/h4我將得到LikeCoin的回饋。brbr回饋由a href=&#34;https://like.co/&#34;LikeCoin/a基金會出資，只要註冊/登入帳號，點5下Like就可以贊助我的文章。化讚為賞，支持創作。&#xA;&#xA;iframe src=&#34;https://button.like.co/in/embed/jseesaw/button?referrer=https%3A%2F%2Fjseesaw.writeas.com/yong-syncthingkua-xi-tong-kua-ruan-ti-tong-bu-xing-shi-li&#34; height=&#34;170&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34;/iframe/div]]&gt;</description>
      <content:encoded><![CDATA[<p>　　最近在研究，如何用Syncthing/Nextcloud將單機非網路服務的行事曆軟體(Rainlendar、Osmo、Etar/內建行事曆)，在三種不同的作業系統平台(Windows、Linux、Android)皆達成更新同步。</p>

<p>　　棄用Google Calendar的陣痛期意外地長，但就「資安隱私議題」和「不因被單一服務綁架，而廢棄淘汰仍可使用的機器」來說，這陣痛期的適應和嘗試新方法又是必要的。</p>

<p>　　但是要如何找到Google Calendar的替代品？這是個讓人相當頭大的問題。在經過長久的搜尋和嘗試之後，漸漸地有一個奇特的想法架構在腦中成型。</p>

<p>　　這篇文章僅專注講述大概念，軟體操作細節則不會多加著墨。</p>

<h2 id="架構">架構</h2>

<p><img src="https://i.snap.as/Y811jZd.png" alt=""/></p>

<p>　　兩台桌電，公司用的是Windows 7；家裡使用的是Windows 10和Puppy Linux Xenialpup雙系統；手機使用的是Android 4.4.4 Kikat；另外有一台筆電是用Windows XP，無網路。</p>

<p>　　兩台電腦（先不計斷網的筆電）、一隻手機，系統不一樣，使用的軟體也不一樣，同樣也能同步更新行事曆。</p>

<p>　　簡單來說架構是這樣：</p>
<ol><li>桌電Windows 7使用Rainlendar。</li>
<li>Syncthing同步ics檔案到手機、桌電Linux/Windows 10。</li></ol>

<blockquote><ol><li>手機用Etar行事曆，匯入ics檔。</li>
<li>Linux用Osmo，連結ics檔。</li>
<li>桌電Windows 10用Rainlendar，連結ics檔。</li>
<li>斷網筆電Windows XP用Rainlendar舊版，用傳統隨身碟/藍芽/手機MTF傳輸等方式手動更新檔案。</li></ol>
</blockquote>



<h2 id="syncthing" id="syncthing">Syncthing</h2>

<p><img src="https://syncthing.net/images/screenshot-720.jpg" alt=""/>
　　取圖來自<a href="https://syncthing.net/" rel="nofollow">Syncthing</a>官網。</p>

<p>　　首先最重要的是每台裝置都須安裝Syncthing，把之後預定存放ics檔案的資料夾在全裝置設為同步。</p>

<p>　　Syncthing預設檔案覆蓋模式是直接覆蓋，為了避免不小心蓋錯檔，建議使用簡單版本控制，在檔案內容有衝突的當下，舊檔會另存一個版本當備份。</p>

<h2 id="行事曆軟體">行事曆軟體</h2>

<p>　　個人使用的行事曆軟體如下：</p>

<p>Windows桌面行事曆Rainlendar</p>

<p><img src="https://i.snap.as/AdTg8Kz.png" alt=""/>
<img src="https://i.snap.as/PQQ5891.png" alt=""/></p>

<p>Linux桌面行事曆Osmo</p>

<p><img src="https://i.snap.as/TlwRj84.png" alt=""/></p>

<p>手機行事曆Etar</p>

<p><img src="https://i.snap.as/Bb3hkDA.png" alt=""/></p>

<h3 id="電腦">電腦</h3>

<p>　　Rainlendar是相當老牌的桌面行事曆軟體，至少在十年前，有段時間我非常喜歡使用這套軟體，直到Google Calendar崛起後逐漸轉移，才停止使用。現在回頭翻遍各種桌面行事曆軟體，剩下他還屹立不搖，這時才真正體會到他的美好。</p>

<p>　　Osmo是我使用的Puppy Linux版本內建的行事曆，畫面簡潔乾淨，操作簡單。雖然Rainlendar也是有linux版本，但是就我的linux顯示會有點問題，所以維持使用Osmo。</p>

<p>　　Osmo跟Rainlendar的操作邏輯基本上是一樣的，分成Event事件和Task代辦事項。Osmo可以匯入ics，不過不太能更改匯入的事件Event內容，要改就是直接用文字編輯器改ics檔，但至少同步是沒什麼問題。</p>

<h3 id="手機">手機</h3>

<p>　　這邊手機端除卻行事曆，所需安裝的軟體列表：</p>

<blockquote><p>Syncthing：同步用。
Offline Calendar：讓你可以在local本機增加行事曆分類，還可以用顏色區分。
Calendar Import-Export：在local本機用ICS檔匯入/匯出行事曆的app。
ICSx5：可訂閱網路上公開的行事曆。</p></blockquote>

<p>　　雖然我個人用的是Etar行事曆，但是依照這個同步方式，內建的手機行事曆軟體也一樣可以用。</p>

<p>　　嚴格來說手機沒有完全同步，因為我用的是純Local本機端，需要一些額外軟體像是DAVx5或ICSx5，以及Calendar Import/Expor匯入icst，不然就是要動手執行行事曆事件匯入，但至少是比以前得一則一則輸入貼上方便多了。</p>

<p>　　若要達到手機也同步行事曆，大致上有兩種方式：</p>
<ol><li><p>Nextcloud搭配DAVx5，這也是網路上大部分建議的方式。但這一樣有個需要匯入行事曆的動作，只是差別在於這次是電腦端需要匯入檔案至Nextcloud的行事曆，這也變成往後所有行事曆都要在Nextcloud上更新，所以我沒採用這種方式。</p></li>

<li><p>用Nextcloud跟ICSx5訂閱解決手機的行事曆需手動匯入的問題，可以即時更新。只是一樣要上傳到Nextcloud的網路空間，而且只能單向從電腦更動內容。所以決定只有工作行事曆和學習行事曆採用Nextcloud同步，其他私人如雜事約會類的依舊維持手動匯入。</p></li></ol>

<p>　　Nextcloud可以只裝在其中一台桌電，把有ics檔案的資料夾設為同步資料夾即可，也就是該資料夾同時接受Syncthing和Nextcloud的同步。手機不需要安裝Nextcloud。</p>

<h3 id="其他技巧">其他技巧</h3>

<p>　　使用emoji可以配合子彈筆記術的習慣，不限紙本或電腦平台的快速分類和連結。</p>

<p>　　在電腦上安裝Segoe UI Symbol這個字體，也更改軟體顯示字型，就能順利在電腦上顯示emoji了。</p>

<h2 id="結語">結語</h2>

<p>　　為什麼要弄得這麼麻煩，有什麼好處呢？理由和優點有下列幾項：</p>
<ol><li><p>每一款都可以離線使用，除了同步功能外，皆不必連線網路。</p></li>

<li><p>自己的行事曆自己管，可依自己需求決定是要同步或者純粹放本機端，從行事曆到單一事件都可以做個別的同步微調，不用完全放上網路，大大提升隱密性。</p></li>

<li><p>不會被單一軟體服務綁死，基本上只要是支援連結ics檔案的行事曆軟體，都可以用這種方式同步更新。</p></li>

<li><p>對於舊系統和跨系統的兼容性極高，不耗效能。最低可相容至Windows 7（因Syncthing沒有XP版本，XP要用傳統方式例如隨身碟或藍芽傳輸文件來更新）、Android 4。</p></li></ol>

<p>　　現行實驗的行事曆同步架構大概是這個模樣。雖然不是很完善，有些仍然是單向通道，但至少還算符合我自己的使用習慣。如果各位往後有類似的使用需求，可以參考這個同步模式看看。</p>

<h2 id="延伸閱讀">延伸閱讀</h2>

<p><a href="https://newtoypia.blogspot.com/2019/04/nextcloud.html?m=1" rel="nofollow">玩具烏托邦: 自己的行事曆和通訊錄自己管： nextcloud 安裝、 行事曆、 備份及手機連線</a>
　</p>

<p><a href="https://jseesaw.writeas.com/tag:thoughts" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">thoughts</span></a> <a href="https://jseesaw.writeas.com/tag:%E6%95%99%E5%AD%B8" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">教學</span></a> <a href="https://jseesaw.writeas.com/tag:AndroidAPP" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">AndroidAPP</span></a> <a href="https://jseesaw.writeas.com/tag:opensource" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">opensource</span></a> <a href="https://jseesaw.writeas.com/tag:calendar" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">calendar</span></a> <a href="https://jseesaw.writeas.com/tag:Syncthing" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Syncthing</span></a> <a href="https://jseesaw.writeas.com/tag:Nextcloud" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Nextcloud</span></a> <a href="https://jseesaw.writeas.com/tag:privacy" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">privacy</span></a> <a href="https://jseesaw.writeas.com/tag:DeleteGoogle" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">DeleteGoogle</span></a></p>

<p>　
　
<div style="background-color:#eeeeee; border:1px solid #ccc; padding:20px 10px 0 10px;"><h4>如果您喜歡我的文章，請按5下Like！</h4>我將得到LikeCoin的回饋。<br><br>回饋由<a href="https://like.co/" rel="nofollow">LikeCoin</a>基金會出資，只要註冊/登入帳號，點5下Like就可以贊助我的文章。化讚為賞，支持創作。</p>

<p><iframe src="https://button.like.co/in/embed/jseesaw/button?referrer=https%3A%2F%2Fjseesaw.writeas.com/yong-syncthingkua-xi-tong-kua-ruan-ti-tong-bu-xing-shi-li" height="170" frameborder="0"></iframe></div></p>
]]></content:encoded>
      <guid>https://jseesaw.writeas.com/yong-syncthingkua-xi-tong-kua-ruan-ti-tong-bu-xing-shi-li</guid>
      <pubDate>Thu, 05 Sep 2019 12:52:29 +0000</pubDate>
    </item>
    <item>
      <title>About Me</title>
      <link>https://jseesaw.writeas.com/introducing-myself?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[¡Hola a todos! Me llamo Jinny, soy de Taiwan y estoy principiante aprendiendo español. Estoy aprendiendo a escribir en español. Es muy difícil para mí. &#xA;&#xA;Me gusta ver jugadas del fútbol en la semana. Soy aficionado de la selección de Uruguay. ¡Vamos la Celeste!&#xA;&#xA;También quiero llevar a muchos amigos. Mucho gusto.&#xA;&#xA;I’m Jinny Seesaw (JSeesaw) who is interested in football, anime, and painting. I come from Taiwan and my native language is Traditional Mandarin. I’m learning English and Spanish. Nice to meet new friends.&#xA;&#xA;I’ll post some of my thoughts here in the future, and I&#39;ll write in one of these languages (Mandarin, English, Spanish) randomly.&#xA;&#xA;  If you found the post photo with #PixelKnot, you can download the photo to PixelKnot and unlock with the date to read the hidden message.&#xA;&#xA;  Si encontró la imagen con #PixelKnot, puede desbloquearla en PixelKnot con la fecha para leer el mensaje oculto.&#xA;&#xA;These are the social networks where you can find me to see my artworks:&#xA;&#xA;Blog - Thoughts&#xA;https://jseesaw.writeas.com&#xA;&#xA;Mastodon - Art &amp; Illustration&#xA;https://mastodon.art/@JSeesaw&#xA;&#xA;Pixelfed - Photography&#xA;https://pixelfed.social/JSeesaw&#xA;&#xA;iframe src=&#34;https://pixelfed.social/JSeesaw/embed&#34; class=&#34;pixelfed__embed&#34; style=&#34;max-width: 100%; height:590px !important; border: 0&#34; width=&#34;400&#34; allowfullscreen=&#34;allowfullscreen&#34;/iframe&#xA;&#xA;Mastodon - Thoughts&#xA;a rel=&#34;me&#34; href=&#34;https://g0v.social/@Jinny&#34;https://g0v.social/@Jinny/a&#xA;&#xA;SoundCloud - Chiptune Music&#xA;https://soundcloud.com/jseesaw&#xA;&#xA;iframe src=&#34;https://button.like.co/in/embed/jseesaw/button?referrer=https%3A%2F%2Fjseesaw.writeas.com/introducing-myself&#34; height=&#34;170&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34;/iframe&#xA;&#xA;#blog #diary #thoughts #教學 #language #photography #PixelKnot #AndroidAPP #opensource #fanfiction #writing #workout #subscribe #donate#calendar #Lifeline #nature #decentralized #privacy #DeleteGoogle #DeleteFacebook #Fediverse #art #ink #animation #transgender #LGBTQ #LingQ #MementoDatabase #Syncthing #Nextcloud #game #gamedev #SmileGameBuilder #RPG ]]&gt;</description>
      <content:encoded><![CDATA[<p>¡Hola a todos! Me llamo Jinny, soy de Taiwan y estoy principiante aprendiendo español. Estoy aprendiendo a escribir en español. Es muy difícil para mí.</p>

<p>Me gusta ver jugadas del fútbol en la semana. Soy aficionado de la selección de Uruguay. ¡Vamos la Celeste!</p>

<p>También quiero llevar a muchos amigos. Mucho gusto.</p>

<p>I’m Jinny Seesaw (JSeesaw) who is interested in football, anime, and painting. I come from Taiwan and my native language is Traditional Mandarin. I’m learning English and Spanish. Nice to meet new friends.</p>

<p>I’ll post some of my thoughts here in the future, and I&#39;ll write in one of these languages (Mandarin, English, Spanish) randomly.</p>

<blockquote><p>If you found the post photo with <a href="https://jseesaw.writeas.com/tag:PixelKnot" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">PixelKnot</span></a>, you can download the photo to PixelKnot and unlock with the date to read the hidden message.</p>

<p>Si encontró la imagen con <a href="https://jseesaw.writeas.com/tag:PixelKnot" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">PixelKnot</span></a>, puede desbloquearla en PixelKnot con la fecha para leer el mensaje oculto.</p></blockquote>

<p>These are the social networks where you can find me to see my artworks:</p>

<p>Blog – Thoughts
<a href="https://jseesaw.writeas.com" rel="nofollow">https://jseesaw.writeas.com</a></p>

<p>Mastodon – Art &amp; Illustration
<a href="https://mastodon.art/@JSeesaw" rel="nofollow">https://mastodon.art/@JSeesaw</a></p>

<p>Pixelfed – Photography
<a href="https://pixelfed.social/JSeesaw" rel="nofollow">https://pixelfed.social/JSeesaw</a></p>

<iframe src="https://pixelfed.social/JSeesaw/embed" class="pixelfed__embed" style="max-width: 100%; height:590px !important; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe>

<p>Mastodon – Thoughts
<a href="https://g0v.social/@Jinny" rel="nofollow"><a href="https://g0v.social/@Jinny" rel="nofollow">https://g0v.social/@Jinny</a></a></p>

<p>SoundCloud – Chiptune Music
<a href="https://soundcloud.com/jseesaw" rel="nofollow">https://soundcloud.com/jseesaw</a></p>

<iframe src="https://button.like.co/in/embed/jseesaw/button?referrer=https%3A%2F%2Fjseesaw.writeas.com/introducing-myself" height="170" frameborder="0"></iframe>

<p><a href="https://jseesaw.writeas.com/tag:blog" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">blog</span></a> <a href="https://jseesaw.writeas.com/tag:diary" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">diary</span></a> <a href="https://jseesaw.writeas.com/tag:thoughts" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">thoughts</span></a> <a href="https://jseesaw.writeas.com/tag:%E6%95%99%E5%AD%B8" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">教學</span></a> <a href="https://jseesaw.writeas.com/tag:language" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">language</span></a> <a href="https://jseesaw.writeas.com/tag:photography" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">photography</span></a> <a href="https://jseesaw.writeas.com/tag:PixelKnot" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">PixelKnot</span></a> <a href="https://jseesaw.writeas.com/tag:AndroidAPP" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">AndroidAPP</span></a> <a href="https://jseesaw.writeas.com/tag:opensource" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">opensource</span></a> <a href="https://jseesaw.writeas.com/tag:fanfiction" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">fanfiction</span></a> <a href="https://jseesaw.writeas.com/tag:writing" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">writing</span></a> <a href="https://jseesaw.writeas.com/tag:workout" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">workout</span></a> <a href="https://jseesaw.writeas.com/tag:subscribe" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">subscribe</span></a> <a href="https://jseesaw.writeas.com/tag:donate" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">donate</span></a><a href="https://jseesaw.writeas.com/tag:calendar" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">calendar</span></a> <a href="https://jseesaw.writeas.com/tag:Lifeline" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Lifeline</span></a> <a href="https://jseesaw.writeas.com/tag:nature" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">nature</span></a> <a href="https://jseesaw.writeas.com/tag:decentralized" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">decentralized</span></a> <a href="https://jseesaw.writeas.com/tag:privacy" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">privacy</span></a> <a href="https://jseesaw.writeas.com/tag:DeleteGoogle" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">DeleteGoogle</span></a> <a href="https://jseesaw.writeas.com/tag:DeleteFacebook" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">DeleteFacebook</span></a> <a href="https://jseesaw.writeas.com/tag:Fediverse" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Fediverse</span></a> <a href="https://jseesaw.writeas.com/tag:art" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">art</span></a> <a href="https://jseesaw.writeas.com/tag:ink" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">ink</span></a> <a href="https://jseesaw.writeas.com/tag:animation" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">animation</span></a> <a href="https://jseesaw.writeas.com/tag:transgender" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">transgender</span></a> <a href="https://jseesaw.writeas.com/tag:LGBTQ" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">LGBTQ</span></a> <a href="https://jseesaw.writeas.com/tag:LingQ" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">LingQ</span></a> <a href="https://jseesaw.writeas.com/tag:MementoDatabase" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">MementoDatabase</span></a> <a href="https://jseesaw.writeas.com/tag:Syncthing" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Syncthing</span></a> <a href="https://jseesaw.writeas.com/tag:Nextcloud" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Nextcloud</span></a> <a href="https://jseesaw.writeas.com/tag:game" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">game</span></a> <a href="https://jseesaw.writeas.com/tag:gamedev" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">gamedev</span></a> <a href="https://jseesaw.writeas.com/tag:SmileGameBuilder" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">SmileGameBuilder</span></a> <a href="https://jseesaw.writeas.com/tag:RPG" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">RPG</span></a></p>
]]></content:encoded>
      <guid>https://jseesaw.writeas.com/introducing-myself</guid>
      <pubDate>Fri, 29 Mar 2019 15:59:49 +0000</pubDate>
    </item>
  </channel>
</rss>