Viewing profile — a_w
a_w
HN member- Joined
- Fri, Sep 30, 2011, 12:22 AM UTC
- HN karma
- 2,292
- Public activity
- 377 items
- HN profile
- View on Hacker News ↗
About a_w
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #44083564
I do this often: ```ruby if (user = User.find_by(email: 'abc@example.com')) user.update(status: 'active') end ``` Is it better to do this instead? ```ruby user = User.find_by(email…
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #40810239
Morality aside, I was hopping to see a discussion on the legal side of this issue. 1. Doesn't Title VI apply here? 2. Could a company legally fire an employee for practicing their …
- story
- story
- story
- story