Tag: first
-
Unit 42: Now You See Me, Now You Don’t: Using LLMs to Obfuscate Malicious JavaScript
Source URL: https://unit42.paloaltonetworks.com/?p=137970 Source: Unit 42 Title: Now You See Me, Now You Don’t: Using LLMs to Obfuscate Malicious JavaScript Feedly Summary: This article demonstrates how AI can be used to modify and help detect JavaScript malware. We boosted our detection rates 10% with retraining. The post Now You See Me, Now You Don’t: Using…
-
Simon Willison’s Weblog: Gemini 2.0 Flash "Thinking mode"
Source URL: https://simonwillison.net/2024/Dec/19/gemini-thinking-mode/#atom-everything Source: Simon Willison’s Weblog Title: Gemini 2.0 Flash "Thinking mode" Feedly Summary: Those new model releases just keep on flowing. Today it’s Google’s snappily named gemini-2.0-flash-thinking-exp, their first entrant into the o1-style inference scaling class of models. I posted about a great essay about the significance of these just this morning. From…
-
Cloud Blog: How Google Cloud can help customers achieve compliance with NIS2
Source URL: https://cloud.google.com/blog/products/identity-security/how-google-cloud-can-help-customers-achieve-compliance-with-nis2/ Source: Cloud Blog Title: How Google Cloud can help customers achieve compliance with NIS2 Feedly Summary: With the European Commission’s adoption of the Network and Information Systems Directive 2.0, or NIS2, Europe is taking an essential step forward in its strategy to protect consumers, businesses, and government organizations from escalating threats in…
-
Simon Willison’s Weblog: q and qv zsh functions for asking questions of websites and YouTube videos with LLM
Source URL: https://simonwillison.net/2024/Dec/19/q-and-qv-zsh-functions/#atom-everything Source: Simon Willison’s Weblog Title: q and qv zsh functions for asking questions of websites and YouTube videos with LLM Feedly Summary: q and qv zsh functions for asking questions of websites and YouTube videos with LLM Spotted these in David Gasquez’s zshrc dotfiles: two shell functions that use my LLM tool…
-
The Register: Humanoid robots coming soon, initially under remote control
Source URL: https://www.theregister.com/2024/12/19/humanoid_robots_remote_contral/ Source: The Register Title: Humanoid robots coming soon, initially under remote control Feedly Summary: Dodgy AI chatbots as brains – what could go wrong? Feature The first telephone call in 1876 was marked by Alexander Graham Bell’s request to his assistant, Thomas, “Mr. Watson, come here. I want to see you."… AI…
-
Simon Willison’s Weblog: Building Python tools with a one-shot prompt using uv run and Claude Projects
Source URL: https://simonwillison.net/2024/Dec/19/one-shot-python-tools/#atom-everything Source: Simon Willison’s Weblog Title: Building Python tools with a one-shot prompt using uv run and Claude Projects Feedly Summary: I’ve written a lot about how I’ve been using Claude to build one-shot HTML+JavaScript applications via Claude Artifacts. I recently started using a similar pattern to create one-shot Python utilities, using a…