Show HN: Wireshark in a TUI
Wireshark 的三栏界面搬进终端,eBPF 加持,连 tcpdump 搞不定的 raw-IP 隧道都能抓包分析。
Article URL: https://github.com/yeet-src/pktscope Comments URL: https://news.ycombinator.com/item?id=49438446 Points: 2 # Comments: 1
Wireshark 的三栏界面搬进终端,eBPF 加持,连 tcpdump 搞不定的 raw-IP 隧道都能抓包分析。
Article URL: https://github.com/yeet-src/pktscope Comments URL: https://news.ycombinator.com/item?id=49438446 Points: 2 # Comments: 1
在eBPF内核里直接解析L7协议,把应用层处理提速到内核级,性能玩家不容错过。
Article URL: https://github.com/lbrndnr/beeper Comments URL: https://news.ycombinator.com/item?id=49409378 Points: 1 # Comments: 0
深度解析eBPF缓冲泄漏,用Python与AI Studio在高吞吐下实现零丢包,内核调优实战性强。
Smashing eBPF Buffer Leaks: Achieving Zero-Drop Telemetry with Python & Google AI Studio This is a submission for DEV's Summer Bug Smash: Clear th…
揭秘不同大模型计费差异的根源,读懂Tokenizer机制帮你节省API调用成本
If you build with LLMs, you pay by the token. Not by the word, not by the character — the token. And yet most of us treat the tokenizer as a black box…
单二进制容器编排工具,自带eBPF数据面与S3状态复制,轻量部署值得一试。
Article URL: https://github.com/m18h/kanea Comments URL: https://news.ycombinator.com/item?id=49287428 Points: 1 # Comments: 0
近网卡用eBPF干掉DDoS,单CPU跑到200Mpps,开源可扩展L7防护。
Article URL: https://github.com/tempesta-tech/xFW Comments URL: https://news.ycombinator.com/item?id=49259766 Points: 2 # Comments: 1
FFmpeg 9.0带来原生动画WebP解码与Vulkan硬件加速,视频处理能力再飞跃。
IT之家 8 月 4 日消息,科技媒体 Linuxiac 今天(8 月 4 日)发布博文,报道称开源多媒体框架 FFmpeg 9.0 发布,新增 WebP 原生解码、基于 Vulkan 的 APV 硬件加速,以及 VideoToolbox 加速的 ProRes RAW 解码等。 IT之家援引博文介绍…
看懂 Mbps 与 MB/s 的换算,才发现宽带“缩水”其实是单位套路。
Hello, I'm Maneshwar. I'm building git-lrc, a Micro AI code reviewer that runs on every commit. It is free and source-available on Github. Star git-lr…
Calibre新版带来GIF图片转换功能,电子书管理更省心。
IT之家 8 月 1 日消息,科技媒体 9to5Linux 昨日(7 月 31 日)发布博文,报道称开源电子书工具 Calibre 已更新至 9.12 版本,和上个版本相隔约 1 个月时间。 新版重点加入图片格式转换、目录编辑、设备固件适配、内容服务器扩展和多项缺陷修复。 功能方面,IT之家援引博文…
欧洲出现TBPN风格直播秀,成为科技圈新热点,初创企业争相亮相。
On Monday, the network announced a $1.6 million seed round from top players in the media ecosystem, including Powerhouse Capital, Axel Springer SE (wh…
华硕a豆11口电竞扩展坞,10Gbps高速+千兆网口,支持HDMI/DP三屏异显,8K输出仅299元
IT之家 7 月 18 日消息,华硕京东自营店新上架了一款华硕 a 豆扩展坞,号称 11 口电竞旗舰款,升级 USB 3.2 实现 10Gbps 传输速率,支持 DP / HDMI 高刷三屏异显,最高可输出 8K 30Hz 以及 4K 120Hz 画面,京东价 329 元,活动抢购价 &…
别急着微调,研究证明奖励函数才是决定LLM生成流程模型质量的关键变量
arXiv:2607.06175v1 Announce Type: cross Abstract: Large language models (LLMs) can generate BPMN process models from natural-language descriptions, ye…
基于eBPF内核探针,无需插桩即可测量二进制测试覆盖率,还能灵活排除函数,堪称测试利器。
Article URL: https://github.com/maxgio92/xcover Comments URL: https://news.ycombinator.com/item?id=48831339 Points: 5 # Comments: 0
推荐使用WebP图片格式,比JPG小25%-35%,浏览器覆盖97%,显著提升网页加载速度。
Choosing the right image format isn't about aesthetics — it's about bytes. The wrong choice costs your users real bandwidth. Here's a practical decisi…
BPE分词如何撕开大模型安全防线?论文揭示token边界上的可乘之机。
arXiv:2607.01239v1 Announce Type: cross Abstract: Character-level perturbations bypass safety alignment in modern LLMs despite leaving prompts human-r…
深入解析eBPF map限制,帮助你在边缘安全场景下高效驾驭内核数据结构。
The Foundation of Edge Intelligence: Why eBPF Maps Matter In the evolving landscape of cybersecurity, the speed of detection often determines the succ…
顶刊生物实验难复现?AI统一操作话术,编译通过率98.6%,让科研更规范高效。
AI进入生物制造,真正缺的不是更聪明的大脑,而是连接数字与物理世界的接口。
Next.js 16.3 预览版重磅更新:Turbopack 将开发服务器内存占用直降90%,大幅优化开发体验。
Turbopack in Next.js 16.3 adds development memory eviction, persistent file cache for builds, experimental Rust React Compiler, and `import.meta.glob`…
深入拆解用穷举搜索对 GIF 做无损再压缩的思路,在兼容性与体积之间找出最优解,适合算法和格式优化爱好者。
Article URL: https://blog.arusekk.pl/posts/lossless-gif-recompression/ Comments URL: https://news.ycombinator.com/item?id=48629203 Points: 2 # Comment…