Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
coinomega
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
coinomega
5y ago
Being a monopoly (or to be precise: to be in a dominant position), is not problematic in EU competition law. It is the abuse of said position that is illegal! https://ec.europa.eu/competition/publications/factsheet
2.
▲
Fermat's little theorem: a historical and visual exploration
(medium.com)
1 points
by
coinomega
7y ago
|
0 comments
3.
▲
Fermat's little theorem: a visual exploration
(medium.com)
1 points
by
coinomega
7y ago
|
0 comments
4.
▲
All the single neurons
(medium.com)
1 points
by
coinomega
9y ago
|
0 comments
5.
▲
All the single neurons
(medium.com)
1 points
by
coinomega
9y ago
|
0 comments
6.
▲
A visual explanation of SHA-256
(medium.com)
3 points
by
coinomega
9y ago
|
0 comments
7.
▲
An overview of SHA 256
(medium.com)
2 points
by
coinomega
9y ago
|
0 comments
8.
▲
by
coinomega
10y ago
Very simple script, and only confirms what has been posted several times here. However interesting scenario when the game master reveals a door with a goat, and the player does not know if the game master consciously decided to remove that
9.
▲
Monty Hall strategies
(gist.github.com)
1 points
by
coinomega
10y ago
|
1 comments
10.
▲
by
coinomega
10y ago
Aware subscript k is not displayed correctly on mobile, but formatting on Medium is generally not great when it comes to formulas
11.
▲
Bitwise patterns: shortcuts into the world of bitwise operations
(medium.com)
1 points
by
coinomega
10y ago
|
1 comments
12.
▲
Bitwise Patterns
(medium.com)
2 points
by
coinomega
10y ago
|
0 comments
13.
▲
Bitwise OR
(medium.com)
3 points
by
coinomega
10y ago
|
0 comments
14.
▲
by
coinomega
10y ago
> "Bitwise" is really shorthand for "this is an operation that acts on the representation of a number in base-2, rather than on the number itself" I would argue that while bitwise operations are indeed more easily rep
15.
▲
by
coinomega
10y ago
∧ is also the notation for bitwise AND http://csrc.nist.gov/publications/fips/fips180-4/fips-180-4....
16.
▲
by
coinomega
10y ago
I used the notations found in FIPS 180-4 http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf
17.
▲
by
coinomega
10y ago
Assuming you actually care about the answer, this just help me drew the exploratory graph, and this property was useful to fill in cells for which operands were equal. Finding obvious properties is a great way to learn a pattern without eve
18.
▲
by
coinomega
10y ago
The function which to any integer a associates f(a, a) with f defined as in the article is the identity function on the natural integer set.
19.
▲
by
coinomega
10y ago
corrected
20.
▲
by
coinomega
10y ago
I don't think you need to be so unforgiving? If you want extra precision, a -> f(a, a) is Id. Knowing that helped me understand one property of the chart, never said that was the most stunning of properties, and the best articulated
21.
▲
by
coinomega
10y ago
Fair, changed paragraph to "While the result is easily computed and the process easily understood in base 2 (i.e., using the ‘bit strings as language’ lens), the AND function written in base-10 notation looks in fact non-trivial:"
22.
▲
by
coinomega
10y ago
Hello Chris, author here! AND is not multiplication in base 2 :) The point of the article was to make sense of the apparent complicatedness of the math formula through nice visuals that help humans understand what AND does number-wise. I
23.
▲
The beauty of bitwise AND
(medium.com)
161 points
by
coinomega
10y ago
|
83 comments