So you’re just going to call me out like that, huh?
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.
Thanks for the detailed answer and pointing me towards the Mr. Chromebox tooling. I picked up the used Acer CB3 for $30 and was able to install the custom UEFI firmware and then install Gallium OS without too much hassle. Like you said, not a fancy machine, but hard to beat that price.
Does Android really even use the Linux Kernel anymore? I thought they forked it about 15 years ago and at this point it has diverged so much its not even really the Linux kernel anymore.
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?