Adam DiCarlo

Results 24 comments of Adam DiCarlo

Super helpful for me, checking out the repo and thinking about trying spr. It seems like the workflow ends up being similar to using Gerrit? The simple case for gerrit...

From what I'm seeing online, it sure _sounds_ like most PC firmware locks newer CPUs (including this one) from being undervolted. I've tried intel-undervolt and it's unable to undervolt this...

This is a fork. The main project does not seem to be hosted on GitHub/GitLab/sr.ht, etc., given that https://www.chkrootkit.org/ says to email the authors with comments, bugs, new rootkits, etc.

Same here, with terraform.

Hi! Trying out `syncat` for the first time, and getting it to build and run on nix / NixOS. (That was actually quite easy!) I've only used it a little...

Oh, that's awesome, thank you!! 🚀 I wasn't considering the update (git pull) case for the packages, so a full clone does make sense. For Nix use, Nix would manage...

The decoder error is on the linked webpage: ![image](https://github.com/flakestry/flakestry.dev/assets/33694/e19e4237-6de8-444b-9c79-57e03aa726e3)

Work-around: I ran ``` pnpm patch @codegenie/serverless-express ``` and removed the `prepare` script from the package's package.json file, resulting in this patch: ``` cat patches/@[email protected] diff --git a/package.json b/package.json index...

...then I realized I didn't need the patch at all. Maybe this has been fixed in pnpm? (I'm using `pnpm 9.4.0`.) My problem was due to a shell script running...

I keep running into `lefthook` running my formatting script on completely-unstaged files, and then seeing `stage_fixed: true`, and so staging the file... it shouldn't add new files to git.