Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yoha
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
yoha
7y ago
Well played! If only I had made my attempt earlier! 2019-03-18T20:23:06+01:00 AMD Phenom(tm) II X4 B50 Processor 56.674783% (0x2912f5a00000 / 0x48792741a51a) ETA: 1 year 138 days (2020-09-18)
2.
▲
by
yoha
8y ago
If I can chime in, I have made NHK Easier to help practicing on stories from NHK News Web Easy. https://nhkeasier.com/
3.
▲
by
yoha
8y ago
As I said in another comment, individual verifiability and non-coercion are mutually exclusive online. However, there are indeed solutions for the other properties (including global integrity), and compromises between individual verifiabili
4.
▲
by
yoha
8y ago
That is indeed the main issue with verifiable voting. The usual solutions offer various compromises, but it is not possible to both guarantee the ability to verify that one's ballot is counted correctly, and that you cannot prove for w
5.
▲
by
yoha
8y ago
Yes, it's possible, and it is an area of research in cryptography. For instance, have a look at Helios and Belenios.
6.
▲
by
yoha
8y ago
> That's only possible if you sacrifice some of the stronger anonymity requirements Untrue. You can use strong encryption to ensure confidentiality and zero-knowledge proofs to ensure integrity. Then, you can use methods from homomo
7.
▲
Optimizing a breadth-first search
(snellman.net)
114 points
by
yoha
8y ago
|
38 comments
8.
▲
by
yoha
9y ago
"Automated proof" means that the verification is automated. Actually automating the process of finding proofs is still mostly an open problem. Formal proof software will help you on small stuff, but you will still do most of the w
9.
▲
by
yoha
10y ago
> When you try to come up with random words to compose a password That's why you don't. Give a 64ki word dictionary from your native tongue to your computer and let it choose four words uniformly at random out of it. This gives
10.
▲
by
yoha
10y ago
Right, my bad. I tend to write loops in the former style, thinking of them as reversed(range(9)). This is another advantage of this style. I should have been more cautious when writing the second one.
11.
▲
by
yoha
10y ago
The point is that a beginner does not need to care about signedness. When you get to that point, you can take the time to explain how to loop properly over it.
12.
▲
by
yoha
10y ago
This is about weighing correction versus readability. In the "arrow operator" version, the readability is decreased; in the "proper" version, a type cast is required, and this can lead to bugs with values greater than 2^
13.
▲
by
yoha
10y ago
Decrementing loops is the one place where I have indulged in some trickery. I do: for (size_t i = 9; i --> 0; ) This has the advantage to be very easy to pattern-match once known. Obviously, for a beginner, I would just do:
14.
▲
by
yoha
10y ago
No, it is perfectly fine. But it is also useful to know there are previous conversations to be read.
15.
▲
by
yoha
10y ago
Clickbait is making a link a bait so that you click on it. In other words, it pretty much means an appealing title.
16.
▲
by
yoha
10y ago
Ask your search engine: "ignition" filetype:pdf
17.
▲
How I've wound up being one of the people who don't update IoT firmware
(utcc.utoronto.ca)
2 points
by
yoha
10y ago
|
0 comments
18.
▲
by
yoha
10y ago
You are talking about making a combined hash function from MD5 and SHA-1. Keep in mind that it is not trivial. For instance, if you just output both SHA-1 and MD5, you are actually only as strong as the weakest hash function (trivially for
19.
▲
by
yoha
10y ago
Have fun: http://crackmes.de/archive/
20.
▲
by
yoha
10y ago
Oh, my bad, I got confused with the brackets (which are not on a digit key). I really should have checked. See, we all make mistakes!
21.
▲
by
yoha
10y ago
Edit: the actual figure is 90% For other people struggling to read this comment: "(" is on the same key as "5" on Azerty keyboards.
22.
▲
by
yoha
10y ago
Ideas that might help: * set all redundant accounts to redirect mail to a main one * do write the identifiers and passwords on paper notes, and have her keep them, for instance, inside her wallet
23.
▲
by
yoha
10y ago
In short: because measuring effects the information, tampering cannot be concealed.
24.
▲
by
yoha
10y ago
Thanks for the link! However, it seems like the page linked in the post is not available anymore.
25.
▲
by
yoha
10y ago
I think this can be described as the ongoing eternal september [1]. [1] https://en.wikipedia.org/wiki/Eternal_September
26.
▲
by
yoha
10y ago
Alternatively: http://www.gamasutra.com/view/feature/190891/programmer_inte...
27.
▲
Chicago pays female employees only 80% of what it pays male employees
(curiousgnu.com)
12 points
by
yoha
10y ago
|
15 comments
28.
▲
by
yoha
10y ago
It might be useful to allow changing one's guess. It's pretty annoying when you misclick in the middle of the map and cannot pick the correct location.
29.
▲
Under Construction
(codersnotes.com)
1 points
by
yoha
10y ago
|
0 comments
30.
▲
by
yoha
10y ago
This is a very good point. I have observed that people tend to forget the physical differences between being small and being tall. Not everything is proportional [1]. [1] https://en.wikipedia.org/wiki/Square-cube_law
More ›