rohit6223 | 6 years ago | on: Google to Acquire Looker
rohit6223's comments
rohit6223 | 9 years ago | on: Ask HN: How to handle a workaholic colleague?
* The expectation of your manager will get elevated and if one fails to be consistent in working for long hours, it's a negative.
* One does not have much room to accommodate something else at times of need. Think of an outage, you have already worked for 18 hours and fail to deliver at that crucial time.
* It's very difficult to innovate in an insomniac state.
Remember, doing hard work is easier that smart work. It requires much more learning and thinking. But, if you are able to do it, you will be able to contribute much more.
Appraisal based on relative performance: This sounds logical. If a person contributes better to the company's goal, he/she should be appreciated for that. Think yourself being that person it should make sense.
Note: I am not taking the political aspects of your office into consideration. If your manager loves late night availability, long emails at weird hours, it is his weakness. Probably, you can be smart and automate sending 'corporate bullshit' emails at night ;)
Or just find yourself a right workplace.
rohit6223 | 10 years ago | on: Ask HN: Why GitHub is downgrading its GitHub Pages?
The CSS of the complete website is broken with hardly any change.
rohit6223 | 11 years ago | on: RIP Nagios. Hello Docker Shinken
rohit6223 | 11 years ago | on: Announcing Free Incoming SMS For All
rohit6223 | 11 years ago | on: Nagios site down: No monitoring by Nagios?
rohit6223 | 12 years ago | on: Youtube is down?
https://dl.dropboxusercontent.com/u/78317387/500_error_youtu...
rohit6223 | 12 years ago | on: How I introduced a 27-year-old computer to the web
rohit6223 | 12 years ago | on: Wikipedia Zero
rohit6223 | 12 years ago | on: Who needs Google Street View? Indian brothers launch rival service
Amazing :)
rohit6223 | 12 years ago | on: Google DNS is down
What's really funny about Google DNS being down is that clients can't google a workaround. Funny if it's not you that is.
rohit6223 | 12 years ago | on: Ask: Do VCs provide 100% funding?
rohit6223 | 12 years ago | on: Ask: Do VCs provide 100% funding?
rohit6223 | 13 years ago | on: Facebook Hires Co-Founders Of Trustworthiness Verification Startup Legit
rohit6223 | 13 years ago | on: Free Plivo Developer Accounts for Life
rohit6223 | 13 years ago | on: Free Plivo Developer Accounts for Life
rohit6223 | 13 years ago | on: Use long flags when scripting
Consider something like this: $ rsync -qaogtHr example.com:/opt/data/ /home/backup/
1. Elaborating all the short flags into long ones will increase readability by explaining this statement but at the cost of more lines of code.
2. All UNIX commands have options to combine short flags. For eg: ls -l -t -r ./ can be written as: ls -ltr ./ This also helps in reducing code. Writing less code helps in managing it more easily.
Long options may help beginners, but once they get comfortable, Short flags may seem more readable!!
rohit6223 | 13 years ago | on: Twitter Site Issue
while heroku floods their status page with automated updates almost daily: https://status.heroku.com/
rohit6223 | 13 years ago | on: Twitter Is Having Connectivity Issues Again, But Why?
while heroku floods their status page with automated updates almost daily: https://status.heroku.com/
rohit6223 | 13 years ago | on: Heroku API down
But status emailing system is really good :)