Bret Comnes

Results 345 comments of Bret Comnes

Use https://github.com/paulirish/lite-youtube-embed

I use AI tools every day for a lot of mundane coding tasks and they can be very helpful and boost productivity for certain tasks, but rewriting large projects is...

FWIW, I shipped a new unauthenticated/scrape based workaround in https://breadcrum.net It's a service that works like a cross between huffduffer video and pinboard and supports video podcasts. It's private rss...

The bot blocking is a black box so it's hard to know exactly what's going on. Blocking can occur at the IP and authenticated account level. IP blocks appear to...

fwiw, when you use `go run -tags 'postgres'`, you can have migrate defined in your tool sections and it will use that version. Stashing this in a makefile seems to...

With the following makefile commands: ```makefile migrate-up: ## Run database migrations up (loads .env if present) @set -o allexport; \ if [ -f .env ]; then source .env; fi; \...

> When you have no tools included, do you still have a reference to `github.com/golang-migrate/migrate/v4/cmd/migrate` or the package it is included in within your `go.mod`? No, nothing else pulls it...

I haven't run into any issues from this, but I agree it is mildly annoying. I might take care of it some day, but open to PRs in the meantime....

Upstream: https://github.com/bcomnes/async-neocities/issues/23