Live data from Hacker News

Viewing profile — mtdowling

mtdowling

HN member
Joined
Mon, Nov 14, 2011, 2:23 AM UTC
HN karma
64
Public activity
15 items

About mtdowling

No profile information was provided.

Recent public activity

  1. comment
    Comment #40210253

    You don’t have to use Gradle with Smithy. You can also use the self-contained CLI which doesn’t use Gradle: https://smithy.io/2.0/guides/smithy-cli/index.html

  2. comment
    Comment #32350630

    VPlanet is another great glimpse in time at QBasic and the game dev community it had in the late 90s early 2000s: http://vplanet.petesqbsite.com/

  3. comment
    Comment #27089568

    Pretty much, but Smithy can be used for anything and isn’t specific to AWS. The AWS modeling support in Smithy is all through extensions that aren’t part of the core. It’s also pro…

  4. comment
    Comment #27087976

    Smithy has something called event streams that send async datagrams: https://awslabs.github.io/smithy/1.0/spec/core/stream-traits... . This is currently used in Amazon S3, Kinesis,…

  5. comment
    Comment #27087845

    Yup. Smithy is from a lineage of internal tools that have been in use at Amazon since the early 2000s. From my dive into software archaeology at Amazon (I work there), there was a …

  6. comment
    Comment #27083315

    We expect to have Smithy code generation for every language we support as official AWS SDKs.

  7. comment
    Comment #27083232

    It's not really a fully finished project yet, so not much. We shipped the AWS SDK for JS v3 with Smithy, the AWS SDK for Go v2 with Smithy, and just launched an alpha of the AWS SD…

  8. comment
    Comment #27083201

    Smithy is very focused on codegen, so the model is highly normalized. So for example, defining a list of something needs to be done using a `list` shape. This kind of list is somet…

  9. comment
    Comment #27083165

    Smithy today doesn't support any serialization formats that require fixed ordering. We do recommend that any additional members added to structures are added at the end to help wit…

  10. comment
    Comment #27082750

    No Python codegen yet. Our plan is basically that as we migrate AWS SDKs to Smithy, we'll also offer generic client generators too. The Python migration hasn't started yet.

  11. comment
    Comment #27082558

    We haven't built a WebSockets based protocol yet. And yeah, without actual server-side support, it is a little meta right now. We're working on it and hope to roll out a few langua…

  12. comment
    Comment #27082454

    Protobuf and gRPC are great, and AWS will continue to make sure developers can be successful using them with AWS. I’ll try to explain how we ended up at Smithy instead of using oth…

  13. comment
    Comment #27081753

    Kind of. The AWS CLI uses an Amazon internal modeling format used to define services that's based on another Amazon internal modeling format that has been in use for about 15 years…

  14. story
  15. comment
    Comment #3232537

    Awesome project! I got Guzzle set up on Travis within about an hour. They even had node.js pre-installed, so I could use node.js as a test web server. http://travis-ci.org/#!/guzzl…