Month: August 2019
Google Docs and US Patents: Number Your Paragraphs for Posterity
Situation: many stackoverflow posts etc wringing hands about missing ability to number paragraphs. Solution: write it. You’re welcome. Now you can write a Patent, using Google Docs, collaborate with your team (including your Patent Attorney), and add the paragraph numbering when needed.
CORS’ing the complexity: idempotent and caching meets Vary: Origin for CORS
So I spent a bit of time debugging something this am, and I thought I would share. Its super detailed, so feel free to gloss over. There is a class of browser-security issues addressed by CORS. They are meant to prevent inadvertent (or malicious) cross-origin resource sharing. E.g. some javascript in your current web page…