|
You are here |
yos.io | ||
| | | | |
blog.cavelab.dev
|
|
| | | | | When moving my website back from MediaWiki to Hugo - I again started to think about adding comments. I've thought about this before, even tested quite a bit, and written about it. I didn't want to add heavy external resources, or compromise my readers privacy. This blog is static, and I'd like the comments to be static as well. | |
| | | | |
duerrenberger.dev
|
|
| | | | | In September there seems to have been some spam on GitHub leaving behind Ghost Notifications, fortunately there's a way to remove these via GitHub's API | |
| | | | |
www.trickster.dev
|
|
| | | | | Code level discussion of web scraping, gray hat automation, growth hacking and bounty hunting | |
| | | | |
sitr.us
|
|
| | | I have a project, git-format-staged, that I build with Nix. It includes NPM dependencies, and it is convenient to have Dependabot keep those up-to-date for me. Dependabot creates pull requests that update package-lock.json when it sees updates with security fixes and such. But my Nix configuration includes a hash of the project NPM dependencies - that hash must be updated when package-lock.json changes. Unfortunately Dependabot does not know how to do that. So I came up with a workflow to help that bot o... | ||