lyda

joined 2 years ago
[–] lyda@programming.dev 1 points 2 years ago

I love that fossil exists. I would never use it, but I'm glad cranks have something to work on.

[–] lyda@programming.dev 2 points 2 years ago

I have never heard proper reasoning for squashing commits. I don't think sanitized history is useful in any context. Seeing the thought process that went into building something has been repeatedly useful in debugging things. It's also useful to me as a software engineering manager to help folks on my team get better. I could care less how "pretty" git log looks, but I care a hell of a lot about what git diff and git blame tell me. They help me figure out where issues actually are and how they came to be.

[–] lyda@programming.dev 6 points 2 years ago

This is yet another reason not to squash commits.

[–] lyda@programming.dev 1 points 2 years ago

I use vcsh to manage my home directory - including but not limited to dot files. Written a number of posts on it over the years: https://phrye.com/tags/vcsh/

[–] lyda@programming.dev 1 points 2 years ago

Projects like that make me want to create a uucp network and so I can email a bang path address to get my patch.

[–] lyda@programming.dev 2 points 2 years ago

I suppose I should be clearer on the features I want. I'd want to be able to store my cache in memcached or redis and I want the cached data to expire. So for one call, I might want to keep it for five minutes, but another one can stick around for 24 hours.

The memorize package falls down there.

view more: ‹ prev next ›