RSS 생중계
Intuit Claims Security Concerns In Dropping Windows 10 For TurboTax
Read more of this story at Slashdot.
Google Plans Advanced Nuclear Reactor Project For Tennessee
Read more of this story at Slashdot.
Serbian Scientists Experiment With Mealworms To Degrade Polystyrene
Read more of this story at Slashdot.
[$] LWN.net Weekly Edition for August 21, 2025
- Front: Debian; CPython; huge zero folio; kexec handover; FHS; Koka programming language
- Briefs: PyPI domain checks; Firefox 142.0; Git v2.51; Ghostty; LibreOffice 25.8; Zig 0.15.1; Quotes; ...
- Announcements: Newsletters, conferences, security updates, patches, and more.
Meta Freezes AI Hiring
Read more of this story at Slashdot.
Most Air Cleaning Devices Have Not Been Tested On People
Read more of this story at Slashdot.
Masimo Sues US Customs Over Apple Watch Blood Oxygen Workaround
Read more of this story at Slashdot.
Oregon Man Accused of Operating One of Most Powerful Attack 'Botnets' Ever Seen
Read more of this story at Slashdot.
Google's Pixel Watch 4 Has a Big Focus On AI
Read more of this story at Slashdot.
Harvard Dropouts To Launch 'Always On' AI Smart Glasses That Listen, Record Every Conversation
Read more of this story at Slashdot.
Trump Confirms US Is Seeking 10% Stake In Intel
Read more of this story at Slashdot.
Gemini For Home Is Google's Biggest Smart Home Play In Years
Read more of this story at Slashdot.
Zig version 0.15.1
The Zig project has announced version 0.15.1 of the language. The release, much like the last one, includes incremental progress toward the goal of completely dropping LLVM and improving compile time, as well as a handful of breaking changes as the language team wrestles with past API design. The biggest change this time around is to the standard library Reader and Writer interfaces, which have been completely rearranged in the name of performance and reducing unneeded copies.
All existing std.io readers and writers are deprecated in favor of the newly provided std.Io.Reader and std.Io.Writer which are non-generic and have the buffer above the vtable - in other words the buffer is in the interface, not the implementation. This means that although Reader and Writer are no longer generic, they are still transparent to optimization; all of the interface functions have a concrete hot path operating on the buffer, and only make vtable calls when the buffer is full.
These changes are extremely breaking. I am sorry for that, but I have carefully examined the situation and acquired confidence that this is the direction that Zig needs to go. I hope you will strap in your seatbelt and come along for the ride; it will be worth it.
Amazon Looks To Ditch Homegrown Software For Android in Fire Tablet Revamp
Read more of this story at Slashdot.
UAE Adds Newborns To Major Genome Project
Read more of this story at Slashdot.
Microsoft Readies Big Feature Updates For Next Month and Beyond
Read more of this story at Slashdot.
Adding stubble to Ubuntu's generic Arm64 Desktop ISOs
Tobias Heider has written an article that explains changes that are coming for Ubuntu's generic Arm64 desktop ISO images in the 25.10 release. The current solution, Heider says, depends on GRUB features that are unavailable in secure boot mode and require adding device-specific logic to multiple packages. The new solution, called stubble, is derived from systemd-stub:
A bundled stubble image contains stubble itself, a Linux kernel, a HWID lookup table to map devices to device trees and multiple device trees. When grub loads this "kernel", stubble executes first, reads the SMBIOS table to generate HWIDs, looks for a match in the embeeded lookup table and loads a matching device tree before passing control to the actual Linux kernel.
The elegance in this approach lies in how it interacts with the rest of the system. Integrating stubble happens entirely at build time in the kernel package. The stubble package is a build dependency for the kernel. After building the kernel itself, we bundle it with stubble and our DTBs and ship the combined binary instead. The resulting stubble + kernel + dtb bundle can be loaded by grub like any other Ubuntu kernel. No further changes in grub or other packages are necessary to make it work.
Chinese 'Virtual Human' Salespeople Are Outperforming Their Real Human Counterparts
Read more of this story at Slashdot.
FTC Sues LA Fitness For Making it Difficult for Consumers To Cancel Gym Memberships
Read more of this story at Slashdot.
Three stable kernels for Wednesday
페이지
