aloxaf 最近的时间轴更新
aloxaf's repos on GitHub
Shell · 69 人关注
dotfiles
my dotfiles
Shell · 15 人关注
aur-build
Build AUR packages with GitHub Actions
C++ · 11 人关注
CAPIx
使CMD能够高速调用API
PHP · 8 人关注
cdda-itembrowser
CDDA 物品浏览器
Python · 7 人关注
10_0_0_55_login
BIT 10.0.0.55 的登入与登出的Python实现
Python · 5 人关注
Crypko.Spider
(目前是)一次性的Crypko小爬虫
Rust · 4 人关注
crc32fix
fix png's length or height according to its crc32 checksum
Python · 4 人关注
facenote_thirdparty_app
为掌阅系统安装第三方 app
HTML · 2 人关注
Aloxaf.github.io
my blog
Python · 2 人关注
cdda-wiki-bot
1 人关注
comic-translation
基于深度学习的漫画翻译辅助工具,包含翻译、朗读、图像去字、自动嵌字功能。 目的是帮助非专业汉化人员完成更简单,快速的翻译任务。
1 人关注
exa
A modern version of ‘ls’.
1 人关注
fcitx5-chinese-addons
Addons related to Chinese, including IME previous bundled inside fcitx4.
Rust · 0 人关注
atuin
✨ Magical shell history
C++ · 0 人关注
Cataclysm-DDA
Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
TypeScript · 0 人关注
ChatGPT-Next-Web
One-Click to deploy well-designed ChatGPT web UI on Vercel. 一键拥有你自己的 ChatGPT 网页服务。
0 人关注
copr-test
Python · 0 人关注
CTF-RSA-tool
a little tool help CTFer solve RSA problem
0 人关注
dnsmasq-china-list
Chinese-specific configuration to improve your favorite DNS server. Best partner for chnroutes.
Rust · 0 人关注
eth-keystore-rs
A minimalist library to interact with encrypted JSON keystores
Rust · 0 人关注
evcxr
Rust · 0 人关注
extsort-rs
External sorting (i.e. on disk sorting) capability on arbitrarily sized iterator
0 人关注
faiss
A library for efficient similarity search and clustering of dense vectors.
Shell · 0 人关注
fast-syntax-highlighting
Feature-rich syntax highlighting for ZSH
Rust · 0 人关注
fastblur
Fast (linear time) implementation of the Gaussian Blur algorithm in Rust
Shell · 0 人关注
fastmac
a test environment
C++ · 0 人关注
fcitx5
maybe a new fcitx.
0 人关注
fcitx5-lua
0 人关注
filecoin-docs
Filecoin Docs
0 人关注
filecoin-ffi
C and CGO bindings for Filecoin's Rust libraries
aloxaf
ONLINE

aloxaf

V2EX 第 457420 号会员,加入于 2019-12-04 18:50:00 +08:00
今日活跃度排名 1313
aloxaf 最近回复了
5 天前
回复了 chackchackGO 创建的主题 Android 大概理解为什么小米的 root 越来越难了
我觉得主要是所谓「数码发烧友」难伺候……尤其是看多了社区里的逆天言论后
5 天前
回复了 wjx0912 创建的主题 程序员 求一个 fish 配置(类似 zsh 的自动补全)
你这不是补全,是基于历史的自动建议,fish 自带这个功能,但前提是你历史中得有这条记录
issue 里和 stackoverflow 里不都说了么,glibc 压根不支持静态链接,尤其是 gethostbyname 。

想静态链接就用 musl ,ssl 切换到 rustls 。
可以把程序固定到某些核心上,然后限制这些核心的最高频率
11 天前
回复了 moyuman 创建的主题 程序员 最“流畅”的终端模拟器是什么?
@Immortal 对,我以前用 alacritty + tmux 。后面发现套了 tmux 大家速度都差不多了,于是又滚回去用 konsole 了,支持的特性还多一点。
13 天前
回复了 ottoli 创建的主题 NAS Linux NAS 硬件/硬盘监控面板方案?
grafana 搭建怎么会麻烦,docker 直接启动就行,我常用的一个 docker-compose.yml ,真没啥要配置的: https://fars.ee/bAhh/yaml

数据采集用 node_exporter ,其他信息可以写脚本喂给它的 textfile collector ,也可以用现成的 exporter (直接搜 XX prometheus exporter ,大概率有)。

唯一需要学习一下的是 grafana 的面板配置和 promql 。不过你的需求不复杂,可以找个现成的 node exporter dashboard 照猫画虎改一下。
不只是授权费吧,MS 未必愿意配合你定制系统
@ThomasChan #31

如果一开始没考虑好 i18n 的需求,后期再上确实挺麻烦。

拼接的字符串,只要最终来源是常量,还是可以翻译的。完全动态的字符串,那没有任何手段能预先翻译……

除了翻译的自动化提取合并,i18n 框架都提供了根据单复数或上下文来提供不同翻译的方法,对翻译要求高的话还是很必要的。就算不用现成框架,最后还是会走上造轮子的老路(
@HeyCaptainJack #13

怎么会要依赖 git diff ,老哥你难道没用任何 i18n 框架么。

比如前面有人提到的 .po ,这就是 gnu gettext 的翻译格式,你只要导入库后在代码里写 _("hello"),gettext 就会提取出这些字符串,和你和旧翻译对比、合并,你每次只管翻译就行了。
Firefox + Tree Style Tab
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1941 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 16:14 · PVG 00:14 · LAX 08:14 · JFK 11:14
Developed with CodeLauncher
♥ Do have faith in what you're doing.