Ask HN: What cool development languages/tools changed your career?
151–160 of 315 posts
Re: Ask HN: What cool development languages/tools changed your career?
#152I'd messed with some of the ESRI server products and knew basic SQL but discovering PostGIS was a paradigm shift in terms of being able to easily and efficiently run more advanced spatial analysis in a database.
Re: Ask HN: What cool development languages/tools changed your career?
#153Earlier quoted context omitted.
It is not like studying a course in a organised way.. Luckily we switched to microservices architecture in my company and thus many stuff had to be rewritten. The old monolithic application was PHP and PHP was deprecated for new projects company wide. So I and my team picked GO, JAVA and Node.js for different microservices we are responsible for. (Mainly JAVA and GO, we deprecated then Node.js unofficially in our tea…
> Specifically for JAVA [...] abandoned enterprise technologies > [...] > How such a simple language like Javascript could become so complicated? ;)
Re: Ask HN: What cool development languages/tools changed your career?
#154In that time, I've never been quite as excited about anything as I am about Virtual Reality, and specifically what Google and Mozilla are doing with WebVR. I don't think people understand how much 2D systems are holding us back. We've had the same WIMP interfaces since Xerox invented them in 1980. And we largely do the same things with our computers as we did in the 90s when the GUI finally captured majority market share. Making computers smaller and faster is not going to change that. Only a complete change in the user interface will change that.
I've always banged around working on graphics, stereo-imagery, and simulation as a hobby, but I seriously started on making something about 2 years ago (actually, I recently saw my first commit for some reason, and it was July 10, 2014). When my son was born prematurely earlier this year, it lit a fire under my ass. I know a lot of people think that they need to get the startup stuff out of the way before they start a family, but for me, my family is my purpose, my family is what drives me. I feel strongly that well-designed VR systems are going to enable a whole new level of accessibility, interconnectedness, empathy, and collaboration. I need to make that world for my son.
So because of the stuff I started 2 years ago, I now have a job where I spend 100% of my time working on VR. For the first time in my entire career, I look forward to going to work. I feel great. I have great coworkers. We do amazing things together. And it's because of WebVR.
Re: Ask HN: What cool development languages/tools changed your career?
#155Docker and containers for packaging, shipping, and sharing.
Kubernetes because it fundamentally changes the way we design and build systems.
ML (and now Cozmo+RL) cause future.
Re: Ask HN: What cool development languages/tools changed your career?
#156Re: Ask HN: What cool development languages/tools changed your career?
#157Forth also made me go "wow". I really understood that way of thinking. I also think Forth is amazing for its ability to keep you from getting discouraged by allowing a problem to be broken down into new words. Postscript was my Forth "wow" combined with art.
Re: Ask HN: What cool development languages/tools changed your career?
#158I don't use Clojure as much any more but everything I learned has had a lasting impact and much of it trickles into my other work now, in other languages (mainly C++).