struct Hardware {
cpu: &'static str,
gpu: &'static str,
laptops: [&'static str; 2],
keyboards: [&'static str; 2],
}
struct Software {
os: [&'static str; 2],
compositor: &'static str,
terminals: [&'static str; 2],
shells: [&'static str; 2],
editor: &'static str,
}
struct Dev {
language: &'static str,
frameworks: [&'static str; 2],
ci: &'static str,
}
const XERXES: (Hardware, Software, Dev) = (
Hardware {
cpu: "AMD Ryzen 9 9950X3D",
gpu: "AMD Radeon RX 9070 XT",
laptops: ["MacBook Pro 14 2023", "ThinkPad P14s Gen6 AMD"],
keyboards: ["NuPhy Air75 V2", "NuPhy Air75 V3"],
},
Software {
os: ["CachyOS", "Arch Linux"],
compositor: "Niri",
terminals: ["Ghostty", "Alacritty"],
shells: ["Fish", "Nushell"],
editor: "Helix",
},
Dev {
language: "Rust",
frameworks: ["Tokio", "Axum"],
ci: "GitHub Actions",
},
);
🛠️
- Melbourne, Australia
-
07:27
(UTC +11:00)
Highlights
- Pro
Pinned Loading
-
MajsoulMax-rs
MajsoulMax-rs Public启发自MajsoulMax,基于hudsucker的中间人攻击方式,解锁全角色、皮肤、装扮等,同时支持将雀魂的牌局发到日本麻将助手
-
sxyazi/yazi
sxyazi/yazi Public💥 Blazing fast terminal file manager written in Rust, based on async I/O.
-
-
rustdesk/rustdesk
rustdesk/rustdesk PublicAn open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
-
RVC-Project/Retrieval-based-Voice-Conversion-WebUI
RVC-Project/Retrieval-based-Voice-Conversion-WebUI PublicEasily train a good VC model with voice data <= 10 mins!
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.





