I have Seen the Config (And AI Wrote It)
I Bless Thy Debugger My Child
Friday, 4 September 2026
XSS from an OWASP Perspective
Fermat's Last Theorem Proved in Lean 4: Sept 4, 2026
Read the HTML overview from GitHub - rendered via https://htmlpreview.github.io.
A rival attempt to achieve the same outcome has ended in admitted defeat.
Almost 30K theorems were traversed on the path to the proof. The theorem statement is as follows:
theorem fermat_last_theorem (n : ℕ) (hn : 3 ≤ n) (a b c : ℕ) (ha : 0 < a) (hb : 0 < b) (hc : 0 < c) : a ^ n + b ^ n ≠ c ^ n
GitHub only shows raw HTML source (it does not render these in case of XSS and malicious scripts). HTML is always displayed as raw text.
Thursday, 3 September 2026
InfoSec Standards - The ISO Story
Monday, 17 August 2026
Codex Terra Light 5.6 on the ChatGPT Application
Sunday, 16 August 2026
The .vs hidden directory
Visual Studio creates a .vs directory at the root of your solution. It is used to store solution specific settings and temporary data to help manage the state of your development environment. Fine to .gitignore.
However one interesting directory you may find inside is a slnx file.
A slnx file is the XML version of the traditional sln file. However what is in .vs are supporting files for the slnx file format rather than the file itself.
Service Status Pages
Visual Studio 2026 August Release Notes
MSVS runs on monthly feature updates.