Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mthli/blog
Yet another blog of myself 👀
https://github.com/mthli/blog
blog gastby netlify
Last synced: 3 months ago
JSON representation
Yet another blog of myself 👀
- Host: GitHub
- URL: https://github.com/mthli/blog
- Owner: mthli
- License: mit
- Created: 2019-12-19T15:16:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T06:33:36.000Z (10 months ago)
- Last Synced: 2024-04-13T20:54:57.665Z (10 months ago)
- Topics: blog, gastby, netlify
- Language: Assembly
- Homepage: https://mthli.xyz
- Size: 7.54 MB
- Stars: 38
- Watchers: 3
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog
[![Netlify Status](https://api.netlify.com/api/v1/badges/2fa4fa62-6253-4858-b810-c12f3069e0c6/deploy-status)](https://app.netlify.com/sites/mthli/deploys)
Yet another blog of myself 👀
👉
## Archives
- [Snapseek Privacy Policy](https://mthli.xyz/snapseek/)
- [GPT App 的问题与局限](https://mthli.xyz/gpt-limit/)
- [WebRTC 视频降级原因](https://mthli.xyz/video-quality-limitation/)
- [Keylines Privacy Policy](https://mthli.xyz/keylines/)
- [LogLog Privacy Policy](https://mthli.xyz/loglog/)
- [递归锁的缺点](https://mthli.xyz/recursive-re-entrant-locks/)
- [WebRTC 编辑视频帧](https://mthli.xyz/webrtc-frame-transformer/)
- [WebRTC 智能指针使用指南](https://mthli.xyz/webrtc-smart-pointers/)
- [ICE 连接排序规则](https://mthli.xyz/ice-connection-sorting/)
- [WebRTC 视频推流过程](https://mthli.xyz/video-streaming-process/)
- [WebRTC 信号槽机制](https://mthli.xyz/webrtc-sigslot/)
- [PeerConnection 连接流程](https://mthli.xyz/peer-connection/)
- [WebRTC 临界锁实现](https://mthli.xyz/webrtc-criticalsection/)
- [我们对比特币的思考](https://mthli.xyz/our-thoughts-on-bitcoin/)
- [RTP 协议介绍](https://mthli.xyz/rtp-introduction/)
- [视频帧名词解释](https://mthli.xyz/video-frame-words/)
- [SDP 会话描述介绍](https://mthli.xyz/sdp-introduction/)
- [WebRTC 断点调试](https://mthli.xyz/webrtc-breakpoint/)
- [WebRTC 编译指南](https://mthli.xyz/webrtc-compilation/)
- [多人会议服务端架构](https://mthli.xyz/mesh-mcu-sfu/)
- [ICE 交互流程介绍](https://mthli.xyz/ice-stun-turn/)
- [P2P 打洞原理](https://mthli.xyz/p2p-hole-punching/)
- [WebRTC 入门介绍](https://mthli.xyz/webrtc-introduction/)
- [触摸事件的分发与嵌套滚动](https://mthli.xyz/touch-nested-scrolling/)
- [RecyclerView 性能优化](https://mthli.xyz/recyclerview-optimization/)
- [双重检查锁的单例实现](https://mthli.xyz/double-checked-locking-singleton/)
- [重新认识红黑树](https://mthli.xyz/rethink-red-black-tree/)
- [有栈协程与无栈协程](https://mthli.xyz/stackful-stackless/)
- [使用 C 语言实现协程](https://mthli.xyz/coroutines-in-c/)
- [深入理解达夫设备](https://mthli.xyz/duff-device/)
- [RxJava 线程切换原理](https://mthli.xyz/rxjava-scheduler/)
- [RxJava 链式调用原理](https://mthli.xyz/rxjava-chain/)## License
The MIT License (MIT)
Copyright (c) 2022 Matthew Lee
Copyright (c) 2015 GatsbyjsPermission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.