HN user

pikzel

163 karma
Posts0
Comments54
View on HN
No posts found.

It's all individual. That's like saying writing only happens when you know exactly the story to tell. I love open a blank project with a vague idea of what I want to do, and then just start exploring while I'm coding.

Based Cooking 5 years ago

This is just so uninspiring. And I grew up with these colorless, times new roman 90's web pages.

I don't get why I would get a smaller cut of the profit just because I save less for my children than Americans do. I should be paid what is reasonable for the work I do, not how much money I spent on education.

"It is, quite literally, a site where millions of people post daily photos of their dinners."

If you follow people who post daily photos of their dinners, daily photos of dinners is what you get. That's certainly not how my IG feed looks.

I really agree with some points. In my project, we moved from Java/Spring because it was just too much magic happening behind the scenes. We wanted something that was just clear and straight to the point. We should be able to read the code and it should do exactly that, not something else because you annotated the class. I just wish it wasn't so bloated with error handling. It's difficult to see the actual code among all the if err != nil (even though GoLand does a pretty good job at hiding them). Something like this?

  f := os.Open("file") or {
      return err
  }
After a couple of years with Scala, I'm also really missing proper FP, pattern matching, optional types, immutability, etc. Still, I'm pretty happy with Go and it has made me more excited about coding again.

I mainly use social media when waiting for the bus, on the metro, etc. It's nice to get some updates, but I very rarely share anything so I never fish for likes or compare myself to others. But I'm so happy that I grew up in the 80s-90s, I can't imagine how stressful it would be to have social media as a 12-15 year old...

I think it's especially popular in the US where they've always had long commutes. I work remotely from time to time, and it works fine when I have a specific task to focus on, but I've never managed to replace the spontaneous talks or meetings by a whiteboard with any meeting tool (be it Slack, Hangouts, Skype, Webex, you name it).