https://jia.je/hardware/2025/06/10/linux-vm-on-harmonyos-computer/ 在鸿蒙电脑上的虚拟机内启动 Linux
❤4
https://en.cppreference.com/w/cpp/numeric/simd.html Data-parallel types (SIMD) (since C++26)
https://zhuanlan.zhihu.com/p/1920799919368835943 Flutter 又双叒叕可以在 iOS 26 的真机上 hotload 运行了,来看看又是什么黑科技
💩5
https://bellard.org/lzexe/ https://clownacy.wordpress.com/2025/05/24/the-original-lzexe-a-k-a-kosinski-compressor-source-code-has-been-released/ The Original LZEXE (A.K.A. Kosinski) Compressor Source Code Has Been Released
Clownacy's Corner
The Original LZEXE (A.K.A. Kosinski) Compressor Source Code Has Been Released
Last year, I discovered that the Kosinski compression format is actually LZEXE, which was used for compressing DOS executables back in the 90s and the late 80s. Its developer catalogues three versi…
Forwarded from 不存在的世界
https://blog.archlinux.tech/posts/microsofts-indian-programmers-are-sb/
为了引入一个优化,写了一个 Bug。
关键还没有测试能覆盖,可能也是觉得这么基础的代码应该不会有什么问题吧 😓
为了引入一个优化,写了一个 Bug。
关键还没有测试能覆盖,可能也是觉得这么基础的代码应该不会有什么问题吧 😓
blog.archlinux.tech
记分析 ucrtbase.dll 中的 pow 函数计算 -1 的偶次幂时的错误
这篇文章通过逆向分析了详细在微软最新 Insider 版本中出现的 pow 错误。