Live data from Hacker News

Viewing profile — thomasj

thomasj

HN member
Joined
Wed, Apr 06, 2011, 1:31 PM UTC
HN karma
103
Public activity
59 items

About thomasj

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #28444812

    Good point - updated the title.

  3. story
  4. story
  5. comment
    Comment #27732302

    SEEKING WORK | UK | REMOTE (Working remote since 2010) Senior software architect & engineer for serverless full-stack applications (AWS Lambda + AWS Services). More than 13 years p…

  6. story
  7. comment
    Comment #27355564

    SEEKING WORK | UK | REMOTE (Working remote since 2010) Senior software architect & engineer for serverless full-stack applications (AWS Lambda + AWS Services). More than 13 years p…

  8. comment
    Comment #26306305

    SEEKING WORK | UK | REMOTE (Working remote since 2010) Senior software architect & engineer for serverless full-stack applications (AWS Lambda + AWS Services). More than 13 years p…

  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. comment
    Comment #16482093

    I've experimented with using a bloom filter for this dataset: https://github.com/jthomas/serverless-pwned-passwords

  17. comment
    Comment #16412357

    IBM offers that open-source platform as a managed service, IBM Cloud Functions ( https://console.bluemix.net/openwhisk/ ).

  18. comment
    Comment #16408494

    IBM offers that open-source platform as a managed service, IBM Cloud Functions ( https://console.bluemix.net/openwhisk/ ).

  19. comment
    Comment #16407592

    Docker extensibility is common in the open-source faas projects but not in any(?) of the commercial serverless offerings (Google, Amazon or Microsoft). Runtime support (upload code…

  20. comment
    Comment #16407298

    Apache OpenWhisk has a number of differences to other serverless platforms (as well as being open-source) including... - Excellent "out of the box" runtime support including Node.j…

  21. comment
    Comment #16407199

    OpenWhisk supports Kubernetes as a "first-class" deployment platform. Red Hat have been doing lots of work on this since adopting the project ( https://developers.redhat.com/blog/2…

  22. comment
    Comment #16407181

    OpenWhisk can be started using Docker Compose locally with a single command (make quickstart) using this repo: https://github.com/apache/incubator-openwhisk-devtools/tree/... It ca…

  23. story
  24. comment
    Comment #15025740

    Good point! I'm planning to write a blog post about this and I'll be clearer on this.

  25. comment
    Comment #15025733

    I didn't :) I used this package: https://github.com/willf/bloom as I wanted to use Go.