[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-11-08T22:10:47.614409+00:00</updated>
|
||||
<updated>2024-11-09T00:13:02.650443+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
@@ -63454,7 +63454,7 @@
|
||||
"id": 4629,
|
||||
"date": "2024-11-05T05:01:28",
|
||||
"text": "Electron Day 快乐!看看大家电脑上装了多少个 Electron\n\n发现我 Linux 工作站/服务器上装了 36 个,Windows 笔记本上装了 17 个 <i class=\"custom-emoji\" emoji-src=\"emoji/6323267916523374069.webp\">🥺</i>\n\nLinux: \n<pre language=\"sh\">find /usr /opt /home -type f -name \"resources.pak\" 2>/dev/null</pre>\nWindows: \n<pre language=\"powershell\">Get-ChildItem -Path \"C:\\Users\", \"C:\\Program Files\", \"C:\\Program Files (x86)\" -Recurse -Filter \"resources.pak\" -ErrorAction SilentlyContinue | Select-Object -ExpandProperty FullName</pre>",
|
||||
"views": 111,
|
||||
"views": 112,
|
||||
"forwards": 4,
|
||||
"media_group_id": 13846263111521349,
|
||||
"images": [
|
||||
@@ -63555,7 +63555,7 @@
|
||||
"id": 4635,
|
||||
"date": "2024-11-08T06:20:26",
|
||||
"text": "发现有人做了 <a href=\"https://github.com/ouch-org/ouch\">ouch</a>,是一个跨格式压缩工具,有了它就不再需要记每个压缩格式的指令怎么用了 qwq",
|
||||
"views": 58,
|
||||
"views": 59,
|
||||
"forwards": 0,
|
||||
"reply": {
|
||||
"id": 4632,
|
||||
@@ -63567,7 +63567,7 @@
|
||||
"id": 4636,
|
||||
"date": "2024-11-08T08:25:31",
|
||||
"text": "今天想要在新的环境里复制 cookie 的时候发现 EditThisCookie 插件也在 chrome store 下架了...\n\n之前是 Get Cookies.txt 插件因为有病毒下架,这次是 ETC,但是不知道是为什么。ETC 是纯 js 写的,GitHub 上也有<a href=\"https://github.com/ETCExtensions/Edit-This-Cookie\">很久没人维护的源码</a>,看一眼发现我旧系统上安装的 1.6.3 版本似乎比开源的 1.5.0 新。Diff 一下发现也并没有改什么东西,似乎只是重构了一下 i18n,加了一个万圣节彩蛋... 不懂为什么下架了\n\n然后找了一下 chrome store 上有没有别的平替,发现有一个叫 EditThisCookie<b>s</b> 的插件看上去是一样的,下载下来看一眼发现这个插件的代码混淆了,而且会给奇怪的 URL 发请求... 明明就是木马吧\n\n唉 看来还是要从 Github 源码安装。感觉越来越不敢信任浏览器插件了,这种一般没人会仔细研究、还没法关掉自动更新的东西真的感觉到处都是后门...",
|
||||
"views": 53,
|
||||
"views": 54,
|
||||
"forwards": 0,
|
||||
"media_group_id": 13848434648552213,
|
||||
"images": [
|
||||
@@ -63597,7 +63597,7 @@
|
||||
"id": 4638,
|
||||
"date": "2024-11-08T08:58:54",
|
||||
"text": "\"courier transform\"",
|
||||
"views": 46,
|
||||
"views": 47,
|
||||
"forwards": 0,
|
||||
"media_group_id": 13848450678209493,
|
||||
"images": [
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<link>https://aza.moe/life</link>
|
||||
</image>
|
||||
<language>zh-cn</language>
|
||||
<lastBuildDate>Fri, 08 Nov 2024 22:10:47 +0000</lastBuildDate>
|
||||
<lastBuildDate>Sat, 09 Nov 2024 00:13:02 +0000</lastBuildDate>
|
||||
<item>
|
||||
<title>小桂桂的回忆录 📒 #4638</title>
|
||||
<link>https://aza.moe/life?post=4638</link>
|
||||
|
||||
Reference in New Issue
Block a user