browse by category or date

Feynman technique is a method to help you to learn basically anything, faster. The technique is named after Richard Feynman, a Noble Prize winner physicist. The technique consists of 4 steps:

  1. Title
    Write the name of the concept at the top of a blank paper (or make it a blog title)
  2. Simple Explanation
    Explain and elaborate the concept using simple terms (non-technical), perhaps analogy, as if you explain the concept to a child (person who is totally clueless about the concept)
  3. Find What You Don’t Know
    While doing step 2, you might find things that you can’t explain.So write the name of these difficult concept as the sub-title, read books/materials to understand the concept, then repeat step 2.
  4. Review
    Check to ensure that all explanations are using simple terms. If you find any explanation that is simply para-phrasing the source material, simplify it. Add analogy or maybe simple visual aid.

PS: I was feynmanning this from http://mattyford.com/blog/2014/1/23/the-feynman-technique-model

Let’s start learning again 🙂

About Hardono

Howdy! I'm Hardono. I am working as a Software Developer. I am working mostly in Windows, dealing with .NET, conversing in C#. But I know a bit of Linux, mainly because I need to keep this blog operational. I've been working in Logistics/Transport industry for more than 11 years.

Possibly relevant:

After recent Windows 10 System update (I am using Insider Preview), my Xamarin Android Player (XAP) refused to work. Everytime I tried to start the emulator, it will prompt error.

DeviceManager_2016-05-07_01-03-03

Error! The details is in the log file (if you can find it)

Error! The details is in the log file (if you can find it)

Since I don’t know where the log file is located, I just run the VM from VirtualBox. This time, I got more informative error message.
VirtualBox_2016-05-07_00-56-35

Details of my system:

  • Windows 10 Insider Preview. Build 1433.rs1_release.160422-1940
  • VirtualBox 5.0.20 r106931
  • Xamarin Android Player 0.6.5

From the error message, it seems something wrong with the VM’s network option. Looking into VirtualBox’s network settings, I don’t see anything amiss.

File -> Preference

File -> Preference

VirtualBox_2016-05-07_01-38-25

VirtualBox_2016-05-07_01-38-33

The network settings are already follow the recommended values. Perhaps we can find something in Windows’ network settings (Win-R, ncpa.cpl, ENTER)

Right-Click, Properties

Right-Click, Properties

dllhost_2016-05-07_01-45-52

Hmm…VirtualBox NDIS6 Bridged Networking Driver strangely is not checked. Could this be the cause? Let’s just check that and try to start the XAP again.

chrome_2016-05-07_01-51-41

It works! Heng ah! 😀

About Hardono

Howdy! I'm Hardono. I am working as a Software Developer. I am working mostly in Windows, dealing with .NET, conversing in C#. But I know a bit of Linux, mainly because I need to keep this blog operational. I've been working in Logistics/Transport industry for more than 11 years.

Possibly relevant:

Today I installed Ionic Pack for Visual Studio 2015. This extension will provide IntelliSense when editing Ionic’s HTML source code.

Unfortunately, this extension will clashed with ReSharper’s HTML IntelliSense. Here’s how to disable it.

  1. Open ReSharper’s Option
    devenv_2016-05-05_16-57-23
  2. Select IntelliSense -> General
    devenv_2016-05-05_16-59-16
  3. Select Custom IntelliSense
    devenv_2016-05-05_17-01-15

This way, I enable ReSharper only when editing .cs files. And it works!
devenv_2016-05-05_17-03-58

That’s all. I hope it helps.

About Hardono

Howdy! I'm Hardono. I am working as a Software Developer. I am working mostly in Windows, dealing with .NET, conversing in C#. But I know a bit of Linux, mainly because I need to keep this blog operational. I've been working in Logistics/Transport industry for more than 11 years.

Possibly relevant: