Earlier quoted context omitted.
An operating system should be more like this
you are right! i didn't even think of that. i mean, i have been curious about lisp-machines and even smalltalk runnig directly on the machine, but i didn't look at my current setup in this way until you mentioned it. in fact, my home office is set up with dual monitors with gnome so that one monitor scrolls through gnome workspaces and the other is static with pharo maximized. then a few days ago i discovered a packa…
Ask HN: What technologies did you learn in 2018?
541–550 of 620 posts
Re: Ask HN: What technologies did you learn in 2018?
#542Re: Ask HN: What technologies did you learn in 2018?
#543PHP and Wordpress Had to start over at the bottom after alcohol addiction destroyed me. Landed a job working with WordPress and started having quite a bit of with it. Naturally I just HAD to start tinkering and learned PHP to write plugins and manipulate the hell out of it. PHP isn't all that bad and is actually pretty easy to pick up. My only gripe with it is that quite a bit of the libraries aren't on par with othe…
https://twitter.com/AndrewStellman/status/107722796317793484...
Re: Ask HN: What technologies did you learn in 2018?
#544Re: Ask HN: What technologies did you learn in 2018?
#545Elixir. The ecosystem has been steadily growing (and, more importantly, becoming more robust and mature) throughout 2018 with continuously improved tooling, libraries and frameworks. I'm excited for many of the upcoming things [1] in the Elixir world, and how those things can improve the way I build (web) software in 2019. [1] For one example, https://dockyard.com/blog/2018/12/12/phoenix-liveview-intera...
Re: Ask HN: What technologies did you learn in 2018?
#546Earlier quoted context omitted.
you are right! i didn't even think of that. i mean, i have been curious about lisp-machines and even smalltalk runnig directly on the machine, but i didn't look at my current setup in this way until you mentioned it. in fact, my home office is set up with dual monitors with gnome so that one monitor scrolls through gnome workspaces and the other is static with pharo maximized. then a few days ago i discovered a packa…
Check this out: https://github.com/nopsys/CogNOS
Re: Ask HN: What technologies did you learn in 2018?
#547Rust! :) I've been working full time with Rust this year for web development using postgres. The language and ecosystem have largely been sufficient for creating a robust platform. I have been working with the latest version of stable Rust all year and have never experienced breaking changes. Working with futures was unnecessarily difficult. Async/await is releasing next year, hopefully in Q1. This will simplify futu…
Re: Ask HN: What technologies did you learn in 2018?
#548Re: Ask HN: What technologies did you learn in 2018?
#549I also continued to deepen my understanding of databases and distributed systems. My favourite read this year was Designing Data-Intensive Applications which made me more familiar with the pros and cons of the various datastores and provided a better sense of the tradeoffs that each makes. It also gave me an appreciation for the guarantees that the battle-tested relational databases provide. One of my goals for 2019 is to improve my SQL knowledge — thus far any extra effort to understand it better has payed dividends.
Re: Ask HN: What technologies did you learn in 2018?
#550I started learning Haskell again this year. And I finally got to work with it professionally. I'm also using PureScript in the same project, so it's really exciting. This year I also discovered R. I had to do a Python to R translation, so I got fairly familiar with R. I also discovered a few languages, but I haven't started learning them yet: red-lang and Pharo.
i started pharo a few years ago and finally found a killer app to make it worth the investment for me. red-lang is on my list to learn for quite some time now, but it probably won't happen until i find a useful application in red that i can use. same goes for haskell
What attracts me most about red-lang is its cross-platform GUI story (I know that the iOS back-end is not implemented yet). You can do so much with so little code. It looks like a great platform for this. The syntax also helps.