Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
au8er
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
au8er
6mo ago
This just again shows that given enough time skill, and resources, any security is pointless if the attacker has physical access to the device.
2.
▲
by
au8er
2y ago
The "book" is accompanying studying material for the course Probabilistic AI at ETH Zurich. Essentially each chapter is the material covered in one lecture (3hrs). Source: I did the course
3.
▲
by
au8er
2y ago
Often times chirality is not just a fun quirk. For certain drugs, the left handed and the right handed versions can have completely different effects on the human body: https://en.wikipedia.org/wiki/Chiral_drugs#Drug_to
4.
▲
by
au8er
2y ago
There is no independent scalar floating point unit for most modern CPUs. When scalar floating point arithmetic is needed, it is send to the SIMD unit. This pretty means that scalar and vectorised floating point operations usually have the s
5.
▲
by
au8er
2y ago
If every other exchange is selling $AAPL at $100 and suddenly the top level of one exchange drops to $99, then if you just take out that order you basically gain a free dollar. Do this very fast and have pricing the product accurately and y
6.
▲
by
au8er
3y ago
It's the predecessor of Go1. If you buy the Pro/Edu version of Go1 then you get direct low level SDK control, though there are reverse engineering efforts that can do the same on the cheap ~5k version as well
7.
▲
by
au8er
3y ago
Would it be better to do sparse_val = sparse[i] return sparse_val < n && dense[sparse_val] == i Regardless, we are treading in undefined territory, and the behaviour is not something that can be reliably be dependent upo
8.
▲
by
au8er
3y ago
For a similar simulation but using a different method, you can find one here[0]. It obviously lacks the force control, but has the viscosity tunable parameter. [0]: https://matthias-research.github.io/pages/challenges&#x
9.
▲
by
au8er
3y ago
Step 3.5, see some other interesting paper is referenced in the related work, go to step 1.
10.
▲
by
au8er
3y ago
While the github contains the code, the article describing the optimisations are here: https://machinelearning.apple.com/research/neural-engine-tra... . TL;DR: execution of pytorch models on apple's neural engine a
11.
▲
by
au8er
4y ago
From my experience, saying "I'm thinking" actually makes it worse. Instead of thinking for a response, I internally start to panic (mainly thinking whether I have considered everything and the response is correct). After a fe
12.
▲
by
au8er
4y ago
While learning, hiding details is important, but Python overdoes the abstraction. `for` loops and iterator based loops have been merged into one thing, and I am sure people write `for i in range(10)` without a good understanding of what the
13.
▲
by
au8er
4y ago
I feel like python has never been a good introduction language. It is simply too abstract and hides too many details that are often required in other languages (Python is simply too flexible). It is good to learn if you are only scripting
14.
▲
by
au8er
5y ago
As mentioned in the article, he aims to make each act fit in 40 pages, not the entire screenplay. > Roth also said the 40 page limit helps him structure his screenplays.“I like it because it makes acts,” he said. “I realize if I hadn’t s
15.
▲
by
au8er
5y ago
I guess just like the Panama papers, leading journalists will be killed, investigations stop being reported in mainstream media, and the world goes quiet again with nothing changing.
16.
▲
by
au8er
5y ago
You cannot use unit tests for everything, since the number of unit tests required is basically infinity. Logically, unit tests can only prove an error exists and cannot show the program is correct. What they most likely did was mathematical
17.
▲
by
au8er
5y ago
The author, Onur Mutlu, is at ETHZ now and he livestreams all his lecture on youtube. He mainly covers computer architectures. https://www.youtube.com/channel/UCIwQ8uOeRFgOEvBLYc3kc3g
18.
▲
by
au8er
5y ago
This is comparison between US and (China, India, and Russia). The original poster was comparing between US and Europe, which this paper does not cover at all. For reference, the title of the paper is "Computer science skills across Chi
19.
▲
by
au8er
6y ago
From what I recall in my neuroscience class, this is likely to be caused by damage to the visual cortex, which is used to consciously process visual information, but not the superior colliculi, which is used to unconsciously process periphe