Viewing profile — ndemoor
ndemoor
HN member- Joined
- Thu, Apr 15, 2010, 2:33 PM UTC
- HN karma
- 475
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About ndemoor
Recent public activity
-
comment
Comment #13723279
Here is also a non-exhaustive list of websites using cloudflare: https://index.woorank.com/en/reviews?technology=cloudflare
-
comment
Comment #13358227
I don't understand how this could be flagged as a dupe. I agree both articles cover Portainer. But one goes deep into how to set it up with deep integration on Docker Machine and D…
-
comment
Comment #13357413
Yeah, the gist of the article was just to show some of the capabilities. In essence, Portainer is just a wrapper around the Docker API. So I wouldn't use it as a management tool, m…
-
comment
Comment #13357382
The only other term I could come up with was 'label' or 'tag' but that sounds so boring. ;)
- story
- story
-
story
Ask HN: What tool do you use to manage your app's assets/images?
An app, whether a SaaS or mobile app, needs many images of different sizes for all different platforms: - the iOS App and Google Play stores (icons in sizes X/X'/X''/..., screensho…
- story
- story
- story
-
comment
Comment #4865339
I only read TC when their linkbait titles end up on the frontpage of HN. Stopped following their feed, once I came to the same conclusion as the OP: being overly funded is (almost)…
- story
-
comment
Comment #4834096
There are 2 options which I use(d) when developing/deploying DynamoDB: - Have a separate (sub)account for dev/test/... in which you create your tables. Since one of the latest chan…
- story
-
comment
Comment #4743603
Digging further in 3), if your app is proven to be in the 'good' quadrant, have you ever considered contacting Twitter directly and requesting a higher API limit rate. I can imagin…
-
comment
Comment #4596577
Brussels, Belgium (I know, chances are low ;)) - Woorank.com - Frontend dev/iOS dev We are looking for people: * loving to put 100's or 1000's of datapoints into nice and shiny das…
-
comment
Comment #4495926
Couldn't have said it any better. Being TC'ed is cool to put on your websites homepage (I know, we did ;)), but appart from having a huge spike in your Google Analytics dashboard, …
-
comment
Comment #4479224
As a current customer of Recurly, I am very dissapointed in the way they communicate. I know it's all hands on deck now to fix this problem, but putting communication aside is not …
-
comment
Comment #4473430
S3 is also used as intermediary data storage when running Elastic MapReduce queries over data in your DynamoDB tables. http://aws.typepad.com/aws/2012/01/aws-howto-using-amazon-el.…
-
comment
Comment #4469883
Well, the downside of using multiple DB stores is that the logic of keeping everything consistent is in the hands of the developer. So you have to make sure that everything is writ…
-
comment
Comment #4467720
In the stack I am working on we have a variety of databases all serving a different type of data storage: - memcache: for caching of data that doesn't persist - redis: caching of d…
-
comment
Comment #4467217
"Instead, they keep a Thing Table and a Data Table. Everything in Reddit is a Thing: users, links, comments, subreddits, awards, etc. Things keep common attribute like up/down vote…
-
comment
Comment #4454015
My bad, indeed, the bookmark is still viciously looking at me every day, so I was under the impression I'd still might finish it this weekend. So spoiler alert suggestion revoked..…
- comment
-
comment
Comment #4451577
To have a legitimate replication setup, an arbiter node is highly recommended: http://docs.mongodb.org/manual/administration/replication-ar...