Remove read more links and replace photos with webp format for better

seo
This commit is contained in:
2024-04-24 04:32:03 +00:00
parent 6b62306a29
commit a8861b1506
34 changed files with 65 additions and 65 deletions
@@ -2,7 +2,7 @@
title: "STSD: Stop Talking Start Doing"
date: 2016-10-26 22:50:33 -0400
tags: Diary
cover: '/static/2024-04/logo.png'
cover: '/static/2024-04/logo.webp'
---
@@ -3,7 +3,7 @@ title: "Using charles proxy to monitor mobile SSL traffics"
date: 2016-10-27 22:50:33 -0400
tags: ["Network", "Charles proxy"]
author: Pengzhan Hao
cover: '/static/2024-04/charles.png'
cover: '/static/2024-04/charles.webp'
---
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.
@@ -3,7 +3,7 @@ title: "Some of my previews experiment works: 2016"
date: 2016-10-28 12:27:33 -0400
tags: ["Research", "Log", "Miscellanies"]
author: Pengzhan Hao
cover: '/static/2024-04/research2016.png'
cover: '/static/2024-04/research2016.webp'
---
This blog contains only some basic record of my works. For some details, I will write a unique blog just for some specific topics.
<!--more-->
+1 -1
View File
@@ -3,7 +3,7 @@ title: "Xv6 introduction"
date: 2017-07-28 14:56:55 -0400
tags: ["Xv6", "Teaching", "Operating system"]
author: Pengzhan Hao
cover: '/static/2024-04/xv6.png'
cover: '/static/2024-04/xv6.webp'
---
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.
@@ -3,7 +3,7 @@ title: "Generate Word Cloud Figures with Chinese-Tokenization and WordCloud pyt
date: 2020-09-15 22:00:14 -0400
tags: Visualization
author: Pengzhan Hao
cover: '/static/2024-04/wordcloud.png'
cover: '/static/2024-04/wordcloud.webp'
---
Let's generate a word cloud like this.
@@ -3,7 +3,7 @@ title: "EDDL: How do we train neural networks on limited edge devices - PART 1"
date: 2021-10-13 16:53:20 -0400
tags: ["Research", "Edge computing"]
author: Pengzhan Hao
cover: '/static/2024-04/eddl1.png'
cover: '/static/2024-04/eddl1.webp'
---
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.
@@ -3,7 +3,7 @@ title: "EDDL: How do we train neural networks on limited edge devices - PART 2"
date: 2021-10-31 13:01:14 -0400
tags: ["Research", "Edge computing"]
author: Pengzhan Hao
cover: '/static/2024-04/eddl2.png'
cover: '/static/2024-04/eddl2.webp'
mathjax: true
---
+1 -1
View File
@@ -3,7 +3,7 @@ title: "Labs of CS350"
date: 2022-02-22 17:08:17 -0400
tags: ["Xv6", "Teaching", "Operating system", "Binghamton university"]
author: Pengzhan Hao
cover: '/static/2024-04/bu.png'
cover: '/static/2024-04/bu.webp'
---
This will be a series regarding lab I gave during the spring 2022 semester.
+1 -1
View File
@@ -3,7 +3,7 @@ title: "Debug Kubelet"
date: 2024-04-10 03:34:00 -0400
tags: ["Kubernetes", "Kubelet", "Debug"]
author: Pengzhan Hao
cover: '/static/2024-04/kubelet.png'
cover: '/static/2024-04/kubelet.webp'
---
## Debug logs
@@ -2,7 +2,7 @@
title: Inotify watcher leaks in Kubelet
date: 2024-04-18 16:35 -0400
description:
cover: '/static/2024-04/kubelet_inotify_leak_logo.png'
cover: '/static/2024-04/kubelet_inotify_leak_logo.webp'
category:
tags: ["Kubernetes", "Kubelet", "Debug", "Inotify"]
published: true