Perl scripters call ourselves "Superior"
js10
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.
So, you should ask yourself, with every decision you make "is this good for the company?"
This was just a "team restructuring" but I was scanning the invite list to see if there was a name missing.
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.
I fell in love with Gnome 3 when it first came out and havent looked back. I dont miss a taskbar because I just use the keyboard shortcuts to move between workspaces and alt+tab to switch programs. Gnome seems to be more efficient the less you use the mouse which is my preferred M.O. 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?