Software & tools
PC Doctor
Working
Checks an entire PC and writes a plain-English report on what is actually wrong.
Sweeps CPU, GPU, memory, disks, drivers, thermals, battery and attached equipment. The hard part is not running checks, it is not crying wolf: a diagnostic that reports twenty scary-sounding non-problems gets ignored, so the design goal is suppressing false alarms rather than maximising test count. It never applies a fix unattended.
- Built with
- PowerShell, WMI/CIM
- Scope
- 31 modules
- Rule
- reports, never repairs
DiagnosticsWindowsReport-first
Software & tools
Best Product
Built
Answers what the best product is for a job, and shows which claims it could actually verify.
The interesting problem turned out to be provenance. Most large retailers block automated reading outright, so a tool that quietly fills the gap with a guess is indistinguishable from one that genuinely checked. This one separates what it read from what it could not reach, and says which is which.
- Built with
- Python
- Constraint
- retailers block automated reads
- Design
- sourcing shown per claim
ResearchProvenance
Software & tools
Video Maker
Built
Turns a script and a folder of clips into a finished, captioned video.
Narration is produced locally, one sentence at a time, so each caption's timing is measured from the audio that was actually rendered rather than estimated from word count. That is the difference between subtitles that drift and subtitles that land on the word. Desktop application, double-click to run, no subscription in the pipeline.
- Built with
- Python, ffmpeg
- Runs
- fully offline
- Timing
- measured from rendered audio
MediaLocal-firstDesktop app