HN user

Wouter33

416 karma

Product maker & founder.

Shopwarden.com - twitter.com/woutervanlent

Posts10
Comments48
View on HN

We have been looking into a good solution for our office dashboard last month. Evaluated a lot of solutions like Geckoboard, but eventually ended up using Databox.com. Beautiful dashboards and also mobile apps.

Hi HN!

I've been working on Repuso the last few months after a similar service closed down. After their closing down notice i whiped up an MVP in a weekend and started testing it with some users of the old service.

The last few months it grew into a mature service which lets you showcase social media testimonials with a single line javascript widget. All Facebook, Twitter, Instagram, Zendesk and Delighed user feedback can be displayed on your most important pages to increase the conversion of your website.

Redis Geo 11 years ago

One of our applications has user generated content with a geolocation attached to each of the items. For several selections we want to show the top 10 nearest items. If they are only a few, the radius has to be very large to have some items in the result set.

Currently the Geo module only supports a range up to 20.000 km. So your idea does not work at the moment. I agree that those items are not really "nearby", but to be consistent through out the application it would be nice to be able to select without a max distance.

Redis Geo 11 years ago

Great Salvatore! Could you make the max distance parameter optional? Sometimes i just want the nearest items, even though they could be on the other side of the world.

Redis Geo 11 years ago

Dynamic Redis (which is a Redis Fork that lets you add modules to it) is a great find! Especially with the Geo module added.

I needed a limit parameter for the Georadius method because i wanted a result set sorted by distance in a large radius, but not have thousands of results send from the redis server to my webservers. Anyone interested in such a parameter can use my little fork for the Geo module:

https://github.com/wouter33/krmt

As i understood this your database storage is replicated to multiple places, but it still runs on one instance. It does not have failover to those replicated places. You'll have to launch multiple instances for that just like RDS. So cheaper, no.

Of course you're putting some kind of trust in a third party. But the idea here is that you do that with all your good intentions and have a better alternative than just plain listing the address. It is up to us to prove our reliability, got some ideas on how to do that, but love to discuss that with you!

Apart from that it could also provide a service to your customers with the webhooks you utilize.

I'm working on a service which provides (obfuscated) aliases of your users e-mail addresses on your own domain. It only requires some API calls to generate the aliases and eliminates e-mail servers or servers to process the e-mails. Started working on it after a request of a fellow HN'er.

Check it out on: http://mailobfusc.com

Exactly! That's what i thought. Mailing a password to a user on changing it is maybe not the safest, but it does not mean it saves it plaintext to the database. They can just send out an e-mail when updating the password to the database and then never use the plaintext version anymore.