changed pic to optimize performance

This commit is contained in:
ClovertaTheTrilobita 2026-03-30 20:18:26 +03:00
parent 84f8085700
commit 2fb625ed61
16 changed files with 16 additions and 16 deletions

View file

@ -4,7 +4,7 @@ pubDate: 2025-04-14
description: "Built a QQ bot with Nonebot2 and the official API, together with the group homies."
author: "Cloverta"
image:
url: "https://files.seeusercontent.com/2026/03/25/fiG2/pasted-image-1774456117575.webp"
url: "https://files.seeusercontent.com/2026/03/30/oGv3/de040e63935cfba0864716e0e3577515.webp"
alt: "img"
tags: ["Python", "Nonebot2", "QQ Bot", "Tutorial"]
---

View file

@ -4,7 +4,7 @@ pubDate: 2025-04-21
description: 'Installing Sunshine on a Raspberry Pi'
author: "Cloverta"
image:
url: "https://files.seeusercontent.com/2026/03/25/t2zJ/pasted-image-1774456500701.webp"
url: "https://files.seeusercontent.com/2026/03/30/og5M/pasted-image-1774456500701-1.webp"
alt: "img"
tags: ["Raspberry Pi", "Linux", "Tutorial"]
---

View file

@ -4,7 +4,7 @@ pubDate: 2025-06-10
description: "Study notes on Peterson's Algorithm"
author: "Cloverta"
image:
url: "https://files.seeusercontent.com/2026/03/25/sTq9/pasted-image-1774456630694.webp"
url: "https://files.seeusercontent.com/2026/03/30/Mn9i/zako2.webp"
alt: "zako2"
tags: ["Peterson's algorithm", "Operating System"]
---

View file

@ -4,7 +4,7 @@ pubDate: 2025-06-13
description: 'Study notes on the Readers-Writers algorithm'
author: "Cloverta"
image:
url: "https://files.seeusercontent.com/2026/03/25/cd8O/pasted-image-1774458552123.webp"
url: "https://files.seeusercontent.com/2026/03/30/dV0l/107875694_p0-scaled.webp"
alt: "img"
tags: ["Algorithms", "Operating Systems", "Study Notes"]
---

View file

@ -4,7 +4,7 @@ pubDate: 2025-06-14
description: "Study notes on the Banker's Algorithm"
author: "Cloverta"
image:
url: "https://files.seeusercontent.com/2026/03/25/wf4H/pasted-image-1774458677434.webp"
url: "https://files.seeusercontent.com/2026/03/30/Ni8j/6143de1ea4b0cc47fb117543e5baad09.webp"
alt: "img"
tags: ["Algorithms", "Operating Systems", "Study Notes"]
---

View file

@ -4,7 +4,7 @@ pubDate: 2025-06-16
description: 'Study notes and some thoughts on paged memory management'
author: "Cloverta"
image:
url: "https://files.seeusercontent.com/2026/03/25/n5uP/pasted-image-1774459065133.webp"
url: "https://files.seeusercontent.com/2026/03/30/4fEx/GX1QPs3b0AAwp49-scaled.webp"
alt: "img"
tags: ["Operating Systems", "Study Notes"]
---

View file

@ -4,7 +4,7 @@ pubDate: 2025-08-01
description: 'A beginner-friendly (hopefully) NixOS dual-boot installation tutorial.'
author: "Cloverta"
image:
url: "https://files.seeusercontent.com/2026/03/25/zhK7/pasted-image-1774459137516.webp"
url: "https://files.seeusercontent.com/2026/03/30/Zhr8/Image_1752601062452.webp"
alt: "baka"
tags: ["Operating Systems", "NixOS"]
---

View file

@ -4,7 +4,7 @@ pubDate: 2026-03-26
description: "An end, and a beginning. Commemorating the blog's reopening."
author: "Cloverta"
image:
url: "https://files.seeusercontent.com/2026/03/25/0rSi/rikka-manga.jpeg"
url: "https://files.seeusercontent.com/2026/03/30/1xlG/rikka-manga.webp"
alt: "rikka"
tags: ["Reflections"]
---

View file

@ -4,7 +4,7 @@ pubDate: 2025-04-14
description: "使用Nonebot2和官方API,与群u一起搭了个qq机器人。"
author: "三叶"
image:
url: "https://files.seeusercontent.com/2026/03/25/fiG2/pasted-image-1774456117575.webp"
url: "https://files.seeusercontent.com/2026/03/30/oGv3/de040e63935cfba0864716e0e3577515.webp"
alt: "img"
tags: ["Python", "Nonebot2", "QQ机器人", "教程"]
---

View file

@ -4,7 +4,7 @@ pubDate: 2025-04-21
description: '在树莓派上安装sunshine'
author: "三叶"
image:
url: "https://files.seeusercontent.com/2026/03/25/t2zJ/pasted-image-1774456500701.webp"
url: "https://files.seeusercontent.com/2026/03/30/og5M/pasted-image-1774456500701-1.webp"
alt: "img"
tags: ["树莓派", "Linux", "教程"]
---

View file

@ -4,7 +4,7 @@ pubDate: 2025-06-10
description: '关于Peterson算法的学习笔记'
author: "三叶"
image:
url: "https://files.seeusercontent.com/2026/03/25/sTq9/pasted-image-1774456630694.webp"
url: "https://files.seeusercontent.com/2026/03/30/Mn9i/zako2.webp"
alt: "zako2"
tags: ["算法", "操作系统", "学习笔记"]
---

View file

@ -4,7 +4,7 @@ pubDate: 2025-06-13
description: '关于读写者算法的学习笔记'
author: "三叶"
image:
url: "https://files.seeusercontent.com/2026/03/25/cd8O/pasted-image-1774458552123.webp"
url: "https://files.seeusercontent.com/2026/03/30/dV0l/107875694_p0-scaled.webp"
alt: "img"
tags: ["算法", "操作系统", "学习笔记"]
---

View file

@ -4,7 +4,7 @@ pubDate: 2025-06-14
description: '关于银行家算法的学习笔记'
author: "三叶"
image:
url: "https://files.seeusercontent.com/2026/03/25/wf4H/pasted-image-1774458677434.webp"
url: "https://files.seeusercontent.com/2026/03/30/Ni8j/6143de1ea4b0cc47fb117543e5baad09.webp"
alt: "img"
tags: ["算法", "操作系统", "学习笔记"]

View file

@ -4,7 +4,7 @@ pubDate: 2025-06-16
description: '关于分页储存管理的学习笔记和一些想法'
author: "三叶"
image:
url: "https://files.seeusercontent.com/2026/03/25/n5uP/pasted-image-1774459065133.webp"
url: "https://files.seeusercontent.com/2026/03/30/4fEx/GX1QPs3b0AAwp49-scaled.webp"
alt: "img"
tags: ["操作系统", "学习笔记"]
---

View file

@ -4,7 +4,7 @@ pubDate: 2025-08-01
description: '一个萌新友好应该的NixOS双系统安装教程。'
author: "三叶"
image:
url: "https://files.seeusercontent.com/2026/03/25/zhK7/pasted-image-1774459137516.webp"
url: "https://files.seeusercontent.com/2026/03/30/Zhr8/Image_1752601062452.webp"
alt: "baka"
tags: ["操作系统", "NixOS"]
---

View file

@ -4,7 +4,7 @@ pubDate: 2026-03-26
description: '是终点,也是起点。纪念博客重新开张'
author: "三叶"
image:
url: "https://files.seeusercontent.com/2026/03/25/0rSi/rikka-manga.jpeg"
url: "https://files.seeusercontent.com/2026/03/30/1xlG/rikka-manga.webp"
alt: "rikka"
tags: ["随笔"]
---