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

aloxaf

V2EX 第 457420 号会员,加入于 2019-12-04 18:50:00 +08:00
今日活跃度排名 5008
aloxaf 最近回复了
2 天前
回复了 iintothewind 创建的主题 程序员 golang, 开发效率低执行效率高的语言?
关于 Go 有个有趣的点,那就是它官网的文档和 Playground 都不提供语法高亮,因为 Rob Pike 不喜欢语法高亮。

Go 的设计风格,从这里就可见一斑。
5 天前
回复了 iamtuzi3333 创建的主题 程序员 大佬们,请教一下数据读取
没用过 MongoDB ,不过这类时间序列数据查询的优化方向都是差不多的:
1. 提前按天、按小时聚合数据,根据查询范围来调整返回数据的精度。就像楼上说的,一个月的数据得上百万条了,前端要这么多数据干嘛。
2. 原始数据可以存的时候就按小时打包来存,没必要每秒生成一条记录。
3. 你这数据量也不大,但不知道 MongoDB 存这些数据效率如何,如果太占空间可能要考虑对旧数据降采样(你真的需要查询三年前某分钟内每秒的数据?)或者转冷存储。

不过还是推荐直接用数序数据库,不仅速度更快还节省空间,而且「优化花费的时间」未必比「迁移花费的时间」更少,除了 influxdb 外也可以看看 timescaledb ,对于有 sql 经验的人来说迁移真的方便)
9 天前
回复了 Wongz 创建的主题 NAS NAS raid5 误删文件应该如何恢复?
没用过绿联,这玩意儿没有快照功能吗?

而且用同步的话,没有文件历史版本的功能吗?
12 天前
回复了 freaks 创建的主题 DevOps 遇到一点证书问题,望运维大佬给看看
我不相信 FF 能犯这么低级的错误,这不是实现问题,*.example.com 是明确不应该匹配 example.com

建议 LZ 检查一下 FF 访问 example.com 时显示的证书是啥
19 天前
回复了 chackchackGO 创建的主题 Android 大概理解为什么小米的 root 越来越难了
我觉得主要是所谓「数码发烧友」难伺候……尤其是看多了社区里的逆天言论后
20 天前
回复了 wjx0912 创建的主题 程序员 求一个 fish 配置(类似 zsh 的自动补全)
你这不是补全,是基于历史的自动建议,fish 自带这个功能,但前提是你历史中得有这条记录
issue 里和 stackoverflow 里不都说了么,glibc 压根不支持静态链接,尤其是 gethostbyname 。

想静态链接就用 musl ,ssl 切换到 rustls 。
可以把程序固定到某些核心上,然后限制这些核心的最高频率
25 天前
回复了 moyuman 创建的主题 程序员 最“流畅”的终端模拟器是什么?
@Immortal 对,我以前用 alacritty + tmux 。后面发现套了 tmux 大家速度都差不多了,于是又滚回去用 konsole 了,支持的特性还多一点。
28 天前
回复了 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 照猫画虎改一下。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2651 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 05:46 · PVG 13:46 · LAX 21:46 · JFK 00:46
Developed with CodeLauncher
♥ Do have faith in what you're doing.