Latest notes
最近文章
从 H.264 到 LL-HLS:关键帧、GOP、TS、MediaMTX 一次理清
整理 H.264 的 I/P/B 帧、Keyframe、GOP、MPEG-TS、MediaMTX 以及 HLS/LL-HLS 的关系,并记录 TS merge 与 FIFO pacing 测试中的关键理解。
GitHub does not provide shell access
On the terimal "You've successfully authenticated, but GitHub does not provide shell access.
XS-Leaks attack through iframe counting
To analyze XS-Leaks, I used a specific attack method called "iframe counting" and implemented a phishing website to carry out the attack. The website's front-end and back-end were created using native JavaScript and Node.js.
XS-Leaks 先行研究
XS-Leaks 先行研究:Tarvent 的个人学习与实践记录。
論文における提案手法の書き方
論文における提案手法の書き方:Tarvent 的个人学习与实践记录。
JavaScript get hour, minute and millisecond
JavaScript get hour, minute and millisecond:Tarvent 的个人学习与实践记录。