Viewing profile — au8er
au8er
HN member- Joined
- Sun, May 31, 2020, 2:29 AM UTC
- HN karma
- 91
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About au8er
Recent public activity
-
comment
Comment #47414926
This just again shows that given enough time skill, and resources, any security is pointless if the attacker has physical access to the device.
-
comment
Comment #43322863
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 th…
-
comment
Comment #41787418
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.…
-
comment
Comment #41318308
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…
-
comment
Comment #40913737
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 …
-
comment
Comment #37829834
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 t…
-
comment
Comment #37377438
Would it be better to do sparse_val = sparse[i] return sparse_val Regardless, we are treading in undefined territory, and the behaviour is not something that can be reliably be dep…
-
comment
Comment #37034295
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://matthia…
-
comment
Comment #37007109
Step 3.5, see some other interesting paper is referenced in the related work, go to step 1.
-
comment
Comment #35282667
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…
-
comment
Comment #35042139
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 everyt…
-
comment
Comment #33752734
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 `…
-
comment
Comment #33752427
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 to…
-
comment
Comment #29000807
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 …
-
comment
Comment #28738884
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 changin…
-
comment
Comment #27651603
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 pr…
-
comment
Comment #27286643
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/UCIwQ8uOeRFgOEvBLYc3k…
-
comment
Comment #26841160
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 ti…
-
comment
Comment #24026271
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 superi…