Skip to the content.

From 278 items, 12 important content pieces were selected


Technology News

  1. Mojo Compiler and Toolchain Open Sourced ⭐️ 8.0/10
  2. GitLab Patches Critical GraphQL Vulnerabilities ⭐️ 8.0/10
  3. Linux 7.3 VRAM Pressure Improvement ⭐️ 7.0/10
  4. Qwen 3.8 27B Reaches Benchmark Score 52 ⭐️ 7.0/10
  5. Anthropic Releases Claude Security Reference Harness ⭐️ 7.0/10
  6. Needle 2 for Tiny Devices ⭐️ 7.0/10
  7. FFF Targets Fast Repeated File Search ⭐️ 7.0/10
  8. Apple Revises EU App Store Terms ⭐️ 7.0/10
  9. Gas Plants for Data Centers Raise Emissions Concerns ⭐️ 7.0/10
  10. Apple Says App Store Rules Are Hurting Services ⭐️ 7.0/10
  11. WeCom 5.0.10 Opens CLI and MCP Access ⭐️ 7.0/10

Financial News

  1. Jeanie Buss Opposes Lakers Stake Sale ⭐️ 7.0/10

Technology News

Mojo Compiler and Toolchain Open Sourced ⭐️ 8.0/10

Mojo has released its compiler and toolchain as open source under the Apache 2 license, following its 1.0 release the previous week. Simon Willison notes that this fulfills a promise dating back to Mojo's May 2023 launch. The language was originally presented as a planned superset of Python, but Modular's direction changed around August 2025, with project guidance saying Mojo may or may not become fully Python-compatible. Mojo is now positioned as its own Python-inspired language focused on making GPU programming easier, rather than as a language guaranteed to run existing Python code unchanged.

rss · Simon Willison · Aug 18, 21:39

「Background」 Mojo is a systems programming language developed by Modular with Python-like syntax and features aimed at high-performance workloads, including static typing and ownership concepts associated with systems languages. It was originally presented as Python-adjacent and potentially compatible with existing Python code, but the source item says its current direction is as a separate language optimized for GPU programming rather than a guaranteed full Python superset.

「Impact」 Developers interested in Mojo can now inspect, use, and build on its compiler and toolchain under Apache 2, while accounting for its limited and evolving Python compatibility.

References

Tags: #programming-languages, #open-source, #AI-infrastructure, #Python, #compiler-toolchains


GitLab Patches Critical GraphQL Vulnerabilities ⭐️ 8.0/10

GitLab released emergency security updates on August 17, 2026 for two vulnerabilities in GitLab Community Edition and Enterprise Edition. The critical flaw, CVE-2026-19478 with a CVSS score of 9.4, reportedly lets unauthenticated attackers remotely modify or permanently delete public project and user data through a GraphQL fallback field resolution defect involving the @gl_introduced directive. The second issue, CVE-2026-19650 with a CVSS score of 7.1, is a CSRF vulnerability in the GraphQL multiplex query processor that can allow GraphQL mutation operations through GET requests under specific conditions and requires user interaction. Both vulnerabilities affect GitLab CE/EE versions from 18.2 up to before 18.11.11, 19.0 up to before 19.0.8, 19.1 up to before 19.1.6, and 19.2 up to before 19.2.4, with fixes released in 18.11.11, 19.0.8, 19.1.6, and 19.2.4. GitLab said the update includes no new database migrations, multi-node deployments do not need downtime, both reports came through HackerOne, and it has not seen evidence of in-the-wild exploitation.

rss · IT之家 · Aug 18, 15:52

「Background」 GitLab CE and EE are the community and enterprise editions of GitLab, and security patch releases apply especially to self-managed installations that operators maintain themselves. GraphQL APIs use queries to read data and mutations to change data, so flaws in directive handling, request validation, or CSRF protections can turn a single crafted request into an unauthorized state-changing action.

「Impact」 Self-hosted GitLab operators running affected CE/EE versions should upgrade immediately to 18.11.11, 19.0.8, 19.1.6, or 19.2.4 because public technical details and a PoC are reportedly already available.

References

Tags: #security, #GitLab, #vulnerability, #GraphQL, #DevOps


Linux 7.3 VRAM Pressure Improvement ⭐️ 7.0/10

The linked article discusses a Linux 7.3 change intended to improve behavior and performance when GPU VRAM is exhausted. The improvement is about GPU memory pressure and overcommit handling, where data may need to move or be reclaimed when workloads exceed available VRAM. This matters for graphics, gaming, and GPU compute workloads because running out of VRAM can otherwise cause severe slowdowns or poor responsiveness. The supplied item does not include the article text, so specific implementation details, benchmark numbers, affected drivers, and upstream status cannot be verified here.

hackernews · flaburgan · Aug 18, 07:51 · Discussion

「Background」 VRAM is a GPU’s dedicated memory, used for textures, buffers, model data, and other graphics or compute workloads; when allocations exceed physical VRAM, drivers may page data between VRAM and system memory. The source article frames VRAM overcommit as something that should primarily affect performance rather than stability, because GPU drivers have long supported overcommitting VRAM in principle.

「Impact」 Users running GPU workloads that exceed available VRAM may see better performance or responsiveness once the relevant Linux 7.3 change is available in their kernel and supported driver stack.

「Community」 Commenters broadly welcomed the improvement and praised the article, while raising practical questions about driver support, especially Nvidia, and whether applications should provide stronger hints to the kernel about which allocations should remain in VRAM. Some discussion also connected the issue to broader memory-pressure behavior, including system freezes when ordinary RAM is exhausted.

References

Tags: #linux kernel, #GPU memory, #performance, #memory management, #hardware


Qwen 3.8 27B Reaches Benchmark Score 52 ⭐️ 7.0/10

Simon Willison highlighted that Qwen 3.8 27B reportedly scored 52 on the Artificial Analysis Intelligence Index. The score matches GPT-5.6 Luna (max) and is one point behind GLM-5.2 (max) and DeepSeek V4 Pro 0813 (max), according to the source item. Willison notes the comparison is notable because GLM-5.2 is listed as 753B parameters, DeepSeek V4 Pro 0813 as 1.7T parameters, and Luna’s size is unknown but presumed much larger than 27B. The item is brief and benchmark-focused, so it does not provide additional technical details about evaluation conditions, architecture, licensing, or independent validation.

rss · Simon Willison · Aug 17, 23:58

「Background」 Qwen is a family of large language models associated with Alibaba’s AI work, and parameter count is commonly used as a rough indicator of model scale. The Artificial Analysis Intelligence Index is a benchmark aggregation used to compare model performance, but benchmark scores should be interpreted alongside methodology, task mix, inference settings, and real-world workload results.

「Impact」 AI practitioners evaluating open or smaller models may treat Qwen 3.8 27B as a candidate for efficiency-focused testing against much larger systems, while waiting for workload-specific validation.

Tags: #ai, #llms, #benchmarks, #qwen, #open-models


Anthropic Releases Claude Security Reference Harness ⭐️ 7.0/10

Anthropic published the open-source `anthropics/defending-code-reference-harness` repository as a reference implementation for autonomous vulnerability discovery and remediation with Claude. The repo packages Claude Code skills for `/quickstart`, `/threat-model`, `/vuln-scan`, `/triage`, `/patch`, and `/customize`, plus an autonomous `harness/` pipeline that follows recon, find, verify, report, and patch stages. The included harness is configured for C/C++ memory vulnerability discovery using Docker and ASAN, while its prompts, sandboxing approach, and pipeline shape are intended to be customized for other languages, detectors, or vulnerability classes. Anthropic says the repository is not maintained and is not accepting contributions, and distinguishes it from the hosted Claude Security product, which provides managed scanning, false-positive reduction, lifecycle triage, fix validation, and rapid fix generation.

rss · GitHub Trending - Python Daily · Aug 18, 02:26

「Background」 Claude Code skills are reusable command-style workflows that guide Claude through tasks such as threat modeling, scanning, triage, and patching inside a codebase. The harness reflects Anthropic’s stated learnings from working with security teams since launching Claude Mythos Preview and is accompanied by a blog post, cookbook, and documentation on pipeline design, prompting, threat modeling, sandboxing, and patch verification.

「Impact」 Security teams and developers can use the repo as a starting point for building Claude-based vulnerability scanning and remediation pipelines, but autonomous runs execute target code and are designed to require gVisor sandboxing unless explicitly overridden.

Tags: #AI security, #vulnerability scanning, #code remediation, #threat modeling, #open source


Needle 2 for Tiny Devices ⭐️ 7.0/10

Needle 2 is an open 45M-parameter model packaged as a single 14MB binary for tool calling, device use, and structured extraction on tiny devices such as phones, wearables, smart home hardware, and robots. The project says it runs a full session in about 28MB of RAM, uses a 256-token sliding window with tools pinned as KV sinks, and returns structured tool calls with a confidence score. This repository is the Python package for inference, LoRA fine-tuning, and export, installable with `pip install cactus-needle`, while the engine is fetched once from Hugging Face and then cached for offline use. The README also says tuned models are merged back into a single `.cact` artifact and that the decoding path is constrained by schemas and a byte-level grammar.

rss · GitHub Trending - Python Daily · Aug 18, 02:26

「Background」 Tool calling lets a model choose a predefined function or API and fill its arguments, while structured extraction constrains model output into a schema such as JSON for downstream software. Needle 2 is positioned in the edge AI category, where models must fit tight storage, memory, and offline constraints on devices such as phones, wearables, smart home hardware, and robots.

「Impact」 Developers building local agents or extraction pipelines for constrained devices now have a self-contained model/runtime aimed at on-device tool use without separate model files or network inference.

References

Tags: #AI, #edge-computing, #machine-learning, #open-source


FFF Targets Fast Repeated File Search ⭐️ 7.0/10

dmtrKovalenko/fff is a Rust-based file search toolkit and SDK aimed at AI agents, Neovim, Rust, C, Python, Bun, and Node.js integrations. The project claims typo-resistant path and content search, frequency-ranked file access, a background watcher, and a lightweight in-memory content index designed to outperform command-line tools such as ripgrep and fzf in long-running processes that search repeatedly. It includes an MCP server for clients such as Claude Code, Codex, OpenCode, Cursor, and Cline, with tools including ffgrep, fffind, and fff-multi-grep, plus installation paths via shell scripts and Homebrew. The README also describes a Pi agent extension with tools-and-ui, tools-only, and override modes, runtime commands such as /fff-health and /fff-rescan, and environment variables for frecency and history databases.

rss · GitHub Trending - Rust Daily · Aug 18, 02:27

「Background」 File-search tools such as ripgrep and fzf are commonly used by developers and coding agents to locate paths or code text, but they are typically invoked as separate command-line searches. FFF is positioned as a library and long-running service instead, keeping search state such as an in-memory index, file-change watcher, and usage-based ranking available across repeated queries. It also grew out of an earlier Neovim-focused workflow before being packaged for agent and editor integrations.

「Impact」 Developers building AI coding agents, editor integrations, or other long-running search workflows can use fff as a library or MCP server to avoid repeated external grep/find invocations and keep search state in memory.

References

Tags: #developer tools, #search indexing, #AI agents, #Rust, #Neovim


Apple Revises EU App Store Terms ⭐️ 7.0/10

Apple announced on August 18 that it is changing its app commercial terms in the European Union after working with the European Commission, with the new terms available for developers to sign now and taking effect on October 1. The changes put all developers distributing apps in the EU under one set of terms and replace the previous per-install Core Technology Fee for certain larger developers with a 5% Core Technology Commission on in-app digital transactions in apps distributed outside the App Store. Apple also removed the initial acquisition fee and store services fee, and set updated commission rates of 26% for App Store apps using Apple In-App Purchase, 20% for App Store apps using alternative payment processing, 15% for App Store apps that send users outside the app to buy, and 5% for apps distributed through alternative marketplaces or the web, with lower 15% or 10% rates for qualifying programs and some subscriptions. Developers in the EU may now offer Apple In-App Purchase and alternative payment options together, but must choose and keep their payment configuration for 12 months, while child-safety rules restrict external purchase links and require parental controls for some under-18 users. Apple is also expanding eligibility to operate alternative app marketplaces or distribute apps through the web in the EU, while continuing to require notarization for apps distributed outside the App Store.

rss · IT之家 · Aug 18, 16:03

「Context」 The EU's Digital Markets Act has pushed Apple to allow alternatives to its traditional App Store distribution and payment model in the European Union. Apple previously introduced EU-specific terms that included a per-install Core Technology Fee, but its latest revision replaces that structure with a 5% Core Technology Commission on certain digital transactions for apps distributed outside the App Store.

「Impact」 Developers distributing iOS apps in the EU need to reassess payment, distribution, eligibility, and commission economics before the October 1 effective date.

References

Tags: #Apple, #App Store, #EU regulation, #mobile development, #platform policy


Gas Plants for Data Centers Raise Emissions Concerns ⭐️ 7.0/10

Bloomberg reported that developers are increasingly building dedicated natural-gas power plants to supply rapidly expanding U.S. data centers, a shift that could make major technology companies' climate goals harder to meet. BloombergNEF tracked 99 proposed gas plants and estimated that, if run at typical industry utilization rates, they could emit about 318 million metric tons of carbon dioxide per year. Compared with U.S. Energy Information Administration data showing about 1.485 billion tons of emissions from the U.S. electricity sector last year, those data-center-related plants could raise sector emissions by roughly 20%, or by about one-third if operated at full capacity. The report cites grid strain, reliability concerns, paused approvals in some areas, and multi-year waits for regulated grid connections as reasons developers are seeking direct power supplies. It also says Amazon is developing a 32.4-square-kilometer project in Pecos County, Texas, while Chevron is building a gas plant for Microsoft about 48 kilometers away to power an 8.1-square-kilometer data center campus; together, the two projects could exceed 10 GW of generation capacity and emit up to 45 million tons of CO2 equivalent annually, though Amazon and Microsoft said their climate targets have not changed.

rss · IT之家 · Aug 18, 14:49

「Background」 Data centers require large, reliable power supplies for servers, cooling, networking, and increasingly AI workloads, which can make grid interconnection delays a major constraint on new projects. Natural-gas power plants can be built or contracted to provide dedicated electricity more quickly than many grid upgrades or low-carbon alternatives, but they emit carbon dioxide when operating and can conflict with corporate net-zero commitments.

「Impact」 Data center operators and major cloud companies may face higher emissions and harder-to-meet climate targets if planned gas plants become the fastest route around constrained U.S. grid connections.

References

Tags: #data centers, #energy infrastructure, #carbon emissions, #big tech, #AI infrastructure


Apple Says App Store Rules Are Hurting Services ⭐️ 7.0/10

Apple has for the first time acknowledged that antitrust pressure and App Store rule changes are beginning to affect its services business, which exceeds $100 billion and is a key source of high-margin profit. Its latest services revenue and margin both missed Wall Street expectations, with June-quarter services revenue of $30.7 billion below the expected $31.4 billion and gross margin at 75.6%, according to the report. Apple warned in a regulatory filing that it may receive no commission when consumers buy digital content through alternative payment systems, and CFO Kevan Parekh said recent App Store rule changes have affected services. Sensor Tower said U.S. App Store consumer spending fell 6% year over year in the second quarter after rising 9% a year earlier, while Appfigures estimated Apple’s U.S. App Store commission revenue has fallen 18% so far this year. Courts and regulators in the U.S., Europe, South Korea, Brazil and other markets have pushed Apple to loosen control over app payments or distribution, threatening the company’s model of charging commissions of up to 30% on in-app digital purchases and subscriptions.

rss · IT之家 · Aug 18, 14:30

「Background」 Apple’s services segment includes App Store commissions, subscriptions, payments, warranties, licensing, and other recurring revenue streams, and it has become important because its margins are typically much higher than hardware sales. The App Store model historically let Apple control iPhone app distribution and charge developers up to 30% on many digital purchases, but court rulings and laws such as Europe’s Digital Markets Act have pushed the company to allow alternative payment or distribution options in some markets.

「Impact」 Apple faces measurable pressure on App Store commissions as alternative payment and distribution rules take effect, with reported U.S. App Store consumer spending down 6% in the quarter and U.S. commission revenue down 18% since the start of the year.

References

Tags: #苹果, #App Store, #反垄断监管, #服务业务, #移动支付


WeCom 5.0.10 Opens CLI and MCP Access ⭐️ 7.0/10

WeCom 5.0.10 has opened CLI and MCP capabilities to all enterprises, allowing WorkBuddy, DeepSeek Harness, and internally built agents to call 10 core office modules directly. The release matters because it gives mainstream AI agents a governed way to interact with enterprise collaboration and workflow systems rather than operating outside official platform controls. The integration supports separation between human and AI permissions, human approval for sensitive actions, time-limited authorization, and full auditing. According to the source, AI agents can also read documents and spreadsheets, analyze data, and generate proposal PPTs or business dashboards.

telegram · zaihuapd · Aug 18, 06:22

「Background」 WeCom, also known as Enterprise WeChat, is Tencent's workplace collaboration platform for organizations using WeChat-linked communications and office workflows. MCP, or Model Context Protocol, is commonly used to let AI agents connect to external tools and data sources through standardized interfaces, while CLI access provides command-line automation hooks. WorkBuddy is Tencent's office-focused AI agent product that can generate reports, decks, spreadsheets, and other deliverables through multi-agent collaboration.

「Impact」 Enterprises using WeCom can connect agents to office workflows while retaining permission isolation, approval gates, temporary authorization, and audit trails.

References

Tags: #MCP, #enterprise software, #AI agents, #workflow automation, #product announcement


Financial News

Jeanie Buss Opposes Lakers Stake Sale ⭐️ 7.0/10

Los Angeles Lakers governor Jeanie Buss is opposing a potential sale of her family's stake to Bob Iger and Joshua Kushner, with her lawyer saying any vote to sell the JAB Trust's 17.8% ownership interest would be void without required approval.

rss · CNBC Finance · Aug 18, 21:29

「Background」 A 2017 court order says the family trust's co-trustees must take reasonable steps to keep Jeanie Buss as the Lakers' controlling owner, according to a supporting report.

「Impact」 The dispute could delay or block Iger and Kushner from increasing their overall Lakers ownership share to about 83%, as ESPN reported the family stake sale would have done.

References

Tags: #NBA, #mergers-and-acquisitions, #sports-business, #corporate-governance, #team-ownership