<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Thai Thien</title>
    <description>The latest articles on DEV Community by Thai Thien (@ttpro1995).</description>
    <link>https://dev.to/ttpro1995</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F564160%2Fc0cd83a2-0eb6-4cbb-95e0-feea25d36546.jpeg</url>
      <title>DEV Community: Thai Thien</title>
      <link>https://dev.to/ttpro1995</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ttpro1995"/>
    <language>en</language>
    <item>
      <title>Quick look at Mozilla Rally</title>
      <dc:creator>Thai Thien</dc:creator>
      <pubDate>Thu, 27 May 2021 16:41:12 +0000</pubDate>
      <link>https://dev.to/ttpro1995/quick-look-at-mozilla-rally-d17</link>
      <guid>https://dev.to/ttpro1995/quick-look-at-mozilla-rally-d17</guid>
      <description>&lt;h1&gt;
  
  
  Homepage:
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://rally.mozilla.org/"&gt;https://rally.mozilla.org/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  What is it ?
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;An Firefox extension&lt;/strong&gt; let you to share your &lt;strong&gt;personal data&lt;/strong&gt; to help Firefox conduct their research.&lt;/p&gt;

&lt;p&gt;One of on-going research: &lt;a href="https://rally.mozilla.org/current-studies/your-time-online-and-doomscrolling/"&gt;Your Time Online and "Doomscrolling"&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  What data is being collect:
&lt;/h1&gt;

&lt;h2&gt;
  
  
  In short
&lt;/h2&gt;

&lt;p&gt;It is already said on their study page &lt;a href="https://rally.mozilla.org/current-studies/your-time-online-and-doomscrolling/"&gt;Your Time Online and "Doomscrolling"&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The data is: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your answer to the survey &lt;/li&gt;
&lt;li&gt;Your browsing activity&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Long
&lt;/h2&gt;

&lt;p&gt;I want to know actually what is being collect, the actually data. &lt;/p&gt;

&lt;p&gt;There are two part of the data: The automate collected data, and survey data. &lt;/p&gt;

&lt;h3&gt;
  
  
  Auto Collect data
&lt;/h3&gt;

&lt;p&gt;First, I make an &lt;a href="https://github.com/mozilla-rally/rally-study-01/issues/107"&gt;issue&lt;/a&gt; on Github&lt;/p&gt;

&lt;p&gt;I follow the instruction: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Open about:debugging#/runtime/this-firefox &lt;/li&gt;
&lt;li&gt;We click the "inspect" of Mozilla Rally extension.&lt;/li&gt;
&lt;li&gt;Switch to tab console. &lt;/li&gt;
&lt;li&gt;Then Try to browsing some news outlet, like &lt;a href="https://www.theguardian.com"&gt;https://www.theguardian.com&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;Check "Console" tab for some log 
(check &lt;a href="https://gist.github.com/ttpro1995/882ab0f74542a4954156fb98e7edd3bb"&gt;gist&lt;/a&gt;
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bQaqExxz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://draftin.com:443/images/78811%3Ftoken%3DOjrxUq5RcpmZyB_JDFCLrxkN_KkkmTxhYJ9a2gpBQFVy3r94fgvbW3UHDiF3R6wXMR0f7VcVQjd3D8tK57NQOL8" alt="theguardian.jpg"&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There are many &lt;code&gt;eventType&lt;/code&gt;. However, it is difficult to track all event in the console log where most of the line is error. And it spiting out fast. Here is the json contain my activity on TheGuardian page:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;{
  "pageId": "49bc224e482815248b8eaa5f3b51e5b5",
  "origin": "https://www.theguardian.com",
  "referrerOrigin": "https://www.theguardian.com",
  "pageVisitStartTime": 1622132572402,
  "pageVisitStopTime": 1622132578956,
  "duration": 6434,
  "maxRelativeScrollDepth": 0.8231418571134446,
  "maxPixelScrollDepth": 4406,
  "scrollHeight": 5500,
  "eventTerminationReason": "page-visit-stop",
  "title": "Astronomers create largest map of the universe’s dark matter  | Astronomy | The Guardian",
  "ogType": "article",
  "description": "International team reveal vast cosmic voids over the Earth’s skies that could challenge Einstein",
  "eventStartTime": 1622132572522,
  "eventStopTime": 1622132578956,
  "eventType": "attention"
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The data record your URL, page title with description. It is very well show what you are reading. And how you interact (scrollHeight, eventStartTime, pageVisitStartTime, ...) &lt;/p&gt;

&lt;h3&gt;
  
  
  Survey data
&lt;/h3&gt;

&lt;p&gt;You did submit the survey at the beginning of the event. Now you wonder where is it ? &lt;/p&gt;

&lt;p&gt;It is in the "storage" tab, check "Extension Storage". See the screenshot here: &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Z0gOdIhX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://draftin.com:443/images/78812%3Ftoken%3DrJqJ_Jm_rUbh4qbelsyDIh5suSwFZ45iR70JLsv9UZkg1-vMavI2_qoLQnFFfGUn6DZVYgUrplr0WePTIs9UAhs" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Z0gOdIhX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://draftin.com:443/images/78812%3Ftoken%3DrJqJ_Jm_rUbh4qbelsyDIh5suSwFZ45iR70JLsv9UZkg1-vMavI2_qoLQnFFfGUn6DZVYgUrplr0WePTIs9UAhs" alt="extension_storage.jpg"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;The key 'demographicsData' seem to be your survey result. Everything else is auto-generated.&lt;br&gt;
Mine is&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;{
  "age": "25_34",
  "gender": "male",
  "hispanicLatinxSpanishOrigin": "other",
  "race": [
    "vietnamese"
  ],
  "school": "graduate_degree",
  "income": "25000_49999",
  "zipcode": "70000"
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>mozilla</category>
      <category>firefox</category>
      <category>datascience</category>
    </item>
    <item>
      <title>Simple online privacy guide</title>
      <dc:creator>Thai Thien</dc:creator>
      <pubDate>Thu, 11 Feb 2021 07:42:47 +0000</pubDate>
      <link>https://dev.to/ttpro1995/anti-tracking-for-online-reading-guide-3mkb</link>
      <guid>https://dev.to/ttpro1995/anti-tracking-for-online-reading-guide-3mkb</guid>
      <description>&lt;h1&gt;
  
  
  1. Situation
&lt;/h1&gt;

&lt;p&gt;You need to read about the world every day to know stuff. Sometimes, newspaper in 'paper' don't available at the moment. So, you need to read online. &lt;/p&gt;

&lt;p&gt;News outlet, big-tech (Google, Facebook), Government (ISP, government-backed new outlet) want to gather as much data about you. &lt;/p&gt;

&lt;h1&gt;
  
  
  2. The risk
&lt;/h1&gt;

&lt;p&gt;can ranging from You can be shown with 'best ads for you, bank rate your 'credit score' based on browsing history, or government rate you as 'not reliable' because you keep reading gossip news rather than science article.&lt;/p&gt;

&lt;p&gt;So, you need to prevent that before real consequence hit you.&lt;/p&gt;

&lt;h1&gt;
  
  
  3. My guide on anti-track
&lt;/h1&gt;

&lt;p&gt;I have sort in order from riskiest (DNS).&lt;/p&gt;

&lt;h2&gt;
  
  
  3.1 Set Domain Name System (DNS) with 1.1.1.1
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Risk&lt;/strong&gt; DNS help your PC convert domain name (example: facebook.com) to ip address (like 69.171.250.35). By default, DNS traffic over internet is not encrypted, anyone who see the traffic can read the content. Now your Internet Service Provider (ISP) know that you are browsing Facebook. Government-backed ISP may rate you as 'lazy, unreliable' because you are browsing Facebook all day instead of working. It will be worst if they know to get into some anti-government websites, not serious to get you jailed, but serious enough to prevent you from get into important government jobs, should you apply in the future. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Solution:&lt;/strong&gt; Install &lt;a href="https://1.1.1.1/"&gt;1.1.1.1&lt;/a&gt;. Yes the address is 1.1.1.1. Install and it just works, as simple as turn on the switch. No config need on Windows/Mac/Android/iOS. &lt;/p&gt;

&lt;h2&gt;
  
  
  3.2 Dedicate browser for reading/browsing news
&lt;/h2&gt;

&lt;p&gt;Chrome is on with built-in spyware. Use &lt;a href="https://www.mozilla.org/en-US/firefox/new/"&gt;Firefox&lt;/a&gt;, &lt;a href="https://vivaldi.com/"&gt;Vivaldi&lt;/a&gt;, &lt;a href="https://brave.com/"&gt;Brave&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Do not login anything, no Gmail, Facebook in this dedicate browser so you do not associate your reading habit (in case browser failed to prevent tracking) to your profile. &lt;/p&gt;

&lt;p&gt;Factory reset the browser after each reading session. If you are not lazy, reset every you change to new outlet (after read NYTime, reset, then read The Guardian).&lt;/p&gt;

&lt;h2&gt;
  
  
  3.3 Anti-tracking plugin
&lt;/h2&gt;

&lt;p&gt;Install anti-tracking plugin. This is my choice &lt;a href="https://github.com/gorhill/uBlock"&gt;uBlock&lt;/a&gt;, &lt;a href="https://www.ghostery.com/"&gt;Ghostery&lt;/a&gt;, &lt;a href="https://github.com/duckduckgo/duckduckgo-privacy-extension"&gt;DuckDuckGo Privacy Essentials&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  3.4 Privacy search engine
&lt;/h2&gt;

&lt;p&gt;If you use Google, and also login Google, you can access your search history in your Google Account. History also show up in your Android Phone. Quite convenient until someone else have it.&lt;/p&gt;

&lt;p&gt;I suggest &lt;a href="https://duckduckgo.com/"&gt;DuckDuckGo&lt;/a&gt;, they are a new search engine by themselves. I like DuckDuckGo a lot. They are as fast as Google. Results are good enough for my developing need.  &lt;/p&gt;

&lt;p&gt;If you still want power of Google, use &lt;a href="https://www.startpage.com/"&gt;Startpage&lt;/a&gt;. StartPage outsource result from Google. They have servers in US/EU, so you may experience slow load speed from Asia.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.ecosia.org/"&gt;Ecosia&lt;/a&gt; outsource result from Bing. &lt;/p&gt;

&lt;h2&gt;
  
  
  3.5 VPN
&lt;/h2&gt;

&lt;p&gt;VPN help you hide all your activity from your ISP. It is costly ... as much as &amp;lt; 10$ per month. Do not use free VPN. Always choice VPN provider that do not have Free Plan. &lt;/p&gt;

&lt;p&gt;I suggest Mullvad (I put no referee URL here, use DuckDuckGo for URL please).&lt;/p&gt;

&lt;p&gt;You don't need VPN unless you are reading sensitive news (politic, human right ...). If you are not sure, then use VPN. &lt;/p&gt;

</description>
      <category>howto</category>
      <category>tracking</category>
      <category>privacy</category>
    </item>
    <item>
      <title>Hello world</title>
      <dc:creator>Thai Thien</dc:creator>
      <pubDate>Thu, 11 Feb 2021 06:44:36 +0000</pubDate>
      <link>https://dev.to/ttpro1995/hello-world-630</link>
      <guid>https://dev.to/ttpro1995/hello-world-630</guid>
      <description>&lt;p&gt;This is my first blog. I came here from &lt;a href="https://coil.com/explore"&gt;https://coil.com/explore&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I wonder how this new world different from facebook. &lt;/p&gt;

</description>
      <category>helloworld</category>
    </item>
  </channel>
</rss>
