Stop Talking, Start Doing
RSS Feed

Articles

  • EDDL: How do we train neural networks on limited edge devices - PART 1

    This post introduces our previous milestone in project “Edge trainer”, as the paper “EDDL: A Distributed Deep Learning System for Resource-limited Edge Computing Environment.” was published. As the first part of the introductions, I focus only on the motivation and summary of our works. More details in design and implementation can be found in late posts.

    Read More »

  • Generate Word Cloud Figures with Chinese-Tokenization and WordCloud python libraries

    Let’s generate a word cloud like this. Don’t understand the language is not a big deal. If your written language is based on latin alphabet(or other language has space between words), skip tokenization.

    Read More »

  • Xv6 introduction

    In this post, you will learn a few basic concepts of xv6. Learning path will be closed coupled to first project assignment I gave when I assisted in teaching OS classes. Understand system call and know how to implement a simple one will be coved as the first half. In the second half of this post, I will discuss a little bit more on how to debug xv6 using gdb.

    Read More »

  • Some of my previews experiment works: 2016

    This blog contains only some basic record of my works. For some details, I will write a unique blog just for some specific topics.

    Read More »

  • Using charles proxy to monitor mobile SSL traffics

    In this blog, I will generally talk about how to use proper tools to monitor SSL traffics of a mobile devices. Currently, I only can dealing with those SSL traffics which use an obviously certification. Some applications may not using system root cert or they doesn’t provide us a method to modify their own certs. For these situation, I still didn’t find a good solutions for it. But I’ll keep updating this if I get one.
    My current solution is using AP to forward all SSL traffic to a proxy, charles proxy is my first choice (Prof asked). It’s a non-free software which still update new versions now. So mainly, I’ll talk about how to charles SSL proxy.

    Read More »