

I stocked lentils once and they sat for weeks
random idea - could you make little “meal kit” type things for the less popular ingredients like these?
if someone has never cooked lentils before, and sees them in a free pantry, I can definitely understand why they wouldn’t be inclined to take them, they can be somewhat daunting at first.
but you could do something like bundle together a bag of lentils with a can of tomato paste and a jar of curry powder, with a printout of this recipe or a similar one, and someone would only need to add a couple of fresh veggies to complete the recipe.
Nuts would be great but are pricey.
is buying them in bulk and dividing them up into smaller portions an option? one of my go-to snacks are these cashews which are still on the pricey side, but less expensive than buying them in smaller packages.
that’s unrelated - AES-256 for example can be executed just fine on either a 32- or 64-bit machine. in theory there’s nothing stopping you from running it on an 8-bit or 16-bit CPU (although other considerations related to the size of AES’s lookup tables make this unlikely). from some random googling, here is an implementation of Chacha20, another 256-bit encryption algorithm, for 8-bit microcontrollers.
when we talk about 32 vs 64-bit CPUs, in general we’re only talking about the address space - the size of a pointer determines how much RAM the computer is able to use. 32-bit machines were typically limited to 4GB (though PAE helped kick that can down the road)
CPU registers can also be sized independently of the address space - for example AVX-512 CPUs have a register that is 512 bits wide even though the CPU is still “64-bit”.