Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
34r45sdg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
34r45sdg
7y ago
Its the continued advancing of the craft. Some newer techniques but an evolution of the attack. Now all one needs is a 20 Million qubit QC..
2.
▲
by
34r45sdg
7y ago
Probably for the best. Id like an internet free of ads. Oh, I have that already thanks to ad-blocking technology. This is more user hostile crap, get it off my internet!
3.
▲
by
34r45sdg
7y ago
Decentralized identity is not useful. Its a red herring. What we need is better decentralized anonymity.
4.
▲
by
34r45sdg
7y ago
The Uyghurs siding with China was before China started rounding them up and putting them in camps. The Uyghurs now live under the worst dystopian future humanity could envisage -- Checkpoints with phone scans, mandatory government spyware t
5.
▲
by
34r45sdg
7y ago
Venmo isnt peer to peer, its a central service in which two users (clients) talk to a server. Its practically the opposite of p2p.
6.
▲
by
34r45sdg
7y ago
Is this another way for Google to prevent you from clearing their cookies via the 'Clear Cookies' option? Its a step in the right direction with enforcing SameSite cookie scoping, but we must be cautious that Google doesn't u
7.
▲
by
34r45sdg
7y ago
I am quite disappointed that both the article and the comments dont mention application security. USE AN ORM. Unless you are a hotshot SQL dev who knows the intricacies of every RDBMS, you should be delegating this to the ORM. Its there to
8.
▲
by
34r45sdg
7y ago
I disagree, and SQLi is not simply prevented by avoiding user input. There are many cases where you need to use user input for a SQL query and its a valid pattern, and can be done securely with Prepared Statements or Parameterization. Using