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.

Ask HN: What is not going to change in future?

47 pointsby maheshsabout 1 year ago
There are always few things in every field which never changed. What are the top things according to you which not going to change or didn't change in the field of software development?

38 comments

Tainnorabout 1 year ago
Theoretical CS fundamentals are not going to change. Practically, that means among other things:<p>- Unless somebody finds a polynomial algorithm for an NP-complete problem (which is a taller order than just proving P=NP), several interesting problems will continue to be infeasible to solve exactly in the general case with large data.<p>- If, in addition, quantum computers don&#x27;t prove to be viable, commonly used cryptosystems such as RSA, AES, ECC, will <i>probably</i> continue to be secure provided they&#x27;re used correctly.<p>- Results like the Two Generals Problem, the CAP theorem, etc. will still make distributed systems difficult to work with and require tradeoffs.<p>- Rice&#x27;s theorem, that it is impossible to determine computational properties of arbitrary programs, will still apply, making static analysis (including antivirus programs, security scans, etc.) heuristic rather than exact.<p>- etc.
评论 #39683443 未加载
评论 #39679997 未加载
评论 #39679548 未加载
Brajeshwarabout 1 year ago
I like the article, “Betting on Things That Never Change” by Morgan Housel. Check it out at <a href="https:&#x2F;&#x2F;collabfund.com&#x2F;blog&#x2F;betting-on-things-that-never-change&#x2F;" rel="nofollow">https:&#x2F;&#x2F;collabfund.com&#x2F;blog&#x2F;betting-on-things-that-never-cha...</a>
评论 #39679239 未加载
nuzabout 1 year ago
Math, physics, chemistry won&#x27;t change. Who knows if software will be nearly recognizable in 10-20 years from now, but the reality of the world will not.
评论 #39679541 未加载
评论 #39679379 未加载
评论 #39679458 未加载
dakiolabout 1 year ago
Dealing with people. AI can help, but at the end of the day:<p>- people give the orders<p>- people approve implementations (e.g., implementations handed over by an AI)<p>- people who approve implementations need to save face when the implementation turns out buggy<p>Even if AI reaches a level at which it can do all of the points above, it would dimishis its own value. Example: if I could launch an Spotify alternative with a few prompts using ChatGPT version 10, then so a million guys like can do it as well... meaning, no one will be doing it.
pc86about 1 year ago
People submitting Ask HN&#x27;s without proofreading
评论 #39679385 未加载
评论 #39679490 未加载
CM30about 1 year ago
I suspect basic HTML won&#x27;t change much if at all. We&#x27;re still using tags like html, head, body, title, h1-h6, p, img, etc after all these years, and I don&#x27;t see them going anywhere.<p>Of course, unless some sort of weird tech shift happens that makes the browser obsolete altogether, I suspect most HTML&#x2F;CSS&#x2F;JavaScript won&#x27;t ever change anyway. Browsers are backwards compatible to a similar degree as Microsoft and Windows. If even stuff like the center tag are supported in 2024, most things aren&#x27;t going anywhere.<p>On a less specific note, I guess poor planning and software development practices? Feels like planning how long things are going to take hasn&#x27;t got much better in the last few decades, with things like &#x27;agile&#x27; barely making a dent in it. I suspect projects overrunning, feature and scope creep, big budget disasters, etc will probably be issues in society til the end of time.
tiniuclxabout 1 year ago
Gathering requirement &amp; making sure you are building the right thing will always be a tough &amp; important task for SW Engineers, no matter how good language models get.
评论 #39679232 未加载
philip1209about 1 year ago
Meta:<p>The Basecamp founders often talk about the advice they receive from Jeff Bezos, which was &quot;Focus on the things that won&#x27;t change in your business.&quot; [1] He was referring to things like &quot;fast delivery&quot; and &quot;good customer service.&quot; But, it means a lot in a professional context, too - because it&#x27;s things worth learning well.<p>[1] <a href="https:&#x2F;&#x2F;medium.com&#x2F;@seansheikh&#x2F;bezos-wisdom-focus-on-the-things-that-dont-change-f3fc39eca401" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@seansheikh&#x2F;bezos-wisdom-focus-on-the-thi...</a>
yodsanklaiabout 1 year ago
We can look in the past to see what hasn&#x27;t changed. Given the rate of innovation in the field, it&#x27;s fascinating to see that some widely used tools have been here for 30-40 years or more. Unix, bash, vim, C, C++. It still worth investing in these seemingly archaic stuff. Notably C++: the cool kids want to learn Rust, but C++ is hard and we&#x27;ll need to maintain all the existing code forever!<p>And of course, maths. I graduated in maths decades ago, and I always find it amusing when I see some tutorials on linear algebras making it to the top of HN, like if it was some fashionable new cool technologies. That being said, my math knowledge hasn&#x27;t transferred in software engineering skills.
vouaobrasilabout 1 year ago
Don&#x27;t you mean what is not going to change? I think you&#x27;re missing a verb.<p>1. LaTeX. I can still compile my docments that I wrote 20 years ago...<p>2. The thirst for profit&#x2F;quick releases over reliability (except for a few examples like LaTeX)<p>3. The existence of open source software as the one antitode to all software being horrible<p>4. The obsession with creating new things for the sake of creating, instead of for the good of anything
评论 #39679353 未加载
j_crickabout 1 year ago
Human nature won&#x27;t change.<p>How companies work, how humans interact, how users behave -- I don&#x27;t see how that&#x27;ll change anytime soon at all.
评论 #39690267 未加载
flohofwoeabout 1 year ago
I think the Lindy Effect is as good a guess as anything else to predict the future ;)<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Lindy_effect" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Lindy_effect</a><p>(e.g. it&#x27;s more likely that C, Fortran and Cobol are still around in 50 years than some of the more recent programming languages)
praving5about 1 year ago
Read this book. I just read it last month and it exactly answers your question with stories and how the world is evolving.<p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Same-Ever-Guide-Never-Changes&#x2F;dp&#x2F;0593332709" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Same-Ever-Guide-Never-Changes&#x2F;dp&#x2F;0593...</a>
Keegsabout 1 year ago
Humans. Marcus Aurelius wrote Meditations about 2000 years ago and it’s still useful for navigating modern life. On the surface, life has changed a ton over generations because of technological advancement. Underneath that though, basic human worries and basic human needs haven’t changed and probably never will.
评论 #39679572 未加载
评论 #39680020 未加载
shuanghe2012about 1 year ago
Your talent will not change. Find it and use it in this ever changing world.
ergonaughtabout 1 year ago
It is impossible to usefully identify things that &quot;never changed&quot; without targeting cynical observations of human nature&#x2F;capability. &quot;The laws of thermodynamics&quot; is a strong contender for the only other answer to that question.
francisofasciiabout 1 year ago
Git is having a good run as the defacto source control system, despite all its idiosyncrasies. Most Windows&#x2F;Linux&#x2F;front-end&#x2F;back-end developers seem to use it. How long has it been since you used something else like Subversion or TFS?
jefc1111about 1 year ago
People building things without first checking if anyone actually wants or needs them first.
评论 #39679435 未加载
wkirbyabout 1 year ago
Most of having a job is people skills. Whether we’re writing jQuery by hand or prompting ChatGPT 9.5 to output our work, your most important job skills will still be collaboration, communication, and in some cases just being a good hang.
评论 #39679596 未加载
评论 #39689935 未加载
Veeloxabout 1 year ago
I don&#x27;t see a world 50 years from now where writing SQL isn&#x27;t needed.
评论 #39679487 未加载
lvspiffabout 1 year ago
Greed - you could be working on the most altruistic endeavor ever that everyone wants and all it takes is one founder or investor that sees a way to cash out to bring it all tumbling down
fddrdplktrewabout 1 year ago
One thing that&#x27;s not going to change is that things will keep changing for no good reasons because engineers need something to do.
petabytabout 1 year ago
Phones will probably look the same in 10 years. Not the exact same, but it&#x27;ll still have a touchscreen and fit in your pocket.
评论 #39683144 未加载
评论 #39687190 未加载
andonumbabout 1 year ago
1. Difficulty with comprehending long sentences from the screen. 2. The desire to put witty comments in text fields.
gwbas1cabout 1 year ago
Human nature, and the rate of learning.
评论 #39679533 未加载
评论 #39679291 未加载
barbatoastabout 1 year ago
Distributed systems and concurrency
gardenhedgeabout 1 year ago
People aren&#x27;t going to want their parcels to take more time to be delivered
tempcoinabout 1 year ago
Bad management<p>QWERTY keyboards<p>Taxes
morganteabout 1 year ago
i don&#x27;t think deterministic programming languages are going away. Even if code is AI-generated, critical systems need to behave consistently and be available for introspection&#x2F;editing.
a_cabout 1 year ago
Laziness, make stuff that goes with the flow.
hnthrowaway0328about 1 year ago
Actually I think most is going to be the same. Even with AI companies still need people to fill the lead and senior ranks while AI implements things.
greenie_beansabout 1 year ago
nutrient rich soil + appropriate amount of sunlight and water + seed + time = food.<p>or, wind event = trees down.<p>and on and on.
dustedabout 1 year ago
greed, selfishness, pride, shortsightedness, hubris, indulgence, in short, human nature.
nijuashiabout 1 year ago
Death and taxes.
aristofunabout 1 year ago
Human nature
throwawaysleepabout 1 year ago
People being a pain in the behind.
fsfloverabout 1 year ago
The fact that free software will not join the enshittification trend (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36611245">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36611245</a>). So try to stick to it for the long-term stability.
demondemidiabout 1 year ago
Feels like Reddit over here.