Viewing profile — etc_passwd
etc_passwd
HN member- Joined
- Mon, Jul 01, 2013, 9:15 PM UTC
- HN karma
- 25
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About etc_passwd
No profile information was provided.
Recent public activity
-
comment
Comment #35392599
Democrats / Republicans looks like it was added outside of SDLC [1]. This order without those features is sorted, likely by a linter, suggesting Elon and Vits are properly implemen…
-
comment
Comment #33353878
The security principle is largely based on OCAP-based permission scheme, where implicit access to an object is equal to the right to access, and freezing said object limits its use…
-
comment
Comment #33353849
the ability to create and send an object that cannot be modified
-
comment
Comment #20840227
if you read the blog post and the privacy policy, you’d see that they are collecting analytics and requests in logs, including failed private module lookups.
-
comment
Comment #20839982
...but references to them are stored by google in logs and used per the privacy policy at https://proxy.golang.org/privacy
-
comment
Comment #7261793
It's a Disassembler - Ida Pro https://www.hex-rays.com/products/ida/
-
comment
Comment #6383713
Here are two more javascript encoders that are useful for getting around filters: http://utf-8.jp/public/jjencode.html http://utf-8.jp/public/aaencode.html
-
comment
Comment #6305423
Single page version: http://www.gamasutra.com/view/feature/196009/the_scumm_diary...
- story
-
comment
Comment #6106745
Your browser will automatically send any cookies it has for a domain when it is instructed to send a request to that domain HttpOnly cookies included. The thing preventing the mali…
-
comment
Comment #6106586
CSRF tokens are designed to protect users from CSRF attacks from other sites. The example you posted requires the username and password, which renders the token anyways. A cross-do…