S3 Policy - Enforcing default SSE-S3 encryption
So you've setup default encryption on your bucket using the standard SSS-S3:
»So you've setup default encryption on your bucket using the standard SSS-S3:
»I've been using the Ubuntu flavour Windows Linux Subsystem for over 6 months now, and its now an essential tool to my workflow. Coming from a Linux and Mac background, having a tool offering similar features is a massive bonus.
»On Episode 247 of Back To Work, Merlin Mann and Dan Benjamin discussed how to take control of your paper journals and notebooks. Free yourself from the tyranny of the clean, empty notebook! Merlin makes specific reference to the philosophy behind Wreck This Journal by Keri Smith. What an absolutely brilliant idea!
»Writing custom taglibs
can easily become messy - explicit HTML, appending ad-hoc strings to a
StringBuilder
, adding attributes based on tag arguments can easily turn
relatively simple code into an unmaintainable mess. Not to mention trying to
trace logic paths to track down bugs..
At some point between Grails 2.2 and 2.5, the functionality around the
autoTimestamp
flag has changed in a way that has caused it to not function during
integration tests.
What this means is that if you are testing integrations that involve the
creation of a domain that has the autoTimestamp
flag, you may be hit with
not-nullable errors:
Tomcat Host Manager is a web application inside of Tomcat that manages Virtual Hosts within the Tomcat application server.
»If you're looking for a simple method to collapse and expand blocks of HTML content, I highly recommend the jQuery plugin readmore.js by Jed Foster.
»Stuart Memo has recreated the short-lived, stylus-operated Stylophone in HTML5, using Web Audio and his own vector-drawn keyboard library qwerty-hancock to demonstrate the basics of audio synthesis with the Web Audio API:
»Require.js is a Javascript module loader, helping to reduce complexity of applications by managing dependencies and allowing easier separation and organisation of code into modules.
»As of iOS 4.0 and OSX 10.7, Apple provides a class NSRegularExpression
which
implements the use of regular expressions in Objective C.
Unfortunately, Blogger doesn't make it particularly straight-forward to include 3rd-party scripts in my blog. Things like Alex Gorbatchev's syntax highlighter or other externally-hosted scripts (e.g. Google code, github etc.) I may want to be available in all my posts. There are a few options to get javascript into a post:
»Tired of the old black and white run-of-the-mill log files? Well have I got the solution for you!
»At times, I have the need for my development testing to interact with an email server (e.g. testing cgi-bin scripts, JIRA mail plug-ins), to verify that emails are sent and received by either my components or external systems. I found that Apache James was quick to get up and running, with very little configuration.
»I'm working on a customised email handler (based on Atlassian's original CreateOrCommentHandler class), that extends some of the available parameters to enable our team to better handle their Jira loads.
»I've been updating an ancient yet integral Perl form handler script (based on bnbform), and I will be introducing some fairly significant changes. Thus I'd like to make sure I don't introduce any errors, or changes that would affect existing forms on our site.
»