Not a prediction of the future, but rather something I've found quite funny over the years: watching so many things keep repeating themselves in a never-ending cycle. My two favorite have been... 1. Compiled (native) vs. interpreted (bytecode/VMs). It's this forever cycle of "performance required" that shifts to "portability required", which lacks performance, and gradually shifts back, and repeat. 2. Local processin…
Ask HN: 90s programmers, what did you expect the future of tech to look like?
421–430 of 469 posts
Re: Ask HN: 90s programmers, what did you expect the future of tech to look like?
#422Earlier quoted context omitted.
It is a bicycle for the mind. Remember back when if you wanted to learn about a topic, you had to travel to a library, spend a couple hours looking up books in a card catalogue, and then find 1 book, that maybe answers your question. I'm constantly using the internet to learn new things, to learn about all kinds of things (e.g. Californian urchin galls, best way to process small branches for firewood, the use bison h…
Put another way, computers and the Internet are a tool to accelerate the process of becoming more of what you are. If what you are is a curious, humble person looking to understand the world better, it can help with that. If you're a vicious self-promoter looking to crush everyone on your way to the top, it can help with that too. If you're a terrorist looking for how to build a bomb or fly a plane or use certain gun…
Re: Ask HN: 90s programmers, what did you expect the future of tech to look like?
#423I really believed computers would make people smarter, better informed, able to make more rational decisions. They'd understand and trust science more, make better political decisions. We even had a slogan for it: "computers are bicycles for the mind": https://www.brainpickings.org/2011/12/21/steve-jobs-bicycle-... I was so naive...
Re: Ask HN: 90s programmers, what did you expect the future of tech to look like?
#424Earlier quoted context omitted.
There is this Jobs interview when he also discusses how there will be a marketplace for objects and people will buy and sell objects instead of software. In one sense it failed because all it ever saves you is the typing. You still have to learn the whole model, sometimes it is like learning a programming language from scratch. On the other hand, it may have succeeded. Objects don't exist in isolation but as a librar…
There was a market for components back in the nineties. People were buying VBX's and OCX's for Visual Basic and Delphi applications. Component Source had a huge catalogue. Open source killed it all.
Re: Ask HN: 90s programmers, what did you expect the future of tech to look like?
#425Earlier quoted context omitted.
I remember talking in mid 99 about ipv6, while I was at a web company. Immediately on seeing it I said "this is crazy, and isn't going to take off". "Why not?" I got from some of the network folks there. My response then is mostly as it is now - it's just too confusing to read and write. The UIs - even at the time - telling people to put in a dotted quad - were... manageable. 4 is an easy number to understand. Number…
That's why we have the DNS. People know names, not numbers. Use AAAA records.
Re: Ask HN: 90s programmers, what did you expect the future of tech to look like?
#426Graduated with a BS in Mechanical Eng in '96. Like a number of other commenters mentioned, folks like me who were in STEM majors all had to learn how to code in some form or another, though I don't think I ever took any classes as such. A popular joke then: "what do mechanical engineers do when they graduate?" "they learn to code and become programmers" In my case, I had a part-time job in a lab writing programs in C…
Re: Ask HN: 90s programmers, what did you expect the future of tech to look like?
#427What about us 70s and 80s programmers?
Re: Ask HN: 90s programmers, what did you expect the future of tech to look like?
#428Earlier quoted context omitted.
It is a bicycle for the mind. Remember back when if you wanted to learn about a topic, you had to travel to a library, spend a couple hours looking up books in a card catalogue, and then find 1 book, that maybe answers your question. I'm constantly using the internet to learn new things, to learn about all kinds of things (e.g. Californian urchin galls, best way to process small branches for firewood, the use bison h…
Put another way, computers and the Internet are a tool to accelerate the process of becoming more of what you are. If what you are is a curious, humble person looking to understand the world better, it can help with that. If you're a vicious self-promoter looking to crush everyone on your way to the top, it can help with that too. If you're a terrorist looking for how to build a bomb or fly a plane or use certain gun…
Re: Ask HN: 90s programmers, what did you expect the future of tech to look like?
#429Re: Ask HN: 90s programmers, what did you expect the future of tech to look like?
#430Earlier quoted context omitted.
> Compiled (native) vs. interpreted (bytecode/VMs) The debate today is mostly AoT vs JIT compilers, I don't see anyone bring up VMs unless they're talking about how slow Python is. I also don't see anyone bringing up "portability" anymore - compilers support all the architectures people care about, while libraries and APIs are designed to be platform agnostic as far as they can be while developers recognize there is…
Tell that to all the electron apps out there. ;)