HN user

throwaway889900

260 karma

I'm at work and forgot the password to my usual account, but I can't get to my normal email from work to get my password reset so all bets are off and this is what you get.

Posts2
Comments223
View on HN

Maybe it's just me, but I'd rather teach how to use a knife safely? And a cut from a blade is a lesson to be learned, hopefully only once.

Edit: Oh and if anyone's looking for the tool name, it's called a nibbler. This one is just table-mounted, there are power tool and unpowered versions ofc.

Not only can you yourself manually check out a specific repo, but if you have submodules and do a recursive checkout, it's also possible to pull in other security nightmares from places you never expected now. That would be one complicated attack to pull off though, chain of compromised workflows haha

The core assumption here that the color depth is fixed or that the frame size cannot grow is flawed. We can always increase both, creating infinite possibilities.

Also you'd have to generate these images for them to exist and not merely be probability.

Sometimes a lambda is more readable. "lambda x : x if x else 1" is pretty understandable and doesn't need to be it's own separately defined function.

I should also note that development style also depends on tools, so if your IDE makes inline functions more readable in it's display, it's fine to use concisely defined lambdas.

Readablity is a personal preference thing at some point after all.