|
You are here |
susan-stepney.blogspot.com | ||
| | | | |
curatedsql.com
|
|
| | | | | [AI summary] A blog post explains how to automate the SQL Server process of restoring full backups to a test instance to run corruption checks (DBCC CHECKDB) without impacting production or manual effort. | |
| | | | |
blog.jak-linux.org
|
|
| | | | | In the past weeks, I was looking at several build systems. As it turned out, there is not a single sane generic build system out there. Autotools: Autotools are ugly, slow, and require an immense amount of code copies in the source tree. WAF: WAF is not as ugly as autools and it's faster and does not generate Makefiles or stuff like this. But it has serious issues: It requires one to copy it to the source tarball, has no stable API, and requires Python for building. Furthermore, support for unit testing is broken: It runs the unit tests, but does not abort the build process if the tests fail and does not display why the tests fail. | |
| | | | |
www.williamjbowman.com
|
|
| | | | | In a fit of nostalgia, I wanted to play some Runescape this weekend. I discovered that Runescape forbids copy and pasting your password into the client, for bogus security reasons. This poses a problem for me, since my password is a very long randomly gen... | |
| | | | |
ewintr.nl
|
|
| | | [AI summary] This article explains how to set up a simple CI/CD pipeline using bash scripts and git hooks to automate deployment processes, including deploying to production and staging environments with user permissions management. | ||