A Neural-Based Program Decompiler (2019)
4 by globuous | 0 comments on Hacker News.
Monday, August 31, 2020
New top story on Hacker News: Ask HN: Captcha Alternatives?
Ask HN: Captcha Alternatives?
42 by ev1 | 39 comments on Hacker News.
TLDR: I help with a gaming community-related site that is being targetted by a script kiddie, they are registering hundreds of thousands of accounts on our forums to 'protest' a cheating (aimbot) ban. They then post large ASCII art spam, giant shock images (the first one started after we blocked new accounts from posting [img]), the usual. Currently we use a simple question/answer addon at registration time - it works against all untargeted bots and is just a little "what is 4 plus six" or "what is the abbreviation for this website" type of question. It's worked fine for years and we don't really get general untargeted spam. I am somewhat ethically disinclined to use reCAPTCHA, and there are some older members that can't reasonably solve hcaptcha easily. Same for using heavy fingerprinting or other privacy invading methods. It's also donation-run, so enterprise services that would block something like this (such as Distil) are both out of budget and out of ethics. Is there a way I can possibly solve this? Negotiation is not really an option on the table, the last time one of the other volunteers responded at all we got a ~150Gbps volumetric attack. I've tried some basic things, like requiring cookie and JS support via middleware; they moved from a Java HTTP-library script to some kind of Selenium equivalent afterward. They also use a massive amount of proxies, largely compromised machines being sold for abuse.
42 by ev1 | 39 comments on Hacker News.
TLDR: I help with a gaming community-related site that is being targetted by a script kiddie, they are registering hundreds of thousands of accounts on our forums to 'protest' a cheating (aimbot) ban. They then post large ASCII art spam, giant shock images (the first one started after we blocked new accounts from posting [img]), the usual. Currently we use a simple question/answer addon at registration time - it works against all untargeted bots and is just a little "what is 4 plus six" or "what is the abbreviation for this website" type of question. It's worked fine for years and we don't really get general untargeted spam. I am somewhat ethically disinclined to use reCAPTCHA, and there are some older members that can't reasonably solve hcaptcha easily. Same for using heavy fingerprinting or other privacy invading methods. It's also donation-run, so enterprise services that would block something like this (such as Distil) are both out of budget and out of ethics. Is there a way I can possibly solve this? Negotiation is not really an option on the table, the last time one of the other volunteers responded at all we got a ~150Gbps volumetric attack. I've tried some basic things, like requiring cookie and JS support via middleware; they moved from a Java HTTP-library script to some kind of Selenium equivalent afterward. They also use a massive amount of proxies, largely compromised machines being sold for abuse.
New top story on Hacker News: Writing a Lisp to x86-64 compiler
Writing a Lisp to x86-64 compiler
7 by tekknolagi | 1 comments on Hacker News.
I'm starting to write a series on compiling Lisp to x86-64 and I would appreciate any and all feedback. Find the first post at https://ift.tt/32En0er
7 by tekknolagi | 1 comments on Hacker News.
I'm starting to write a series on compiling Lisp to x86-64 and I would appreciate any and all feedback. Find the first post at https://ift.tt/32En0er
Sunday, August 30, 2020
Saturday, August 29, 2020
New top story on Hacker News: Nagara Rimba Nusa: A Take on Indonesia's New Capital City
Nagara Rimba Nusa: A Take on Indonesia's New Capital City
4 by simonebrunozzi | 1 comments on Hacker News.
4 by simonebrunozzi | 1 comments on Hacker News.
Trump Program to Cover Uninsured Covid-19 Patients Falls Short of Promise
By BY ABBY GOODNOUGH from NYT Health https://ift.tt/2QCiyXL
Your Coronavirus Test Is Positive. Maybe It Shouldn’t Be.
By BY APOORVA MANDAVILLI from NYT Health https://ift.tt/3bjnfj3
Friday, August 28, 2020
New top story on Hacker News: Tell HN: Check medium's localstorage if you use adblock
Tell HN: Check medium's localstorage if you use adblock
40 by ev1 | 2 comments on Hacker News.
If you have uBlock or similar, it appears medium logs all analytics pings into HTML5 LocalStorage and will keep retrying to send them (and apparently periodically change domains and subdomains to try and send them). I had tens of thousands of entries in localStorage, wasting quite a bit of space, all of them at least 400-600 characters or more. Each time I scrolled it'd add a few dozen more in, to the point where devtools was freezing. Ridiculous. Example: https://ift.tt/2QAyqu0
40 by ev1 | 2 comments on Hacker News.
If you have uBlock or similar, it appears medium logs all analytics pings into HTML5 LocalStorage and will keep retrying to send them (and apparently periodically change domains and subdomains to try and send them). I had tens of thousands of entries in localStorage, wasting quite a bit of space, all of them at least 400-600 characters or more. Each time I scrolled it'd add a few dozen more in, to the point where devtools was freezing. Ridiculous. Example: https://ift.tt/2QAyqu0
Thursday, August 27, 2020
Wednesday, August 26, 2020
New top story on Hacker News: Henry Zhu: A leap of faith, Committing to open source
Henry Zhu: A leap of faith, Committing to open source
13 by theBashShell | 0 comments on Hacker News.
13 by theBashShell | 0 comments on Hacker News.
Midnight virus update
By Unknown Author from NYT Health https://ift.tt/2Qzp9Cd
New top story on Hacker News: Jacques Cousteau’s Grandson Wants to Build the ISS of the Sea
Jacques Cousteau’s Grandson Wants to Build the ISS of the Sea
38 by YeGoblynQueenne | 10 comments on Hacker News.
38 by YeGoblynQueenne | 10 comments on Hacker News.
Why Does the Coronavirus Hit Men Harder? A New Clue
By BY APOORVA MANDAVILLI from NYT Health https://ift.tt/3jcLtOs
Tuesday, August 25, 2020
Monday, August 24, 2020
F.D.A. ‘Grossly Misrepresented’ Blood Plasma Data, Scientists Say
By BY KATIE THOMAS AND SHERI FINK from NYT Health https://ift.tt/32pXDgf
F.D.A. ‘Grossly Misrepresented’ Blood Plasma Data, Scientists Say
By BY KATIE THOMAS AND SHERI FINK from NYT Science https://ift.tt/2EAsgaE
Sunday, August 23, 2020
New top story on Hacker News: Ask HN: How to do cross platform GUI?
Ask HN: How to do cross platform GUI?
19 by anang | 30 comments on Hacker News.
In essentially every discussion about desktop applications there are a lot of comments about how not to build desktop apps, but very little sharing of resources showing how to do it right. I’ve seen people defend electron, talk about core logic in a cross platform language and native gui code and any number of other options. As a middle of the road developer I think it’s difficult to find any consensus (besides electron being both simple and hated). What resources are there for building quality, functional cross platform desktop application?
19 by anang | 30 comments on Hacker News.
In essentially every discussion about desktop applications there are a lot of comments about how not to build desktop apps, but very little sharing of resources showing how to do it right. I’ve seen people defend electron, talk about core logic in a cross platform language and native gui code and any number of other options. As a middle of the road developer I think it’s difficult to find any consensus (besides electron being both simple and hated). What resources are there for building quality, functional cross platform desktop application?
Saturday, August 22, 2020
New top story on Hacker News: Show HN: Using rust to write shell-script like tasks
Show HN: Using rust to write shell-script like tasks
3 by rustshellscript | 0 comments on Hacker News.
3 by rustshellscript | 0 comments on Hacker News.
Friday, August 21, 2020
New top story on Hacker News: The Mega-Tsunami of July 9, 1958 in Lituya Bay, Alaska (1999)
The Mega-Tsunami of July 9, 1958 in Lituya Bay, Alaska (1999)
13 by jacobwilliamroy | 3 comments on Hacker News.
13 by jacobwilliamroy | 3 comments on Hacker News.
New top story on Hacker News: How I got the French Tech Visa to start up in France
How I got the French Tech Visa to start up in France
24 by christpetron | 0 comments on Hacker News.
24 by christpetron | 0 comments on Hacker News.
Thursday, August 20, 2020
The Corona Virus
By Unknown Author from NYT Health https://ift.tt/2CQIJXG
Wednesday, August 19, 2020
Tuesday, August 18, 2020
New top story on Hacker News: A Virginia couple that gave birth to the billable hour
A Virginia couple that gave birth to the billable hour
12 by yoloswagins | 1 comments on Hacker News.
12 by yoloswagins | 1 comments on Hacker News.
A Novel Way to Combat Covid in Nursing Homes: Strike Teams
By BY HANNAH CRITCHFIELD from NYT Health https://ift.tt/3g4YPKH
Monday, August 17, 2020
Sunday, August 16, 2020
New top story on Hacker News: Landmark Math Proof Clears Hurdle in Top Erdős Conjecture
Landmark Math Proof Clears Hurdle in Top Erdős Conjecture
3 by headalgorithm | 0 comments on Hacker News.
3 by headalgorithm | 0 comments on Hacker News.
Saturday, August 15, 2020
Subscribe to:
Posts (Atom)