Viewing profile — joshuaavalon
joshuaavalon
HN member- Joined
- Tue, Sep 17, 2019, 6:11 PM UTC
- HN karma
- 26
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About joshuaavalon
No profile information was provided.
Recent public activity
-
comment
Comment #34396781
The difference between JWT and session is where the state is stored. For session, you need a centralized backend to access the data stored in the session. For JWT, you only need to…
-
comment
Comment #31749820
Things do break in production does not mean you don't take any measures to reduce the chance of happenings. Following your logic, why should we test our code before deployment? Eve…
-
comment
Comment #31513173
Most of the services provide backup codes when you enable 2FA. I don't think that's a huge problem.
-
comment
Comment #29000326
GitHub issues have labels. You can add "Resolved", "Won’t Resolve", "Paused" as you like. Many large repositories use labels to show the state of the issue. You do not need to rely…
-
comment
Comment #27967931
There is a setting in URL of the password called "Match Detection"[1]. You can change it to "Host" if don't want it to match subdomain. [1]: https://bitwarden.com/help/article/uri-…
-
comment
Comment #27125543
I heard MKBHD said it only alert you alert you went home or workplace. Otherwise, it will keep alerting everyone on public transport.
-
comment
Comment #26964361
If you want central authority, isn't it the job of CI? Use CI to verify the commits fits the styles and review the commits before merging.
-
comment
Comment #22875172
The problem for me is other people not using it. When I call another library, there is no type hint and the documentation is poor. You can only read the code and guess the type you…