[U] Update channel content
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-cn">
|
||||
<id>https://aza.moe/life</id>
|
||||
<title>小桂桂的回忆录 📒</title>
|
||||
<updated>2024-01-24T06:08:32.116009+00:00</updated>
|
||||
<updated>2024-01-24T08:06:20.075575+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>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -42617,7 +42617,7 @@
|
||||
"id": 3154,
|
||||
"date": "2024-01-08T20:02:02",
|
||||
"text": "哭 开学第一天就把课全都睡过去了 <i class=\"custom-emoji\" emoji-src=\"emoji/6323556186138346934.webp\">😢</i>",
|
||||
"views": 191,
|
||||
"views": 192,
|
||||
"forwards": 2
|
||||
},
|
||||
{
|
||||
@@ -42987,7 +42987,7 @@
|
||||
"id": 3182,
|
||||
"date": "2024-01-13T05:15:55",
|
||||
"text": "今天的博德之门:和 Raphael 的魅魔做爱触发了一个 bad ending <i class=\"custom-emoji\" emoji-src=\"emoji/6170424195260877091.webm\">🤗</i>",
|
||||
"views": 166,
|
||||
"views": 167,
|
||||
"forwards": 2,
|
||||
"images": [
|
||||
{
|
||||
@@ -43270,7 +43270,7 @@
|
||||
"id": 3201,
|
||||
"date": "2024-01-18T01:47:35",
|
||||
"text": "这个学期算法课要和三个人合作写 latex 作业,但是 overleaf 免费版最多只能两个人合作,所以整理了一下重新搭了一个 overleaf 私服 <a href=\"tex.hydev.org\">tex.hydev.org</a>\n\n搭的时候直接用了 Overleaf Toolkit 的 docker compose,踩了几个坑:\n\n1. 官方的 toolkit 里面 redis 和 mongo 设置了默认的容器名,所以如果有其他的叫 mongo 的容器在跑就会冲突。解决方式是把容器名改成 <code>overleaf-mongo</code> 然后加一行 <code>hostname: mongo</code> 保证内网网络名是一样的\n2. 搭好会发现编译 latex 的时候缺引用包,需要用 <code>docker exec overleaf tlmgr install scheme-full</code> 安装完整 texlive 包\n3. 因为安装 texlive 包会安装在容器里,更新之后就需要重新安装,所以推荐先把 texlive 复制出来 <code>docker cp overleaf:/usr/local/texlive/ ./data/texlive</code> 再映射一个挂载 <code>./data/texlive:/usr/local/texlive/</code>",
|
||||
"views": 77,
|
||||
"views": 78,
|
||||
"forwards": 2,
|
||||
"media_group_id": 13644339639887861,
|
||||
"images": [
|
||||
@@ -43835,14 +43835,14 @@
|
||||
"id": 3240,
|
||||
"date": "2024-01-23T16:40:55",
|
||||
"text": "哭哭 一月已经过了快 80% 了可是一月需要做的事情还有好多没有做",
|
||||
"views": 43,
|
||||
"views": 45,
|
||||
"forwards": 0
|
||||
},
|
||||
{
|
||||
"id": 3241,
|
||||
"date": "2024-01-23T18:53:51",
|
||||
"text": "<a href=\"##桂桂今天吃什么\">#桂桂今天吃什么</a>\n聊聊又做了超级北美早餐",
|
||||
"views": 38,
|
||||
"views": 40,
|
||||
"forwards": 0,
|
||||
"images": [
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<link>https://aza.moe/life</link>
|
||||
</image>
|
||||
<language>zh-cn</language>
|
||||
<lastBuildDate>Wed, 24 Jan 2024 06:08:32 +0000</lastBuildDate>
|
||||
<lastBuildDate>Wed, 24 Jan 2024 08:06:20 +0000</lastBuildDate>
|
||||
<item>
|
||||
<title>小桂桂的回忆录 📒 #3241</title>
|
||||
<link>https://aza.moe/life?post=3241</link>
|
||||
|
||||
Reference in New Issue
Block a user