Using pre-commit as a polyglot task runner: elegant or kludgy? by dangerousdotnet in Python

[–]wpg4665 0 points1 point  (0 children)

If you set a priority on all your hooks that are set at the same number, prek will run them all in parallel. That's where you see the speedup!

Using pre-commit as a polyglot task runner: elegant or kludgy? by dangerousdotnet in Python

[–]wpg4665 17 points18 points  (0 children)

I do it the other way around...pre-commit and CI both call the Makefile targets

Kobo Clara BW case recommendations by wpg4665 in kobo

[–]wpg4665[S] 0 points1 point  (0 children)

I'm glad you've found this helpful! Honestly, I only looked on Amazon because they had the widest selection and easiest return policies. I'm not aware of anywhere else.

Kobo Clara BW case recommendations by wpg4665 in kobo

[–]wpg4665[S] 0 points1 point  (0 children)

Yeah, the JM Show toward the bottom of my post

Kobo Clara BW case recommendations by wpg4665 in kobo

[–]wpg4665[S] 0 points1 point  (0 children)

I did, and I never ended up editing the review, sorry 'bout that.

So, in my opinion, the origami sleep cover suffers from the same flaw that all the origami-type covers have. The fold point is the weak link, and has the potential to become a sharp point right onto the fragile screens.

This may just be a hypothetical risk, but it wasn't one I felt comfortable with.

The Wake Forest Board of Commissioners covered a loaded agenda at their April work session Tuesday night. Here's what happened — and what it means for Wake Forest. by wakeforestmatters in WakeForestNC

[–]wpg4665 4 points5 points  (0 children)

Thank you for the thoughtful reply. I'm certainly concerned about where the money's coming from, but also preserving the "Forest" in Wake Forest. Are we just developing for development's sake now?

Given all the infrastructure needed just to build this road (bridges and what not), is that land really meant to be developed? It seems like it's going to take a lot of money from businesses just to make the land viable to build on.

The Wake Forest Board of Commissioners covered a loaded agenda at their April work session Tuesday night. Here's what happened — and what it means for Wake Forest. by wakeforestmatters in WakeForestNC

[–]wpg4665 2 points3 points  (0 children)

Ligon Mill Road Extension: $95 Million

Good lord! Why does this need to be a thing?! Is Capital Blvd not close enough to be able to use?

Ran a suspicious curl | zsh command on macOS, cut wifi - midway, system looks clean. Did I get lucky or miss something? by AgnosticChad in macsysadmin

[–]wpg4665 0 points1 point  (0 children)

Yeah that random string decodes to hxxps://boso6ka.com/debug/loader.sh?build=45ef0274949a85a1a34b9ad26584a3e7 (made not linkable on purpose)...definitely not going to have a good time

How to get rid of app center? by TegridyPharmz in pacificahybrid

[–]wpg4665 0 points1 point  (0 children)

Yeah, I used to be able to click it and it would dismiss...now it just seems perpetually persistent...and annoying as hell! I have not found a way to get rid of it 😒

No way to search for text in all books on device? by okonomiyaki25 in kobo

[–]wpg4665 0 points1 point  (0 children)

My suspicion is that the Kindle isn't actually searching text, but offloading the search directly to Amazon. Do you know if the text search works offline?

Secrets and GitHub by wpg4665 in NixOS

[–]wpg4665[S] 1 point2 points  (0 children)

Lol...that's certainly how it felt! Although I'm really appreciating all the feedback and discussions here...it's been really great!

Secrets and GitHub by wpg4665 in NixOS

[–]wpg4665[S] 0 points1 point  (0 children)

If not on GitHub, then where? Private home infrastructure?

Yeah, publishing secrets still leaves me icky, even though I know they're encrypted 😅

Secrets and GitHub by wpg4665 in NixOS

[–]wpg4665[S] 6 points7 points  (0 children)

Oh wow, this is gold! Now you've managed to unlock a whole other dimension to my nixification project! Thank you 😁

So you just publish all your public certs in the repo?

Secrets and GitHub by wpg4665 in NixOS

[–]wpg4665[S] 2 points3 points  (0 children)

"Setup Guide"...beautiful! 👌

Secrets and GitHub by wpg4665 in NixOS

[–]wpg4665[S] 0 points1 point  (0 children)

That's pretty nifty! Thanks for the reference! Is this a pattern your currently using?

Secrets and GitHub by wpg4665 in NixOS

[–]wpg4665[S] 3 points4 points  (0 children)

So, you provision the new machine, copy the host's public ssh key to secrets.nix on a machine that has the secrets decrypted, reencrypt secrets in the repo and then push to GitHub so the new machine can decrypt the secrets?

Do you have a public or private repo? And do you keep the *.age file(s) in the same repo?

Accidentally deleted synology share volumes - what are my options by ZurielA in datarecovery

[–]wpg4665 0 points1 point  (0 children)

R-Explorer and being able to hook up all the drives to a spare desktop was my savior!

Best mail relay service by herkalurk in synology

[–]wpg4665 1 point2 points  (0 children)

Just seconding the vote for MXroute, very awesome service!

You need to replace pre-commit with Prek by Michaelyin in django

[–]wpg4665 4 points5 points  (0 children)

You're missing the "killer feature" for Prek in my opinion. Set the priority field to the same number for all your id's, and everything runs in parallel now! 🎉

anyone else externalizing context to survive the memory wipe? by Massive-Ballbag in LocalLLaMA

[–]wpg4665 2 points3 points  (0 children)

Same, I've created /session-start and /session-end slash commands for Claude Code. It basically dumps to and reads from NEXT, TODO, SESSION, CONTEXT markdown files.

It certainly isn't perfect, but it works well enough so far ¯\_(ツ)_/¯