TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Choose Boring Technology (2015)

603 pointsby asyrafqlabout 4 years ago

50 comments

phendrenad2about 4 years ago
I always found it funny that companies will go to extreme Herculean lengths to hire the best programmers, and are incredibly fearful and paranoid that they could be making a &quot;bad hire&quot;, and yet once hired they don&#x27;t spend a second making sure engineers aren&#x27;t completely running the software product off the rails and killing the company internally. The author mentions trying to rewrite Etsy&#x27;s backend in Scala and MongoDB. That probably cost the company X million dollars. Etsy could still be recovering from that.<p>The industry constantly mints senior engineers who have been bitten by complexity, but doesn&#x27;t want to hire them, or listen to them. More often than not senior engineers pretend to be excited about complecting the tech stack, because hey, it pads their resume with the latest buzzwords and they&#x27;ve given up trying to fight against it anyway.<p>The last line of defense against a rogue engineering team is managers who have studied this stuff. How many engineering managers can spot the common situation &quot;the engineers are bored and they&#x27;re rewriting perfectly-good codebases in Common Lisp and OCAML for funsies&quot;? And how many know what to do about it when they see it?<p>Anyway, this is a cool website, and it&#x27;ll be useful to point people to it in the future, so thanks for that.
评论 #26212741 未加载
评论 #26212767 未加载
评论 #26212155 未加载
评论 #26212372 未加载
评论 #26212235 未加载
评论 #26212960 未加载
评论 #26212114 未加载
评论 #26215500 未加载
评论 #26213280 未加载
评论 #26217344 未加载
评论 #26214234 未加载
评论 #26212316 未加载
评论 #26213823 未加载
评论 #26217129 未加载
评论 #26215564 未加载
评论 #26215977 未加载
评论 #26217912 未加载
评论 #26212834 未加载
评论 #26216498 未加载
评论 #26212668 未加载
评论 #26212679 未加载
评论 #26216891 未加载
评论 #26216069 未加载
评论 #26213241 未加载
tpetryabout 4 years ago
The problem with the non-boring technology club is that programmers see what problem FAANG companies are solving and wanting to be on the edge on new technology too. But they don‘t have the same problems. Another problem is they want to show what they can do. If they tell in an interview they are working with rails&#x2F;django and a postgresql database they fear they look incompetent using those old technologies. So they try to convince their companies their products need to be rewritten in mongodb, react with graphql in a micro service stack and many more state of the art technologies.<p>And in the end many developer years are wasted just rewriting a working an existing software in a new stack they are not yet comfortable with and the new product is much less stable than the old one.<p>I love basecamp for their hotwired stack and showing that you can make the great software with old boring technologies and just a little bit of javascript magic pixie dust.
评论 #26215887 未加载
评论 #26212421 未加载
评论 #26214218 未加载
评论 #26215842 未加载
评论 #26214829 未加载
评论 #26213603 未加载
评论 #26213925 未加载
评论 #26216168 未加载
评论 #26212417 未加载
jmartricanabout 4 years ago
The way I see it is that one should master their stack. If you work over and over again with the same stack you will know it well. You will be able to move mountains with it. But it takes years to arrive to that. It takes implementing multiple projects the same way over and over again.<p>You need the wherewithal to stick with your stack and not get lured away. Maybe this is what boring means. Maybe boring is different to different engineers based on their background.<p>Sometimes you cannot select the stack cause there might be more senior engineers at a company and they have more sway. This is fine as long as the engineers picking the stack have picked a stack they have mastered and it is boring to them. As a regular engineer in their team I would hope to rely on their expertise and would hope to learn from them.<p>I remember at one job a rogue engineer picked a boring backend that would have been fine. But they fell behind because the other engineers knew their boring stack a lot better. Ultimately the rogue engineer had to switch to the other boring stack. The rogue engineer just was not fast enough to master it and implement the features required to keep pace with the demands of management. These demands were trace centralized logging, security, and of course features. So while they were still learning the ropes, we were moving on to even more advanced security, logging, and feature requirements. They just couldn&#x27;t keep up.
评论 #26213937 未加载
评论 #26213353 未加载
评论 #26213800 未加载
评论 #26218149 未加载
chrischapmanabout 4 years ago
The aviation industry has an expression: &quot;there are old pilots and there are bold pilots but there are no old bold pilots&quot;. Young, inexperienced pilots often take unnecessary risks and occasionally learn important lessons - sometimes terrifying lessons. Those lessons lead to a more cautious approach to flying as they grow older. It seems to me that boring tech is equivalent to cautious flying. Experience matters. Maybe its time to co-opt that expression into the developer world - &quot;there are old coders and there are bold coders but there are no old bold coders&quot;. Ageism is a problem in the tech world. Experience will almost always consider (maybe even prefer) boring tech - generally for good reasons. Perhaps its time to value experience a bit more than we have.
评论 #26218239 未加载
trestenhortzabout 4 years ago
Generalizations like “choose boring technology” are just unhelpful slogans.<p>Truth is you should choose technology given consideration of its pros and cons, not on the basis of some slogan.<p>There are very good reasons to use mature technologies and very good reasons to use current technologies and very good reasons to use absolute cutting edge technologies.<p>When someone comes at your approach wielding a slogan, be skeptical.
评论 #26212202 未加载
评论 #26212826 未加载
评论 #26212065 未加载
评论 #26214503 未加载
评论 #26212039 未加载
评论 #26212128 未加载
评论 #26213733 未加载
评论 #26213319 未加载
评论 #26212387 未加载
评论 #26229176 未加载
syastrovabout 4 years ago
Reading this sounds like dejavu.<p>A company I’ve worked with also had a PHP monolith which was supposed to be split up into microservices to improve maintainability. The choice of language was free, and the first ones were, kid you not, written in PHP using some alpha-quality library which was supposed to make PHP asynchronous, to improve “scalability”. Comically, this stack was used in an image-serving service which had to perform blocking image resizing using ImageMagick. Due to this misunderstanding of the technology, the only way to keep it afloat was to run 90 containers in a home-managed Kubernetes cluster just to keep requests from queuing up. Another comic misunderstanding of this paradigm was when I traced down a bug where the process seemed to hang due to the fact that the developer had intentionally added a call to sleep in a loop. Coming from a Java&#x2F;.Net background, they believed it would cause the “current thread” to sleep in order to not hog resources. This was problematic since the application (like nodejs) was single-threaded.<p>I didn’t want to work with that stack, so when it was my turn to work on a new microservice, I chose Scala + MongoDB (same as Etsy) because I wanted to learn about functional programming. Ironically, the microservice was basically a “checkbox as a service”, but I and the tech lead on the team were too brainwashed&#x2F;high on learning new things to realize the overcomplexity.<p>The entire thing was an expensive lesson that I and some others got to learn from. The ones who didn’t learn kept their microservices ideology and found other jobs.<p>Fast-forward and the entire thing was scrapped and rewritten as a Django + Postgres monolith. Not to say that it wasn’t costly to do a rewrite, but infinitely less costly than continuing down the microservices road. Long live boring technologies.
dangabout 4 years ago
<i>Choose Boring Technology</i> (but not the same article) - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25322651" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25322651</a> - Dec 2020 (204 comments)<p><i>Choose Boring Technology (2015)</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23444594" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23444594</a> - June 2020 (282 comments)<p><i>The boring technology behind a one-person Internet company (2018)</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20985875" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20985875</a> - Sept 2019 (451 comments)<p><i>Choose Boring Technology</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20323246" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20323246</a> - July 2019 (344 comments)<p><i>Choose Boring Technology</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9291215" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9291215</a> - March 2015 (212 comments)<p>Also: current ongoing thread<p><i>Choose Exciting Technology</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26212563" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26212563</a>
msvanabout 4 years ago
A lot of new technology eventually becomes boring technology, and this is because of adoption in companies exactly in the way the author is discouraging. When the new becomes boring, everyone gets to reap the benefits of the new tech.<p>The world of software rests on the hard work of others, whether it&#x27;s open source maintainers spending their free time making libraries for peanuts, or it&#x27;s people going through the pain of productionizing a new technology. Being in the boring technology club is in a sense also being in the freeloader club, never contributing back to the state of the art.<p>It&#x27;s a good article. It makes us aware of the drive many have to use the new thing, and the negative consequences of following this drive blindly. But I&#x27;m also happy that people do it.
评论 #26238048 未加载
wrnrabout 4 years ago
This stack can be radically simplified:<p>Apache: managing open connections. Memcache: holding stuff in memory. Postgresql: Save stuff to disk. Cron: Schedule things. Python: wire the above things together<p>... or a good reason the pick Go or Java
评论 #26212242 未加载
iamacyborgabout 4 years ago
Urgh, this feels familiar. Last year I left a company that was just wrapping up a new tech product, everything was microservices and mongodb. Trying to get a simple answer out of the engineering team about something as trivial as “how can I get a list of customers who have purchased product X” was almost impossible.<p>They sure had fun building it though.
评论 #26217520 未加载
评论 #26212469 未加载
nine_kabout 4 years ago
The title of this article, which makes rounds on HN, bothers me.<p>It&#x27;s not about choosing a &quot;boring&quot; tech. It&#x27;s about choosing <i>tools you understand well and a master of</i>.<p>You can be totally excited about e.g. TypeScript or Elixir, but as long as you have a solid experience of working with them, and a good understanding of their internals, they are safe bets.<p>Choosing a perfectly boring thing like Cobol is not going to help if you have no solid mainframe experience.
评论 #26216656 未加载
solanavabout 4 years ago
I can understand this from the perspective of a manager or company owner. &quot;Happiness comes from shipping products&quot; or &quot;Choose boring technology&quot; make a lot of sense if you are maximizing profit and don&#x27;t need to work with the tech yourself.<p>If you are an engineer and you want to try a new technology, go for it. Even if it doesn&#x27;t make sense. Learn new things, don&#x27;t stick with the boring tech. Maximize your own happiness and your own knowledge, not the profit of your higher-ups.
评论 #26212613 未加载
评论 #26214427 未加载
评论 #26214288 未加载
评论 #26212496 未加载
评论 #26215596 未加载
评论 #26212536 未加载
评论 #26212957 未加载
评论 #26212997 未加载
nicoisabout 4 years ago
The redis&#x2F;memcache example doesn&#x27;t make a lot of sense to me, unless the idea is that a separate memcache instance is deployed alongside each backend, while redis would have been a single instance.<p>I&#x27;m all for boring technology; reimplementing web protocols and semantics in JS is a disaster - and would probably have made a clearer case study than comparing to memory-first database caches.
评论 #26212161 未加载
mikesabbaghabout 4 years ago
I think that technology used needs to be chosen based on today&#x27;s needs and not tomorrow&#x27;s. Startups that decide to deploy 5 containers on kubernetes make me cry. The time and cost to operate and maintain this beast is beyond any estimate compared to even hosting each container on a seperate vm. This read was very satisfying, thank you
fiftyacornabout 4 years ago
I still think the Simplicity Chapter in the Google SRE book sums this up best<p><a href="https:&#x2F;&#x2F;sre.google&#x2F;sre-book&#x2F;simplicity&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sre.google&#x2F;sre-book&#x2F;simplicity&#x2F;</a>
methylabout 4 years ago
How do we make progress if everyone just chooses to use boring technology which is already established? There would be no Rust, no Ruby or other great pieces of technology as they cannot thrive without communities. Communities cannot thrive if everyone neglects everything that’s new and exciting.
评论 #26212616 未加载
srich36about 4 years ago
This is one of those posts where you can really feel the value of senior engineering&#x2F;previous experience.<p>I definitely have not approached choosing a new technology with the velocity vs. maintenance trade off, instead just choosing the technology best fit for the job at hand. But when looking at a system holistically, this may not be the best choice. It’ll be good to at least know to consider this in the future (although I’ll admittedly probably still bias towards “fun” technologies).
poloteabout 4 years ago
previous discussion (348 comments) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20323246" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20323246</a>
评论 #26212519 未加载
pmohunabout 4 years ago
This essay from David Perell touches on a similar concept: <a href="https:&#x2F;&#x2F;perell.com&#x2F;note&#x2F;lateral-thinking-with-withered-ideas&#x2F;" rel="nofollow">https:&#x2F;&#x2F;perell.com&#x2F;note&#x2F;lateral-thinking-with-withered-ideas...</a><p>&gt; It led to the 20th century’s most successful game console: the Game Boy. One day, a gaming engineer named Gunpei Yokoi was commuting home on the train when he saw a man playing with an LCD calculator next to him. Unfortunately, Nintendo didn’t have the budget to push the technological frontier at the time, so they used old technology to innovate. So long as the gameplay was engaging, Yokoi believed that players didn’t care about technical details like colors or screen resolutions. Compared to its contemporaries, the Game Boy was durable and affordable, which removed barriers to entry for users and developers. People would play for hours because it used AA batteries that were cheap and easy to find. Today, the Game Boy has sold more than 118 million units.
muramiraabout 4 years ago
Lots of people here are shitting on mongodb(maybe rightly so). But I think the biggest problem is that the developers making the decision on what kind of DB to use just do not understand these tools. I always recommend reading Designing Data Intensive Applications as soon as you have an inkling that you will be asked to make such decisions in the near future.
评论 #26215579 未加载
siliconc0wabout 4 years ago
I think what people sometimes fail to realize is that the software ecosystem has simply become more specialized. There is now a higher-bar due to the competition between entrenched technology companies with armies of engineers continuously optimizing everything. So, depending on the industry&#x2F;domain - aside from a useful product you need to consider a lot more: apps that work across platforms, performance, security, compliance, SEO&#x2F;marketing, analytics, speed of iteration&#x2F;delivery, infrastructure reliability, etc. All these contribute requirements that add complication.<p>So if you want a company that can do all that you are going to need specialists which typically come wielding specialized technologies. You can probably get away with generalists wielding &#x27;boring&#x27; technologies for some period of time combined with SaaS solutions but it&#x27;s hard to avoid the fast-moving increasingly specialized ecosystem forever.
soheilabout 4 years ago
Having shiny cool tech to solve problems isn&#x27;t all too different than having 1. a hip office to work at, WeWork-style 2. wearing the latest fashion or latest cool hoodie if you&#x27;re in SV 3. latest mechanical keyboard design ... the list goes on and on. It makes everything easier, 1. you can hire easier because the hip engineers see new shiny thing and would love to work on it most likely even if there is a slight pay cut or even if the product doesn&#x27;t appeal to them as much as working at another company, senior engineers tolerate shiny new tech because a. they know they were once awestruck by other technologies when they first came out b. there is always a non-zero probability the shiny new thing is actually fundamentally better not just a short lived fad.<p>It&#x27;s not a great explanation because it&#x27;s a human issue, which usually as its solution has a mixed bag of technical and emotional reasons.
Svipabout 4 years ago
This is why I prefer buying 15+ year old cars, you know everything that&#x27;s wrong with them. OK, it just so happens that three cars I&#x27;ve owned has been over 15 years old when I bought them, but I haven&#x27;t heard a good car analogy in a while.
评论 #26212447 未加载
bottled_poeabout 4 years ago
Lots of good stuff in this article. The way I read this is that all technology choices boil down to business cases which attempt to predict costs and benefits. I think it is important to note that the pros and cons which get weighed up in such a situation will cut across all aspects of a project - not just hard aspects (eg. Functional needs, performance, complexity, technology maturity, etc) but also importantly soft aspects like compatibility of the technology with team culture, individual personalities, career objectives, etc. It’s a complex problem and assessing the value of each pro&#x2F;con is mastery which I believe requires a vast amount of knowledge and experience.
pharmakomabout 4 years ago
I agree with all the arguments in the post... but man, I am so unproductive in the mainstream languages (Java especially). It feels like running in sand once you&#x27;ve experienced the other side.
jarielabout 4 years ago
One thing missing from the essay:<p>If you hire people that are more interested in solving the problem, then they are the tech ... the problem goes away.<p>Using some &#x27;fancy, risk new thing&#x27; has utterly no appeal to someone trying to do XYZ by a certain time with a certain quality.<p>This is one of the biggest dissonances between Eng. and many business roles.<p>I&#x27;ve personally gone through the &#x27;perspective shift&#x27; over my career, and I don&#x27;t want to look at my younger self as desperately naive, but really it looks that way from a business perspective.<p>Even doing Engineering now, I generally could care less about the tech, and that makes you think very differently about it. I almost cringe the moment someone brings up something weird. The risk is of course being the &#x27;crusty naysayer&#x27; but in most cases, it makes sense. New Tech is still in R&amp;D, unless there is something very specifically and overwhelmingly advantageous to that tech with regards to your business, it&#x27;s just a risk. To Zoom ... Mongo, Rust and Scala probably are not there yet in terms of the obvious advantages, whereas a new video codec might might meet the threshold of &#x27;we have to look at this&#x27;.
nkgabout 4 years ago
I have dreadful stories about the amount of technical debt my team has faced because of one hedonist developer. He was good, but he had failed to understand the beauty of a boring stack. He kept reinventing the wheel, and over-engineering every part of the project. Keeping this in mind, I only pick shiny new tech if it achieves a superficial task, is fast to implement, and can be replaced easily.
carapaceabout 4 years ago
&quot;Boring&quot; in the sense used here really means something like &quot;reliable&quot; or &quot;low-maintenance&quot;. Think of the old Maytag Repairman ads: he&#x27;s just sitting there waiting for a call that never comes because Maytag washing machines are so reliable, get it?<p>Interestingly, this kind of boring can be measured. On the other hand, the kinds of things that one finds fun is idiosyncratic and subjective. I think it&#x27;s an important distinction: we can argue about &quot;boringness&quot; with data, but a discussion of &quot;exciting&quot; software is much more like a discussion of personal tastes.<p>Take Elm for example, it&#x27;s a highly reliable system for building front-end web apps, so in that sense it&#x27;s very boring (in a good way!) but whether or not you find it exotic or exciting has a lot to do with your personal experience with Functional languages and such. To some people Elm seems like a toy, while to others it&#x27;s a strange new world.
revskillabout 4 years ago
Technology is just a tool, or not ?<p>By a tool, i mean, we still use boring algorithms (which exist long before the tech is born to adapt it efficiently).<p>So, boring tech or not, it&#x27;s not the point, as long as it serve your purpose.
elonvoloabout 4 years ago
There’s a lot of social status and perception-shaping tied up in who gets to do what innovation.<p>I’ve noticed that the very same ilk of leadership&#x2F;managers who would balk at the complexity of adding a linter or json schema validation and cite “someday, that would be nice, but for now we’ve got to get quick wins and ship features” would not hesitate to let a golden-boy architect who’s also a drinking buddy add a CQRS microservice written in Go communicating in some hand-rolled bespoke protocol—-just because it wins some folks cool points.
matthewfelgateabout 4 years ago
Thank you for sharing and explaining this. As a former software engineer I finally understand the other side of the argument. More than just being told it&#x27;s a &quot;business decision&quot;.
BerislavLopacabout 4 years ago
As I commented on Quora [0] a while ago:<p>That is basically the inverse of Clarke’s First Law: Any sufficiently understood magic is indistinguishable from boring technology.<p>[0] <a href="https:&#x2F;&#x2F;www.quora.com&#x2F;Are-Google-software-engineers-really-doing-anything-extraordinary-day-to-day-than-simply-coding-fixing-some-quite-trivial-software-stuff&#x2F;answer&#x2F;Robert-Rossney?comment_id=56389128&amp;comment_type=2" rel="nofollow">https:&#x2F;&#x2F;www.quora.com&#x2F;Are-Google-software-engineers-really-d...</a>
lovetocodeabout 4 years ago
What a great post!<p>&gt; I learned a lot. It kept me motivated through hard times with no customers, as I kept saying to myself if this won’t work, at least I’d learn something.<p>This is where I am at right now. I am trying to moonlight my own learning platform with two kids and a full time job, using a new-to-me technology is what keeps me going. It removes the stress of success because, no matter what, I succeed in some corny kind of way. Both myself and my existing employer get a better version of myself I’m the end.
reader_modeabout 4 years ago
&gt; My friend Andrew wears the same brand of black shirt every day. He thinks that if he conserves the brainpower it would take to pick something to wear, he’ll bank it and be able to use it later for something else.<p>&gt;I don’t know if this makes sense for fashion or what have you, but I really think there is something to this.<p>Johny Bravo was conserving his brainpower all along !<p>I kind of like this idea, will probably try this, jeans + long and short sleeved versions.
评论 #26212925 未加载
评论 #26217763 未加载
altgansabout 4 years ago
Two observations:<p>- The slide with the jeep together with the &quot;use boring technologies&quot; slogan paints an interesting picture of the challenges of E-mobility in this century. There are going to be a lot of things no one expected.<p>- How would you call this style of presentations? Zen-like? One catchy thing per slide? I find it pretty well done, and when I compare it to my own &quot;wall of text&quot; slides, I am a bit jealous.
XCSmeabout 4 years ago
Hell yeah, I still love working on my 9 years old MySQL+PHP side-project. No build process, no issues with updating to latest package versions, it just works and you are not fighting with the language or tooling itself.<p>I did add meanwhile some extra parts on top to improve the development and releasing process, but those parts can be changed and removed at any point and the project would still work as expected.
nathanganserabout 4 years ago
And then it read &quot;Attention is precious&quot; and I realized I was losing my time and should got back to more important stuff :P
11thEarlOfMarabout 4 years ago
&gt; New tech typically has more known unknowns, and many more unknown unknowns. And this is really important.<p>Isn&#x27;t this true in many facets of life? Like.... taking a new job... having your first kid... visiting a new city...<p>Are there processes for engaging in any new experience that enable you to know the outcome is going to be net positive before commencing?
0xCMPabout 4 years ago
I forget sometimes in interviews not everyone reads HN religiously. And I also forgot where I&#x27;d learned about &quot;innovation tokens&quot;. Needless to say it would have helped to point interviewers to this full talk when explaining why we focused so hard on simplifying our technology stack.
z3t4about 4 years ago
By committing to an technology early you are limiting your options! You are limiting the possible ways problems can be solved. You are limiting the talent pool&#x2F;hiring options.
killingtime74about 4 years ago
Does using Java but with native image (compiled to binary) count as using an innovation token due to new packaging or no (due to Java?)
评论 #26212701 未加载
评论 #26212823 未加载
qmmmurabout 4 years ago
This has to be the worst website to get the most basic information. Talk about over-engineering.
the_gipsyabout 4 years ago
I think there&#x27;s an unfairness angle to it, if someone like the CTO makes the &quot;boring&quot; call. He then hacks maybe a few things here and there, but the one&#x27;s to &quot;sucker up&quot; are the devs who have to program some &quot;boring&quot; shitty tech every day.
评论 #26212292 未加载
评论 #26213676 未加载
评论 #26214100 未加载
kingkawnabout 4 years ago
Black t-shirt guy is onto something...
onetomabout 4 years ago
Is Clojure a boring technology yet? :)
评论 #26215964 未加载
qnsiabout 4 years ago
So, what would be a best boring backend stack today? The one mentioned in the article? Or java for python?
评论 #26212642 未加载
ahstildeabout 4 years ago
(2015)
ytersabout 4 years ago
My internal devops group has this issue. We had a working system on teamcity and the hashicorp stack and linkerd. Now we are working on a brand new system using gitlab and openshift and istio. Highly redundant with, from my perspective, only incremental advantage. At the beginning I spoke out against this, but failed to convince anyone. Progress has been alright because of our new 10x hire who hated the old tech and loves the new stuff. But once he is out of the picture, we will be maintaining two highly redundant stacks both requiring deep technical knowledge to maintain effectively. I guess bailing is always an option, but I would prefer to be a force for good somehow. Any suggestions?
评论 #26213026 未加载
评论 #26215522 未加载
phaboraabout 4 years ago
Really good presentation. Even in this form. These are the best arguments for choosing Boring Tech that I’ve seen yet.<p>Almost gave me a sinking feeling:<p>&gt; If you behave that way you miss out on the part of the curve that we call “mastery.” That’s a state to the right on this curve, where there are still problems. Everything still sucks but it feels manageable.<p>&gt; The grim paradox of this law of software is that you should probably be using the tool that you hate the most. You hate it because you know the most about it.
评论 #26215724 未加载
gschoabout 4 years ago
I enjoy reading this each time it gets posted but can we please get TLS enabled? It&#x27;s so easy these days.
评论 #26212876 未加载