[U] Update channel content

This commit is contained in:
github-actions
2023-12-17 18:09:30 +00:00
parent 6b4ff785ff
commit 1b560e4919
6 changed files with 47 additions and 11 deletions
+10 -1
View File
@@ -2,11 +2,20 @@
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-cn">
<id>https://aza.moe/life</id>
<title>小桂桂的回忆录 📒</title>
<updated>2023-12-17T16:07:59.831144+00:00</updated>
<updated>2023-12-17T18:09:27.711493+00:00</updated>
<link href="https://aza.moe/life" rel="alternate"/>
<generator uri="https://lkiesow.github.io/python-feedgen" version="0.9.0">python-feedgen</generator>
<logo>https://aza.moe/meru_256px.png</logo>
<subtitle>「我们所经历的每个平凡的日常,也许就是连续发生的奇迹」</subtitle>
<entry>
<id>3030</id>
<title>小桂桂的回忆录 📒 #3030</title>
<updated>2023-12-17T17:03:00+00:00</updated>
<content>&lt;p&gt;&lt;a href="##TIL"&gt;#TIL&lt;/a&gt; 今天学到了原来 TTL、Serial、UART、RS232、RS485 都是不同的东西&lt;/p&gt;
&lt;p&gt;TTL 是一种用 0~Vcc 正电压表示 bit 的方式,UART 指的是有 Rx 和 Tx 线对接的硬件传输协议,Serial 是软件协议,RS232 是一种用 -Vcc 到 Vcc 的正负电压的硬件传输协议,RS485 是一种用正负差分线的硬件传输协议&lt;/p&gt;
&lt;p&gt;&lt;a href="##TIL"&gt;#TIL&lt;/a&gt; #2 原来 ESP32 即使支持 Serial 支持 CAN bus,收发 RS232、RS485、CAN 也都是需要单独的 transceiver ic 的&lt;/p&gt;</content>
<link href="https://aza.moe/life?post=3030" rel="alternate"/>
</entry>
<entry>
<id>3027</id>
<title>小桂桂的回忆录 📒 #3027</title>
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 873 B

+27 -8
View File
@@ -40724,7 +40724,7 @@
"id": 3018,
"date": "2023-12-15T07:36:37",
"text": "感冒好难受,还是断断续续补完了六个小时课,希望现在睡 9h 明天能好一点... 希望不会影响明天下午两点的考试",
"views": 55,
"views": 56,
"forwards": 0,
"reply": {
"id": 3014,
@@ -40781,7 +40781,7 @@
"id": 3021,
"date": "2023-12-15T16:47:44",
"text": "起床了 感觉不是一个可以考三个小时期末的状态,但是也只能试试了",
"views": 56,
"views": 57,
"forwards": 0,
"reply": {
"id": 3018,
@@ -40792,7 +40792,7 @@
"id": 3022,
"date": "2023-12-15T17:08:10",
"text": "呜呜",
"views": 54,
"views": 55,
"forwards": 0,
"images": [
{
@@ -40811,7 +40811,7 @@
"id": 3023,
"date": "2023-12-15T19:38:58",
"text": "决定把考试 defer 到二月了...",
"views": 54,
"views": 55,
"forwards": 0,
"reply": {
"id": 3021,
@@ -40822,7 +40822,7 @@
"id": 3024,
"date": "2023-12-15T21:23:25",
"text": "结果没去考试但是去 walk in clinic 坐着等医生等了两个小时,前台说还要再等一个小时,早知道开假条这么麻烦就去考试了... 坐在椅子上也没有得到休息",
"views": 52,
"views": 53,
"forwards": 1,
"reply": {
"id": 3023,
@@ -40833,7 +40833,7 @@
"id": 3025,
"date": "2023-12-15T22:17:15",
"text": "坐着干等了三个小时还花了 $30 终于开到假条了... 然后别人也考完了\n\n真的好后悔没去考试",
"views": 53,
"views": 54,
"forwards": 0,
"images": [
{
@@ -40852,7 +40852,7 @@
"id": 3026,
"date": "2023-12-17T03:48:28",
"text": "今天 copilot 又给我补全了什么东西 <i class=\"custom-emoji\" emoji-src=\"emoji/6323397499981661640.webp\">😨</i>",
"views": 46,
"views": 47,
"forwards": 0,
"reply": {
"id": 2811,
@@ -40875,7 +40875,7 @@
"id": 3027,
"date": "2023-12-17T06:19:45",
"text": "家里的 VPS 服务器框架终于搭好了!宿主机用了 ArchLinux + VirtualBox,今天写了一个管理 VPS 的 bot,可以用来管理端口映射、自动更新 CloudFlare DDNS、进行一些蠢蠢的 PPPoE IP 转发、还有基础操作比如重启什么的\n\n现在一共有三个人预订了,目前正在稳定性测试阶段,打算圣诞节开始正式出租 <i class=\"custom-emoji\" emoji-src=\"emoji/6111506770197219135.webm\">😮</i>",
"views": 40,
"views": 42,
"forwards": 1,
"media_group_id": 13622351883298733,
"images": [
@@ -40910,5 +40910,24 @@
"thumb": "media/3029.jpg_thumb.jpg"
}
]
},
{
"id": 3030,
"date": "2023-12-17T17:03:00",
"text": "<a href=\"##TIL\">#TIL</a> 今天学到了原来 TTL、Serial、UART、RS232、RS485 都是不同的东西\n\nTTL 是一种用 0~Vcc 正电压表示 bit 的方式,UART 指的是有 Rx 和 Tx 线对接的硬件传输协议,Serial 是软件协议,RS232 是一种用 -Vcc 到 Vcc 的正负电压的硬件传输协议,RS485 是一种用正负差分线的硬件传输协议\n\n<a href=\"##TIL\">#TIL</a> #2 原来 ESP32 即使支持 Serial 支持 CAN bus,收发 RS232、RS485、CAN 也都是需要单独的 transceiver ic 的",
"views": 42,
"forwards": 1,
"images": [
{
"width": 588,
"height": 308,
"date": "2023-12-17T17:03:00",
"media_type": "photo",
"original_name": "photo_2023-12-17_17-03-00.jpg",
"url": "media/3030.jpg",
"size": 23366,
"thumb": "media/3030.jpg_thumb.jpg"
}
]
}
]
+9 -1
View File
@@ -12,7 +12,15 @@
<link>https://aza.moe/life</link>
</image>
<language>zh-cn</language>
<lastBuildDate>Sun, 17 Dec 2023 16:07:59 +0000</lastBuildDate>
<lastBuildDate>Sun, 17 Dec 2023 18:09:27 +0000</lastBuildDate>
<item>
<title>小桂桂的回忆录 📒 #3030</title>
<link>https://aza.moe/life?post=3030</link>
<description>&lt;p&gt;&lt;a href="##TIL"&gt;#TIL&lt;/a&gt; 今天学到了原来 TTL、Serial、UART、RS232、RS485 都是不同的东西&lt;/p&gt;
&lt;p&gt;TTL 是一种用 0~Vcc 正电压表示 bit 的方式,UART 指的是有 Rx 和 Tx 线对接的硬件传输协议,Serial 是软件协议,RS232 是一种用 -Vcc 到 Vcc 的正负电压的硬件传输协议,RS485 是一种用正负差分线的硬件传输协议&lt;/p&gt;
&lt;p&gt;&lt;a href="##TIL"&gt;#TIL&lt;/a&gt; #2 原来 ESP32 即使支持 Serial 支持 CAN bus,收发 RS232、RS485、CAN 也都是需要单独的 transceiver ic 的&lt;/p&gt;</description>
<guid isPermaLink="false">3030</guid>
</item>
<item>
<title>小桂桂的回忆录 📒 #3027</title>
<link>https://aza.moe/life?post=3027</link>