My name is Gary Robinson (https://www.garyrobinson.net; there's a much more complete version of this story there).
In 1995 I had put together a collaborative filtering algorithm and was looking for applications. One thought I came up with was: target ads according to the viewer's interests. But where to get data? Ideally, it would involve seeing what their interests were, as exhibited in their web browsing choices. But how to do that?
At first blush, browser cookies didn't appear like they could help because they can only be written or read from the internet domain from which they were written. So for example, if a cookie is written by a CGI at golfing.com, it can't be accessed by a CGI at boating.com. It followed that the idea of having the servers for golfing.com and boating.com both accessing a central server at some other location to track user activity wouldn't work; there was no way to know that the same user had visited both sites because any cookies written at one site would be inaccessible to the other.
But as I looked further into the general topic of Web programming, I noticed that a Web site running on one domain could invoke a CGI running on another domain. And there seemed to be no reason why that CGI, running on that other domain, couldn't write its own cookie to the local computer. So, if Web pages running on golfing.com and boating.com each invoked a CGI running at adserver.com, then that CGI could know that the user had visited both sites. The cookie might be inaccessible to gofling.com and boating.com servers, but that didn't matter, because it would be accessible to adserver.com.
I asked about this possible use in Netscape-related forums. One response said: "You could, in theory, if you had source for your server, hack in someway for it to send the cookie somewhere. There is no existing protocol for doing so." So, while most web programmers probably know this is doable now, that apparently wasn't the case in 1995. But some testing showed that it could indeed be done.
I wrote a patent application, "Collaborative Filtering in World Wide Web Advertising," [1] which was focused on my CF algorithm and didn't have claims that existed independently of it, but did discuss the idea of tracking cookies as an implementation detail.
Google owns it now. This year, there's a patent troll attacking Google and Twitter, where, in a legal brief representing both companies, Google and Twitter refer to the tracking cookie "Robinson's Cookie." [2]
Why am I posting about this today? Well, I've noticed the fact that people have been selling NFTs for all manner of things. Maybe someone would like to buy an NFT representing the original conception of tracking cookies for advertising? If so, it seemed I should do more due diligence before offering it for sale. The patent priority date is Dec. 27, 1995. But discussion group messages I've saved for the last 25+ years show that I had come up with the cookie idea, but not yet confirmed that it would actually work, by Nov. 15 of that year.
My thought is to create a video in which I tell the story for the purchaser. I think it may make for an interesting story, involving such facets as the president of a traditional direct-mail marketing company getting down on his knees in front of me in the atrium for a conference venue, raising his hands into the air, and repeatedly bowing all the way to the ground, chanting "You are Big Brother! You are Big Brother!" (Such sentiments led to my adding a lot of privacy-related features to the patent, which resemble those actually in use decades later.) Of course, I'd throw in a signed hardcopy of the patent for good measure. :)
I'd be very interested in any information or thoughts the HN community may have about this.
[1] https://patentimages.storage.googleapis.com/c3/d4/40/239073914fa7fc/US5918014.pdf
[2] https://s3-us-west-1.amazonaws.com/ptab-filings/IPR2021-00485/3
Assuming the story is interesting enough for people to bid for an NFT, then:
What about writing a book instead / as well?
(Can one do both? or maybe things included in an NFT cannot also be in a book?)
Or what about finding [other people who were involved in the early Internet and came up with technologies and ideas that nowadays 20 - 25 years later are "taken for granted"], and write a book together? Or maybe (some of) them would be interested in getting interviewed and having their stories included in a book, together with your story. Maybe a bit similar to the book "Founders at Work", but about well known early Internet technologies instead of early software / Internet companies? (At the same time, maybe that's way more work than what you originally had in mind)