Now Open – AWS US East (Ohio) Region | AWS Blog

As part of our ongoing plan to expand the AWS footprint, I am happy to announce that our new US East (Ohio) Region is now available. In conjunction with the existing US East (Northern Virginia) Region, AWS customers in the Eastern part of the United States have fast, low-latency access to the suite of AWS infrastructure services.

Source: Now Open – AWS US East (Ohio) Region | AWS Blog

Low latency to US East (Virginia) should provide an opportunity to try out some cross region experimentation to work on fault tolerance and high availability.

Disney Open Source

Open Source Software is important to The Walt Disney Company. Disney has established an Open Source Program to encourage our developers to utilize Open Source, contribute to Open Source projects, and to release software as Open Source. We’ve created this site to highlight Disney’s Open Source projects. We encourage you to explore our projects and we welcome your collaboration and contributions. This is just the beginning; there’s more to come, so stay tuned!

Source: Disney Open Source

This is intriguing. As one might expect many of the projects deal with animation and film making. I think this highlights the movement to open source the basic tools that are being developed to help corporations do their thing.

rclone – rsync for cloud storage

Rclone is a command line program to sync files and directories to and from

  • Google Drive
  • Amazon S3
  • Openstack Swift / Rackspace cloud files / Memset Memstore
  • Dropbox
  • Google Cloud Storage
  • Amazon Drive
  • Microsoft One Drive
  • Hubic
  • Backblaze B2
  • Yandex Disk
  • The local filesystem

Source: rclone – rsync for cloud storage

This looks interesting. It’s open source on Github, cross platform, and could solve any number of issues when working in the cloud.

My Twitter Digest for 10/13/2016

TIL the server side of Slack is written in PHP. How about that?

Slack uses PHP for most of its server-side application logic, which is an unusual choice these days. Why did we choose to build a new project in this language? Should you?

PHP-the-language has many flaws, which undoubtedly have slowed these efforts down, but PHP-the-environment has virtues which more than compensate for those flaws. And the options for improving on PHP’s language-level flaws are pretty impressive. On the balance, PHP provides better support for building, changing, and operating a successful project than competing environments. I would start a new project in PHP today, with a reservation or two, but zero apologies.

by Keith Adams, Slack Engineering

Source: Taking PHP Seriously

Rather interesting to learn that the server side of Slack is written in PHP. I guess I assumed it was a Ruby or Go thing. I think it’s useful to hear about success stories for a mature language like PHP. It shows us that just because something has been around for awhile doesn’t mean it can’t do something cool.