Cybersecurity, AI & Python Programming Blog
Cybersecurity blog featuring artificial intelligence projects, Python programming tutorials, CTF writeups, and security research by Mark LaCore.
Recent Posts
nerdymark's Software Engineering & Cybersecurity Blog
a showcase of projects, musings, and experiments in tech and security.
2024-09-18 08:20:00 | technology
Merge pull request #40 from nerdymark/claude/claude-md-mmikl14iywxsip5l-EbCmh
Fix timelapse encoding deadlock from full stderr pipe buffer
File: backend/timelapse.py
import shutil
import subprocess
import tempfile
+import threading
from pathlib import Path
from typing import Optional
def generate_timelapse(
...
2026-03-11 00:18:09 | github
Wordle Solver - Interactive Puzzle Helper
New interactive Wordle solver that helps you crack the daily puzzle with live word suggestions, color-coded tile input, and smart filtering.
2026-03-01 18:01:40 | technology
New Browser Games: Flappy Nerd and Gorillas Now Have Dedicated Pages
Two classic browser games — Flappy Nerd (cyberpunk arcade) and Gorillas (QBasic artillery classic) — now have their own dedicated pages with fullscreen mode, controls reference, and background info.
2026-03-01 17:34:45 | gaming
🔗 Trust Issues CTF: Supply Chain Attack on a GitHub Actions Runner
Trust Issues CTF writeup: incident response tracing a trojanized pytest package exfiltrating secrets from a GitHub Actions self-hosted runner via Fernet-encrypted dead drops.
2026-02-25 12:00:00 | ctf