Tag: developers

  • Schneier on Security: Apple’s New Memory Integrity Enforcement

    Source URL: https://www.schneier.com/blog/archives/2025/09/apples-new-memory-integrity-enforcement.html Source: Schneier on Security Title: Apple’s New Memory Integrity Enforcement Feedly Summary: Apple has introduced a new hardware/software security feature in the iPhone 17: “Memory Integrity Enforcement,” targeting the memory safety vulnerabilities that spyware products like Pegasus tend to use to get unauthorized system access. From Wired: In recent years, a movement…

  • Simon Willison’s Weblog: Four new releases from Qwen

    Source URL: https://simonwillison.net/2025/Sep/22/qwen/ Source: Simon Willison’s Weblog Title: Four new releases from Qwen Feedly Summary: It’s been an extremely busy day for team Qwen. Within the last 24 hours (all links to Twitter, which seems to be their preferred platform for these announcements): Qwen3-Next-80B-A3B-Instruct-FP8 and Qwen3-Next-80B-A3B-Thinking-FP8 – official FP8 quantized versions of their Qwen3-Next models.…

  • Simon Willison’s Weblog: CompileBench: Can AI Compile 22-year-old Code?

    Source URL: https://simonwillison.net/2025/Sep/22/compilebench/ Source: Simon Willison’s Weblog Title: CompileBench: Can AI Compile 22-year-old Code? Feedly Summary: CompileBench: Can AI Compile 22-year-old Code? Interesting new LLM benchmark from Piotr Grabowski and Piotr Migdał: how well can different models handle compilation challenges such as cross-compiling gucr for ARM64 architecture? This is one of my favorite applications of…

  • Slashdot: Reddit Wants ‘Deeper Integration’ with Google in Exchange for Licensed AI Training Data

    Source URL: https://tech.slashdot.org/story/25/09/22/0313234/reddit-wants-deeper-integration-with-google-in-exchange-for-licensed-ai-training-data?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: Reddit Wants ‘Deeper Integration’ with Google in Exchange for Licensed AI Training Data Feedly Summary: AI Summary and Description: Yes Summary: The text discusses Reddit’s ongoing negotiations with Google for a new deal that involves deeper integration with AI products and a dynamic pricing structure for licensing its data.…

  • Cloud Blog: Introducing the DORA AI Capabilities Model: 7 keys to succeeding in AI-assisted software development

    Source URL: https://cloud.google.com/blog/products/ai-machine-learning/introducing-doras-inaugural-ai-capabilities-model/ Source: Cloud Blog Title: Introducing the DORA AI Capabilities Model: 7 keys to succeeding in AI-assisted software development Feedly Summary: Artificial intelligence is rapidly transforming software development. But simply adopting AI tools isn’t a guarantee of success. Across the industry, tech leaders and developers are asking the same critical questions: How do…

  • OpenAI : OpenAI and NVIDIA announce strategic partnership to deploy 10 gigawatts of NVIDIA systems

    Source URL: https://openai.com/index/openai-nvidia-systems-partnership Source: OpenAI Title: OpenAI and NVIDIA announce strategic partnership to deploy 10 gigawatts of NVIDIA systems Feedly Summary: OpenAI and NVIDIA announce a strategic partnership to deploy 10 gigawatts of AI datacenters powered by NVIDIA systems, with the first phase launching in 2026. AI Summary and Description: Yes Summary: OpenAI and NVIDIA’s…

  • The Register: FOMO? Brit banking biz rolls out AI tools, talks up security

    Source URL: https://www.theregister.com/2025/09/22/lloyds_data_ai_deployment/ Source: The Register Title: FOMO? Brit banking biz rolls out AI tools, talks up security Feedly Summary: Lloyds Data and AI lead doesn’t want devs downloading models from the likes of Hugging Face – too risky Lloyds Banking Group is leaning into 21st century tech – yet trying to do so in…

  • Simon Willison’s Weblog: Locally AI

    Source URL: https://simonwillison.net/2025/Sep/21/locally-ai/ Source: Simon Willison’s Weblog Title: Locally AI Feedly Summary: Locally AI Handy new iOS app by Adrien Grondin for running local LLMs on your phone. It just added support for the new iOS 26 Apple Foundation model, so you can install this app and instantly start a conversation with that model without…

  • Slashdot: Secure Software Supply Chains, Urges Former Go Lead Russ Cox

    Source URL: https://developers.slashdot.org/story/25/09/21/0650219/secure-software-supply-chains-urges-former-go-lead-russ-cox?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: Secure Software Supply Chains, Urges Former Go Lead Russ Cox Feedly Summary: AI Summary and Description: Yes Summary: The text emphasizes the critical need for enhancing software supply chain security, particularly in the face of ongoing vulnerabilities. It outlines practical solutions, such as adopting software signatures and reproducible builds,…

  • Simon Willison’s Weblog: httpjail

    Source URL: https://simonwillison.net/2025/Sep/19/httpjail/#atom-everything Source: Simon Willison’s Weblog Title: httpjail Feedly Summary: httpjail Here’s a promising new (experimental) project in the sandboxing space from Ammar Bandukwala at Coder. httpjail provides a Rust CLI tool for running an individual process against a custom configured HTTP proxy. The initial goal is to help run coding agents like Claude…