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.

What Technologies Are You Future Proofing With?

15 pointsby conor_fover 2 years ago
I feel like I have frequently missed the boat with impactful technologies. At the time of release&#x2F;hype I dismissed React, Docker, Kubernetes, Rust, and more.<p>What technologies are currently coming to popularity that you are learning&#x2F;keeping abreast of so you don&#x27;t get left behind?

11 comments

mikewarotover 2 years ago
I think WebAssembly&#x2F;WASI will take off if someone wraps it in a shell that supports a powerbox, with logging, debugging, and possibly undo&#x2F;redo, time travel debugging, etc.<p>A way to run ANY random program from anywhere, and just give it a file in a safe and secure manner fills so many needs that most people can&#x27;t even imagine right now.<p>PS: I&#x27;d have written it myself, but there&#x27;s about 1000 items to check off just to get an MVP working on a PC if my survey of the standards is right. 500ish instructions, and a boatload of APIs.<p>PPS: I&#x27;ve looked at several implementations, but I don&#x27;t have the familiarity with the languages they are written in to be able to dig deep into the guts and add the required code to turn the WebAssembly VM into a black box whos interface I can control. Thus, it seems I have to build my own 8(
moomoo11over 2 years ago
I’m focusing on becoming a beast at systems design and architecture more than specific technologies. Whether that becomes some AI system or yet another glorified overly complex web application.<p>Its a much harder skill to master and more valuable imo.
评论 #34549896 未加载
jskulskiover 2 years ago
Im not sure if it’s future proofing exactly, but I’m placing my bets on Nix powered development systems.<p>The conceptual clarity combined with sparse documentation, rough edged user land, and the army of edge cases give me flashes of Docker in 2013&#x2F;14.<p>It’s a pain to use but the promise is there. When setup and working, Nix seems like _the_ way forward for reproducible builds and dev environments at any 20+ dev team.<p>I work in dev experience at a larger tech company. I work on many different REPLs, often jumping into unfamiliar projects- in my first three months I’ve worked on go, python, node, terraform, k8s, etc.<p>With nix I’m able to clone a repo in an ecosystem I don’t use, create a couple files (flake.nix + .envrc) and reliably create a working, isolated dev environment that works and doesn’t mess my other projects… gaming changing.<p>(Plus I took the plunge after system issues to move to a VM running NixOS, defined in my dotfile repo.)<p>The language is difficult, the documentation needs to get there, the amount of breaking or confusing api are big hurdles. I think some simple wrapper like <a href="https:&#x2F;&#x2F;devenv.sh" rel="nofollow">https:&#x2F;&#x2F;devenv.sh</a> may be what gets the industry on board.
markus_zhangover 2 years ago
I think AI is really going to rock a lot of fields in the next 5 years. And one needs to adjust.
评论 #34543868 未加载
mharigover 2 years ago
&#x27;Distributed SQLite&#x27;. There are so many projects to make SQLite replicable&#x2F; horizontally scaling (dqlite, rqlite, sqlfs, litestream, ...), there must be a great need for a simple to administer SQL DB with more horses than the single node SQLite.
评论 #34545443 未加载
aynycover 2 years ago
AI&#x2F;ML. We can argue what AI&#x2F;ML really is capable of, but one thing for sure, with current market condition, I only see companies spend more money on AI&#x2F;ML infrastructure than ever before. My company is putting ton of money into that space. I was planning on doing SICP and Crafting Interpreter this year, but I just might switch over to AI&#x2F;ML study just to make sure I&#x27;m in the conversation for my future.<p>Another no so popular take, BlockChain&#x2F;Ledger type technology in traditional financial market will see an uptick in activities.2
评论 #34558242 未加载
verdvermover 2 years ago
CUE ( <a href="https:&#x2F;&#x2F;cuelang.org" rel="nofollow">https:&#x2F;&#x2F;cuelang.org</a> | <a href="https:&#x2F;&#x2F;cuetorials.com" rel="nofollow">https:&#x2F;&#x2F;cuetorials.com</a> ) Configure, Unify, Execute.<p>I&#x27;m building <a href="https:&#x2F;&#x2F;github.com&#x2F;hofstadter-io&#x2F;hof">https:&#x2F;&#x2F;github.com&#x2F;hofstadter-io&#x2F;hof</a> on top of it. I also use it a lot in CI &#x2F; cloud related things. Tamed the monorepo with CUE too
评论 #34542369 未加载
评论 #34544010 未加载
simneover 2 years ago
Old warm C :))))<p>Joking. In reality, Python and React working well, but sometimes i write chunks of C code for performance critical things, and in some cases have to use jquery, because old browsers.<p>And K8s and Docker will definitely live long, because good market fit.<p>For Rust, I&#x27;m not sure. For me it is not mature enough, so if will learn just now, in half year will need to learn new version.
ianpurtonover 2 years ago
&gt; Docker, Kubernetes, Rust<p>These won&#x27;t go away for a long time. So it&#x27;s worth picking them up today.
评论 #34543851 未加载
spritefsover 2 years ago
Quic sounds like it has a lot of performance potential but hasn&#x27;t hit critical mass yet
nickd2001over 2 years ago
vim, shell scripting, Python. ;). (that was a joke.... and not a joke...)