Perl scripters call ourselves “Superior”
Perl scripters call ourselves “Superior”
So you’re just going to call me out like that, huh?
I had a very similar thing happen to me. The oddity was that I had just signed an offer letter with another company the week before and I gave my two weeks notice to my boss, but that message hadn’t traveled up the pipe yet. So my one-on-one with a director was basically
Director: “Half you team was let go, but your job is safe!” Me: “Cool. You know I’m leaving next week, right?” Director: awkward blank stares
I really wish I had been laid off. Saved someone else their job and I would have gladly taken that severance pay on the way out the door.
So, you should ask yourself, with every decision you make “is this good for the company?”
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?