Viewing profile — Lyren
Lyren
HN member- Joined
- Thu, Oct 27, 2016, 3:56 AM UTC
- HN karma
- 7
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About Lyren
No profile information was provided.
Recent public activity
-
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…
-
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.…
-
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…
-
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…
-
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…