Live data from Hacker News

Viewing profile — jayjohnson

jayjohnson

HN member
Joined
Fri, Mar 21, 2014, 6:55 PM UTC
HN karma
61
Public activity
39 items

About jayjohnson

github: https://github.com/jay-johnson website: https://jaypjohnson.com/ winked: https://www.linkedin.com/in/jay-johnson-27a68b8a

Recent public activity

  1. story
    Ask HN: Any self-hosted tools for visualizing cloud infra changes over time?

    I know there's a bunch of SaaS options out there already, but I was wondering if anyone knew about a self-hosted, on-premise option that did not send any infra or account details/a…

  2. story
  3. story
    Ask HN: How to crowdfund open source algorithmic trading platform and datasets

    Hello all, I was tired of chasing down datasets to test investing ideas, so I built https://github.com/AlgoTraders/stock-analysis-engine and was wondering how + if a kickstarter or…

  4. comment
    Comment #17553834

    Good timing, I am using my own AI (keras + tensorflow) stack to predict in-game hackers on ARK Survival Evolved with an AWS EC2 instance. Here's some background on the fully open-s…

  5. story
    Ask HN: Feedback setting up an IoT malware test bed for an AI dataset

    I'm trying to teach AI how to defend against network exploits over ssh and telnet and make it all free open source. I wanted to know if anyone on here has any insights that I might…

  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. comment
    Comment #12105064

    Not the same as HubPress (which looks like something I wish I knew about), but just a month ago I wanted to run an SSG locally (that wasn't using jekyll) so I built this one for de…

  17. story
  18. story
  19. story
  20. comment
    Comment #11486100

    These are great points, but with the post I wanted to share how I approach designing and building docker containers, because I hope it saves others time building them. When I start…

  21. comment
    Comment #11485707

    Agreed. That's a great point when it is a simple use case, and how I started. Now that I build for Docker Compose out of the gate, it allows me to deploy a composition across a mul…

  22. comment
    Comment #11485609

    So if I take a sample out of your Matsuri repo, how does this get changed as an "Overridables": https://github.com/shopappsio/matsuri/blob/f966480380b685d34...

  23. comment
    Comment #11485576

    I am pretty new kubernetes. What are some of the gaps with docker compose vs kube's deployment orchestration? I am pretty happy with docker 1.10.3, but am always interested in hear…

  24. comment
    Comment #11485516

    Agreed. It is not a good idea to store the db user/password in a docker-compose.yml file, but it is nice for demonstrating with a container that's more than a "hello world" + non-p…

  25. comment
    Comment #11485483

    I totally agree and this is not a great idea for new comers. I do find it easier to debug things with all the bells and whistles turned on, but yea the CAP adds are NOT production …