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
C++ 标准委员会于11月11日召开了C++26的第二次会议。本次会议新接收了4个核心语言提案、19个标准库提案进入C++26标准。

新接收的重要核心语言提案包括:

- P2662R3 Pack indexing:允许开发者使用数组索引语法提取template parameter pack中的单个元素。

新接收的重要标准库提案包括:

- P1673R13 A free function linear algebra interface based on the BLAS:一个线性代数库,接口设计基于BLAS

- P2905R2 Runtime Format Strings:运行时指定的格式化串

- P2546R5 Debugging Support:一组检测调试器并主动调用调试功能的函数

此外本次会议还进一步讨论了包括Contracts和Reflection在内的其他内容。

https://herbsutter.com/2023/11/11/trip-report-autumn-iso-c-standards-meeting-kona-hi-usa/ Trip report: Autumn ISO C++ standards meeting (Kona, HI, USA)
继开源编辑器 VS Code 被倒卖后,开源直播推流软件 OBS Studio 也被盗卖

使用百度搜索“OBS Studio”,前几条基本都是广告,点击前几条广告下载后,安装界面显示需付费 43 元才能继续安装,如上图所示。

OBS Studios 是一款免费开源录屏和直播软件,在直播领域使用的比较广泛。

该项目的 Github 地址(点此),目前最新正式版本是 29.1.3

—— oschina
Bring garbage collected programming languages efficiently to WebAssembly https://v8.dev/blog/wasm-gc-porting
Back to Top