Description
My blog.
Feed Activity
Similar Feeds
Indie Retro News
www.indieretronews.com
The BEST and ONLY site for Indie Games and Retro Gaming News!
Ed Zitron's Where's Your Ed At
www.wheresyoured.at
The Words of Ed Zitron, a PR person and writer.
Latest Posts
MCP is dead. Long live the CLI
I’m going to make a bold claim: MCP is already dying. We may not fully realize it yet, but the signs are there. OpenClaw doesn’t support it. Pi doesn’t support...
How I gained commit access to Homebrew in 30 minutes
Since the recent NPM, RubyGems, and Gentoo incidents, I've become increasingly interested in the potential for package managers to be used in supply chain attacks. On Jun 31st, I went...
Building Infrastructure in Parallel
In the early days of stacker at Remind, the number of stacks that we were managing was just a handful. CloudFormation stacks were updated sequentially, without any parallelism, and everyone...
Docker image digests
How confident are you that your infrastructure is running the Docker images that you expect to be running? If you deploy Docker images by tag, for example :latest, you shouldn't...
Keeping AWS secrets secret with ECS
One of the most important aspects of our security strategy in the Operations Engineering Team is to mitigate the risk of leaked AWS credentials. Even if you follow AWS best...
The Perfect Testing Stack
Testing is important. Your test suite should be just as elegant and thought through as your application code. Over the past year, I’ve landed on what I think is the...
Handling mass assignment with Active Admin
With the recent Github security vulnerability, a lot of people have been paying closer attention to security in their Rails applications, mainly when dealing with mass assignment.
Salesforce OAuth2 authentication with Active Admin
Here’s a quick and dirty guide to get OAuth2 authentication working for Active Admin using the Salesforce strategy.
Metaforce - A Ruby gem for interacting with the SFDC Metadata API
I’d like to introduce you to a little pet project I’ve been working on in my spare time; Metaforce. Metaforce is a Ruby gem that abstracts the Salesforce Metadata API,...
How to Install rbenv on OS X
rbenv is a tool for managing ruby versions. It’s similar to RVM but doesn’t require configuration files. Instead of using gemsets, the user is expected to make use of bundler...