Why age in software is bullshit
11–20 of 21 posts
Re: Why age in software is bullshit
#12I think the author misses what is being said by the individuals making the 'age' comment. I'm in my 20s and I've said this comment before plenty but it isn't in the context of someone being too old to ship code but instead the fact that as we age we usually take on additional commitments, responsibilities, etc. All these extra factors often limit the amount of time that most people have to dedicate to coding.
So what you're saying is basically you have "no life", and you are willing to dedicate your waking hours to your job (or playing Pokemon Go). Been there done that, found out the hard way that it usually ends in a way that is not so advantageous to you. I am still writing code at 58 because it's what I like to do. I have founded, managed and CTO'ed. But when I code I feel better during the day, I feel like I have acco…
Re: Why age in software is bullshit
#13Earlier quoted context omitted.
Yeah... I was just looking at http://leaningtech.com/cheerp/ and wondering why everyone is trying to tack on static typing to JavaScript when they could just use C++... It might be that I am beyond redemption at this point.
Good luck getting that C++ code to run in your browser, for starters...
Re: Why age in software is bullshit
#14Its usually not the age. But its common for people effected to think that they are being discriminated because of their age. There is a tendency for a lot of people to hang on to tools and ideas that worked for them in the past. e.g someone who comes from a relational world, finds it very hard to get used to nosql unless their boss gives them no choice.
The irony I find in this depiction is the "hot new" stuff in today's ecosystem is very often stuff that's already existed for 2-3 decades in some less trendy form, given a new brand identity (complete with cookie-cutter .io website), and grows a Twitter & conference clique around it as though it's being discovered for the first time. "Reactive", "Streams", "Containers", "NoSQL", "Big Data", "Blockchain", the list goe…
Re: Why age in software is bullshit
#15I think the author misses what is being said by the individuals making the 'age' comment. I'm in my 20s and I've said this comment before plenty but it isn't in the context of someone being too old to ship code but instead the fact that as we age we usually take on additional commitments, responsibilities, etc. All these extra factors often limit the amount of time that most people have to dedicate to coding.
I'm in my 30s and have what you call "more responsibilities" and can tell you that I now value my time more, get more s--t done in less time and overall are more productive than in my 20s when I had none of those responsibilities.
Re: Why age in software is bullshit
#16Earlier quoted context omitted.
The irony I find in this depiction is the "hot new" stuff in today's ecosystem is very often stuff that's already existed for 2-3 decades in some less trendy form, given a new brand identity (complete with cookie-cutter .io website), and grows a Twitter & conference clique around it as though it's being discovered for the first time. "Reactive", "Streams", "Containers", "NoSQL", "Big Data", "Blockchain", the list goe…
When you work in a team with other people, certain collaboration skills are useful and necessary. I am god and have seen it all and i am going to reject other's ideas is not a productive attitude. Cost conscious managers are going to ask tough questions like if you are so good why are you competing with a 3 years experience software dev?
Cost (dev, support, maintenance, etc.) conscious managers are going to ask tough questions like, "Why would we use Node.js and MongoDB to build a financial transaction processing switch?" and "Why would we deploy a Hadoop cluster to do offline analysis of only 4GB-5GB of transient data per day?" and "Why would we front Elasticsearch with Kafka when our write-load is well below what a small ES cluster can handle and the data is non-critical?" and "Why would we deploy Mesos for infrastructure of There's an almost never-ending barrage of stuff like that I contend with. Which is fine. It's part of my job, and despite hard-earned cynicism... myself and my teams have still managed to build all manner of things with all manner of relatively esoteric tech.
Erlang, Rust, Elixir, Scala, Cassandra, Riak, HBase, Kafka, Storm, Spark, Ansible, Cobbler, Packer, Consul, Vault, LING, Rumprun.
No stranger here to including feedback and ideas to determine the best tools for the job that needs doing and their associated costs (dev, support, maintenance, etc.). I'm also no stranger to the flights of fancy that beset engineers who end up inventing reasons or overstate their problem space in attempts to justify using new shiny things.
Take it easy mate. Cheers!
Re: Why age in software is bullshit
#17Its usually not the age. But its common for people effected to think that they are being discriminated because of their age. There is a tendency for a lot of people to hang on to tools and ideas that worked for them in the past. e.g someone who comes from a relational world, finds it very hard to get used to nosql unless their boss gives them no choice.
The irony I find in this depiction is the "hot new" stuff in today's ecosystem is very often stuff that's already existed for 2-3 decades in some less trendy form, given a new brand identity (complete with cookie-cutter .io website), and grows a Twitter & conference clique around it as though it's being discovered for the first time. "Reactive", "Streams", "Containers", "NoSQL", "Big Data", "Blockchain", the list goe…
Also what is the analogue to reactive in the past ? The main reason for reactive is different screen sizes and orientation of handheld devices. What similar problem would reactive have solved 2 decades ago ? There are a couple of references from 2001 and 2004 https://en.m.wikipedia.org/wiki/Responsive_web_design , but really there wasn't a practical common use case before the iPhone in 2007 and ipad in 2010.
Re: Why age in software is bullshit
#18Re: Why age in software is bullshit
#19BTW, since somebody's likely to ask, I'm 51.
Re: Why age in software is bullshit
#20Earlier quoted context omitted.
When you work in a team with other people, certain collaboration skills are useful and necessary. I am god and have seen it all and i am going to reject other's ideas is not a productive attitude. Cost conscious managers are going to ask tough questions like if you are so good why are you competing with a 3 years experience software dev?
Being reluctant to readily abandon "tools and ideas that worked for them in the past" in favor of adopting HN-buzzword-compliant technologies on flimsy pretext being presented by earnest people who nonetheless often have limited experience with the thing they're proffering and more often zero awareness of the similar fads that came before it is really, really far away from, "I am god. I've seen it all. I reject it al…
If you want to build a strong resilient team you should allow your devs to fail.
For your every valid example I can show you terrible choices people make in realworld because someone with a lot of experience told this was the perfect thing to do and they resisted changes.
Ofcourse you have to exercise sound judgement in everyday life. I have seen managers who are reluctant to hire rockstars simply because they don't need them.