Hacker News new | ask | show | jobs
by malbs 2721 days ago
Here's my two cents

I haven't so much fallen out of love with coding, but fallen out of love of shiney new things. The last truly "new" thing I jumped on was C#. At the time C# was first released, I was also playing around with Smalltalk, and that actually destroyed me. I couldn't understand why people were excited about all these features in C# as they weren't new.

I became seriously disinterested in new tech, web 2,0, full stack bullshit.

Now I work in Delphi, and I actually love it. All the other guys in my team hate Delphi and would rather be working in whatever is the latest and greatest.

The problem with that is that everything just gets reinvented, and stuff that was old is new again, and the cycle repeats.

That's why I have fallen out of love - I've become a bitter old coder who just uses (and does) whatever requires the most minimal amount of work

1 comments

hah, i am making the same experience with smalltalk. but i haven't let it destroy me. instead i use it to help me focus on learning languages that actually are different (like haskell).

meanwhile i accept that the languages i use daily like javascript aren't special because of their features but because of their position in the programming ecosystem. knowing smalltalk and common lisp also helps me appreciate the few rare cases where a language is showing a feature that is uncommon in most other languages. javascripts prototype based objects for example.