Forwarded from &'a ::rynco::UntitledChannel (Rynco Maekawa)
GitHub
Experiment proposal: `Move` trait · Issue #354 · rust-lang/lang-team
Experiment: Move auto-trait We’d like to propose an experiment for a new trait auto-trait Move that determines whether a type can be freely moved around or must keep a stable memory location. This ...
🤯2🔥1
Forwarded from 搞机日记
Telegram 居然准备在Android实现液态玻璃,而且效果很接近iOS 26.1 beta4 那个版本……https://fxtwitter.com/SSOUIC/status/1982683171666936034
FxTwitter
SOUIC ᯅ (@SSOUIC)
Telegram Beta for Android now has LIQUID GLASS 🔥
Supported on Android 13+
Try it here http://t.me/TAndroidBeta
Supported on Android 13+
Try it here http://t.me/TAndroidBeta
🤯3❤2🤮1
🎉 GZCTF v1.7.0 is now available!
This milestone release brings two highly-requested features:
🏆 Enhanced Division System
- Fine-grained permission control per division
- Fully independent scoring and ranking systems
- Different challenge sets and rules for each division
- Perfect for multi-region or multi-tier competitions
⏰ Challenge Deadline Management
- Set individual submission deadlines for each challenge
- Control competition pacing with staged challenge releases
- Prevent last-minute score farming on easy challenges
- Ideal for long-running events (e.g., week-long CTFs)
📖 Docs: https://gzctf.gzti.me
📦 Release Notes: https://github.com/GZTimeWalker/GZCTF/releases/tag/v1.7.0
💬 Join the group: https://t.me/gzctf
#GZCTF
This milestone release brings two highly-requested features:
🏆 Enhanced Division System
- Fine-grained permission control per division
- Fully independent scoring and ranking systems
- Different challenge sets and rules for each division
- Perfect for multi-region or multi-tier competitions
⏰ Challenge Deadline Management
- Set individual submission deadlines for each challenge
- Control competition pacing with staged challenge releases
- Prevent last-minute score farming on easy challenges
- Ideal for long-running events (e.g., week-long CTFs)
📖 Docs: https://gzctf.gzti.me
📦 Release Notes: https://github.com/GZTimeWalker/GZCTF/releases/tag/v1.7.0
💬 Join the group: https://t.me/gzctf
#GZCTF
gzctf.gzti.me
GZ::CTF - GZ::CTF Docs
GZ::CTF Project Documentation
❤6
Forwarded from 禁止摸鱼见闻(返工限定)
喜报
Ubuntu 的新 ⚡️ memory safe 🦀 blazing fast 🚀 sudo-rs 出 CVE 了:
https://www.phoronix.com/news/sudo-rs-security-ubuntu-25.10
近期一同出锅的还有:
* 「uutils (rust coreutils) 看到不认识的参数居然是 silently ignore... 这太糟糕了,这 Ubuntu 怎么敢发出来的?」
* 「TMD ubuntu 的 uutils 的 chroot 在 bin/chroot coreutils 的 chroot 在 sbin/chroot 这样导致 sbuild 内部有一些硬编码 sbin/chroot 路径当场 GG」
再放送:
* Ubuntu 25.10's Rust Coreutils Transition Has Uncovered Performance Shortcomings
* Ubuntu 25.10's Move To Rust Coreutils Is Causing Major Breakage For Some Executables
* Ubuntu 25.10 Unattended Upgrades Broken Due To Rust Coreutils Bug
Ubuntu 的新 ⚡️ memory safe 🦀 blazing fast 🚀 sudo-rs 出 CVE 了:
https://www.phoronix.com/news/sudo-rs-security-ubuntu-25.10
近期一同出锅的还有:
* 「uutils (rust coreutils) 看到不认识的参数居然是 silently ignore... 这太糟糕了,这 Ubuntu 怎么敢发出来的?」
* 「TMD ubuntu 的 uutils 的 chroot 在 bin/chroot coreutils 的 chroot 在 sbin/chroot 这样导致 sbuild 内部有一些硬编码 sbin/chroot 路径当场 GG」
再放送:
* Ubuntu 25.10's Rust Coreutils Transition Has Uncovered Performance Shortcomings
* Ubuntu 25.10's Move To Rust Coreutils Is Causing Major Breakage For Some Executables
* Ubuntu 25.10 Unattended Upgrades Broken Due To Rust Coreutils Bug
👏5
Forwarded from Soha 的日常 (Soha Jin)
微软看了 Google 的数据,然后说中国的 IPv6 支持度只有 5%。这是为什么呢?哈哈!
作为对比,Cloudflare 的数据——他们到中国大陆连通性较好——是 49.2%。
原文为《Windows CLAT Enters Private Preview: A Milestone for IPv6 Adoption》,主要内容是微软正在招募部署了 464XLAT 的组织测试他们的 CLAT。
作为对比,Cloudflare 的数据——他们到中国大陆连通性较好——是 49.2%。
原文为《Windows CLAT Enters Private Preview: A Milestone for IPv6 Adoption》,主要内容是微软正在招募部署了 464XLAT 的组织测试他们的 CLAT。
😁2
Folyd:
Rust 官方标准库的人 已经在思考要不要把 unwrap() 重命名为 or_panic() 了🤣🤣
https://twitter.com/withfolyd/status/1991123001698599079
Rust 官方标准库的人 已经在思考要不要把 unwrap() 重命名为 or_panic() 了🤣🤣
https://twitter.com/withfolyd/status/1991123001698599079
Folyd:
cloudflare 事故报告出来了,一行 rust 代码 panic 瘫痪了全球一半流量,具体细节 AI 有解释,但是最重要的是 CloudFlare 内部 code style 很不规范啊,线上的 unwrap() 是一定要完全禁止的,这个世界就是一个巨大的草台班子,非常惨痛的教训
https://twitter.com/withfolyd/status/1990959497079095737
❤7
Symbolica 是一个适用于 Rust 和 Python 的符号和数值数学库
同时,从 Symbolica 中提取出来的 Numerica 和 Graphica 库也正式发布
repo: https://github.com/symbolica-dev/symbolica
PS:这种 Rust 写的 Python 调用的好工具多来点!
同时,从 Symbolica 中提取出来的 Numerica 和 Graphica 库也正式发布
repo: https://github.com/symbolica-dev/symbolica
PS:这种 Rust 写的 Python 调用的好工具多来点!
GitHub
GitHub - symbolica-dev/symbolica: A modern computer algebra library for Python and Rust.
A modern computer algebra library for Python and Rust. - symbolica-dev/symbolica
👍5
Forwarded from Qiu's Teleblog (Steven Qiu)
好了,现在 Minecraft 也要使用和 Ubuntu 一样的年份命名法了
https://www.minecraft.net/zh-hans/article/minecraft-new-version-numbering-system
https://www.minecraft.net/zh-hans/article/minecraft-new-version-numbering-system
Minecraft.net
Minecraft’s new version numbering system
We’re making changes to version numbering in Minecraft. Now the version number will be based on calendar year, e.g. “26” for 2026, followed by the release number. We hope this'll make it easier to distinguish major releases from patches or hotfixes. Find…
👏1
Forwarded from Yummy 😋
我国科学家取得量子研究新进展 终结爱因斯坦与玻尔世纪之辩
从中国科学技术大学获悉,该校潘建伟、陆朝阳、陈明城教授等组成的研究团队,利用光镊囚禁的量子基态单原子,首次忠实地实现了1927年爱因斯坦和玻尔争论中提出的“反冲狭缝”量子干涉思想实验,观测到了原子动量可调谐的干涉对比度渐进变化过程,证明了海森堡极限下的互补性原理,并展示了从量子到经典的连续转变过程。相关成果12月3日在国际学术期刊《物理评论快报》发表。(央视新闻)
中国科学技术大学新闻稿 / 论文链接 / Physics报道
🗒 标签: #反冲狭缝 #量子干涉思想实验
📢 频道: @GodlyNews1
🤖 投稿: @GodlyNewsBot
从中国科学技术大学获悉,该校潘建伟、陆朝阳、陈明城教授等组成的研究团队,利用光镊囚禁的量子基态单原子,首次忠实地实现了1927年爱因斯坦和玻尔争论中提出的“反冲狭缝”量子干涉思想实验,观测到了原子动量可调谐的干涉对比度渐进变化过程,证明了海森堡极限下的互补性原理,并展示了从量子到经典的连续转变过程。相关成果12月3日在国际学术期刊《物理评论快报》发表。(央视新闻)
中国科学技术大学新闻稿 / 论文链接 / Physics报道
Please open Telegram to view this post
VIEW IN TELEGRAM