<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>deletegoogle &amp;mdash; 月之光影 -Moonlight Shadow-</title>
    <link>https://jseesaw.writeas.com/tag:deletegoogle</link>
    <description>Pixel | Art | Design</description>
    <pubDate>Mon, 20 Apr 2026 16:08:48 +0000</pubDate>
    <image>
      <url>https://i.snap.as/2C9veDYs.ico</url>
      <title>deletegoogle &amp;mdash; 月之光影 -Moonlight Shadow-</title>
      <link>https://jseesaw.writeas.com/tag:deletegoogle</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>最近閱讀電腦玩物文章的一些省思</title>
      <link>https://jseesaw.writeas.com/zui-jin-yue-du-dian-nao-wan-wu-wen-zhang-de-xie-sheng-si?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Exclusive: &#34;More Data&#34;: Negativland&#39;s video short about data privacy and surveillance&#xA;&#xA;iframe id=&#39;ivplayer&#39; type=&#39;text/html&#39; width=&#39;640&#39; height=&#39;360&#39; src=&#39;https://www.youtube.com/embed/sTWD0j4tec4&#39; frameborder=&#39;0&#39;/iframe&#xA;&#xA;　　我曾經是電腦玩物的忠實讀者，也因為作者的推薦而使用Google的服務，確實體認到其行動資訊的方便性。&#xA;&#xA;　　然而最近開始體認到，許多軟體程式的方便性，是建立在犧牲使用者個資和隱私上所達成的效果。「科技始終來自於惰性」的這句笑話，如今看來卻是令人不寒而慄：為了我們的懶惰，就要犧牲個資安全和網路自由嗎？&#xA;!--more--&#xA;　　當Google、Facebook等企業獨大而不之饜足時，為了獲利就成為了過去的微軟、Adobe；當許許多多的程式洗產地、要求不合理的授權，就為了國家戰略目的來成就1984的反烏托邦。&#xA;&#xA;　　於是我們的手機就得忍受極速肥大的軟體、生命週期日益縮短的作業系統版本、壽命一年隨著保固一起死亡的大限。&#xA;&#xA;　　未來（或者說已經是現在進行式）就是以演算法播放無窮無盡的廣告、使用者個資交由集權政權來監控與操弄政經局勢。&#xA;&#xA;　　這樣真的是好的嗎？&#xA;&#xA;　　我不認同於此，所以我選擇Open Source那條讓人得以喘息找到生存空間的新道路。這條路，我還在學著如何走。&#xA;　&#xA;&#xA;#diary #opensource #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/zui-jin-yue-du-dian-nao-wan-wu-wen-zhang-de-xie-sheng-si&#34; height=&#34;170&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34;/iframe/div]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://boingboing.net/2019/04/22/more-data.html" rel="nofollow">Exclusive: “More Data”: Negativland&#39;s video short about data privacy and surveillance</a></p>

<iframe id="ivplayer" id="ivplayer" width="640" height="360" src="https://www.youtube.com/embed/sTWD0j4tec4" frameborder="0"></iframe>

<p>　　我曾經是電腦玩物的忠實讀者，也因為作者的推薦而使用Google的服務，確實體認到其行動資訊的方便性。</p>

<p>　　然而最近開始體認到，許多軟體程式的方便性，是建立在犧牲使用者個資和隱私上所達成的效果。「科技始終來自於惰性」的這句笑話，如今看來卻是令人不寒而慄：為了我們的懶惰，就要犧牲個資安全和網路自由嗎？

　　當Google、Facebook等企業獨大而不之饜足時，為了獲利就成為了過去的微軟、Adobe；當許許多多的程式洗產地、要求不合理的授權，就為了國家戰略目的來成就1984的反烏托邦。</p>

<p>　　於是我們的手機就得忍受極速肥大的軟體、生命週期日益縮短的作業系統版本、壽命一年隨著保固一起死亡的大限。</p>

<p>　　未來（或者說已經是現在進行式）就是以演算法播放無窮無盡的廣告、使用者個資交由集權政權來監控與操弄政經局勢。</p>

<p>　　這樣真的是好的嗎？</p>

<p>　　我不認同於此，所以我選擇Open Source那條讓人得以喘息找到生存空間的新道路。這條路，我還在學著如何走。
　</p>

<p><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:opensource" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">opensource</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/zui-jin-yue-du-dian-nao-wan-wu-wen-zhang-de-xie-sheng-si" height="170" frameborder="0"></iframe></div></p>
]]></content:encoded>
      <guid>https://jseesaw.writeas.com/zui-jin-yue-du-dian-nao-wan-wu-wen-zhang-de-xie-sheng-si</guid>
      <pubDate>Tue, 03 Sep 2019 15:26:53 +0000</pubDate>
    </item>
    <item>
      <title>去中心化後，「我」的個人定位</title>
      <link>https://jseesaw.writeas.com/qu-zhong-xin-hua-hou-wo-de-ge-ren-ding-wei?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;via JSeesaw&#xA;&#xA;　　最近沉浸在分眾式去中心化（decentralized）的社群平台，申請帳號開始嘗鮮使用後，面對全新帳號的空白頁面，我一直在思考這個問題：我的個人專頁，要放什麼東西？這當然也有一個直截了當的快速解答：想放什麼就放什麼。那麼又回歸到最初的問題：「我想放什麼？」&#xA;&#xA;　　我們得利於中央集權式（或視其行徑也可考慮是否稱之為極權）的社群平台的群眾效應，人多勢眾說話就能大聲，在平台上展現自己最美好、最有趣的一面，放送廣告宣傳推播，獲得按讚分享再傳播。如果本身是個喜愛分享的表演型人格創作者，這樣的活動應該勝任有餘。反之，像我大多時候懶惰，心有餘力不足純做興趣，又可能再給自己多加幾種社交障礙標籤的創作者，比起一對多、上下階級分明的網紅與粉絲模式，更偏好的還是平等的一對一交流。&#xA;&#xA;　　去中心化的社群平台，沒有演算法的監控和干預，初階的分眾方式取決於我們選擇創建帳號的伺服器自我定位，工程師、設計師、動漫愛好者分別建立聚集在自己的站點，在ID上以站點位址表明屬性偏好，但也僅此而已，因為連上網站之後迎面而來的是各個站點互相連接組成聯邦，彼此自由交流來往的寬廣世界。&#xA;!--more--&#xA;　　在這樣一個聯邦宇宙中，與人來往或許更該回到「人」本身，從形象符號化回歸到最單純的「自己」與「主題」，以對等的位置去回應主題本身。向內來說自己，我們對自己反問反思的省視，是決定自己想要成為什麼樣的人。向外而言主題，人在群體之中要獲得他人建立關係的意願，即便只是淺薄的打招呼點讚留言，也是要先對他人有益才有較多的機會。使用語言也是一個影響對方是否閱讀回應的關鍵，縱使可以查字典找翻譯，那多少還是多了一層工。在這個聯邦社群想和什麼人交談，視我們使用的語言而定。&#xA;&#xA;　　回到原題，那我想要什麼「主題」？作為平凡而生活無趣，又不善交際的一個人，我或許可以列舉出自己幾個有興趣卻又上不了檯面的愛好，例如繪圖、設計，例如寫作；又或者是最近關注的事物，例如學英文、西文，喜愛骨董電腦電玩，假日再看個足球賽，但大多時候只是外行看熱鬧，終究都只是些皮毛而已。在這些去中心化社群給予的自由交流之中，遠離了媒體操弄的人云亦云，藉由真誠不自欺的回歸本心，認真做現在我想做的，認真玩現在我想玩的，或許我就可以再從那些皮毛主題找回自己了。&#xA;&#xA;#diary #decentralized #DeleteGoogle #DeleteFacebook #Fediverse&#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/qu-zhong-xin-hua-hou-wo-de-ge-ren-ding-wei&#34; height=&#34;170&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34;/iframe/div]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://pixelfed.social/storage/m/1223e1e76d089fa9e2f962b9d338ac52c8a5386f/958884170c587adbdcf1fc45cee3ef23ea052beb/q2Eb9Yutu7b4fDabzyFnHiQfR7yh7tRxWVzrGEAr.jpeg" alt=""/>
via <a href="https://pixelfed.social/p/JSeesaw/24034921848901632" rel="nofollow">JSeesaw</a></p>

<p>　　最近沉浸在分眾式去中心化（decentralized）的社群平台，申請帳號開始嘗鮮使用後，面對全新帳號的空白頁面，我一直在思考這個問題：我的個人專頁，要放什麼東西？這當然也有一個直截了當的快速解答：想放什麼就放什麼。那麼又回歸到最初的問題：「我想放什麼？」</p>

<p>　　我們得利於中央集權式（或視其行徑也可考慮是否稱之為極權）的社群平台的群眾效應，人多勢眾說話就能大聲，在平台上展現自己最美好、最有趣的一面，放送廣告宣傳推播，獲得按讚分享再傳播。如果本身是個喜愛分享的表演型人格創作者，這樣的活動應該勝任有餘。反之，像我大多時候懶惰，心有餘力不足純做興趣，又可能再給自己多加幾種社交障礙標籤的創作者，比起一對多、上下階級分明的網紅與粉絲模式，更偏好的還是平等的一對一交流。</p>

<p>　　去中心化的社群平台，沒有演算法的監控和干預，初階的分眾方式取決於我們選擇創建帳號的伺服器自我定位，工程師、設計師、動漫愛好者分別建立聚集在自己的站點，在ID上以站點位址表明屬性偏好，但也僅此而已，因為連上網站之後迎面而來的是各個站點互相連接組成聯邦，彼此自由交流來往的寬廣世界。

　　在這樣一個聯邦宇宙中，與人來往或許更該回到「人」本身，從形象符號化回歸到最單純的「自己」與「主題」，以對等的位置去回應主題本身。向內來說自己，我們對自己反問反思的省視，是決定自己想要成為什麼樣的人。向外而言主題，人在群體之中要獲得他人建立關係的意願，即便只是淺薄的打招呼點讚留言，也是要先對他人有益才有較多的機會。使用語言也是一個影響對方是否閱讀回應的關鍵，縱使可以查字典找翻譯，那多少還是多了一層工。在這個聯邦社群想和什麼人交談，視我們使用的語言而定。</p>

<p>　　回到原題，那我想要什麼「主題」？作為平凡而生活無趣，又不善交際的一個人，我或許可以列舉出自己幾個有興趣卻又上不了檯面的愛好，例如繪圖、設計，例如寫作；又或者是最近關注的事物，例如學英文、西文，喜愛骨董電腦電玩，假日再看個足球賽，但大多時候只是外行看熱鬧，終究都只是些皮毛而已。在這些去中心化社群給予的自由交流之中，遠離了媒體操弄的人云亦云，藉由真誠不自欺的回歸本心，認真做現在我想做的，認真玩現在我想玩的，或許我就可以再從那些皮毛主題找回自己了。</p>

<p><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:decentralized" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">decentralized</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></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/qu-zhong-xin-hua-hou-wo-de-ge-ren-ding-wei" height="170" frameborder="0"></iframe></div></p>
]]></content:encoded>
      <guid>https://jseesaw.writeas.com/qu-zhong-xin-hua-hou-wo-de-ge-ren-ding-wei</guid>
      <pubDate>Wed, 17 Apr 2019 07:51:07 +0000</pubDate>
    </item>
    <item>
      <title>My First Attempt to Live Without Google</title>
      <link>https://jseesaw.writeas.com/my-first-attempt-to-live-without-google?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Recently, I considered living without Google. The idea came up to me after reading the reflection from @switchingsoftware.&#xA;&#xA;switching.social - Ethical alternatives to popular sites and apps&#xA;https://switching.software/&#xA;&#xA;I agreed with SwitchingSocial&#39;s perspective so that my first step was trying to conduct my mobile life without Google services. However, it was really hard in practice and required some time to build new habits.&#xA;&#xA;For these reasons, my mobile phone, Samsung Galaxy Core Prime (Samsung G360G) which has 1G RAM / 8G ROM / 32G microSD and operates in Android 4.4.4 system, is doing its best to install these applications. I change the default launcher into T-UI Launcher and use Holo Launcher for daily work.&#xA;&#xA;Then I switched Google Services to alternatives.&#xA;!--more--&#xA;| Services &#x9;|  &#x9;| The alternatives I choose &#x9;|&#xA;|---------------------&#x9;|---&#x9;|--------------------------------------------------------------------------------------&#x9;|&#xA;| Google &#x9;| → &#x9;| Turn off. &#x9;|&#xA;| Google+ &#x9;| → &#x9;| Turn off, and this service has been closed. &#x9;|&#xA;| Google Search &#x9;| → &#x9;| Gibiru &amp; DuckDuckGo. &#x9;|&#xA;| Google Voice &#x9;| → &#x9;| Koñele. &#x9;|&#xA;| Google TTS &#x9;| → &#x9;| Flite TTS Engine. &#x9;|&#xA;| Google Play Store &#x9;| → &#x9;| F-Droid. I have turned Play Store off until some in-app purchase apps need validation. &#x9;|&#xA;| Google Play Service &#x9;| → &#x9;| Still turn on, but turn off most of the syncs except Fit. &#x9;|&#xA;| Gmail &#x9;| → &#x9;| K-9 Mail &amp; Protonmail. &#x9;|&#xA;| Chrome &#x9;| → &#x9;| Browser NBPro for the mobile, and Firefox for the computer. &#x9;|&#xA;| Google Map &#x9;| → &#x9;| OpenStreetMap + OsmAnd. &#x9;|&#xA;| Google Fit &#x9;| → &#x9;| FitNote. &#x9;|&#xA;| Google Keep &#x9;| → &#x9;| txt files + MementoDatabase. &#x9;|&#xA;| Google Docs &#x9;| → &#x9;| txt files with any text editor. &#x9;|&#xA;| Google Calendar &#x9;| → &#x9;| Etar + Offline Calendar, and use Rainlendar for my computer. &#x9;|&#xA;| Gboard &#x9;| → &#x9;| Multiling O Keyboard. &#x9;|&#xA;| Google Drive &#x9;| → &#x9;| Syncthing + NextCloud. &#x9;|&#xA;| Google Book &#x9;| → &#x9;| AlReader or Book Reader. &#x9;|&#xA;| Youtube &#x9;| → &#x9;| NewPipe &amp; Invidious &amp; Peertube &#x9;|&#xA;| Google Blogger &#x9;| → &#x9;| Write.as &#x9;|&#xA;| Google Hangouts &#x9;| → &#x9;| Discord &#x9;|&#xA;&#xA;I also switched my social networks to alternatives.&#xA;&#xA;| Services &#x9;|  &#x9;| What I use &#x9;|&#xA;|-------------------&#x9;|:-:&#x9;|-----------------------------&#x9;|&#xA;| Facebook &#x9;| → &#x9;| Only use Facebook Page. &#x9;|&#xA;| Instant Messenger &#x9;| → &#x9;| Threema &amp; Telegram &#x9;|&#xA;| Instagram &#x9;| → &#x9;| Pixelfed &#x9;|&#xA;| Twitter &#x9;| → &#x9;| Mastodon &#x9;|&#xA;| Plurk &#x9;| → &#x9;| Still use. &#x9;|&#xA;| Blogger &#x9;| → &#x9;| Write.as &#x9;|&#xA;&#xA;Those privacy-friendly sites such as Mastodon, Pixelfed, and Peertube could be browsed by just using Fedilab.&#xA;&#xA;By getting rid of most of Google applications, my old smartphone now has 1.2G ROM storage and 100~200mb RAM available and has 133 apps installed. Therefore, open source software is more suitable than Google service to Android 4.4.4. Thank the open source apps that create a new world for those outdated devices. My mobile is still functional and useful for me despite its low-end hardware. &#xA;&#xA;Finally, those tiny steps to leave Google and commercial social media make me feel a kind of freedom without monitoring. On the other side, I lose some automatic, synchronized convenience between the mobile device and the computer. Well, it might not be a big deal if we pay a little more effort with backup. We should secure our valuable full version of freedom, not for the lite version one under the mass surveillance.&#xA;&#xA;#thoughts #AndroidAPP #decentralized #DeleteGoogle #Fediverse&#xA;&#xA;　&#xA; &#xA;---&#xA;&#xA;　&#xA;References&#xA;&#xA;Guide to Switching - By switching.social&#xA;https://switching.software/&#xA;&#xA;How to Live Without Google&#xA;https://spreadprivacy.com/how-to-remove-google/&#xA;&#xA;How to live without Google? - By Alex Ewerlöf&#xA;https://medium.com/@alexewerlof/how-to-live-without-google-c0f1630ead6&#xA;&#xA;　&#xA;　&#xA;div style=&#34;background-color:#eeeeee; border:1px solid #ccc; padding:20px 10px 0 10px;&#34;h4If you like my articles, welcome to click 5 Likes! /h4I&#39;ll get donated from LikeCoin.brbrFeedback is sponsored bya href=&#34;https://like.co/&#34; LikeCoin /a Foundation. Just register/login to click 5 Likes to sponsor articles, and support my works.&#xA;&#xA;iframe src=&#34;https://button.like.co/in/embed/jseesaw/button?referrer=https%3A%2F%2Fjseesaw.writeas.com/my-first-attempt-to-live-without-google&#34; height=&#34;170&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34;/iframe/div&#xA;&#xA;　]]&gt;</description>
      <content:encoded><![CDATA[<p>Recently, I considered living without Google. The idea came up to me after reading the reflection from <a href="https://mstdn.swiso.org/@switchingsoftware" rel="nofollow">@switchingsoftware</a>.</p>

<p><strong>switching.social – Ethical alternatives to popular sites and apps</strong>
<a href="https://switching.software/" rel="nofollow">https://switching.software/</a></p>

<p>I agreed with SwitchingSocial&#39;s perspective so that my first step was trying to conduct my mobile life without Google services. However, it was really hard in practice and required some time to build new habits.</p>

<p>For these reasons, my mobile phone, Samsung Galaxy Core Prime (Samsung G360G) which has 1G RAM / 8G ROM / 32G microSD and operates in Android 4.4.4 system, is doing its best to install these applications. I change the default launcher into T-UI Launcher and use Holo Launcher for daily work.</p>

<p><img src="https://i.snap.as/5Ruw3xU.jpg" alt=""/></p>

<p>Then I switched Google Services to alternatives.

| Services  |   | The alternatives I choose     |
|——————————–  |—–    |——————————————————————————————————————————— |
| Google    | →     | Turn off.     |
| Google+   | →     | Turn off, and this service has been closed.   |
| Google Search     | →     | Gibiru &amp; DuckDuckGo.  |
| Google Voice  | →     | Koñele.   |
| Google TTS    | →     | Flite TTS Engine.     |
| Google Play Store     | →     | F-Droid. I have turned Play Store off until some in-app purchase apps need validation.    |
| Google Play Service   | →     | Still turn on, but turn off most of the syncs except Fit.     |
| Gmail     | →     | K-9 Mail &amp; Protonmail.    |
| Chrome    | →     | Browser NBPro for the mobile, and Firefox for the computer.   |
| Google Map    | →     | OpenStreetMap + OsmAnd.   |
| Google Fit    | →     | FitNote.  |
| Google Keep   | →     | txt files + MementoDatabase.  |
| Google Docs   | →     | txt files with any text editor.   |
| Google Calendar   | →     | Etar + Offline Calendar, and use Rainlendar for my computer.  |
| Gboard    | →     | Multiling O Keyboard.     |
| Google Drive  | →     | Syncthing + NextCloud.    |
| Google Book   | →     | AlReader or Book Reader.  |
| Youtube   | →     | NewPipe &amp; Invidious &amp; Peertube    |
| Google Blogger    | →     | Write.as  |
| Google Hangouts   | →     | Discord   |</p>

<p>I also switched my social networks to alternatives.</p>

<table>
<thead>
<tr>
<th>Services</th>
<th align="center"></th>
<th>What I use</th>
</tr>
</thead>

<tbody>
<tr>
<td>Facebook</td>
<td align="center">→</td>
<td>Only use Facebook Page.</td>
</tr>

<tr>
<td>Instant Messenger</td>
<td align="center">→</td>
<td>Threema &amp; Telegram</td>
</tr>

<tr>
<td>Instagram</td>
<td align="center">→</td>
<td>Pixelfed</td>
</tr>

<tr>
<td>Twitter</td>
<td align="center">→</td>
<td>Mastodon</td>
</tr>

<tr>
<td>Plurk</td>
<td align="center">→</td>
<td>Still use.</td>
</tr>

<tr>
<td>Blogger</td>
<td align="center">→</td>
<td>Write.as</td>
</tr>
</tbody>
</table>

<p>Those privacy-friendly sites such as Mastodon, Pixelfed, and Peertube could be browsed by just using Fedilab.</p>

<p>By getting rid of most of Google applications, my old smartphone now has 1.2G ROM storage and 100~200mb RAM available and has 133 apps installed. Therefore, open source software is more suitable than Google service to Android 4.4.4. Thank the open source apps that create a new world for those outdated devices. My mobile is still functional and useful for me despite its low-end hardware.</p>

<p>Finally, those tiny steps to leave Google and commercial social media make me feel a kind of <strong>freedom</strong> without monitoring. On the other side, I lose some automatic, synchronized convenience between the mobile device and the computer. Well, it might not be a big deal if we pay a little more effort with backup. We should secure our valuable full version of freedom, not for the lite version one under the mass surveillance.</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:AndroidAPP" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">AndroidAPP</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:DeleteGoogle" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">DeleteGoogle</span></a> <a href="https://jseesaw.writeas.com/tag:Fediverse" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Fediverse</span></a></p>

<p>　</p>

<hr/>

<p>　</p>

<h2 id="references" id="references">References</h2>

<p><strong>Guide to Switching</strong> – By switching.social
<a href="https://switching.software/" rel="nofollow">https://switching.software/</a></p>

<p><strong>How to Live Without Google</strong>
<a href="https://spreadprivacy.com/how-to-remove-google/" rel="nofollow">https://spreadprivacy.com/how-to-remove-google/</a></p>

<p><strong>How to live without Google?</strong> – By Alex Ewerlöf
<a href="https://medium.com/@alexewerlof/how-to-live-without-google-c0f1630ead6" rel="nofollow">https://medium.com/@alexewerlof/how-to-live-without-google-c0f1630ead6</a></p>

<p>　
　
<div style="background-color:#eeeeee; border:1px solid #ccc; padding:20px 10px 0 10px;"><h4>If you like my articles, welcome to click 5 Likes! </h4>I&#39;ll get donated from LikeCoin.<br><br>Feedback is sponsored by<a href="https://like.co/" rel="nofollow"> LikeCoin </a> Foundation. Just register/login to click 5 Likes to sponsor articles, and support my works.</p>

<p><iframe src="https://button.like.co/in/embed/jseesaw/button?referrer=https%3A%2F%2Fjseesaw.writeas.com/my-first-attempt-to-live-without-google" height="170" frameborder="0"></iframe></div></p>

<p>　</p>
]]></content:encoded>
      <guid>https://jseesaw.writeas.com/my-first-attempt-to-live-without-google</guid>
      <pubDate>Wed, 03 Apr 2019 08:12:16 +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>