Viewing profile — thorel
thorel
HN member- Joined
- Mon, Mar 11, 2013, 4:08 PM UTC
- HN karma
- 298
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About thorel
Recent public activity
- story
-
comment
Comment #42409275
> The theory of finite fields is based on the theory of prime numbers, because the finite fields are sets of residues modulo a prime number or modulo a power of a prime number. It …
-
comment
Comment #37342429
Agreed, thanks for the clarifications. Another result worth mentioning, which also shows that you cannot hope to uniquely characterize a structure by "reasonable" axioms is the Löw…
-
comment
Comment #37341641
This idea of giving "meaning" to a set of axioms is precisely captured by the notion of "interpretation" in logic [1]. The rough idea is to map the symbols of the formal language t…
-
comment
Comment #37341107
The article is a bit oversimplifying in summarizing the axiomatic crisis as being problem with sentences like “this statement is false“. This being said, your intuition is absolute…
-
comment
Comment #37077234
Isn't this what is suggested below the second picture? > Really, it’s harder than this picture suggests, because many experiences are based on other students. If I want you as my p…
-
comment
Comment #36927223
I agree. The GP comment contains some inaccuracies: most of the spaces of functions considered in functional analysis do not have an inner product defined on them, but are still ve…
-
comment
Comment #36926541
The realization that functions can be treated as elements in an abstract vector space (with infinitely many dimensions) is a turning point in the history of mathematics that led to…
-
comment
Comment #36669800
Among many other things, SUB Göttingen maintains the Göttingen Center for Retrospective Digitization (GDZ) [1] which hosts a very impressive collection of digitized documents. It s…
-
comment
Comment #32129913
Regarding stochastic gradient descent, I think there has been an increased understanding in recent years, that the randomness introduced by the random sampling/batching is not only…
-
comment
Comment #26525663
I agree that "continuous" is a poor choice of word. Reading the article, it is clear that the author does not care about continuity in the mathematical sense of the term, but rathe…
-
comment
Comment #21750498
Some people trace the first exposition of recursive production rules for grammars back to Pāṇini (around 5th century BCE) [1] [1] https://www.jstor.org/stable/23497283?seq=1
-
comment
Comment #19998022
There are a few inaccuracies here: using automatic differentiation basically makes computing the gradient of the objective function as efficient as computing the function itself. B…
-
comment
Comment #18700036
I am not sure I understand the criticism of RLS. It feels to me that the Language Server Protocol does allow for incremental parsing etc. In particular, the approach taken by rust-…
-
comment
Comment #16777112
This is an interesting point, but note that the scheme you are suggesting is "stateful" (you need to remember the last ciphertext to be able to generate the next one). The standard…
-
comment
Comment #16774470
This is correct: if both parties have some pre-agreed secret, then it is much easier to secretly communicate over any channel and the method you are describing works and is similar…
-
comment
Comment #16774378
You are right: the scheme relies on a sequence of cyphertexts being independent (or at least, appearing to be independent to someone who doesn't know the decryption key). However, …
-
comment
Comment #16774334
Note that the described scheme relies on a key exchange protocol (such as Diffie-Hellman). Remember that a key exchange protocol allows two parties to agree on a shared key; the ke…
- story
-
comment
Comment #16174552
To be fair, the original paper does mention the problem of whitespaces (see Appendix B on page 21). It seems that the recommended solution is to use this fast space remover: https:…
-
comment
Comment #15862482
It is very refreshing to see a website dedicated to classical music! Have you considered integrating with last.fm? At the very least scrobbling the listen history would be nice, bu…
-
comment
Comment #14521978
Worth mentioning the Google Kythe project [0] which is designed around the idea of providing a graph of entities appearing in the code to build tools which work with code. I always…
-
comment
Comment #14479011
I am not entirely sure this is what you are looking for, but Beets [0] is a really cool command-line music organiser which uses the MusicBrainz database. [0] http://beets.io/
-
comment
Comment #10011549
A PDF version of the above article: http://vision.unipv.it/IA1/ProgrammingaComputerforPlayingChe...
- story