TimeAxis
753 subscribers
543 photos
9 videos
5 files
326 links
GZTime's personal channel.
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
我寻思我也没说过 GGOS 能真的跑在物理机器上吧.png
😈2
#GGOS

在 macOS 上全屏 QEMU 跑 GGOS 的感觉好奇妙
…就是说怎么做到长宽比刚好一样的(
5
This media is not supported in your browser
VIEW IN TELEGRAM
👍5
(我好喜欢遗拢埠的音乐啊)
…我是不是应该把我日常逛GitHub看到的东西扔这里一些()
👍8
#Github #macOS

There are numerous instances where we may need to restart our Mac to rectify a glitch. This user-friendly tool is designed to resolve most runtime bugs without necessitating a full system restart, and it can restore your applications to the state they were in before the issue arose.

https://github.com/Lakr233/FixTim
#碎碎念

最近好烦 QQ,一不留神点到那个破红包,拍一拍还会黑屏出“福袋”

明明大家都知道这里头一点“红包”都没有,全tm都是商品推销和广告😅
1
Forwarded from MiaoTony's Box (MiaoTony 🐱)
除夕快乐!
群友们记得过年不要随便动光猫 路由器等网络设备
#GZCTF #GitHub #release

New Features:

- I18n Support: for backend & frontend, zh_CN / en_US and ja_JP supported.
- Database & API Refactor: use uuid for user & containers, formatted data for notice / events
- Dependence Upgrade: upgrade to dotnet 8
- Happy New Year!

BREAK CHANGES: DATABASE AND API CHANGES

https://github.com/GZTimeWalker/GZCTF/releases/tag/v0.18.0-preview.0
7🤔1
过年好!!(迟到(赔罪(看烟花看的
7
#挂

叠甲:只是调侃和鉴赏逆天言论,并无说 php 不好的意思,在最后一句出来之前我都能绷住
🤣7
它对我的提示词是不是有什么误解🤔
Forwarded from 心惊报 (投稿机器人)
via std::ranges::shuffle(recv);
😇
😭9🆒2
#rust

一个比较逆天的编译器 bug


trait Trait {
fn abs(self) -> Self;
}

impl Trait for i64 {
fn abs(self) -> Self {
2 * self
}
}

fn main() {
let x = 42;
println!("{}", x.abs());
println!("{}", x.abs());
}


输出:


84
42


第一次 x.abs() 调用了 Trait::abs
第二次 x.abs() 调用了 core::num::abs

IDE rust-analyzer的 hint 和反汇编均证明了这一点(

https://github.com/rust-lang/rust/issues/121453
👾10🤮1💩1🖕1
#GZCTF #GitHub

Release with HUUUUGEEEEE changes 🥵
11