Blog/public/zhoubao-13/index.html
2024-10-23 20:34:14 +08:00

182 lines
11 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<title>Dich&#x27;blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="robots" content="noodp"/>
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
<link rel="stylesheet" href="https://blog.dich.bid/color/blue.css">
<link rel="stylesheet" href="https://blog.dich.bid/color/background_dark.css">
<link rel="stylesheet" href="https://blog.dich.bid/font-hack-subset.css">
<meta name="description" content="">
<meta property="og:description" content="">
<meta property="og:title" content="Dich'blog">
<meta property="og:type" content="article">
<meta property="og:url" content="https://blog.dich.bid/zhoubao-13/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="">
<meta name="twitter:title" content="Dich'blog">
<meta property="twitter:domain" content="blog.dich.bid">
<meta property="twitter:url" content="https://blog.dich.bid/zhoubao-13/">
<link rel="alternate" type="application/atom+xml" title="Dich&#x27;blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
</head>
<body class="">
<div class="container">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="https://blog.dich.bid" style="text-decoration: none;">
<div class="logo">
Dich&#x27;blog
</div>
</a>
</div>
</div>
<nav class="menu">
<ul class="menu__inner">
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
<li><a href="https://blog.dich.bid/tags">tags</a></li>
<li><a href="https://blog.dich.bid/archive">archive</a></li>
<li><a href="https://blog.dich.bid/about">about me</a></li>
<li><a href="https://blog.dich.bid/links">links</a></li>
<li><a href="https://blog.dich.bid/search">search</a></li>
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="post">
<h1 class="post-title"><a href="https://blog.dich.bid/zhoubao-13/">谈天说地:狄奇周刊(十三)</a></h1>
<div class="post-meta-inline">
<span class="post-date">
2024-09-07
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
<a class="post-tag" href="https://blog.dich.bid/tags/tan-tian-shuo-di/">#谈天说地</a></span>
<div class="post-content">
<p>前言 这里是Dich的周刊,通过博客的形式讲述每周互联网形势,以及分享一些文章。</p>
<span id="continue-reading"></span><h1 id="shi-ji"><strong>事记</strong></h1>
<h2 id="yi-yan-dong-ye-lai-la-shu-ma-jia-dian-yi-jiu-huan-xin-li-da-8-zhe-bu-tie-2000-yuan-he-ji-16000-yuan"><strong>一.<a href="https://www.ithome.com/0/792/649.htm">广东也来啦:数码家电以旧换新立打 8 折补贴 2000 元,合计 16000 元</a></strong></h2>
<p>广州家电以旧换新补贴(京东平台)现已开始发放,包含<code>冰箱、洗衣机、电视、空调、电脑、热水器、吸油烟机、家用灶具</code></p>
<p>虽然名为“广州以旧换新”,但目前广东省内都可领取。</p>
<p>与北京补贴不同的是,本次<code>下单地址限广东省内</code></p>
<p>每人 8 个品类每种都可参与一次,单次至高补贴 2000 元,合计至高可减 16000 元。</p>
<p>本次活动于<code> 2024 年 9 月 1 日开启,预计结束时间为 2024 年 12 月 31 日</code></p>
<h2 id="er-linux-kernel-6-12-ban-yu-ji-jiang-zhi-chi-zai-beng-kui-hou-xian-shi-er-wei-ma-hou-xu-ke-yi-jie-ma-pai-cha-cuo-wu"><strong>二.<a href="https://www.landiannews.com/archives/105682.html">Linux Kernel 6.12 版预计将支持在崩溃后显示二维码 后续可以解码排查错误</a></strong></h2>
<p>7 月份时红帽工程师基于 systemd 255 + 版的全屏显示错误消息功能为 Linux Kernel 开发崩溃后显示二维码选项,这与微软在 Windows 10/11 蓝屏死机后显示二维码有异曲同工之妙。</p>
<p>不过 Linux 与 Windows 在崩溃时显示的二维码内容则有本质区别,因为 Windows BSOD 显示的二维码实际就是微软帮助文档的链接,属于固定内容二维码。</p>
<p>Linux Kernel 的崩溃后显示二维码是<code>将崩溃日志生成二维码,这样崩溃日志不会被截断</code>,用户在必要的时候对二维码进行拍照以后后续解码内容分析崩溃的具体原因。</p>
<p>经过两个月的讨论后目前红帽工程师准备的代码<code>已经通过 DRM-Misc-Next 提交给 DRM-Next</code>,以便能够赶上 Linux Kernel 6.12 的合并窗口,如无意外的话 Linux Kernel 6.12 将是首个支持崩溃后显示二维码的内核版本。</p>
<p>值得注意的是显示二维码功能是<code>红帽工程师使用 Rust 语言编写的</code>,因此必须启用 Rust 内核构建后才能使用此功能,在构建中可以通过 <code>DRM_PANIC_SCREEN_QR_CODE Kconfig</code> 作为功能开关配置。</p>
<h2 id="san-guo-tie-xin-gui-lie-che-you-quan-ju-jue-mai-duan-cheng-chang-lv-ke-ji-xu-cheng-che"><strong>三.<a href="https://www.163.com/dy/article/JBFVF0IO0514R9P4.html">国铁新规:列车有权拒绝“买短乘长”旅客继续乘车</a></strong></h2>
<p>9月1日2024版《中国国家铁路集团有限公司铁路旅客运输规程》简称《国铁集团客规》在铁路12306网站全文发布。特别的<code>第三十五条明确,旅客要求越过车票到站继续乘车时,须在原车票到站前提出</code>,在有运输能力的情况下列车可予以办理,核收越站区间的票款;<code>无运输能力时,列车有权拒绝旅客补票和继续乘车</code></p>
<p>有铁路工作人员此前介绍,平时铁路运能充裕,可以为旅客办理“买短乘长”补票。但买短乘长又往往集中出现在运能紧张的客流高峰时期,这时,工作人员会根据客流情况,决定是否办理越站补票手续。如果列车旅客过多影响到运行,就不会办理补票,“买短乘长”的旅客可能会被劝导下车。</p>
<h2 id="si-wo-guo-jiang-jian-li-tong-yi-dian-zi-yan-jiao-yi-guan-li-ping-tai-jia-ge-reng-you-shi-chang-jue-ding"><strong>四.<a href="https://www.zaobao.com.sg/realtime/china/story20240902-4598807">我国将建立统一电子烟交易管理平台,价格仍由市场决定</a></strong></h2>
<p>烟草局计划建立一个<code>统一的电子烟交易管理平台</code>。该平台将执行统一标准,确保电子烟合法销售。电子烟、雾化物和烟碱生产企业、电子烟批发和零售商等各类电子烟市场主体应当通过平台进行交易。</p>
<p>同时坚持市场决定价格,建立完善主要由市场调节的电子烟产品价格形成机制。</p>
<p>此外,进口电子烟同一规格实行全国统一销售价格,并在平台上公开。</p>
<h2 id="wu-gu-ge-yi-xiang-aosp-tui-song-an-zhuo-15-yuan-dai-ma"><strong>五.<a href="https://t.me/xhqcankao/13185">谷歌已向 AOSP 推送安卓 15 源代码</a></strong></h2>
<p>今天,谷歌正式向安卓开源项目 (AOSP) 推送安卓 15 的源代码。安卓 15 将在未来几周内在受支持的 Pixel 设备上推出,并将在未来几个月内在<code>三星、荣耀、iQOO、联想、摩托罗拉、Nothing、OnePlus、Oppo、realme、夏普、索尼、Tecno、vivo 和小米</code>的精选设备上推出。谷歌在博客文章中表示,我们很自豪能够通过 AOSP 继续开展开源工作。开源允许任何人以安卓为基础进行开发和贡献,从而打造出更加多样化和创新的设备。</p>
<h2 id="liu-hu-lian-hu-tong-tao-bao-ping-tai-ni-quan-mian-yin-ru-wei-xin-zhi-fu"><strong>六.<a href="https://t.me/xhqcankao/13188">互联互通:淘宝平台拟全面引入微信支付</a></strong></h2>
<p>从多位知情人士处获悉,淘宝平台<code>拟全面引入微信支付,成为阿里系平台与腾讯之间互通的标志性事件</code>。据了解淘宝打通微信支付在淘天集团内部属于保密项目该项目的筹备始于半年前由用户端基础工具团队在主要对接。今年6月手淘已有部分用户灰测使用微信支付不过仅支持购买部分商品时可选择。据了解淘宝接入微信支付这个项目淘天是更加积极推动的一方此举从业务到战略层面对阿里都有重大意义。</p>
<h1 id="wen-tui"><strong>文推</strong></h1>
<p><a href="https://jvns.ca/blog/2024/01/26/inside-git/">Inside.git</a></p>
<p><a href="https://wuminboke.site/2024/08/28/translated/50-things-with-sdr/">用软件定义无线电(SDR)做的 50 件事</a></p>
<p><a href="https://blog.opsnull.com/rust-embedded/">Rust 嵌入式开发ESP32 处理器)系列文章</a></p>
<hr />
<h1 id="xiang-mu"><strong>项目</strong></h1>
<p><a href="https://github.com/xiaoyvyv/bangumi">Bangumi for Android - 适用于 bangumi.tv 的功能齐全的非官方 android 原生应用程序</a></p>
<p><a href="https://github.com/timschneeb/awesome-shizuku">使用 Shizuku 的出色 Android 应用程序精选列表</a></p>
<p><a href="https://github.com/w-hehe/hmyk">使用ThinkPHP开发的开源发卡站模板</a></p>
<p><a href="https://www.musicca.com/zh">学习音乐</a></p>
</div>
<div class="pagination">
<div class="pagination__title">
<span class="pagination__title-h">Thanks for reading! Read other posts?</span>
<hr />
</div>
<div class="pagination__buttons">
<span class="button previous">
<a href="https://blog.dich.bid/zhoubao-12/">
<span class="button__icon"></span>&nbsp;
<span class="button__text">谈天说地:狄奇周刊(十二)</span>
</a>
</span>
<span class="button next">
<a href="https://blog.dich.bid/zhoubao-14/">
<span class="button__text">谈天说地:狄奇周刊(十四)</span>&nbsp;
<span class="button__icon"></span>
</a>
</span>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span>©
2024
Dichgrem</span>
<span class="copyright-theme">
<span class="copyright-theme-sep">:: </span>
Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
</span>
</div>
</div>
</footer>
</div>
</body>
</html>