Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pryffwyd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
pryffwyd
7y ago
If such fake universities exist, why aren't these resources being spent to identity and shutter them instead? If they don't, why manufacture this elaborate heist instead of deporting the students in the first place when their visa
2.
▲
by
pryffwyd
7y ago
It costs 100s of millions of dollars to animate and market a feature Pixar film. It would be very penny-wise/pound-foolish to try to skimp on voice-acting. Animated films will be the last place to start using TTS. Honestly they might A
3.
▲
by
pryffwyd
7y ago
Chicago citizens were on average murdered .0002 times in the last year
4.
▲
by
pryffwyd
7y ago
34 months to pass, jesus. No wonder ridesharing is eating taxis' lunch.
5.
▲
by
pryffwyd
7y ago
Agreed. They would only lose a fraction of the 0.5% anyway, since they would just run other ads in their place. This is all about Facebook controlling the political process.
6.
▲
by
pryffwyd
7y ago
Definitely. Adding an extra grade I'm sure would require at least a couple hours of technical work and haunt subsystems and stats analysts for decades to come. Not worth it.
7.
▲
by
pryffwyd
7y ago
The latest no-OOP imperative language with any kind of market share is C. So everything that's terrible about C: unsafe manual memory, portability issues, tooling, no generics or overloading, horrible ergonomics, 2nd class functions, g
8.
▲
by
pryffwyd
7y ago
I have read that a study is very unlikely to replicate if p is juuust under 0.05, but very likely to replicate if just over 0.05. The first is a good sign of p hacking, while the second is a good sign of a real effect with a sample size tha
9.
▲
by
pryffwyd
7y ago
It appears textually first but the evaluation order is the same as the classic ?: ternary. ```[][0] if False else 'foo'``` will not raise an IndexError.