惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MongoDB | Blog
MongoDB | Blog
博客园_首页
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
B
Blog RSS Feed
D
Docker
IT之家
IT之家
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
Recent Announcements
Recent Announcements
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
A
About on SuperTechFans
The GitHub Blog
The GitHub Blog
G
Google Developers Blog
V
V2EX
量子位
雷峰网
雷峰网
月光博客
月光博客
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
Tailwind CSS Blog

Yesterday17's Blog

2026 新年解密红包 / Melody Flag | Yesterday17's Blog 谈谈 Iori 的设计思路(二):如何实现一个 Showroom 录制工具? | Yesterday17's Blog 谈谈 Iori 的设计思路(一):从 Nico Timeshift 说起 | Yesterday17's Blog Iori Minyami 0.1.0 发布 | Yesterday17's Blog 2025 新年解密红包 / Melody Flag | Yesterday17's Blog 使用 Cloudflare Warp 解决罗森票务的海外登录问题 | Yesterday17's Blog How To Blog 04: The Astro v5 Era | Yesterday17's Blog 谈谈 tokio::select! 的公平性 | Yesterday17's Blog Learning Pingora 05 - Connect with TLS | Yesterday17's Blog Leaving Bytedance | Yesterday17's Blog 大橋彩香 AsiaTour「Reflection」上海公演 个人向记录 & Repo | Yesterday17's Blog Recoving from burnout - What happened? | Yesterday17 Yubikey 重建手册 | Yesterday17's Blog How To Blog 03: Heimus | Yesterday17's Blog 🪧 Blog Migration Accouncement | Yesterday17's Blog Learn Your IDE - VSCode 是如何仅重启插件的? | Yesterday17's Blog How To Blog 02: Astro❤️Password | Yesterday17's Blog How To Blog 01: Why, How, and the Future | Yesterday17's Blog Learning Pingora 04 - Establish L4 Connection | Yesterday17's Blog Learning Pingora 03 - Upstreams and Peers | Yesterday17's Blog Learning Pingora 02 - A Simple HTTP Server | Yesterday17's Blog Learning Pingora 01 - Getting Started | Yesterday17's Blog 2024 新年解密红包 / Melody Flag | Yesterday17's Blog 向新的一年飞驰——记录 2023 | Yesterday17's Blog 「サクラノ刻」对话选摘(2) | Yesterday17's Blog PGP Key Revocation 注销声明 | Yesterday17's Blog 「サクラノ刻」对话选摘(1) | Yesterday17's Blog 2023 新年解密红包 / Melody Flag | Yesterday17's Blog 『蒼の彼方のフォーリズム』通关感想 | Yesterday17's Blog 单显卡直通教程 | Yesterday17's Blog
或许还算有价值一读的文章列表 | Yesterday17's Blog
Yesterday17 · 2021-05-03 · via Yesterday17's Blog

从这个博客开建以来,到现在(2021 年 5 月 3 日)也已经有了将近 100 篇文章了。虽然很大一部分是水的,但也有一部分是我个人比较满意的。这里整理出来,读者可以在这些文章里寻找自己感兴趣的部分阅读。

因为涉及的领域较多较杂,因此这里就不按照文章类型进行划分了。文章按我个人的评分星级进行整理,从⭐⭐⭐⭐⭐到⭐⭐⭐。

本文会随博客更新整理,且会始终位于置顶位。目前的版本号为 1,最后更新于 2021-05-03

个人简介

https://blog.mmf.moe/post/producer-profile/

⭐⭐⭐⭐⭐

https://blog.mmf.moe/post/tproxy-investigation/

TProxy 源码阅读文。由于笔者对 Linux 网络栈了解较浅,可能存在一些错误。

https://blog.mmf.moe/post/xnuca-2020-hellowasm/

X-NUCA 2020 初赛 hellowasm 一题的题解。

https://blog.mmf.moe/post/rust-format-syntax/

Ruststd::fmt 格式化字符串使用指南。

https://blog.mmf.moe/post/rustonomicon-subtyping-and-variance/

Rust 死灵书中对变型一章的翻译。

https://blog.mmf.moe/post/gc553-setup-multiplatform/

GC553 采集卡在 Linux 下采集的(半)完美解决方案。

⭐⭐⭐⭐

https://blog.mmf.moe/subtitling/

摸鱼特效字幕系列,介绍了部分特效标签和脚本。这个系列完全没有进展啊(

https://blog.mmf.moe/td-pite/

微机原理实验系列,基本都有配图,部分配有简单的效果视频。

https://blog.mmf.moe/post/tutorial-on-using-the-alsa-audio-api/

简单的 ALSA 教程翻译,读完能让你对 Linux 的音频 API 有一个大致的了解。

https://blog.mmf.moe/post/spine-flutter-texture-overlap/

flutter 渲染 spine 的问题定位与解决方案。

https://blog.mmf.moe/post/node-fork-proto-env-rce/

NodeJS 通过 fork 和污染环境变量构造 RCE

https://blog.mmf.moe/post/git-fetch-intro/

git fetch 的协议分析篇。

⭐⭐⭐

https://blog.mmf.moe/shinymas-reverse/

SC 逆向系列姑且也算可以一读吧。过程写得并不好,结论倒是值得一看就是了。看完这个系列,你就明白 enza 他们是怎么做闪耀色彩这块的加密的了(

https://blog.mmf.moe/post/go-01-laws-of-reflection/

Go 学习笔记系列的唯一一篇产出说好的系列呢,从官方博客入手讲 Golang 的反射。可惜笔者已经很久没有写 Go 了,基本都忘完了(

https://blog.mmf.moe/post/disabled-5ghz-wifi-sharing/

Linux 强开热点的解决方案(

https://blog.mmf.moe/post/postfix-receive-only-email/

搭建只收不发的邮件服务器。

https://blog.mmf.moe/post/nat-types/

介绍了 NAT 类型和简单的 STUN 原理。

https://blog.mmf.moe/post/flutter-compute-loooots-of-text/

简单描述了一下 Flutter 渲染大量文本的解决方案。

https://blog.mmf.moe/post/ctf-spel/

JavaSpEL 表达式利用,后来居然在省赛里用到了(笑

https://blog.mmf.moe/post/php-serialize-01/

PHP 反序列化漏洞的原理和一些应用。

https://blog.mmf.moe/post/simple-wasm-re/

阅读 WASM 文本格式的心得。

https://blog.mmf.moe/post/jlu20-babywasm-writeup/

2020 校赛我出的一道 WASM 题目的题解。