Live data from Hacker News

Project Euler has been hacked

projecteuler.net

31–39 of 39 posts

Re: Project Euler has been hacked

#31
If this has happened before I don't see why they're not trying to take steps to avoid this in the future. I imagine their codebase ought to be inspected, if that was the root of both hacks. Otherwise, they should consider updating their systems more frequently. Maybe they should reach out to their community, it's a sizable site that could probably receive help to strengthen security. Ah well.

Re: Project Euler has been hacked

#33
post #15

One of my side-projects was to convert all of Project Euler into a straightforward offline flat text file: http://kmkeen.com/local-euler/ At the time of the last hacking incident, this was pretty much the only mirror of PE. Since then the textfile has been updated and includes some (hashed) answers.

Thanks for doing this!

Project Euler people, there's no shame in unbundling your problem set and your web app. Actually, those are two different projects, so unbundling them would be technically sweet. Release your problems on GitHub or wherever. Do the webapp as a related project.

keenerd, any chance you saved the HTML for the problems as well? If so could you release it? As nice as it is to have text versions of the problems, I'm suspicious some things were lost in the transition, e.g. if they used italics anywhere.

Re: Project Euler has been hacked

#38
post #16

Again? Why do people do this? It'd probably be easier to export everything to static HTML with solutions hidden, and serve just that.

How would that help? If someone hacks the server they can change it to serve whatever they want.

Because a static HTML server can't be hacked unless there's some vulnerability in Nginx/Apache/whatever HTTP server (which are rare and a very big deal).
Post reply on HN