Earlier quoted context omitted.
good - my job is really easy bad - my job is really boring
Somehow I don't think physical laborers ever complain when they get new and more powerful tools to make their job easier. It's only software engineers that bemoan their lives getting easier, so they can spend more time working on other problems higher up the abstraction chain.
Amazon Launches New RabbitMQ Message Broker Service
31–40 of 78 posts
Re: Amazon Launches New RabbitMQ Message Broker Service
#32From the FAANG, Amazon strikes me as the one using most open source code while at the same time not having much to show as open source - firecracker is a (relative) toy.
Re: Amazon Launches New RabbitMQ Message Broker Service
#33I know a lot of HNers believe that AWS just consumes OSS and doesn't contribute back, I just wanted to share what AWS has to say about it- https://aws.amazon.com/blogs/opensource/setting-the-record-s... I am in no way defending or attacking anyone,I just want to provide a data point.
That it feels the need to respond like that makes me see it in worse light over the matter rather than better.
Re: Amazon Launches New RabbitMQ Message Broker Service
#34Open source is free to do what you will, but how many PR's does AWS send back to origin?
linux (master=) $ git shortlog -ns --author amazon
79 Arthur Kiyanovski
76 Gal Pressman
59 David Woodhouse
51 Sameeh Jubran
45 Netanel Belgazal
38 KarimAllah Ahmed
35 SeongJae Park
30 Jan H. Schönherr
26 Frank van der Linden
18 Andra Paraschiv
12 Paul Durrant
11 Talel Shenhar
10 Shay Agroskin
...Re: Amazon Launches New RabbitMQ Message Broker Service
#35Earlier quoted context omitted.
I'm curious why you'd characterize firecracker as a toy?
It’s (literally) Google’s crosvm with some changes. AWS forked an existing codebase, made some changes that mostly consisted of removing functionality to tailor the VMM for their use case, and then made a big PR push about “open sourcing” Firecracker as though it was a project they built from scratch. The announcement devoted 1 sentence to the fact that it’s a crosvm fork, and that’s not even the only thing covered i…
Re: Amazon Launches New RabbitMQ Message Broker Service
#36Earlier quoted context omitted.
It’s (literally) Google’s crosvm with some changes. AWS forked an existing codebase, made some changes that mostly consisted of removing functionality to tailor the VMM for their use case, and then made a big PR push about “open sourcing” Firecracker as though it was a project they built from scratch. The announcement devoted 1 sentence to the fact that it’s a crosvm fork, and that’s not even the only thing covered i…
Toy in what sense? It’s the backbone of most serverless offering from AWS.
Edit: In comparison to the scale of Amazon and the scale of contribution of other similarly-sized tech companies. Firecracker would rank as a more major contribution in my book if it wasn’t a cut-down fork of a pre-existing (and still active!) project.
Re: Amazon Launches New RabbitMQ Message Broker Service
#37From the FAANG, Amazon strikes me as the one using most open source code while at the same time not having much to show as open source - firecracker is a (relative) toy.
Re: Amazon Launches New RabbitMQ Message Broker Service
#38Earlier quoted context omitted.
Toy in what sense? It’s the backbone of most serverless offering from AWS.
Toy in the sense that it’s not a significant contribution to the open source community. Edit: In comparison to the scale of Amazon and the scale of contribution of other similarly-sized tech companies. Firecracker would rank as a more major contribution in my book if it wasn’t a cut-down fork of a pre-existing (and still active!) project.
Re: Amazon Launches New RabbitMQ Message Broker Service
#39Earlier quoted context omitted.
This is because reliability, ease of setup, and support are actually just as important as what is being run. If you're not using AWS you're not fully leveraging your software team, because that means you've got people spending time building and supporting these sorts of internal systems. That should only be done when you reach large scale, at which point people have leveraged other AWS synergies making it harder to e…
>That should only be done when you reach large scale, at which point people have leveraged other AWS synergies making it harder to exit the platform. And then you're bleeding money!
Re: Amazon Launches New RabbitMQ Message Broker Service
#40Earlier quoted context omitted.
good - my job is really easy bad - my job is really boring
I beg to differ on your second point - at my company we've fully embraced AWS and putting vendor lock-in issues aside, the end result is focusing more on the application and less on the minutiae of operational issues which is a big win. This makes things much more interesting since you can get there faster and consequently take on more impactful projects in the same timeframe. This in general is a boon for developers…