Live data from Hacker News

Viewing profile — uweschmitt

uweschmitt

HN member
Joined
Tue, Jan 24, 2017, 1:44 PM UTC
HN karma
10
Public activity
4 items

About uweschmitt

No profile information was provided.

Recent public activity

  1. comment
    Comment #17834557

    The referenced report from Nielsen-Norman is from 2006 and outdated. They published corrections at https://www.nngroup.com/articles/f-shaped-pattern-reading-we...

  2. comment
    Comment #13736950

    My order of priorities: satisfaction, purpose (both are tightly connected) and finally enough money to make a living (see https://80000hours.org/articles/money-and-happiness/ ).

  3. comment
    Comment #13731018

    I'm not a big fan of type annotations because the code easily turns unreadable which is not what I expect from Python code. But for larger projects type checking is valuable. Types…

  4. comment
    Comment #13730989

    Good unittesting can trigger the relevant exceptions. I know this can be a lot of work to write tests which trigger all your corner cases. I practiced this in a recent project but …