HN user

bbgm

2,886 karma

VP at AWS. Run the Kiro org. Lapsed scientist (theoretical chemistry and bioinformatics). I dabble in synthesizers and photography.

http://deepaksingh.net

email: deesingh [AT] amazon DAWT com (for AWS related stuff) or deepak [AT] deepaksingh DAWT net (for everything else)

twitter: @mndoci

Posts123
Comments541
View on HN
arxiv.org 1mo ago

RNG: Flat Datacenter Networks at Scale

bbgm
3pts1
veryseriousblog.com 5y ago

Dissecting Lemire’s nearly divisionless random

bbgm
13pts1
brooker.co.za 7y ago

When Redundancy Actually Helps

bbgm
2pts0
github.com 7y ago

AWS Lambda Container Image Converter

bbgm
14pts2
medium.com 7y ago

The Dawn of Zendesk’s Machine Learning Model Building Platform with AWS Batch

bbgm
2pts0
tech.adroll.com 7y ago

Running large batch processing pipelines on AWS Batch

bbgm
1pts0
mapzen.com 8y ago

Using AWS Batch to generate Mapzen terrain tiles

bbgm
2pts0
aws.amazon.com 8y ago

Task Networking for Amazon ECS

bbgm
1pts0
aws.amazon.com 8y ago

Amazon EC2 Instances with Up to 8 Nvidia Tesla V100 GPUs (P3)

bbgm
18pts3
learningmusic.ableton.com 9y ago

Get started making music

bbgm
2106pts461
omicsomics.blogspot.com 9y ago

Bill Gates succumbs to moonshot madness

bbgm
2pts0
blogs.aws.amazon.com 9y ago

Automated Reasoning and Amazon s2n

bbgm
3pts0
stuartsierra.com 10y ago

Apathy of the Commons

bbgm
64pts19
bjoern.brembs.net 10y ago

Why haven't we canceled all subscriptions?

bbgm
7pts0
createdigitalmusic.com 10y ago

Ableton just released every last detail of how Push 2 works

bbgm
1pts0
www.tbray.org 10y ago

Cloud Eventing

bbgm
3pts0
aws.amazon.com 10y ago

New AWS public data sets: TCGA and ICGC (large cancer data sets)

bbgm
1pts0
aws.amazon.com 10y ago

How to create a custom scheduler for Amazon ECS

bbgm
3pts0
blogs.sciencemag.org 10y ago

A biotech education, in progress

bbgm
2pts0
www.forbes.com 10y ago

Is Andreessen-Horowitz Right That Software's Poised to Eat Healthcare?

bbgm
2pts0
liorpachter.wordpress.com 11y ago

The myths of bioinformatics software

bbgm
86pts72
nsaunders.wordpress.com 11y ago

Project Tycho, ggplot2 and the shameless stealing of blog ideas

bbgm
2pts0
www.allthingsdistributed.com 11y ago

State Management and Scheduling with the Amazon EC2 Container Service

bbgm
4pts0
aws.amazon.com 11y ago

Earth Science on AWS with New CGIAR and Landsat Public Data Sets

bbgm
3pts0
brooker.co.za 11y ago

Make your program slower with threads

bbgm
203pts47
www.gosquared.com 11y ago

AWS Re:Invent 2014: Creating the EC2 Container Service Demo

bbgm
1pts0
brooker.co.za 11y ago

The space between theory and practice in distributed systems

bbgm
72pts11
aws.amazon.com 12y ago

Amazon Cognito

bbgm
7pts0
highscalability.com 12y ago

The "Four Hamiltons" framework for mitigating faults in the cloud

bbgm
1pts0
appurify.com 12y ago

Fix Bugs and Climb the Apple App Store Ranks

bbgm
12pts4

Somewhat unrelated, but the number of times I have invoked Ableton as a metaphor of challenging the status quo is quite high. I was a Cubase user before Ableton showed up and completely upended the DAW world. And they've kept going.

This is just what I've been looking for. I never warmed to Max for Live for mods. But the extensions SDK I can get behind.

Kris and I got to know each other a bit over the years. I still remember our first meeting vividly. We met for dinner at a Mexican restaurant in Capitol Hill and spent the evening talking containers, Linux, Kubernetes, and Open Source. This is a tough loss. I will take small in the fact that it happened doing the thing she loved.

I've had a Tesla (Model S) since early 2020 and once the initial allure wore offI've missed driving a BMW and once the i5 is here I'll be backing to driving BMW. The supercharger network is by far the reason I've stuck with the Tesla this long, but there's enough options now. The build quality, the drive quality, service quality, all of it is subpar. The Model 3 is a zippy car but the lack of an instrument cluster is a deal breaker for me.

Tesla deserve all the credit for getting everyone else to wake up. But they are so so at making a car I actually want to drive.

I used to use a phone as my backup camera when I was out doing bird photography. After a while I gave up. In variable light and high dynamic range conditions phones just don’t hold up (they do a better job with video). If you’re taking snapshots, nothing better than a phone.

I sold all my DSLRs over the past 18 months and jumped into the deep end. The lens systems are better, the cameras are better. I love having a histogram in the viewfinder. There's very little reason and battery life has never been an issue (it is for video but that's a different story).

lukehoban says it best in https://news.ycombinator.com/item?id=28711903 where he talks about the three things CloudFormation provides.

The Cloud Control API is an API to the resource model. It unlocks the ability for AWS teams to contribute to the resource model without having to worry about the rest of what Cloudformation does. As a service owner interested in contributing to other systems like TF and Pulumi, now I just have to contribute to one thing. In the medium/long term it's going to be a lot more efficient way to evolve how we all use AWS resources in our favorite Infrastructure-as-code systems.

Disclosure: Work at AWS (but not on the CloudFormation team)

I suspect that’s what you meant but just for clarity, Instance storage does persist for reboots (which is effectively an OS reboot), but not if you stop/start (or terminate) the instance.

This just got released. It’s a living source authored by senior engineers at Amazon and covers some of the best practices that we use at Amazon.

There are two areas where you can jump in more easily with a CS/software background. Many companies are building informatics/analysis pipelines. That’s likely closer to what you know and you can pick up enough biology along the way.

Alternatively there’s a lot of algorithm/classifier development you could jump into.

It’s usually easier going the other way though. Biology is a complex beast.

Frugal Computing 7 years ago

Like most things, this sounds good in practice but fails in reality. There are many AWS services that started with this question (Spot instances for one). But what people want to do with them is always something else when push comes to shove.

I've always felt there were a lot of background tasks that just need to be done but have no time sensitivity that could fit this model, but in reality it hasn't ever been something you can generalize to a point that it's worth building it out. Still haven't given up on the idea though :).

One of the key things to remember about Fargate is the following.

Each Fargate task has its own isolation boundary and does not share the underlying kernel, CPU resources, memory resources, or elastic network interface with another task. (Source: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/...)

The other part is patching. We are (I work at AWS) responsible for patching the underlying hosts. More details at https://docs.aws.amazon.com/AmazonECS/latest/developerguide/...