Perl scripters call ourselves “Superior”
Perl scripters call ourselves “Superior”
So you’re just going to call me out like that, huh?
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.
Reported: “I’m in this picture and I don’t like it”
I’m excited to see what Scott Lawrence can do with the team, Its going to be damn hard to out coach the financial issues USA Rugby has, but he knows the landscape of the sport in the US so I think he can pull it off. Plus I was a bit RATL fan so I’ll always be a fan of his.
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?