Andy Lester
Andy Lester
What if ack had a --debug mode that showed the decisions it was making? "Ignoring a directory called RCS", and "Skipping this .GIF file" etc.
`may_be_present` reads in 10M of the file, and if it is, then the code that calls it `reset`s the file handle and reads line-by-line. Can we be smart enough to...
I went searching for `Test` and got 3,052 results. No surprise there. Some of them haven't been updated since the early 2000s. It would be nice to be able to...
File::Slurp will break under Perl 5.30. Switch to something else, if not just writing my own read_file.
https://www.contextis.com/resources/blog/comma-separated-vulnerabilities/
https://blog.r2c.dev/2020/preventing-sql-injection-a-django-authors-perspective/
HTML 5 has localstorage and SQL database functionality that lets you write Javascript code that will be susceptible to the same pitfalls as any other language.
I think that client-side Node is different enough from local storage that they should be done separately.
Show how widespread a problem SQL injection is. https://blog.sucuri.net/2017/02/sql-injection-vulnerability-nextgen-gallery-wordpress.html
Add back a translations page and explain why I removed them from the main site. Explain that anyone is free to translate the site and host it on their own...