• BLOG
  • ABOUT
  • TWITTER
  • TELEGRAM
  • SKYPE
  • GITHUB
  • Learning new stuff

    Jul 18, 2019

    Here is how it works

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    def learn_new_stuff(time)
    if time > 30.minutes
    # Step 1: the easiest one
    watch_me_doing_it
    # Step 2: the most important one
    practice_by_yourself
    # Step 3: the joyful one
    got_it ? skill_acquided : ask_for_help
    end
    end

    That’s it.

    ...more
  • MplayerX does not start in OS X

    Jul 18, 2019

    After upgrading OS X no longer run mplayerx.
    It will not play the video and just hanging at startup. The problem turned out to be nipped in the fontconfig cache.

    To fix it just write it in your terminal:

    1
    fc-cache -vf

    it will take about 5-10 minutes

    ...more
  • Hello World

    Jul 18, 2019

    Welcome to my small blog! This is my very first post.

    ...more

© 2015 - 2023 Kamil Mugutdinov