TIL: GitHub Actions $/ Self-Reference Syntax
TIL Tuesday: GitHub Actions now supports $/ syntax to reference an action or reusable workflow in the same repository. No hardcoded versions, no ./…
Tech news from the best sources
TIL Tuesday: GitHub Actions now supports $/ syntax to reference an action or reusable workflow in the same repository. No hardcoded versions, no ./…
As I've been onboarding to my new position, I've been reviewing some of my coworker's code. I learned that pytest 1) has some built-in fixtures, and…
Recently I learned: find is a useful command to find files in your directories. find folder1 folder2 folder3 This dumps every file and directory und…
TIL: Streaming Data in Go with iter and yield While building RagPack , a library that chunks files for embedding, I needed a common way to stream pa…
If you’ve built anything with LLMs in the last couple of years, you’ve built a RAG pipeline. Embed the query, search a vector store, stuff the top c…
You shipped a beautiful web application. Clean code, smooth UX, fast on your machine. Then you check Google Search Console and realize your pages ar…
Remote File Inclusion (RFI) is a web vulnerability where an application accepts a URL from user input, fetches the file at that URL, and executes it…
vibe citing: how KPMG used AI to write a report about AI and AI made them look like fools by t474-r0b07 There are companies that charge you to tell…
Finding out there is "suspicious activity" in your infrastructure is enough to make any DevOps engineer's heart rate spike. If you’re running contai…
Business logic flaws are vulnerabilities that exist not because of a coding mistake, but because the application trusts its own workflow too much. I…
Web applications often have directories and files that are not linked from the main pages. These paths can expose admin panels, backup files, logs,…
I stumbled onto the DEV supported URL embeds list , which revealed some interesting supported platforms. You'll want to refer to the link above to f…