Live data from Hacker News

Viewing profile — Lyren

Lyren

HN member
Joined
Thu, Oct 27, 2016, 3:56 AM UTC
HN karma
7
Public activity
5 items

About Lyren

No profile information was provided.

Recent public activity

  1. comment
    Comment #23471920

    I received communication ~15min ago that they're actively looking into the issue. I submitted the ticket roughly 20min ago. So it seems they're aware. It doesn't help that their st…

  2. comment
    Comment #18350185

    You could rate-limit at a higher limit based on username as well. I guess a potential problem with that however is the login-blocking of high profile accounts with known usernames.…

  3. comment
    Comment #17976179

    It's honestly not as limiting as you might think. Readability has definitely improved a ton since switching. Of course we don't count every bracket or blank lines. Only the rows wi…

  4. comment
    Comment #17948741

    I can vouch for Clean Coder. We watched them in our company. It's a small dev team so we took the time together. Afterwards we implemented a 4-line rule amongst other things. We do…

  5. comment
    Comment #14146722

    The style I like to use is the css/scss webpack loader. Basically, you import a .scss file into your .jsx. The scss is compiled and at the same time imported into .jsx as a hashmap…