Tag: specific commands

  • Simon Willison’s Weblog: My 2.5 year old laptop can write Space Invaders in JavaScript now

    Source URL: https://simonwillison.net/2025/Jul/29/space-invaders/ Source: Simon Willison’s Weblog Title: My 2.5 year old laptop can write Space Invaders in JavaScript now Feedly Summary: I wrote about the new GLM-4.5 model family yesterday – new open weight (MIT licensed) models from Z.ai in China which their benchmarks claim score highly in coding even against models such as…

  • Simon Willison’s Weblog: microsoft/vscode-copilot-chat

    Source URL: https://simonwillison.net/2025/Jun/30/vscode-copilot-chat/#atom-everything Source: Simon Willison’s Weblog Title: microsoft/vscode-copilot-chat Feedly Summary: microsoft/vscode-copilot-chat As promised at Build 2025 in May, Microsoft have released the GitHub Copilot Chat client for VS Code under an open source (MIT) license. So far this is just the extension that provides the chat component of Copilot, but the launch announcement promises…

  • Simon Willison’s Weblog: llm-anthropic 0.16

    Source URL: https://simonwillison.net/2025/May/22/llm-anthropic-016/#atom-everything Source: Simon Willison’s Weblog Title: llm-anthropic 0.16 Feedly Summary: llm-anthropic 0.16 New release of my LLM plugin for Anthropic adding the new Claude 4 Opus and Sonnet models. You can see pelicans on bicycles generated using the new plugin at the bottom of my live blog covering the release. I also released…

  • Simon Willison’s Weblog: Start building with Gemini 2.5 Flash

    Source URL: https://simonwillison.net/2025/Apr/17/start-building-with-gemini-25-flash/ Source: Simon Willison’s Weblog Title: Start building with Gemini 2.5 Flash Feedly Summary: Start building with Gemini 2.5 Flash Google Gemini’s latest model is Gemini 2.5 Flash, available in (paid) preview as gemini-2.5-flash-preview-04-17. Building upon the popular foundation of 2.0 Flash, this new version delivers a major upgrade in reasoning capabilities, while…

  • Simon Willison’s Weblog: debug-gym

    Source URL: https://simonwillison.net/2025/Mar/31/debug-gym/#atom-everything Source: Simon Willison’s Weblog Title: debug-gym Feedly Summary: debug-gym New paper and code from Microsoft Research that experiments with giving LLMs access to the Python debugger. They found that the best models could indeed improve their results by running pdb as a tool. They saw the best results overall from Claude 3.7…

  • Hacker News: Offline PKI using 3 Yubikeys and an ARM single board computer

    Source URL: https://vincent.bernat.ch/en/blog/2025-offline-pki-yubikeys Source: Hacker News Title: Offline PKI using 3 Yubikeys and an ARM single board computer Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses the implementation of an offline Public Key Infrastructure (PKI) system using YubiKeys and an air-gapped environment, enhancing security against network threats. This approach is particularly…