Live data from Hacker News

Viewing profile — ericdouglas

ericdouglas

HN member
Joined
Sat, May 17, 2014, 2:21 PM UTC
HN karma
102
Public activity
38 items

About ericdouglas

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
    What's the difference btw software architect,engineer,developer and where u fit?

    # Uncomfortable question 002 What is the difference between a software architect, software engineer, software developer, and where you fit in? Disclaimer: it can REALLY be uncomfor…

  6. story
  7. story
  8. story
  9. story
  10. story
  11. comment
  12. comment
    Comment #15110367

    Just changed the blog theme - it now works perfectly with JS disabled - serious, huge thanks for telling me this, I wasn't aware of that issue.

  13. comment
    Comment #15105238

    Crazy stuff! :D I'm wondering how our future-self would feel about such cleverness haha

  14. comment
    Comment #15105131

    I really liked this: "#{String.to_integer(hours) + 12}" Used it now refactoring the code, many thanks for your suggestion!

  15. comment
    Comment #15097552

    Yeah, that's the point: "i bet I could find a function in the standard library that could help me solve this problem"

  16. comment
    Comment #15097519

    Awesome! Many thanks for the tip. I'll refactor the code :)

  17. comment
    Comment #15097509

    In HR you can see other solutions as well

  18. comment
    Comment #15097506

    Yes, great option. One thing I like to have to write tests is actually practicing writing tests :)

  19. comment
    Comment #15097501

    Thanks for your comment. I'll fix this.

  20. comment
    Comment #15097480

    Many thanks for your comment. You are totally right. This is a theme from the Hexo platform I use. I'll probably create a theme to address this and other issues.

  21. comment
    Comment #15097465

    > "if you don't have the first part of dedicated learning and wide exposure (without a motivating problem per se) you inevitably end up doing the lazily evaluated "stack overflow d…

  22. comment
    Comment #15097420

    Very interesting. The big point should be: do some practical stuff to keep you motivated while you are learning!

  23. comment
    Comment #15097401

    I actually started the same way. In the article I focused more on step 4, but in step 2: "Familiarize with the syntax and semantic of the language" I watched a video course and bui…

  24. comment
    Comment #15095318

    The approach is actually learn enough about the language (through docs or a book) and practice such knowledge solving code challenges and writing your on tests first to get exposed…

  25. comment
    Comment #15095294

    I agree with you. But I believe that solving this kind of challenges forces one in a good way to know more about what the language has to offer, while keeping motivated to learn it…