Google 的 fuzzing 家族又来了个新成员 太喜欢造轮子了 https://github.com/google/clusterfuzz
有趣的文本生成工具 https://github.com/TheBerkin/rant
又一个 side channel attack https://www.nccgroup.trust/us/about-us/newsroom-and-events/blog/2019/february/downgrade-attack-on-tls-1.3-and-vulnerabilities-in-major-tls-libraries/
来自 Prof Fan 的一个 cf dns 权限限制分发的工具 https://github.com/ProfFan/cloudflare-proxy-rs
部署到了我的博客的小工具 大家体会到了吗 https://instant.page/
教育性质的 C on web https://vasyop.github.io/miniC-hosting/
今天体验了一下 Alacritty,以前一直在用 iTerm2,但是它的高级功能我都没用到。于是现在用了下 Alacritty,把 Solarized Dark 配置了,发现 Inconsolata for Powerline 字体显示有点偏差,于是调整了一下:
# Font configuration (changes require restart)font:# Normal (roman) font facenormal:family:Inconsolata for Powerline# The `style` can be specified to pick a specific face.#style: Regular# Bold font facebold:family:Inconsolata for Powerline# The `style` can be specified to pick a specific face.#style: Bold# Italic font faceitalic:family:Inconsolata for Powerline# The `style` can be specified to pick a specific face.#style: Italic# Point sizesize:18.0# Offset is the extra space around each character. `offset.y` can be thought of# as modifying the line spacing, and `offset.x` as modifying the letter spacing.offset:x:0y:0# Glyph offset determines the locations of the glyphs within their cells with# the default being at the bottom. Increasing `x` moves the glyph to the right,# increasing `y` moves the glyph upwards.glyph_offset:x:0y:3