Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rsy96
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
rsy96
11y ago
Sounds a good idea. I'd like to see a more technical description of how it derives the public/private key pair from a password. In addition, the language choice of C# is probably going to limit its popularity, given how C# is stil
2.
▲
by
rsy96
11y ago
How is this different from a VPN over UDP, like OpenVPN or Cisco Anyconnect?
3.
▲
by
rsy96
11y ago
One reason that Asians outperform other racial groups in the United States is overlooked in the article: the difficulty of immigration. Most whites and blacks are born within the US, and Hispanics are either born or move into the US by simp
4.
▲
by
rsy96
11y ago
> That would only be fairer if everyone has the same level of access to education up to that point. So it is the socioeconomic difference that should be addressed, not racial difference.
5.
▲
by
rsy96
11y ago
Depends on how one defines Asians. Chinese are rare among the higher ranks in tech, but many corporations have Indians (India is in Asia, right?) as their CEO.
6.
▲
by
rsy96
11y ago
No. The official installers are signed, and are thus not prevented.
7.
▲
by
rsy96
11y ago
But I've found that many GUI applications do not take /usr/local/bin into account. It's like only terminal applications, which are rightly affected by terminal environments, care about it.
8.
▲
by
rsy96
11y ago
Because the default is in `/usr/local` and because the installation warns against changing prefix for possible software breakage. Now since many people say they never run into problems with nonstandard homebrew path, I'd like
9.
▲
by
rsy96
11y ago
If both legit and ad urls all look the same, and can only be distinguished by decrypting with a key, then adblockers may be unable to differentiate between the two.
10.
▲
by
rsy96
11y ago
Tons of apps to block ads come out this month on HN, but few of them are available on my country, China. I wonder if some can open source their code so that I can compile and install it on my iPhone by myself.
11.
▲
by
rsy96
11y ago
Shameless plug for my blog post on how the UX of Gatekeeper should be improved https://rsy96.github.io/blogs/2015/09/20/gatekeeper-should-b...
12.
▲
by
rsy96
11y ago
The "malware" can do two things: send tracking information to a server, and show popups (which may be spoofed as login dialogs). Both of these are entirely possible to be intended by the app authors, and in that case, it would be
13.
▲
by
rsy96
11y ago
I scanned the post and it seemed the issues are regardless of the language.
14.
▲
Gatekeeper should be overhauled
(rsy96.github.io)
3 points
by
rsy96
11y ago
|
0 comments
15.
▲
by
rsy96
11y ago
Every textbook on math I have ever read always start with intuition behind the idea, and then present definitions and proofs. Only some reference books, intended for look ups only, only enumerate formulas. I never understand why anyone clai
16.
▲
by
rsy96
11y ago
Xcode.app includes a digital signature, which can be checked with `codesign`. As all OS X comes bundled with Apple's root certificate, one can check for the validity of that application by oneself without any additional trusted source.
17.
▲
by
rsy96
11y ago
Regular ANNs are not deep learning.
18.
▲
by
rsy96
11y ago
> But I'm starting to fear "Deep Learning" is the new "Big Data" buzzword. You spent several paragraph criticizing ANNs, but regular ANNs are not deep learning at all.
19.
▲
by
rsy96
11y ago
Deep learning is pretty much a field still being rapidly advanced by research. A book on it would become obsolete the day it is published.
20.
▲
by
rsy96
11y ago
Not because he is suggesting curl. But because he is suggesting curling without TLS.
21.
▲
Ask HN: What is the license of comments here?
9 points
by
rsy96
11y ago
|
9 comments
22.
▲
by
rsy96
11y ago
> At the same time, less competitive students may get accepted because of donations/connections/preparatory schools. That means their family is rich and/or has powerful connections. Thus they will be more likely to succeed
23.
▲
by
rsy96
11y ago
> Well, I find whole thing rather controversial, so to say. Depends on what do one mean by "collection" and by "point", eg. if we take point literally: (x, y) \in RxR, then we have to assume that "collection"
24.
▲
by
rsy96
11y ago
The revelation he has had looks trivial to me. Graphs as equations, equivalence of expressions or matrix as linear operators are all something I learned and understood from the very beginning. I wonder if it has something to do with the tex
25.
▲
by
rsy96
11y ago
When I read that title, I automatically assumed it to be an extinct human-like race, filling in another gap of human evolution history. Maybe whoever wrote that title thought the same, and failed to realize that ordinary people would constr
26.
▲
by
rsy96
11y ago
Have Ed25519 or Ed448 been standardized into TLS? I've never seen a website with that before.
27.
▲
by
rsy96
11y ago
> An observer of the produced random numbers can potentially deduce the next numbers from the first 1024 random numbers. By definition, a cryptographically secure pseudorandom number generator cannot be predicted like that by a computati
28.
▲
by
rsy96
11y ago
Chrome is subject to analysis by much more people than Safari by virtue of its larger market share and cross-platform nature. In addition, Google pays a great deal for security researchers to actively find bugs in Chrome. I would take the h
29.
▲
by
rsy96
11y ago
How will a Chrome extension prevent WebRTC ip leaking in Safari?
30.
▲
by
rsy96
11y ago
So now I have to find out how to disable WebRTC or just STUN to avoid my true public ip address leaking (while on VPN).
More ›