iconara | 9 months ago | on: I convinced HP's board to buy Palm and watched them kill it
iconara's comments
iconara | 1 year ago | on: Apache Zeppelin
iconara | 4 years ago | on: Deleting an S3 Bucket Costs Money
What I found out when I researched it is that there is a subtle difference between using lifecycles to move objects to other storage classes and for deleting objects: deletions are not transitions, they are expirations – and expirations are free. I submitted a clarification to the S3 documentation and now it says "You are not charged for expiration or the storage time associated with an object that has expired." (https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecy...)
If you have objects in IA or Glacier there is a minimum duration you're charged for, but there will be no extra charges for expiring these objects.
iconara | 4 years ago | on: Europe’s cookie consent reckoning is coming
Like the Techcrunch site where this was published.
iconara | 5 years ago | on: Try to guess if code is real or GPT2-generated
iconara | 5 years ago | on: Danish military intelligence uses XKEYSCORE to tap cables in co-op with the NSA
(what if they discovered things like this and told the citizens about it?)
iconara | 6 years ago | on: Ask HN: Who wants to be hired? (April 2020)
I help companies reduce their AWS bills, and do cloud migrations to AWS. This is well suited to being done remote, and I'd be happy to do a free video call to get an idea of your bill and what can be done – it's almost always possible to reduce your bill by a large chunk. I've been working with cost optimization in AWS for a couple of years, and with AWS for more than a decade.
iconara | 6 years ago | on: Ways to reduce the costs of an HTTP(S) API on AWS
We went through something similar a couple of years ago, when TLS wasn't as pervasive as it is today and at first focused mostly on minimising the response size – we were already using 204 No Content, but just like the OP we had headers we didn't need to send. In the end we deployed a custom compiled nginx that responded with "204 B" instead of "204 No Content" to shave off a few more bytes. It turned out none of the clients we tested with cared about the string part of the status, just that there was a string part.
When TLS started to become more common we realised the same thing as the OP, that the certificates we had were unnecessarily large and costed us a lot, so we switched to another vendor. When ACM came we were initially excited for the convenience it offered, but took a quick look but decided it would be too expensive to use for that part of our product.
iconara | 6 years ago | on: Ask HN: Did your AWS bill literally double from last night?
iconara | 6 years ago | on: What Color Is Khaki, Anyway?
iconara | 6 years ago | on: EC2 Instance Connect
iconara | 7 years ago | on: iTerm2 beta adds Python API
iconara | 7 years ago | on: EC2 Instance Update – C5 Instances with Local NVMe Storage
I don't think you should trust your data to a single disk, whether or not it's a physical device in your own datacenter or an EBS in AWS. Everything fails eventually.
iconara | 7 years ago | on: EC2 Instance Update – C5 Instances with Local NVMe Storage
iconara | 7 years ago | on: EC2 Instance Update – C5 Instances with Local NVMe Storage
iconara | 9 years ago | on: The Awk Programming Language (1988) [pdf]
iconara | 9 years ago | on: Fork: Fast and Friendly Git Client for Mac
iconara | 12 years ago | on: Easy Amazon EC2 Instance Comparison
It's also available as an API: http://ec2pricing.herokuapp.com/api/v1/eu-west-1/
iconara | 15 years ago | on: Amazon on Cloud Player: we don't need no stinkin' licenses
He claims to have been working with Palm closely for a year, yet he somehow must have missed how bad things were. The product was a week or two away from launch when he had to step away. To me it sounds like the bad decisions had already been made.