aluskuiuc | 2 years ago | on: The Password Game
aluskuiuc's comments
aluskuiuc | 6 years ago | on: 16-inch MacBook Pro
aluskuiuc | 6 years ago | on: 16-inch MacBook Pro
aluskuiuc | 7 years ago | on: Before the Electric Car Takes Over, Someone Needs to Reinvent the Battery
aluskuiuc | 8 years ago | on: Jeff Bezos' annual shareholders letter
aluskuiuc | 8 years ago | on: Jeff Bezos' annual shareholders letter
Of course the 5/15/40/40 model only applies to your signing; all further yearly stock grants are over the next 2 years from grant time.
aluskuiuc | 8 years ago | on: Amazon’s Australian Launch Brings Excitement, Dread and Defiance
aluskuiuc | 8 years ago | on: DynamoDB to Postgres: Why and How
aluskuiuc | 9 years ago | on: Honest status reporting and AWS service status “truth”
aluskuiuc | 9 years ago | on: Amazon Elastic File System – Production-Ready in Three Regions
Disclosure, work for AWS.
[1] https://azure.microsoft.com/en-us/documentation/articles/sto...
aluskuiuc | 10 years ago | on: Open Source Project – View 689 Salaries Posted on Hacker News, Share Yours
aluskuiuc | 10 years ago | on: Open Source Project – View 689 Salaries Posted on Hacker News, Share Yours
aluskuiuc | 10 years ago | on: Open Source Project – View 689 Salaries Posted on Hacker News, Share Yours
Amazon generally has a pretty strong remote work culture - I can even get my ipad onto the VPN and SSH around to get my work done.
aluskuiuc | 10 years ago | on: Ask HN: How much do you make at Amazon? Here is how much I make at Amazon
In the past couple of months this was fixed by the creation of a new role called 'Systems Development Engineer'.
aluskuiuc | 10 years ago | on: Ask HN: How much do you make at Amazon? Here is how much I make at Amazon
aluskuiuc | 10 years ago | on: How Microsoft Plans to Beat Google and Facebook to the Next Tech Breakthrough
The best I could say was that it was a way for lots of applications writing their own complex datastores (like outlook) to share an OS-level platform so that it could be exposed to other applications with a unified API. It was way more a developer tool than a user-facing feature, but that's not how it was marketed.
aluskuiuc | 10 years ago | on: Microservices without the Servers
aluskuiuc | 11 years ago | on: How shaving 0.001s from a function saved $400/mo on Amazon EC2
aluskuiuc | 12 years ago | on: Critical Vulnerability: AWS Credential Disclosure
Direct device->AWS use can make a lot of scaling issues very simple without needing a middleman service on every request. However this does not obviate the need for a federation brokering-type service that auths the device, calls AWS to get a time-limited token with permissions scoped just so, and hands that back to the client.
AWS provides Amazon/Google/FB web identity federation for just this use case: http://aws.amazon.com/iam/details/manage-federation/.
aluskuiuc | 12 years ago | on: DigitalOcean Raises $37.2M From Andreessen Horowitz to Take on AWS
As I said above - the terminology can get hairy pretty fast. It's valuable to take stock of what you really need persisted, and what use can be made of 'scratch disks'. Local ephemerals are fast and cheap (included in the price of any instance). They come with the operational overhead of needing to rsync data off of them yourself if you want to retire that instance however.