Extremely Positive People Aren’t as Good at Empathy | Big Think

This is a repost promoting content originally published elsewhere. See more things Dan's reposted.

People with extremely sunny attitudes find it difficult to empathize with people who are recounting a negative experience, according to a study recently published at PLOS ONE. Ironically, positive people also reported being better at empathizing than did people who labelled themselves as slightly less than bubbly…

How do you make programmers work 60-80 hours per week?

This is a repost promoting content originally published elsewhere. See more things Dan's reposted.

Original question from Quora:

Programmers in our startup usually put 8 hours and go home. I keep reading stories about 80+ hour weeks. How do you make them work longer hours? Do we have to pay overtime? We gave few of them some equity, but it doesn’t seem to work.

My Answer:

I’m going to tell you a secret, so please listen closely.

No programmers really work 60-80 hours a week, especially in a 5 day span. That is a 12-16 hour day, 5 days a week.

I promise you that any company that has programmers “working” that many hours is really only getting 2-4 hours of real work out of them each day. The rest of the time will be filled with pointless meetings, a fair amount of web browsing, and then a whole lot of looking busy…

Adactio: Journal—Code (p)reviews

This is a repost promoting content originally published elsewhere. See more things Dan's reposted.

I’m not a big fan of job titles. I’ve always had trouble defining what I do as a noun—I much prefer verbs (“I make websites” sounds fine, but “website maker” sounds kind of weird).

Mind you, the real issue is not finding the right words to describe what I do, but rather figuring out just what the heck it is that I actually do in the first place…

Not Dogs Birmingham is Three Months Old!

This is a repost promoting content originally published elsewhere. See more things Dan's reposted.

Happy birthday to Not Dogs Birmingham! Our doors have been open at the Bullring’s LinkStreet for just 12 weeks now and what fun we are having!Our fantastic Crew have welcomed many people (veggies, vegans and meat-eaters!) into the restaurant, seven days a week and we’re looking forward to seeing many more of you. Over the course…

Things you probably didn’t know you could do with Chrome’s Developer Console

This is a repost promoting content originally published elsewhere. See more things Dan's reposted.

Chrome comes with built-in developer tools. This comes with a wide variety of features, such as Elements, Network, and Security. Today, we’ll focus 100% on its JavaScript console.

When I started coding, I only used the JavaScript console for logging values like responses from the server, or the value of variables. But over time, and with the help of tutorials, I discovered that the console can do way more than I ever imagined…