<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: the-register</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/the-register.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2024-01-27T22:08:35+00:00</updated><author><name>Simon Willison</name></author><entry><title>Simon Willison interview: AI software still needs the human touch</title><link href="https://simonwillison.net/2024/Jan/27/interview/#atom-tag" rel="alternate"/><published>2024-01-27T22:08:35+00:00</published><updated>2024-01-27T22:08:35+00:00</updated><id>https://simonwillison.net/2024/Jan/27/interview/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.theregister.com/2024/01/24/willison_ai_software_development/"&gt;Simon Willison interview: AI software still needs the human touch&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Thomas Claburn interviewed me for The Register. We talked about AI training copyright, applications of AI for programming, AI security and a whole bunch of other topics.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/interviews"&gt;interviews&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/the-register"&gt;the-register&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai"&gt;ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/generative-ai"&gt;generative-ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/llms"&gt;llms&lt;/a&gt;&lt;/p&gt;



</summary><category term="interviews"/><category term="the-register"/><category term="ai"/><category term="generative-ai"/><category term="llms"/></entry><entry><title>The Register hit by XSS</title><link href="https://simonwillison.net/2004/Nov/22/xss/#atom-tag" rel="alternate"/><published>2004-11-22T08:32:08+00:00</published><updated>2004-11-22T08:32:08+00:00</updated><id>https://simonwillison.net/2004/Nov/22/xss/#atom-tag</id><summary type="html">
    &lt;p id="p-0"&gt;Here's a nasty one: popular tech news site &lt;a href="http://www.theregister.co.uk/"&gt;The Register&lt;/a&gt; was hit on Saturday by &lt;a href="http://www.theregister.co.uk/2004/11/10/bofra_worm/"&gt;the Bofra exploit&lt;/a&gt;, a nasty worm which uses an iframe vulnerability in (you guessed it) Internet Explorer to install nasty things on the victim's PC. Where it gets interesting is that the attack wasn't against the Register themselves; it came through their third party ad serving company, Falk AG.&lt;/p&gt;

&lt;p id="p-1"&gt;This is a classic example of a &lt;a href="http://en.wikipedia.org/wiki/XSS"&gt;cross site scripting&lt;/a&gt; attack, in which malicious client-side code (usually JavaScript) is uwittingly served up by an otherwise innocent site. Usually, cross site scripting is caused by a badly written server-side application failing to properly escape data sent in a query string before displaying it on a page. This allows attackers to create links which, when followed, steal cookies or cause other nasty effects for the user following the link. Attacks on third parties with scripts served up on a target website's pages (ad serving companies are a classic example) are less common but much more damaging as the malicious code involved will be distributed to everyone who visits that site, whether they click on a hostile link or not.&lt;/p&gt;

&lt;p id="p-2"&gt;This problem isn't restricted to ad servers; any service where web pages point to a JavaScript file hosted on an external site are potentially at risk should the external site be compromised by crackers or abused by its legitimate owner.&lt;/p&gt;

&lt;p id="p-3"&gt;An aside: users of alternative browsers (&lt;a href="http://www.getfirefox.com/"&gt;Get Firefox!&lt;/a&gt;), as well as those who had upgraded to Windows XP Service Pack 2, were unaffected.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/javascript"&gt;javascript&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/security"&gt;security&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/the-register"&gt;the-register&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/xss"&gt;xss&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="javascript"/><category term="security"/><category term="the-register"/><category term="xss"/></entry><entry><title>Palladium</title><link href="https://simonwillison.net/2002/Jul/4/palladium/#atom-tag" rel="alternate"/><published>2002-07-04T18:42:57+00:00</published><updated>2002-07-04T18:42:57+00:00</updated><id>https://simonwillison.net/2002/Jul/4/palladium/#atom-tag</id><summary type="html">
    &lt;p&gt;Via &lt;a href="http://boingboing.net/2002_07_01_archive.html#85221304" title="What is Palladium?"&gt;Boing Boing&lt;/a&gt;: &lt;a href="http://vitanuova.loyalty.org/2002-07-03.html"&gt;Seth Schoen's notes on Palladium&lt;/a&gt; after a meeting with Microsoft. Cory Doctorow points out that &lt;q cite="http://boingboing.net/2002_07_01_archive.html#85221304"&gt;Seth is probably the most knowledgeable tech person to have been briefed on Palladium by MSFT without signing an NDA&lt;/q&gt; and his post certainly makes interesting reading. Palladium has had a lot of coverage since the &lt;a href="http://www.msnbc.com/news/770511.asp?cp1=1"&gt;Newsweek article&lt;/a&gt; announcing it first broke, with Robert Cringely providing &lt;a href="http://www.pbs.org/cringely/pulpit/pulpit20020627.html" title="I Told You So"&gt;some of the best analysis&lt;/a&gt; (in my opinion at least). The Register also has a &lt;a href="http://www.theregister.co.uk/content/4/26037.html" title="Palladium tech up for discussion, says MS security chief"&gt;story about Palladium&lt;/a&gt; which introduces some more information and guestimates on a shipping schedule.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/boingboing"&gt;boingboing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/microsoft"&gt;microsoft&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/palladium"&gt;palladium&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/robert-cringely"&gt;robert-cringely&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/security"&gt;security&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/the-register"&gt;the-register&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="boingboing"/><category term="microsoft"/><category term="palladium"/><category term="robert-cringely"/><category term="security"/><category term="the-register"/></entry></feed>