This repo provides a simple and helpful Python script for downloading Microsoft DevBlogs articles. We can then comprehensively search the text of the downloaded articles (e.g. with a recursive grep
).
The Microsoft DevBlogs integreated search tool hardly works to find what you're looking for in my experience (also, the search button is broken on Firefox). Microsoft DevBlogs has RSS feeds but they only store back to the few most recent articles. The DevBlogs site uses WordPress (on the WP Engine platform, according to the HTTP X-Powered-By
response header), so we can't pull from a public GitHub repo either. Google can be hit-or-miss (especially for technical terms). Hence, this fully local solution provides the most effective way to search articles by first parsing the website's HTML and grabbing each one individually.
This script was originally made for learning about the Windows loader from the perspective of Microsoft Windows developers (since they may have extensive and insider Windows experience, potentially including writing the code or source code access). To get started quickly with searching Old New Thing articles (typically covering Win32/NT), I've provided the pre-downloaded copies here to save everyone some time (up-to-date as of October 28th, 2024).
MIT License - Copyright (C) 2024 Elliot Killick contact@elliotkillick.com
Articles in this repo are the sole intellectual property of their author. Redistribution of this public work falls under fair use due to transformative, educational, and non-commercial use. All of the articles contained here are necessary for the transformative purpose of bulk searching to learn, comment, and critique the work (similar to how Google indexes and publishes caches on websites). This search tool aims to find and promote the relevant work. Also, archiving the articles is helpful because Microsoft has a history of breaking links to Developer Blogs without sufficient redirects. Please visit the Microsoft DevBlogs website for the optimal viewing experience when reading Developer Blogs. Thank you to the authors and contributors of the Developer Blogs for their work!