Personal channel of @lancern
Topics: programming, hacking, memes, life, and more. Forward anything as you wish.
Join the discussion group for more fun.
Discord: https://discord.gg/RwUx9et7
Topics: programming, hacking, memes, life, and more. Forward anything as you wish.
Join the discussion group for more fun.
Discord: https://discord.gg/RwUx9et7
#今天又看了啥 #GitHub #tools #frontend #design
AppIcon Forge
An intuitive app icon generator that lets you customize colors, borders, gradient, shadows, text, local images and more to create unique app icons effortlessly.
一个直观的应用程序图标生成器,可自定义颜色、边框、阴影等,轻松创建独特的应用程序图标
GitHub Repo: https://github.com/zhangyu1818/appicon-forge
Online Demo: https://zhangyu1818.github.io/appicon-forge/
AppIcon Forge
An intuitive app icon generator that lets you customize colors, borders, gradient, shadows, text, local images and more to create unique app icons effortlessly.
一个直观的应用程序图标生成器,可自定义颜色、边框、阴影等,轻松创建独特的应用程序图标
GitHub Repo: https://github.com/zhangyu1818/appicon-forge
Online Demo: https://zhangyu1818.github.io/appicon-forge/
How I configure my Git identities https://www.benji.dog/articles/git-config/
u8"hello"
在 C++17 中的类型是 const char[N]
,在 C++20 中的类型是 const char8_t[N]
The Two Factions of C++ https://herecomesthemoon.net/2024/11/two-factions-of-cpp/
Pipe Viewer – A Unix Utility You Should Know About https://catonmat.net/unix-utilities-pipe-viewer
前阵子推荐过的ppresume作者,写了一篇长文讲解排版引擎的工作原理:
中文版:《排版引擎纵谈:程序员的视角》
英文版:《On Typesetting Engines: A Programmer's Perspective》
中文版:《排版引擎纵谈:程序员的视角》
英文版:《On Typesetting Engines: A Programmer's Perspective》
The BPF instruction set architecture is now RFC 9669
corbet - November 05, 2024 at 04:43PM
After a couple of years of effort, the BPF instruction set architecture hasbeen accepted as RFC9669, giving it a standard outside of the in-kernel implementation. This message from DavidVernet (who also contributed an article onthe standardization process last year) describes the process and why itis important: Though some vendors have already implemented BPF offloading capabilities without having a standardized ISA, others are not quite as risk tolerant. As Christoph [Hellwig] discussed at LSFMM 2022, certain NVMe vendors have expressed an interest in building BPF offloading capabilities for various use cases such as eXpress Resubmission Path (XRP), but they simply can't fund such a project without certain components of BPF being standardized. Hence, the effort to standardize BPF was born.
Full Article: https://lwn.net/Articles/997002/
corbet - November 05, 2024 at 04:43PM
After a couple of years of effort, the BPF instruction set architecture hasbeen accepted as RFC9669, giving it a standard outside of the in-kernel implementation. This message from DavidVernet (who also contributed an article onthe standardization process last year) describes the process and why itis important: Though some vendors have already implemented BPF offloading capabilities without having a standardized ISA, others are not quite as risk tolerant. As Christoph [Hellwig] discussed at LSFMM 2022, certain NVMe vendors have expressed an interest in building BPF offloading capabilities for various use cases such as eXpress Resubmission Path (XRP), but they simply can't fund such a project without certain components of BPF being standardized. Hence, the effort to standardize BPF was born.
Full Article: https://lwn.net/Articles/997002/