What you need before you have a problem worth solving A few weeks ago, I caught up with my good friend Lucas Mara, a thoughtful design leader. We were deep in a conversation about the value of...
When LinkedIn engineers encountered short-lived, recurring outages where the database powering their user feed became unavailable and then recovered without leaving helpful traces, they had to...
Gentoo Linux 内核从 6.12 升级至 6.18 后,iptables 规则出现问题。需切换至 nftables,并通过 eselect 命令检查和切换 iptables symlink。确保使用 nftables 后,重新加载防火墙规则,以保证 NAT 和转发正常。建议逐步迁移复杂规则至 nftables,以便长期维护。
eBPF is emerging as a preferred method for security observability over traditional user-space agents. By attaching probes directly to the Linux kernel's syscall interface, it provides consistent...
In this podcast, Jaromir Hamala, a seasoned Java engineer specialising in high-throughput data systems, shares his thoughts on how developers can tackle high-performance software development. He...
Linux Kernel 7.1 合并了全新原生 NTFS 驱动程序,显著提升了对 NTFS 文件系统的支持。该驱动程序由开发者 JEON 重写,性能提升明显,单线程写入提高 3%~5%,多线程写入提高 35%~110%。新驱动程序支持完整的读写操作,降低 CPU 开销,改善跨平台文件共享效率。正式版预计在 2026 年发布。
Anthropic researcher Nicholas Carlini used Claude Code to find a remotely exploitable heap buffer overflow in the Linux kernel's NFS driver, undiscovered for 23 years. Five kernel vulnerabilities...
Linux Kernel 7.0 正式版发布,主要更新集中在稳定性、安全性和驱动兼容性,修复了数百个补丁,涉及网络、内存管理、安全加密和硬件支持等方面。用户可下载源码编译,待各大发行版适配后可升级。Linus Torvalds 已开启 7.1 合并窗口,开发将更加活跃。
Intel 486 处理器将逐步退出历史舞台,Linux Kernel 从 7.1 版起移除对 i486 架构的支持。该架构自1989年发布,2007年停产,用户已极少,内核团队认为继续支持已无必要,未来 LTS 版也将停止支持 i486。
It is 3 AM. A rogue DELETE just wiped 500,000 customer records. Traditional recovery takes hours and risks collateral damage. This guide shows you how to recover accidental DELETEs and UPDATEs in...
In PostgreSQL, a DELETE operation does not immediately erase data from disk. The MVCC mechanism retains deleted rows as dead tuples, and reading these dead tuples is one viable approach to data...
Linux Kernel 6.19 正式发布,包含安全架构、网络协议和文件系统等多项改进,标志着 6.x 系列的结束,并开启 7.0 合并窗口。新增多处理器支持、ext4 巨型块和图形驱动 HDR 输出等功能,增强硬件支持。
Linux Kernel 6.19 将优化 12~14 年前的 AMD GCN 1.0/1.1 显卡性能,借助新开源驱动,性能提升可达 30%。尽管无法运行最新游戏,但用户体验将改善。预计于 2026 年 2 月发布。
DPDK(数据平面开发工具包)通过绕过内核直接在用户空间操作网卡,显著降低延迟,适用于高频交易和实时视频流等对延迟敏感的应用。其核心技术包括轮询模式驱动、内存管理优化和CPU亲和性。合理配置AWS环境可实现接近裸机的网络性能,提升网络应用效率。
Linux内核的软盘驱动程序在三年后更新,主要清理冗余代码以提升效率,没有新增功能。尽管软盘已过时,但在工业和嵌入式系统中仍有应用,因此Linux继续支持软盘。内核工程师对代码进行维护和合并,以增强可读性和简洁性,短期内不会放弃对软盘的支持。
飞桨框架3.0推出了多硬件统一适配方案,降低了硬件适配成本,支持即插即用接入。该方案通过插件架构和标准接口,简化接入流程,提升模型训练和推理性能,降低开发门槛,促进硬件生态落地。
当多个插件同时使用时,Semantic Kernel 通过函数调用实现任务规划,支持并行调用,简化复杂任务处理。旧规划器已被弃用,建议使用函数调用以提升开发体验。
本文介绍了Semantic Kernel的核心组件Kernel和Plugins在.NET开发中的应用。Kernel作为调度器,管理AI模型和资源,支持异步和多模型。Plugins封装可复用功能,分为本土和语义插件,便于集成外部工具。通过示例展示了天气查询插件的构建,强调了扩展性和灵活性,促进AI与传统开发的结合。
英伟达工程师 Sasha Levin 提交补丁,规范 Linux Kernel 中 AI 代码的使用,要求标注 AI 工具和模型版本,以确保开发的透明度和一致性。补丁包括统一配置文件和开发指南,旨在提高效率并便于后续的错误检查。
Linux Kernel 6.16 正式发布,增强了硬件支持和文件系统、网络优化,适合桌面环境,不推荐用于服务器。新增对 Intel 扩展、USB 音频设备卸载和 XFS 文件系统的支持,预计下个版本 6.17 将于 2025 年发布。
完成下面两步后,将自动完成登录并继续当前操作。