Updated to new theme of TeXt

This commit is contained in:
2021-10-25 11:59:10 -04:00
parent 47c2c2e8a1
commit 296d628d8b
318 changed files with 21116 additions and 6966 deletions
@@ -1,9 +1,7 @@
---
layout: post
title: "Stop Talking is the worst title of one blog"
date: 2016-10-26 22:50:33 -0400
categories: Nonsense
permalink: /archivers/hello
tags: Nonsense
---
@@ -1,5 +1,4 @@
---
layout: post
title: "Using charles proxy to monitor mobile SSL traffics"
date: 2016-10-27 22:50:33 -0400
categories: Network
@@ -1,8 +1,7 @@
---
layout: post
title: "Some of my previews experiment works: 2016"
date: 2016-10-28 12:27:33 -0400
categories: Research
tags: Research
---
This blog contains only some basic record of my works. For some details, I will write a unique blog just for some specific topics.
+2 -2
View File
@@ -1,8 +1,8 @@
---
layout: post
title: "Xv6 introduction"
date: 2017-07-28 14:56:55 -0400
categories: xv6
tags: xv6
---
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.
@@ -1,8 +1,7 @@
---
layout: post
title: "Generate Word Cloud Figures with Chinese-Tokenization and WordCloud python libraries"
date: 2020-09-15 22:00:14 -0400
categories: visualization
tags: visualization
---
Let's generate a word cloud like this.
@@ -1,8 +1,7 @@
---
layout: post
title: "EDDL: How do we train neural networks on limited edge devices - PART 1"
date: 2021-10-13 16:53:20 -0400
categories: Research
tags: Research
---
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.