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
Reduce algorithm code length even if increase algorithm runtime complexity
2888f5973d Move id = comment[id] in treatComment(comment) to an inner scope
08a9880a58 Use requests.get(url).json() instead of importing the json module
Add the ability to display whole thread containing match
Benjamin_Loison commented on issue Benjamin_Loison/Proof_of_Space-Time_prototype#2 2023-05-12 11:42:56 +02:00
Propose a probability of confidence setting instead of FRACTION_OF_SPACE_TO_VERIFY

To be able to take advantage of dedicating 1% of storage to probabilities, should make the algorithm able to support important storage proofs, as I doubt that the complexity is good enough, being…

Benjamin_Loison commented on issue Benjamin_Loison/Gitea_instance#3 2023-05-12 00:57:34 +02:00
Make life harder for spammers

Thanks to:

grep -r 'Webscraping_tests/issues/3'

in /var/log/nginx/ it brought up the IP 209.95.53.223 at the same moment the post was created.

So thanks to:

grep…
Benjamin_Loison commented on issue Benjamin_Loison/Gitea_instance#3 2023-05-12 00:52:21 +02:00
Make life harder for spammers

Can we also use a inter-instances connected captcha? For instance hCaptcha backend might detect a spammer sending one message per instance.

Benjamin_Loison commented on issue Benjamin_Loison/Gitea_instance#3 2023-05-12 00:50:49 +02:00
Make life harder for spammers

Another case with email josephpaul@yopmail.com.

Benjamin_Loison opened issue Benjamin_Loison/Proof_of_Space-Time_prototype#6 2023-05-05 00:06:26 +02:00
How do we treat Merkle tree no having 2^n leafs?
Benjamin_Loison pushed to main at Benjamin_Loison/YouTube_Audio_library_extractor 2023-05-02 21:57:54 +02:00
f00e8f4a9e Correct in README.md a typo in the previous repository name
Benjamin_Loison renamed repository from YouTube_Audio_library_extracter to Benjamin_Loison/YouTube_Audio_library_extractor 2023-05-02 21:57:27 +02:00
Benjamin_Loison closed issue Benjamin_Loison/Webscraping_tests#1 2023-05-02 21:56:05 +02:00
Add XML native use without requiring xmltodict