今日精选
HOT最新资讯
共 25915 篇Microsoft's layoffs extend beyond Xbox
Microsoft is cutting an additional 3,200 jobs beyond those in the gaming division.
NRC is (sort of) getting rid of "as low as reasonably achievable" standard
Its issues with current nuclear safety standards are termed semantic, not physical.
When privacy is a feature, not a compliance checkbox
submitted by /u/gcampos [link] [留言]
Master Local Fine-Tuning with "gemma-trainer"
Take control of your AI models with our newest skill, designed to make local fine-tuning efficient.
CodeUtilityKit
100+ private developer tools that run in your browser Discussion | Link
eBPF Looks Illegal: running your code inside the Linux kernel
A visual walkthrough of Linux eBPF. It goes through the basic pipeline: write a small C program, compile it with clang, load it with bpf(), get it past the verifier, JIT it, attach it to a kernel event, and read data back through maps/ring buffers. The second half gets into why people use it for tracing, XDP packet filtering, security hooks, and sched_ext, then ends with the less fun part: the verifier is the safety boundary, and eBPF gets a lot scarier when the person loading the program already has access. submitted by /u/Ok_Marionberry8922 [link] [留言]