Ask HN: Were we more productive 10, 15, or 20 years ago?
1–10 of 100 posts
Re: Ask HN: Were we more productive 10, 15, or 20 years ago?
#2Re: Ask HN: Were we more productive 10, 15, or 20 years ago?
#3We are convinced we are not productive - to the point we aren't recognizing when we are accomplishing more than 10, 15, 20 years ago.
Re: Ask HN: Were we more productive 10, 15, or 20 years ago?
#4Re: Ask HN: Were we more productive 10, 15, or 20 years ago?
#5Re: Ask HN: Were we more productive 10, 15, or 20 years ago?
#6Or do you mean things like shopping and cleaning?
Re: Ask HN: Were we more productive 10, 15, or 20 years ago?
#7I think the lack of current day productivity is due to there being so much more input available. 15-20 years ago you were forced to get into the mix of things and try things out because there weren't 800 blog posts and 227 youtube videos on the topic you're trying to learn.
Nowadays it's too easy to research yourself to death without trying anything because you're making decisions based on no experience, but instead experiences of others.
In attempts to find the perfect solution, you often do nothing. Always remember that you can get a lot done without it being perfect.
I look back at some old PHP projects I did in the early 2000s. Projects that have 7,500 line PHP files with mixed in HTML, JS, PHP, SQL, etc., but the funny thing is, some of those projects are still running today, unmaintained for 10+ years but work flawlessly on some old crappy shared host. Drag / drop FTP deploys with no version control of course.
Re: Ask HN: Were we more productive 10, 15, or 20 years ago?
#8Re: Ask HN: Were we more productive 10, 15, or 20 years ago?
#9I started programming (mainly web development) about 20 years ago. I think the lack of current day productivity is due to there being so much more input available. 15-20 years ago you were forced to get into the mix of things and try things out because there weren't 800 blog posts and 227 youtube videos on the topic you're trying to learn. Nowadays it's too easy to research yourself to death without trying anything b…
Re: Ask HN: Were we more productive 10, 15, or 20 years ago?
#10For some reason people still love to criticize browsers, even though they have improved dramatically. Around 2000, every UI required two or three versions. Once you got it done in Firefox, you would start on the IE version, which would take almost as much time as the first implementation. Then, you’d repeat the process for each point release of IE.
On the server, rails was the big revolution. The big achievement of DHH wasn’t so much techical as social: here, you had an extremely well-curated set of best practices, smuggled into your project under the guise of a framework. Before, you’d join a team and find the database password was in a switch block three levels deep in config/real/colors.inc.php3.~bac.php. Suddenly, you could join any team and know your way around the codebase on the second day.
Many other things that used to be major work items have become trivially easy. It would routinely take me a day or so just to get somewhat recent versions of Apache, php, and MySQL (and all their libraries) to compile on a new server. You’d encounter all sorts of difficult-to-debug networking problems when moving to production. There were certain tasks that seem like they should be trivial, but were actually terribly difficult to pull off in the web stack, such as chats.