RSSAmplifier

Blog

Moishe Lettvin

moishelettvin.comRSS feed ↗10 posts

Latest posts

Generative coding tools and “security review”

Recently, at work, someone mentioned that a popular generative coding tool, which will remain nameless, introduced a “security review” feature. I expressed some doubt about the value of an LLM-driven “security review” not because I don’t think an LLM can find some security problems, but because I think it’s too easy to think it can find all the security problems. I believe an important part of…

Running Custom Docker Images on Modal with Prefect Orchestration

I recently set up Prefect to use Modal as its dynamic worker pool, with a custom Docker image registered on ECR. There’s great documentation out there about setting up Prefect and Modal with a git repo, which covers many cases. In my case, I needed some custom installation and setup for the flow I’d be executing, which necessitated the custom Docker image. My organization already hosts Docker…

Lefthand Cutthroat

Sunrise ov

itertools.product and dictionaries

A quick post about something fun in Python

An Actor Class for P5

An Actor Class for P5

A Landscape Generator

A Landscape Generator

A Story of a Wordle Solver

A Story of a Wordle Solver

The Myth of the Potato

The Myth of the Potato

Remote Interviewing

Remote Interviewing (in a pandemic)

Unit Tests Aren’t Free

Unit Tests Aren't Free