RSSAmplifier

Blog

AttackPointSecurity

Personal blog — cybersecurity, cloud infrastructure, and engineering.

attackpointsecurity.comRSS feed ↗4 posts

Latest posts

Rethinking Logging in the Age of LLMs

You normally have Error , Warning , Info , and Debug as your levels for logging. It's worked well. In dev, you run at Info , and in cases where you really need to dive deeper, you switch to Debug so you can trace what the program is doing. In prod, you might keep it to Warning or Error , only catching core problems and keeping your logging infrastructure from generating and processing lots of…

Using Claude Code as a task planner with git

I have a problem, I have 3 companies / projects I am working on and I need to also organize my personal life. After a suggestion from a colleague, I’ve been experimenting with using Claude Code as an operational task planner across the companies and my personal life. The result is a repo where the file-system is the database and an AI agent is the interface. The idea Most project management…

Time to put on your tin foil hats - Guide to security and privacy

In this set of blog posts I intend to do a deep dive into the current topics of digital security and privacy. This is a subject that is very near and dear to my heart, having spent over ten years pursuing a career in these fields, I hope to share some of things that I have picked up along they way. For each topic I will start by explaining what it is / how it is used, what are the security…

GoPass, Yubikey, and GPG

TL:DR - Yubikey is an awesome little tool that streamlines GoPass on-top of all the other great things it does. I use GoPass to store my passwords. It's a great tool that I would recommend everyone use if you are familiar with cli. Side note, if you are not using any password manager you should stop reading and go set one up, it's 2019 there are a plethora of good ones to choose from…