Forwarded from Lancern's Treasure Chest
Leanpub
C++ Initialization Story
Forwarded from Lobste.rs
introducing io_uring support in libuv
Someone openend a PR for io_uring support in libuv, this should help a lot of projects including node to speed up a lot of IO workComments
via vi_mi@users.lobste.rs (vi_mi)
Someone openend a PR for io_uring support in libuv, this should help a lot of projects including node to speed up a lot of IO workComments
via vi_mi@users.lobste.rs (vi_mi)
GitHub
linux: introduce io_uring support by bnoordhuis · Pull Request #3952 · libuv/libuv
Add io_uring support for several asynchronous file operations:
read, write
fsync, fdatasync
stat, fstat, lstat
io_uring is used when the kernel is new enough, otherwise libuv simply
falls back to...
read, write
fsync, fdatasync
stat, fstat, lstat
io_uring is used when the kernel is new enough, otherwise libuv simply
falls back to...
😱2
Forwarded from Hacker News (yahnc_bot)
A Cryptographic Near Miss https://words.filippo.io/dispatches/near-miss/
Filippo Valsorda
A Cryptographic Near Miss
A recent issue in scalar multiplication makes for a good case study of how unsafe interfaces, undocumented assumptions, and time lead to vulnerabilities.
Forwarded from Hacker News (yahnc_bot)
ELF hash function may overflow https://maskray.me/blog/2023-04-12-elf-hash-function
MaskRay
ELF hash function may overflow
This article describes an interesting overflow bug in the ELF hash function. The System V Application Binary Interface (generic ABI) specifies the ELF object file format. When producing an executable
Forwarded from Lobste.rs
Announcing the deps.dev API: critical dependency data for secure supply chains
Comments
via JamieTanna@users.lobste.rs (JamieTanna)
Comments
via JamieTanna@users.lobste.rs (JamieTanna)
Google Online Security Blog
Announcing the deps.dev API: critical dependency data for secure supply chains
Posted by Jesper Sarnesjo and Nicky Ringland, Google Open Source Security Team Today, we are excited to announce the deps.dev API , which...
Forwarded from Hacker News (yahnc_bot)
Zylin ZPU: 32 bit CPU with GCC toolchain https://github.com/zylin/zpu
GitHub
GitHub - zylin/zpu: The Zylin ZPU
The Zylin ZPU. Contribute to zylin/zpu development by creating an account on GitHub.
Forwarded from Solidot
Servo 项目计划迁移到 Layout 2020
2023-04-14 14:01:00 by 火星超人
Servo 项目计划迁移到布局引擎 Layout 2020。Servo 是用 Rust 语言开发的实验性浏览器引擎项目,最初由 Mozilla 发起,2020 年 Mozilla 大裁员期间裁掉了 Servo 引擎团队,Servo 的开发此后陷入了停滞。Servo 项目后来找到 Linux 基金会托管,寻求为其它项目提供一个高性能的、安全的、可嵌入的模块化渲染引擎。过去几个月,项目的开发再次活跃。本周四,官方博客表示计划迁移到 Layout 2020 引擎。Servo 项目目前有两个布局引擎——Layout 2013 和 Layout 2020,顾名思义,其开发分别始于 2013 年和 2020 年,其中 Layout 2020 设计弥补 Layout 2013 的多个不足之处,开发者表示他们认为 Layout 2020 是项目继续前进的最佳布局引擎,计划不久之后迁移到该引擎。
https://servo.org/blog/2023/04/13/layout-2013-vs-2020/
#开源
2023-04-14 14:01:00 by 火星超人
Servo 项目计划迁移到布局引擎 Layout 2020。Servo 是用 Rust 语言开发的实验性浏览器引擎项目,最初由 Mozilla 发起,2020 年 Mozilla 大裁员期间裁掉了 Servo 引擎团队,Servo 的开发此后陷入了停滞。Servo 项目后来找到 Linux 基金会托管,寻求为其它项目提供一个高性能的、安全的、可嵌入的模块化渲染引擎。过去几个月,项目的开发再次活跃。本周四,官方博客表示计划迁移到 Layout 2020 引擎。Servo 项目目前有两个布局引擎——Layout 2013 和 Layout 2020,顾名思义,其开发分别始于 2013 年和 2020 年,其中 Layout 2020 设计弥补 Layout 2013 的多个不足之处,开发者表示他们认为 Layout 2020 是项目继续前进的最佳布局引擎,计划不久之后迁移到该引擎。
https://servo.org/blog/2023/04/13/layout-2013-vs-2020/
#开源
Forwarded from 🎉 Yuuta 的日常 🎂 via @pixiv_net_bot