Tag: JavaScript

  • The Register: Internet Archive leaks user info and succumbs to DDoS

    Source URL: https://www.theregister.com/2024/10/10/internet_archive_ddos_data_leak/ Source: The Register Title: Internet Archive leaks user info and succumbs to DDoS Feedly Summary: 31 million users’ usernames, email addresses and salted-encrypted passwords are out there The Internet Archive had a bad day on the infosec front, after being DDoSed and exposing user data.… AI Summary and Description: Yes Summary: The…

  • Slashdot: Internet Archive Suffers ‘Catastrophic’ Breach Impacting 31 Million Users

    Source URL: https://yro.slashdot.org/story/24/10/09/2247234/internet-archive-suffers-catastrophic-breach-impacting-31-million-users?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: Internet Archive Suffers ‘Catastrophic’ Breach Impacting 31 Million Users Feedly Summary: AI Summary and Description: Yes Summary: The Internet Archive’s “Wayback Machine” experienced a significant data breach, compromising a database of 31 million user records. This incident highlights the vulnerabilities that legacy systems may face and underscores the importance…

  • Simon Willison’s Weblog: openai/openai-realtime-console

    Source URL: https://simonwillison.net/2024/Oct/9/openai-realtime-console/#atom-everything Source: Simon Willison’s Weblog Title: openai/openai-realtime-console Feedly Summary: openai/openai-realtime-console I got this OpenAI demo repository working today – it’s an extremely easy way to get started playing around with the new Realtime voice API they announced at DevDay last week: cd /tmp git clone https://github.com/openai/openai-realtime-console cd openai-realtime-console npm i npm start That…

  • Hacker News: Pythagora: Auto-Generate Node.js Tests Using LLMs, No Coding Required

    Source URL: https://github.com/Pythagora-io/pythagora Source: Hacker News Title: Pythagora: Auto-Generate Node.js Tests Using LLMs, No Coding Required Feedly Summary: Comments AI Summary and Description: Yes Summary: The text details the functionalities and capabilities of “Pythagora,” an automated tool for generating unit tests using GPT-4. This tool facilitates the creation of tests with minimal manual setup, aiming…

  • Hacker News: How does cosine similarity work?

    Source URL: https://tomhazledine.com/cosine-similarity/ Source: Hacker News Title: How does cosine similarity work? Feedly Summary: Comments AI Summary and Description: Yes Summary: The text provides an in-depth exploration of cosine similarity in the context of comparing large language model (LLM) embeddings. It discusses the mathematical principles behind cosine similarity, its significance in measuring vector similarity, and…

  • Simon Willison’s Weblog: Calling LLMs from client-side JavaScript, converting PDFs to HTML + weeknotes

    Source URL: https://simonwillison.net/2024/Sep/6/weeknotes/ Source: Simon Willison’s Weblog Title: Calling LLMs from client-side JavaScript, converting PDFs to HTML + weeknotes Feedly Summary: I’ve been having a bunch of fun taking advantage of CORS-enabled LLM APIs to build client-side JavaScript applications that access LLMs directly. I also span up a new Datasette plugin for advanced permission management.…

  • Simon Willison’s Weblog: System prompt for val.town/townie

    Source URL: https://simonwillison.net/2024/Aug/28/system-prompt-for-townie/#atom-everything Source: Simon Willison’s Weblog Title: System prompt for val.town/townie Feedly Summary: System prompt for val.town/townie Val Town (previously) provides hosting and a web-based coding environment for Vals – snippets of JavaScript/TypeScript that can run server-side as scripts, on a schedule or hosting a web service. Townie is Val’s new AI bot, providing…

  • Simon Willison’s Weblog: Gemini Chat App

    Source URL: https://simonwillison.net/2024/Aug/27/gemini-chat-app/#atom-everything Source: Simon Willison’s Weblog Title: Gemini Chat App Feedly Summary: Gemini Chat App Google released three new Gemini models today: improved versions of Gemini 1.5 Pro and Gemini 1.5 Flash plus a new model, Gemini 1.5 Flash-8B, which is significantly faster (and will presumably be cheaper) than the regular Flash model. They’re…

  • Simon Willison’s Weblog: Gemini Bounding Box Visualization

    Source URL: https://simonwillison.net/2024/Aug/26/gemini-bounding-box-visualization/#atom-everything Source: Simon Willison’s Weblog Title: Gemini Bounding Box Visualization Feedly Summary: Gemini Bounding Box Visualization Here’s another fun tool I built with the help of Claude 3.5 Sonnet. I was browsing through Google’s Gemini documentation while researching how different multi-model LLM APIs work when I stumbled across this note in the vision…

  • Hacker News: Claude’s API now supports CORS requests, enabling client-side applications

    Source URL: https://simonwillison.net/2024/Aug/23/anthropic-dangerous-direct-browser-access/ Source: Hacker News Title: Claude’s API now supports CORS requests, enabling client-side applications Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses a new feature in the Anthropic TypeScript SDK that allows browser usage of the Anthropic API, enabling CORS support. This feature raises concerns about API key security,…