<?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: miku86</title>
    <description>The latest articles on DEV Community by miku86 (@miku86).</description>
    <link>https://dev.to/miku86</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%2F46153%2F13f37756-c6ea-4337-bc41-050475a8e9d6.jpg</url>
      <title>DEV Community: miku86</title>
      <link>https://dev.to/miku86</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/miku86"/>
    <language>en</language>
    <item>
      <title>Series about cryptos: Intro</title>
      <dc:creator>miku86</dc:creator>
      <pubDate>Wed, 10 Nov 2021 16:33:37 +0000</pubDate>
      <link>https://dev.to/miku86/series-about-cryptos-intro-2oi4</link>
      <guid>https://dev.to/miku86/series-about-cryptos-intro-2oi4</guid>
      <description>&lt;p&gt;Hey folks,&lt;/p&gt;

&lt;p&gt;I'm into learning a whole new topic in-depth: cryptocurrencies.&lt;/p&gt;

&lt;p&gt;In public. #learninpublic&lt;/p&gt;

&lt;p&gt;I like to learn, I like to explain.&lt;/p&gt;

&lt;p&gt;It helps me to deepen my knowledge.&lt;/p&gt;

&lt;p&gt;That's why I share this stuff with you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So this will be the first post of a series.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why?
&lt;/h2&gt;

&lt;p&gt;In the last few months, a lot of my friends have been talking about crypto.&lt;/p&gt;

&lt;p&gt;But when I ask them questions about it, because I want to learn from them, they literally know nothing, zero, niente about it.&lt;/p&gt;




&lt;p&gt;Q: Oh cool, why did you buy this cryptocurrency?&lt;br&gt;&lt;br&gt;
A: A Youtuber talked about it.&lt;/p&gt;

&lt;p&gt;Q: Which &lt;a href="https://wikiless.org/wiki/Consensus_(computer_science)?lang=en"&gt;consensus mechanism&lt;/a&gt; does this cryptocurrency use?&lt;br&gt;&lt;br&gt;
A: Eehm, what is a "consensus mechanism"?&lt;/p&gt;

&lt;p&gt;Q: What is your investment strategy (&lt;a href="https://wikiless.org/wiki/Investment_management?lang=en"&gt;1&lt;/a&gt;, &lt;a href="https://wikiless.org/wiki/Asset_allocation?lang=en"&gt;2&lt;/a&gt;)?&lt;br&gt;&lt;br&gt;
A: I don't have one.&lt;/p&gt;




&lt;p&gt;So most of the time I think they just want to ride the hype-train. Some uncle's step-daughter's friend become a millionaire, so maybe there is a lof of &lt;a href="https://wikiless.org/wiki/Fear_of_missing_out?lang=en"&gt;fear-of-missing-out&lt;/a&gt; involved.&lt;/p&gt;

&lt;p&gt;"I have to work 9-5, and this non-intelligent guy made some 10.000 bucks, I don't want to miss this next opportunity!"&lt;/p&gt;

&lt;p&gt;Don't get me wrong, this is a normal human emotion, so it is not bad. I just think making bad decisions based on this emotion is not so fruitful.&lt;/p&gt;

&lt;p&gt;Actually, I think this is &lt;strong&gt;very dangerous&lt;/strong&gt;. Because this nurtures a very dangerous habit: acting based on bad decision-making patterns.&lt;/p&gt;

&lt;p&gt;And I think one of the worst decision-making patterns is: not knowing the fundamentals.&lt;/p&gt;

&lt;p&gt;This is why I want to talk about the &lt;strong&gt;basics of cryptocurrencies&lt;/strong&gt; - as a software developer.&lt;/p&gt;

&lt;h2&gt;
  
  
  Our objectives
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Which problems do we want to solve with cryptocurrencies?&lt;/li&gt;
&lt;li&gt;What is a ledger (e.g. a blockchain)?&lt;/li&gt;
&lt;li&gt;Who decides what the state of the ledger is?&lt;/li&gt;
&lt;li&gt;What is a wallet?&lt;/li&gt;
&lt;li&gt;How does a transaction work?&lt;/li&gt;
&lt;li&gt;What is a cryptocurrency?&lt;/li&gt;
&lt;li&gt;How do I buy cryptocurrency?&lt;/li&gt;
&lt;li&gt;...&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;One simple disclaimer&lt;/strong&gt; : Always double-check your informations, also my posts - everything. If you don't understand it, read up about it, ask questions ("What does X mean?"), paraphrase in your own words ("So this means, that ...?"). Don't act like a fool, always understand the underlying fundamentals.&lt;/p&gt;




&lt;p&gt;See you in the next post! :)&lt;/p&gt;

&lt;p&gt;If you want to join forces, hit me up at: &lt;a href="mailto:michael@miku86.com"&gt;michael@miku86.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>bitcoin</category>
      <category>ethereum</category>
      <category>web3</category>
    </item>
    <item>
      <title>Password manager housecleaning</title>
      <dc:creator>miku86</dc:creator>
      <pubDate>Mon, 08 Nov 2021 20:02:47 +0000</pubDate>
      <link>https://dev.to/miku86/password-manager-housecleaning-2fl9</link>
      <guid>https://dev.to/miku86/password-manager-housecleaning-2fl9</guid>
      <description>&lt;p&gt;Last year, I migrated all my passwords from Firefox to &lt;a href="https://en.wikipedia.org/wiki/KeePassXC"&gt;KeePassXC&lt;/a&gt; to have my passwords just saved locally, not in the hands of a third party.&lt;/p&gt;

&lt;p&gt;Yesterday, I had a look into the database - 115 entries.&lt;/p&gt;

&lt;p&gt;So looking at this data, I saw a lot of unused stuff, e.g. Zoom, some email accounts, some old tools and so on.&lt;/p&gt;

&lt;p&gt;So I decided to do some housecleaning by deleting some of these accounts.&lt;/p&gt;

&lt;p&gt;Before deleting the account, I set the account email address to something like &lt;code&gt;zoom-2021-04-06@mydomain.com&lt;/code&gt; to have an unique address for each account.&lt;/p&gt;

&lt;p&gt;Why? Because I hope to see, which company sells/leaks my email and/or doesn't delete it at all. This company will go to my personal "black list" of not trustworthy companies.&lt;/p&gt;

&lt;p&gt;Some companies are already very sneaky:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;clicking on the deletion button doesn't work, even in different browsers&lt;/li&gt;
&lt;li&gt;the captcha isn't solvable, even after trying it for 10 minutes (no joke!)&lt;/li&gt;
&lt;li&gt;trying to &lt;a href="https://en.wikipedia.org/wiki/Nudge_theory"&gt;nudge me&lt;/a&gt; with a blue, bold button to cancel the deletion and a just slightly-visible button to accept the deletion&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Whatever, I managed to delete 13 accounts.&lt;/p&gt;

</description>
      <category>privacy</category>
    </item>
    <item>
      <title>2021-04-07 | Facebook leak</title>
      <dc:creator>miku86</dc:creator>
      <pubDate>Thu, 08 Apr 2021 08:05:10 +0000</pubDate>
      <link>https://dev.to/miku86/2021-04-07-facebook-leak-1d0d</link>
      <guid>https://dev.to/miku86/2021-04-07-facebook-leak-1d0d</guid>
      <description>&lt;p&gt;You probably already heard about it: &lt;a href="https://news.ycombinator.com/item?id=26681969"&gt;533M Facebook users' data leaked&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;So the Wikipedia articles about &lt;a href="https://en.wikipedia.org/wiki/Criticism_of_Facebook"&gt;Critism&lt;/a&gt; and &lt;a href="https://en.wikipedia.org/wiki/Privacy_concerns_of_Facebook"&gt;Privacy concerns&lt;/a&gt; of Facebook are already very long. One new chapter added.&lt;/p&gt;

&lt;p&gt;In May, WhatsApp will &lt;a href="https://www.dw.com/en/whatsapp-delays-privacy-changes-following-backlash/a-56243714"&gt;update their terms of service&lt;/a&gt;, so Facebook will get your WhatsApp data.&lt;/p&gt;

&lt;p&gt;Data of a mass surveillance tool (WhatsApp) in the hands of a company (Facebook) that sells and loses your data.&lt;/p&gt;

&lt;p&gt;I think it's time to make a decision.&lt;/p&gt;

&lt;p&gt;I made my decision some days ago, but it was in the making for a long time:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://miku86.com/blog/2021-04-02"&gt;I deleted WhatsApp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://miku86.com/blog/2021-04-03"&gt;Why I deleted WhatsApp&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>learninpublic</category>
      <category>beginners</category>
      <category>webdev</category>
      <category>privacy</category>
    </item>
    <item>
      <title>2021-04-06 | Password manager housecleaning</title>
      <dc:creator>miku86</dc:creator>
      <pubDate>Wed, 07 Apr 2021 08:54:24 +0000</pubDate>
      <link>https://dev.to/miku86/2021-04-06-password-manager-housecleaning-4ol0</link>
      <guid>https://dev.to/miku86/2021-04-06-password-manager-housecleaning-4ol0</guid>
      <description>&lt;p&gt;Sorry for the delay, I mostly forget to crosspost, you can find all diary entries on my &lt;a href="https://miku86.com/blog/"&gt;blog&lt;/a&gt;.&lt;/p&gt;




&lt;p&gt;Last year, I migrated all my passwords from Firefox to &lt;a href="https://en.wikipedia.org/wiki/KeePassXC"&gt;KeePassXC&lt;/a&gt; to have my passwords just saved locally, not in the hands of a third party.&lt;/p&gt;

&lt;p&gt;Yesterday, I had a look into the database - 115 entries.&lt;/p&gt;

&lt;p&gt;So looking at this data, I saw a lot of unused stuff, e.g. Zoom, some email accounts, some old tools and so on.&lt;/p&gt;

&lt;p&gt;So I decided to do some housecleaning by deleting some of these accounts.&lt;/p&gt;

&lt;p&gt;Before deleting the account, I set the account email address to something like &lt;code&gt;zoom-2021-04-06@mydomain.com&lt;/code&gt; to have an unique address for each account.&lt;/p&gt;

&lt;p&gt;Why? Because I hope to see, which company sells/leaks my email and/or doesn't delete it at all. This company will go to my personal "black list" of not trustworthy companies.&lt;/p&gt;

&lt;p&gt;Some companies are already very sneaky:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;clicking on the deletion button doesn't work, even in different browsers&lt;/li&gt;
&lt;li&gt;the captcha isn't solvable, even after trying it for 10 minutes (no joke!)&lt;/li&gt;
&lt;li&gt;trying to &lt;a href="https://en.wikipedia.org/wiki/Nudge_theory"&gt;nudge me&lt;/a&gt; with a blue, bold button to cancel the deletion and a just slightly-visible button to accept the deletion&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Whatever, I managed to delete 13 accounts.&lt;/p&gt;

</description>
      <category>learninpublic</category>
      <category>beginners</category>
      <category>webdev</category>
      <category>privacy</category>
    </item>
    <item>
      <title>2021-03-29 | My shortlist and riding my bike</title>
      <dc:creator>miku86</dc:creator>
      <pubDate>Tue, 30 Mar 2021 09:17:21 +0000</pubDate>
      <link>https://dev.to/miku86/2021-03-29-my-shortlist-and-riding-my-bike-3pee</link>
      <guid>https://dev.to/miku86/2021-03-29-my-shortlist-and-riding-my-bike-3pee</guid>
      <description>&lt;p&gt;I have a list with short tasks I want to work / research on. From time to time I give myself some hours to do this stuff.&lt;/p&gt;

&lt;p&gt;It's mostly simple stuff like "Have a look at website X" or "Do laundry".&lt;/p&gt;

&lt;p&gt;So why do I have a list for this stuff? I mean most people probably don't have a list to remember doing laundry, but they do it anyway.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I do this to keep up my focus.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Sure, I would do it at some point, e.g. when I would &lt;em&gt;feel&lt;/em&gt; like doing it. But this is also how &lt;a href="https://en.wikipedia.org/wiki/Binge_watching"&gt;binge-watching&lt;/a&gt; and social media madness creeps into life, "I currently feel like I should spend 4 hours on reddit to watch some funny memes.".&lt;/p&gt;

&lt;p&gt;So I plan this shortlist stuff, I give it a dedicated place in my calendar.&lt;/p&gt;

&lt;p&gt;I also do this with exercising. I have an appointment with myself each day at 3PM to ride my bike. Yes, sometimes I can't make it at 3 or I simply "forget" it, because I don't look into my calendar. But these days are rare. It's not about perfection, &lt;strong&gt;it's about the trend &amp;amp; creating a habit.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>learninpublic</category>
      <category>beginners</category>
      <category>webdev</category>
      <category>career</category>
    </item>
    <item>
      <title>2021-03-25 | Being in public like a pro</title>
      <dc:creator>miku86</dc:creator>
      <pubDate>Sat, 27 Mar 2021 09:22:24 +0000</pubDate>
      <link>https://dev.to/miku86/2021-03-25-being-in-public-like-a-pro-e78</link>
      <guid>https://dev.to/miku86/2021-03-25-being-in-public-like-a-pro-e78</guid>
      <description>&lt;p&gt;&lt;a href="https://miku86.com/blog/2021-03-24/"&gt;Yesterday&lt;/a&gt; I published my first daily post again.&lt;/p&gt;

&lt;p&gt;This feels like a commitment to do this in public.&lt;br&gt;
I've always kept up the habit of writing, but I didn't publish it.&lt;/p&gt;

&lt;p&gt;Maybe some fear of being not interesting enough while people on Instagram or TikTok do all this fancy stuff. But this is probably not reality and I very rarely check these platforms.&lt;/p&gt;

&lt;p&gt;To get news, I use &lt;a href="https://en.wikipedia.org/wiki/Friendica"&gt;Friendica&lt;/a&gt;, where I subscribe to accounts on YouTube, Twitter, RSS Feeds, Mastodon etc.&lt;/p&gt;

&lt;p&gt;If I want to write on Twitter, I use &lt;a href="https://tweetdeck.twitter.com/"&gt;Tweetdeck&lt;/a&gt;, so I never see trends or other outraging stuff. I try to use it like a professional.&lt;/p&gt;

&lt;p&gt;How do you handle social media?&lt;/p&gt;

</description>
      <category>learninpublic</category>
      <category>beginners</category>
      <category>webdev</category>
      <category>career</category>
    </item>
    <item>
      <title>2021-03-24 | Daily diary again</title>
      <dc:creator>miku86</dc:creator>
      <pubDate>Thu, 25 Mar 2021 09:04:17 +0000</pubDate>
      <link>https://dev.to/miku86/2021-03-24-daily-diary-again-38em</link>
      <guid>https://dev.to/miku86/2021-03-24-daily-diary-again-38em</guid>
      <description>&lt;p&gt;I will restart my daily diary again.&lt;/p&gt;

&lt;p&gt;I think I answered some of &lt;a href="https://miku86.com/blog/day-2020-11-18/"&gt;my questions&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;My mind is interesting. Biased all the way.&lt;/p&gt;

&lt;p&gt;My diary is a way to look back and check reality.&lt;/p&gt;

&lt;p&gt;Is this how it was back then? Are my memories exact?&lt;/p&gt;

&lt;p&gt;Writing is some sort of meditation. While writing this post, I let my hands go and my thoughts flow. Some of the stuff feels "weird".&lt;/p&gt;

&lt;p&gt;Like when I wake up at night and think about stuff that matters to me. When my conscious mind is not a filter to my inner me. These moments are rare.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Why do I even write this daily diary?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;To get in touch with myself.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>learninpublic</category>
      <category>beginners</category>
      <category>webdev</category>
      <category>career</category>
    </item>
    <item>
      <title>#100DaysOfHaskell: Start</title>
      <dc:creator>miku86</dc:creator>
      <pubDate>Tue, 16 Feb 2021 16:50:27 +0000</pubDate>
      <link>https://dev.to/miku86/100daysofhaskell-start-2h3b</link>
      <guid>https://dev.to/miku86/100daysofhaskell-start-2h3b</guid>
      <description>&lt;p&gt;When you have a look at &lt;a href="https://miku86.com/blog"&gt;all my post&lt;/a&gt;, you can see that many of them are about JavaScript.&lt;/p&gt;

&lt;p&gt;The more I've grown as an engineer/developer, the more I've moved away from caring too much about implementation details.&lt;/p&gt;

&lt;p&gt;Tools like languages, frameworks and libraries come and go, but ideas, concepts and patterns stay way longer.&lt;/p&gt;

&lt;p&gt;This is why I'm very open-minded towards learning new concepts.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://en.wikipedia.org/wiki/Functional_programming"&gt;Functional Programming&lt;/a&gt; is one of these concepts I find very interesting and intuitive.&lt;/p&gt;

&lt;p&gt;Nowadays I'm more into &lt;a href="https://miku86.com/mentoring/"&gt;mentoring&lt;/a&gt;, especially about ideas and concepts, so I don't program that much.&lt;/p&gt;

&lt;p&gt;What do I do? So I already did a lot of functional programming in JavaScript and TypeScript, because this is what you use when you do a lot of React stuff, but I want to fully immerse into functional programming, not just when I need it.&lt;/p&gt;

&lt;p&gt;This is why I decided to have a look at &lt;a href="https://en.wikipedia.org/wiki/Haskell_(programming_language)"&gt;Haskell&lt;/a&gt; and I just started a &lt;code&gt;#100DaysOfHaskell&lt;/code&gt; challenge. Because I want to see these new concepts in action, I try do some programming with Haskell every day.&lt;/p&gt;

&lt;p&gt;You will see my progress from time to time on &lt;a href="https://miku86.com/blog"&gt;my blog&lt;/a&gt; and live on &lt;a href="https://twitter.com/miku86com/status/1356505938144935936"&gt;twitter&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Currently, my code is on &lt;a href="https://repl.it/@miku86"&gt;repl.it&lt;/a&gt; until I'll find a better solution. If you know about a better solution (the code breaks when you hit the &lt;code&gt;run&lt;/code&gt; button), let me know!&lt;/p&gt;

&lt;p&gt;Send me a tweet or a message if you've got some ideas or questions!&lt;/p&gt;

</description>
      <category>learninpublic</category>
      <category>beginners</category>
      <category>learning</category>
      <category>haskell</category>
    </item>
    <item>
      <title>How I learn</title>
      <dc:creator>miku86</dc:creator>
      <pubDate>Tue, 26 Jan 2021 12:05:24 +0000</pubDate>
      <link>https://dev.to/miku86/how-i-learn-5eld</link>
      <guid>https://dev.to/miku86/how-i-learn-5eld</guid>
      <description>&lt;p&gt;One of the most popular questions I get as a mentor is "Why do you know so much stuff and how can you learn stuff so quickly?".&lt;/p&gt;

&lt;p&gt;I also often see people who struggle with learning, e.g. on the FreeCodeCamp forum and on Twitter.&lt;/p&gt;

&lt;p&gt;This is why I want to write down my thoughts and experiences about this topic. Especially because I think about this a lot lately and I want to practice &lt;a href="https://miku86.com/blog/when-to-write-a-blog-post"&gt;what I preach&lt;/a&gt;.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;First things first&lt;/strong&gt;: This is a lot about self-awareness and trial &amp;amp; error. These are just my ideas. I invite you to show me yours.&lt;/p&gt;




&lt;h1&gt;
  
  
  Formats
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Video
&lt;/h2&gt;

&lt;p&gt;Everything seems to be video (courses) nowadays.&lt;/p&gt;

&lt;p&gt;I also used to like video courses. I could do this while travelling by train, lying in bed etc.&lt;/p&gt;

&lt;p&gt;But this is also the biggest problem. It's just consuming. I just consume information. Sometimes even if I'm distracted.&lt;/p&gt;

&lt;p&gt;And that's the deceptive and very problematic issue with video for me. I do stuff, but it seems to be mostly useless. There is no active thinking involved. It's literally: watch, memorize (short term), vomit.&lt;/p&gt;

&lt;p&gt;And afterwards there is some sense of accomplishment: I did do something. It feels great. Until I have to repeat the video, because I didn't understand that much.&lt;/p&gt;

&lt;p&gt;That's why I've quit video (courses).&lt;/p&gt;

&lt;h2&gt;
  
  
  Text
&lt;/h2&gt;

&lt;p&gt;Sometimes, I think I am the only person who reads hard paper books. So even if I just have the digital book, I print it.&lt;/p&gt;

&lt;p&gt;Then I sit down at my desk and use pencil &amp;amp; paper.&lt;/p&gt;

&lt;p&gt;Now here is the important part: I do &lt;strong&gt;not&lt;/strong&gt; mark the text excessively. Why? Because I don't want to read, memorize, vomit.&lt;/p&gt;

&lt;p&gt;I want to understand. That's why I read a paragraph, try to rephrase it and write it down. I also write down questions about the paragraph.&lt;/p&gt;

&lt;p&gt;One of the biggest pros: I actively practice critical thinking. When I have problems to rephrase it, I probably didn't understand it. So this is a great feedback loop.&lt;/p&gt;

&lt;p&gt;There is one additional big advantage: I can skim over the book to get a first overview of the content and read very selectively. No, I don't have to read the whole book. I can't bill by hours.&lt;/p&gt;

&lt;p&gt;Getting in overview is only possible in video or audio if there are timestamps (most sources don't have them).&lt;/p&gt;

&lt;p&gt;There is also the idea, that writing with pencil &amp;amp; paper uses the body memory.&lt;/p&gt;

&lt;h2&gt;
  
  
  Audio
&lt;/h2&gt;

&lt;p&gt;Audio is somewhere in between for me. Probably because I know that it is pretty useless, because I mostly do this while doing other stuff. So there isn't this deceptive trap of thinking that I was so productive.&lt;/p&gt;




&lt;h1&gt;
  
  
  Sources
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Blogs
&lt;/h2&gt;

&lt;p&gt;It's simple: The hardest part for me is to find good quality. This is actually a lot of work.&lt;/p&gt;

&lt;p&gt;Especially in tech, where the world is turning fast, search engines show a lot of old blog posts and articles. So this creates uncertainty and more work.&lt;/p&gt;

&lt;p&gt;Questions to ask:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;JavaScript post from 2016?&lt;/li&gt;
&lt;li&gt;Is this still best practice?&lt;/li&gt;
&lt;li&gt;Has something changed?&lt;/li&gt;
&lt;li&gt;How can I find out?&lt;/li&gt;
&lt;li&gt;Is the content even correct?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This leads to the next source.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Creator
&lt;/h2&gt;

&lt;p&gt;This is a big one and I think beginners do this far too rarely.&lt;/p&gt;

&lt;p&gt;Let's say I want to understand React, what could probably be the most reliably and correct source? Yes, the creator of React - Facebook and their &lt;a href="https://reactjs.org/"&gt;React Docs&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The creator of something is probably the most reliable source for the history of stuff. And if I know the history and &lt;strong&gt;why&lt;/strong&gt; something was created, I can think more critically about it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Neutral Source (Wikipedia, Stack Overflow etc.)
&lt;/h2&gt;

&lt;p&gt;I go to Wikipedia when I'm really new to a topic. I skim over the page, especially the Table of Content to get a good grasp of what this is.&lt;/p&gt;

&lt;p&gt;I try to connect it to my existing knowledge and guess how this could fit in.&lt;/p&gt;

&lt;p&gt;But I'm always very critical, because some editors get paid, especially in the business world.&lt;/p&gt;




&lt;h1&gt;
  
  
  TL;DR
&lt;/h1&gt;

&lt;p&gt;As you can see, for me it's a lot &lt;strong&gt;about probabilities&lt;/strong&gt;. Are there awesome blog posts? Sure. Are there shitty docs? Yes!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Formats&lt;/strong&gt;: I read text in the form of hard paper books. If there are no books, I at least print it, even some programming docs. I rarely use audio or video.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sources&lt;/strong&gt;: I first check the Wikipedia page to get an overview, then I hit the creator's page to understand the concepts and whys. If I have some questions, I search them on the Github Issues or Stack Overflow.&lt;/p&gt;




&lt;h1&gt;
  
  
  Interesting Questions
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;How do you approach your learning?&lt;/li&gt;
&lt;li&gt;Do you even think about it?&lt;/li&gt;
&lt;li&gt;What are your pros and cons?&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>learninpublic</category>
      <category>beginners</category>
      <category>learning</category>
      <category>productivity</category>
    </item>
    <item>
      <title>When to write a blog post</title>
      <dc:creator>miku86</dc:creator>
      <pubDate>Mon, 25 Jan 2021 11:49:12 +0000</pubDate>
      <link>https://dev.to/miku86/when-to-write-a-blog-post-1p36</link>
      <guid>https://dev.to/miku86/when-to-write-a-blog-post-1p36</guid>
      <description>&lt;p&gt;Swyx published an interesting post about &lt;a href="https://www.swyx.io/three-strikes/"&gt;his Three Strikes Rule&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I'm struggling with this a lot.&lt;/p&gt;

&lt;p&gt;My flow of thoughts is mostly like this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"Oh cool, I should write about this!"&lt;/li&gt;
&lt;li&gt;"Hmm, it should meet my minimum requirements, e.g. backed by science."&lt;/li&gt;
&lt;li&gt;"Grr, it's complex. I should do more research."&lt;/li&gt;
&lt;li&gt;"Wow, this should become a whole series. Or a web page."&lt;/li&gt;
&lt;li&gt;3 weeks later: "I had a lot of other stuff to do, maybe I should trash it."&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So it boils down to high requirements, high complexity and procrastination.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://iprocrastinate.libsyn.com/"&gt;Dr. Pychyl&lt;/a&gt; emphasizes the importance of concrete and tiny.&lt;/p&gt;

&lt;p&gt;That's why I will change my approach and streamline it:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;When I read something interesting or create a new idea, I will add it to my notes app (just in the title).&lt;/li&gt;
&lt;li&gt;When I talk about it again (e.g. with a friend), I will add the details into the note of step 1.&lt;/li&gt;
&lt;li&gt;When I talk about it the next time, I will add [Publish] in front of the note.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;We will see how this goes!&lt;/p&gt;

</description>
      <category>learninpublic</category>
      <category>beginners</category>
      <category>learning</category>
      <category>productivity</category>
    </item>
    <item>
      <title>2020-11-18 | Thoughts about Daily Diary</title>
      <dc:creator>miku86</dc:creator>
      <pubDate>Thu, 19 Nov 2020 08:41:33 +0000</pubDate>
      <link>https://dev.to/miku86/2020-11-18-thoughts-about-daily-diary-30</link>
      <guid>https://dev.to/miku86/2020-11-18-thoughts-about-daily-diary-30</guid>
      <description>&lt;p&gt;This is meta.&lt;/p&gt;

&lt;p&gt;On dev.to I have 12.700 followers. Since starting the &lt;a href="https://dev.to/miku86/series/9516"&gt;daily diary&lt;/a&gt;, the number &lt;em&gt;decreased&lt;/em&gt;.&lt;br&gt;
Each post has some 30-50 visits.&lt;/p&gt;

&lt;p&gt;Looking at this, I ask myself some questions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Should I care?&lt;/li&gt;
&lt;li&gt;Is the content "useful" or "useless"? Does it matter?&lt;/li&gt;
&lt;li&gt;Do people care more about my old stuff, mostly tiny tutorials? Is this something I want to contribute to - "tutorial hell"?&lt;/li&gt;
&lt;li&gt;Is the habit more valuable than the actual content?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A lot of questions.&lt;/p&gt;

&lt;p&gt;To answer them, I need to get in contact with my core values. Why do I even write this daily diary?&lt;/p&gt;

</description>
      <category>learninpublic</category>
      <category>beginners</category>
      <category>webdev</category>
      <category>career</category>
    </item>
    <item>
      <title>2020-11-17 | Big Debugging Session, JS Workshop</title>
      <dc:creator>miku86</dc:creator>
      <pubDate>Wed, 18 Nov 2020 08:36:53 +0000</pubDate>
      <link>https://dev.to/miku86/2020-11-17-big-debugging-session-js-workshop-52mn</link>
      <guid>https://dev.to/miku86/2020-11-17-big-debugging-session-js-workshop-52mn</guid>
      <description>&lt;p&gt;I worked for some solid 4hrs on the course platform. Most of the stuff was debugging, because literally everything crashed. The debugging tasks are getting easier, because I learn the tools and created some aliases, mostly for the long Docker commands.&lt;/p&gt;

&lt;p&gt;In the evening I hosted a JavaScript workshop. Our app is evolving and the folks' skills are improving a lot.&lt;/p&gt;

</description>
      <category>learninpublic</category>
      <category>beginners</category>
      <category>webdev</category>
      <category>career</category>
    </item>
  </channel>
</rss>
