Sometimes one of my ideas coalesces into a nice, well-defined unit. Better to end up here than abandoned in the far corners of my memory.
Outcomes required, but “just for fun” is as valid as any. Feasibility: optional. Inspired by Jacky’s list
Technical
Automatic Docker packaging
- Inspired by a David Fowler tweet about lang support for compile to Docker
- Tons of prior art. I’ve toyed with Microsoft’s (formerly opensource) Kudu, but plenty of modern approaches like Heroku/Replit/etc
docker initis closed source and lang support appears limited- https://github.com/flexstack/new-dockerfile but it’s just lang-specific string templating and no cache volumes :(
- What’s the value of this vs webassembly long-term?
- wasm containerd interop looks pretty great these days, maybe turn this into a blog post on lang support?
- could use quasi-esolangs (at least in cloudnative) like R
Endless blog updates
- somewhere between https://yossarian.net/ and https://jzhao.xyz/
- https://quartz.jzhao.xyz/showcase
- https://github.com/theacodes/kicanvas
- https://www.byran.ee/posts/creation
- wish I could draw https://www.chloeyan.me/digital-spaces
Web app to search for proactive remediations
Web app analyse Intune diagnostic logs
- errors
- timeline
- convert IDs to names (without Graph?)
- upload file or paste link
- automatically poll for logs and ingest when received?
- https://github.com/petripaavola/Get-IntuneManagementExtensionDiagnostics/
- https://github.com/EricZimmerman/evtx
- LLM and human context to suggest remediations?
Structured microcontroller data
- Datasheets suck
- Start with pinout search, for identifying unknown chips?
- PDF parser, LLM-based? Unsure of volume
- Datasheet sources: digikey, manual upload, popular manufacturers?
k8s gateway API kubebuilder plugin? based on cilium and https://github.com/caddyserver/gateway (patched cilium)
Cursed highspeed LattePanda Muadapter
- Running 3 architectures in one cluster is insane
- Could we run Windows amd+arm as well? Surely cloud is more sensible
- Quoted 800 USD on fiverr for design, should work my way up I think. maybe something high-speed that’s less expensive
Flex pcb and colour?
Send eBay find to hexf/thomas
Azure BIOS password management service
- generate passwords service-side, and fail open. polling is necessary anyway for rotation
- function to auth Intune client certs
- function to retrieve secrets from KV or create secrets for new devices
- tag secrets with last sync time?
Host a Roughtime server
Build a KDC proxy lab with client certificate authn
Fix ASPI feeds, regex + bypass cloudflare
https://www.aspi.org.au/rss/news.rss
https://www.aspi.org.au/rss/reports.rss
https://www.aspi.org.au/rss/opinions.rss
https://www.aspi.org.au/rss/reports.rss
Add Process ID to Get-Service https://old.reddit.com/r/dotnet/comments/1jcot21/net48_net80_experience/mi6tkpn/
Automate source extraction from js + sourcemaps https://github.com/unblu/js-source-extractor
Move Obsidian out of OneDrive?
Hunt for Edge CLI args https://github.com/beverloo/peter.sh/blob/master/services/services/command-line-flags/CommandLineFlags.php#L376
https://textslashplain.com/2022/01/05/edge-command-line-arguments/
Concurrent local agents on feature branches using git worktree
- VSCode support?
- Dependencies - features like pnpm workspaces
- Testing - conflicting ports
Web app to generate Intune WiFi XML schema, like daduckMSFT/WiFiProfileGenerator: Client-side web-app that will generate Android, iOS and Windows profiles in their raw format
Test Rockchip NPU mainline on RK1, maybe send my first kernel patch to enable it?
Upgrade Electron’s credential storage with Windows.Security.Credentials and Credential locker for Windows apps
Web app for finding package family names
RISC-V support for tons of CNCF images now that Debian Trixie is out
My Life in Weeks by Gina Trapani
Find out what spectre.microsoft.com is
Linux kernel kconfig web app