I'm building a training platform for cyber security and secure development practices. Mainly to address the junior to mid engineer gaps of "depth" across general cyber security and software engineering skills. I've encountered quite a few folk who have surface level knowledge but when having to problem solve production ready problems are blocked quite quickly, it's depth of knowledge which is missing. If anyone is in…
If you haven’t already, take a gander at the UK NCSC’s CyberEssentials materials / training.
Ask HN: What are you working on? (Jan 2026)
71–80 of 97 posts
Re: Ask HN: What are you working on? (Jan 2026)
#72Re: Ask HN: What are you working on? (Jan 2026)
#73I’ve been vibe-coding replacements for the tools I actually use every day. So far: a Notepad, a REST client, a snipping tool, a local gallery and lightweight notes for iPhone. The motivation isn't novelty. It's control. I don't need ads, onboarding flows and popups, AI sidebars, bloated menus, unnecessary network calls , etc. A notepad should never touch the network. A REST client shouldn’t ship analytics or auto upd…
Re: Ask HN: What are you working on? (Jan 2026)
#74I've been learning the basics of using Z3 by creating a solver for the daily puzzle game Clues By Sam (very fun game; https://cluesbysam.com/ ). Repo is https://github.com/DylanSp/clues-by-sam-solver . It uses Playwright to read clues and submit guesses; I've got it working for all 50 puzzles in puzzle pack 1.
Re: Ask HN: What are you working on? (Jan 2026)
#75Re: Ask HN: What are you working on? (Jan 2026)
#76Re: Ask HN: What are you working on? (Jan 2026)
#77A prototype of an auto-following autocue/teleprompter. Uses local-AI-only. It’s a web app but not using in-browser transcribe. Ive found it to be way better for recording YouTube videos direct to-camera than the existing free apps which just scroll at a fixed speed. Open source at: https://github.com/ednutting/autocue Python server does the recording, transcription using Vosk (or choice of other models), and an algor…
Re: Ask HN: What are you working on? (Jan 2026)
#78repo: https://github.com/xvandervort/graphoid lab notes: https://www.patreon.com/cw/aiconfessions
Re: Ask HN: What are you working on? (Jan 2026)
#79Re: Ask HN: What are you working on? (Jan 2026)
#80I'm building a new email client called Fluxmail: https://fluxmail.ai You can connect a bunch of Gmail accounts with it and see all your emails together in one place. It also has some features to better organize your emails and automatically categorize them, as well as some AI features for helping you to draft emails. It's in early access now, would love feedback from anyone interested in checking it out!
The website doesn’t scroll in Safari on iOS.