Viewing profile — jayjohnson
jayjohnson
HN member- Joined
- Fri, Mar 21, 2014, 6:55 PM UTC
- HN karma
- 61
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About jayjohnson
Recent public activity
-
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…
- story
-
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…
-
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…
-
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…
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
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…
- story
- story
- story
-
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…
-
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…
-
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...
-
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…
-
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…
-
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 …