Benjamin_Loison opened issue Benjamin_Loison/Proof_of_Space-Time_prototype#10 2023-06-03 16:38:16 +02:00
The prover hasn't provided a correct proof!
Benjamin_Loison pushed to master at Benjamin_Loison/Proof_of_Space-Time_prototype 2023-06-03 16:32:26 +02:00
a5b18ef24b #8: Debugging
9fd6d63734 Add reproducibility to solve #8
Compare 2 commits »
Benjamin_Loison commented on issue Benjamin_Loison/Proof_of_Space-Time_prototype#8 2023-06-03 16:14:20 +02:00
The received difficulty doesn't match the claimed one!

It seems that the problem is that the prover doesn't send all expected nonces.

Benjamin_Loison pushed to master at Benjamin_Loison/Proof_of_Space-Time_prototype 2023-06-01 23:59:33 +02:00
cd7f9ddfd7 Make meta.py loop until finding a problem
e4c8d820cc Clean meta.py
7bfdf166dc Make meta.py work
7b1098d90d Before adding universal_newlines=True to meta.py subprocesses
b1418bcd91 Add meta.py
Compare 5 commits »
Benjamin_Loison commented on issue Benjamin_Loison/Gitea_instance#3 2023-05-23 14:49:49 +02:00
Make life harder for spammers
access.log:45.77.165.103 - - [23/May/2023:14:44:52 +0200] "GET /Benjamin_Loison/Synchronous_reactive_systems/issues/9 HTTP/2.0" 200 17912 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64)…
Benjamin_Loison commented on issue Benjamin_Loison/Gitea_instance#3 2023-05-20 04:30:13 +02:00
Make life harder for spammers
access.log.1:144.202.37.168 - - [19/May/2023:14:44:13 +0200] "GET /maxxon/maxxon HTTP/2.0" 200 11004 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)…
Benjamin_Loison commented on issue Benjamin_Loison/Gitea_instance#3 2023-05-20 04:28:10 +02:00
Make life harder for spammers
access.log.1:209.95.53.225 - - [19/May/2023:08:14:26 +0200] "GET /Benjamin_Loison/Gitea_instance/issues/4 HTTP/2.0" 200 17924 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36…
Benjamin_Loison opened issue Benjamin_Loison/Proof_of_Space-Time_prototype#9 2023-05-16 21:07:19 +02:00
Make the algorithm usable for useful amount of data
Benjamin_Loison pushed to master at Benjamin_Loison/Proof_of_Space-Time_prototype 2023-05-16 20:58:50 +02:00
2196afc414 Fix #2, fix #7 but now face issue #8 for `̀PROBABILITY_TO_CATCH_MALICIOUS = 1 - 2 ** -50
Benjamin_Loison closed issue Benjamin_Loison/Proof_of_Space-Time_prototype#2 2023-05-16 20:58:23 +02:00
Propose a probability of confidence setting instead of FRACTION_OF_SPACE_TO_VERIFY
Benjamin_Loison closed issue Benjamin_Loison/Proof_of_Space-Time_prototype#7 2023-05-16 20:58:23 +02:00
input() doesn't support more than 4,096 characters
Benjamin_Loison pushed to master at Benjamin_Loison/Proof_of_Space-Time_prototype 2023-05-16 20:58:23 +02:00
8b5fad6ff2 Fix #2, fix #7 but now face issue #8 for `̀PROBABILITY_TO_CATCH_MALICIOUS = 1 - 2 ** -50
Benjamin_Loison opened issue Benjamin_Loison/Proof_of_Space-Time_prototype#8 2023-05-16 20:51:22 +02:00
The received difficulty doesn't match the claimed one!
Benjamin_Loison pushed to master at Benjamin_Loison/Proof_of_Space-Time_prototype 2023-05-16 20:28:18 +02:00
662222c9cd #2: Getting The received difficulty doesn't match the claimed one! at execution
4b82fdc2f8 #2: WIP
Compare 2 commits »
Benjamin_Loison opened issue Benjamin_Loison/Proof_of_Space-Time_prototype#7 2023-05-16 19:57:37 +02:00
input() doesn't support more than 4,096 characters
Benjamin_Loison commented on issue Benjamin_Loison/Proof_of_Space-Time_prototype#2 2023-05-16 18:37:51 +02:00
Propose a probability of confidence setting instead of FRACTION_OF_SPACE_TO_VERIFY

Is the current approach of adding space required for malicious threshold correct, is left for future work.

Benjamin_Loison commented on issue Benjamin_Loison/Search_in_YouTube_video_comments#3 2023-05-16 01:48:40 +02:00
Add the ability to display whole thread containing match

Could maybe avoid to open answers and associated parent, as loading many tabs is quite heavy compared to just doing some clicks to expand the answers (which we know contain matches). However in…

6dd2f42eb9 Treat the remaining forgotten top level comments having more than 5 answers
Reduce algorithm code length even if increase algorithm runtime complexity