Daytripper
151–160 of 205 posts
Re: Daytripper
#152Earlier quoted context omitted.
Reading this written on a screen stresses me out a little bit. Just knowing that you likely typed those letters on your keyboard...
why? the data is easily recoverable. # dd if=/dev/zero of=/dev now that's more like it.
For those of us with SSDs that transparently leverage AES encryption, the following generates a new keypair and marks all cells as empty instantly nuking it (and restoring the device's write performance to factory-fresh):
# hdparm --user-master u --security-set-pass p /dev/sdX; hdparm --user-master u --security-erase-enhanced p /dev/sdX
More info on the ATA Secure Erase instruction and how to tell if your storage device supports it can be found here: https://ata.wiki.kernel.org/index.php/ATA_Secure_EraseRe: Daytripper
#153The best kind of "screwing around" is screwing around in plain sight. Once, I had a fresh grad in my team and I had to get him up to speed. I noticed he was taking more than the usual time to do basic tasks, yet whenever I passed by his desk, he had three terminals open and had c++ code here and there and compilation errors on another window. Two months later, he would move to a different company. Turns out that he w…
> Two months later, he would move to a different company. Turns out that he was just practicing his programming skills People sometimes challenge Google's interviewing process as being unnecessarily stringent. What I can say about it is that you won't find BS like this happening at Google.
Re: Daytripper
#154Earlier quoted context omitted.
The tool this thread is about is designed with the expressed goal of changing your screen when your boss walks in.
It's a tool designed to run a command when it detects motion from its sensor. It's a clever little doodad and I'd guess most of the positive attention it's getting has nothing to do with "lying to your employer". My personal opinion is that you've taken something far too literally about the text on the landing page and missed the point of it all.
Re: Daytripper
#155The best kind of "screwing around" is screwing around in plain sight. Once, I had a fresh grad in my team and I had to get him up to speed. I noticed he was taking more than the usual time to do basic tasks, yet whenever I passed by his desk, he had three terminals open and had c++ code here and there and compilation errors on another window. Two months later, he would move to a different company. Turns out that he w…
See also: converting your current Kindle read to plain text and pasting it into your ide or email editor... We need more "plain sight slacking" tips to be on the lookout for, so we can stay vigilant.
Re: Daytripper
#156If you are able to slack off at work like this, is there something that you would rather be doing with your time? I am not judging. I've worked at places where I spent 75% of my day slacking off because the management and bureaucracy was terrible. After months of doing that, I started hating the job. I can only check facebook/reddit/pick your poison, for so long before I want to throw my computer out a window out of…
Why do nothing, when you could instead get a second (remote) job and then make 200% salary by doing your second job during your first job's working hours?
He got caught because the timing didn’t quite work out and he was always behind in the morning. They checked cameras because of it and he admitted it when confronted.
I remember thinking a simple batch script could have done that job but I was smart enough not to write it. I hadn’t thought of writing it and then just getting a second job...
Re: Daytripper
#157Earlier quoted context omitted.
To not embarrass everybody else who are also doing it, not least your boss.
Why would it be embarrassing to state "I currently have nothing to do right now, is there anything available I can help with." if you cannot figure out anything productive you could be doing on your own. Are people's managers actually saying to them, "Yes, there is nothing you can do right now, just sit in your seat and do nothing until I come get you"? I've never had that experience, and is why I'm asking about it.
Re: Daytripper
#158Earlier quoted context omitted.
I'm curious, what do you feel is the difference? Are you saying that you frequently lie to people you work with and that you feel that is acceptable? Or are you talking about having extra free time where you don't actually have any additional work?
>Then go home? Otherwise you are just lying to your employer and perpetuating a false pretense that their employees are being productive for a full day. I am remote half the time. I'm not lying to anyone about anything. The measure of what I accomplish is our ticketing / planning system and the pull requests I put up to complete the various work tickets. There is no reason to go home when I have a ten minute task I n…
Re: Daytripper
#159Earlier quoted context omitted.
And Beatles song.
Double A side with We Can Work it Out. Immediately preceded and followed depending on territory by stuff like Yesterday, Nowhere Man, Paperback Writer etc. Extraordinary. On reflection they probably would have had no need for a device like this...
Re: Daytripper
#160Why is there a receiver, instead of running an app on the receiving system to listen for bluetooth/http/etc messages?