So you're just going to call me out like that, huh?
js10
joined 1 year ago
Thanks for the list, that is very helpful. The main feature I'm looking for is heart rate monitoring. Both during a workout and also being able to see a graph of my heart rate after so I can track it over time. A sleep tracker would be nice too but a lot of wearables are not comfortable to wear during sleep for me so I probably wouldn't use it anyways.
Very true and I always combine them when I dont need to, using cat file.txt | grep foo
instead of just grep foo file.txt
I have seen this on a site before and I never understood why. Whats the point of limiting the length of the password? Its not to save storage space since the plain text isnt stored and the hash should be a uniform length. So whats the advantage?