HN user

herrherr

1,125 karma

email -> c _at_ herrbuerger.com

Posts26
Comments92
View on HN
www.youtube.com 8mo ago

Improving My Engine Sound Simulator with Real Data [video]

herrherr
1pts0
arxiv.org 1y ago

Sequential Diagnosis with Language Models

herrherr
4pts0
www.dominik-schwarz.net 2y ago

Culture and business: Let's do things differently. It can be done

herrherr
4pts0
github.com 10y ago

Drake, a kind of ‘make for data’

herrherr
5pts0
www.dominik-schwarz.net 11y ago

Printing a wall-sized world map and what I've learned from it

herrherr
919pts220
scottlocklin.wordpress.com 12y ago

Quantifiably unsane: Vessyl

herrherr
1pts0
www.youtube.com 12y ago

Extensive video series about Machine Learning

herrherr
2pts0
blogs.reuters.com 12y ago

How money can buy happiness, wine edition

herrherr
1pts0
myrrix.com 12y ago

Myrrix - Recommender system

herrherr
2pts0
scottlocklin.wordpress.com 13y ago

On the Empire of the Ants

herrherr
1pts0
kapeli.com 13y ago

Dash is an API Documentation Browser and Code Snippet Manager.

herrherr
4pts0
scottlocklin.wordpress.com 13y ago

BTC bubbles

herrherr
46pts49
www.pretotyping.org 13y ago

Make sure you are building the right 'it' before you build it right

herrherr
2pts0
incubatorincubator.com 14y ago

IncubatorIncubator is a top tier incubator for incubators

herrherr
1pts0
whatgamesare.com 14y ago

There is No Secret Sauce [Lean vs Clean]

herrherr
2pts0
blog.scalr.net 15y ago

Scalr Raises, Like, A Hundred Dollars

herrherr
9pts1
nerdsonwallstreet.typepad.com 15y ago

Stupid Data Miner Tricks: Overfitting the S&P 500

herrherr
70pts17
blogs.hbr.org 15y ago

Microsoft's Kinect Misses the Mark

herrherr
2pts0
metricmail.tumblr.com 15y ago

Google Analytics market share in the top 1m domains

herrherr
11pts5
news.ycombinator.com 16y ago

Ask HN: dissertation project, simple Analytics reports. Feedback?

herrherr
5pts0
www.mikrokopter.com 16y ago

Self-made hexacopter

herrherr
3pts4
timeinfeldt.com 16y ago

11 Ways to Successful Innovation

herrherr
3pts3
www.wired.co.uk 16y ago

Artwork selling itself on eBay

herrherr
1pts0
madhatted.com 16y ago

Faster Sites Done Faster

herrherr
2pts1
www.pixelfreak.net 16y ago

Tidy Service (Mac application)

herrherr
1pts0
en.wikibooks.org 16y ago

Hack your dreams

herrherr
2pts0

First of all, thanks for open sourcing lmdb :)

The biggest problem currently is actually degrading performance, although I'm almost 100% sure that this isn't caused by lmdb itself, but rather by the bindings I've tried.

In the end, doing it directly in C is probably the only thing that will actually work.

I've been trying for weeks now to get a system running that can handle larger than RAM datasets and returns queries in an acceptable time. It's running ok now but far from optimal (size of DB is ~100 GB and it contains a few hundred million entries).

Does anyone here have experience with any implementations (such as likelike, lshkit, etc.) and can recommend something that can handle larger sets? All the implementations I have found were either not maintained, old, not running or not suitable for production use.

Will definitely take a look at the paper but unfortunately it's always a very long way from here to an actual implementation (there is no code published as far as I could see).

I think you are on the right track there.

The thing is though, you won't have difficulties finding papers on those topics. However, you will probably not have any luck finding many concrete and practical implementations that you could look at.

So it's a far way from reading the papers to having something working.

If you find something, please let me know.

We are currently using perceptual hashes (e.g. phash.org) to do hundreds of thousands of image comparisons per day.

As mentioned in another comment, you really have to test different hashing algorithms to find one that suits your needs best. In general though, I think it is in most cases not necessary to develop an algorithm from scratch :)

For us, the much more challenging part was/is to develop a system that can find similar images quickly. If you are interested in things like that have a look at VP/MVP data structures (e.g. http://pnylab.com/pny/papers/vptree/vptree/, http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.43.7...).

The really interesting part is actually to recognise how hard it is for a new app to enter my daily-use list. It's almost impossible. Some make it in there for a few days or weeks but will vanish quite soon.

Either I need the app for my daily work or it is a fire-and-forget service that I once signed up for and that doesn't require any active input from my site.

Anyway, here is my list:

- pivotaltracker.com

- github.com

- dropbox.com

- olark.com

- gmail.com

- google.com/analytics

- hipchat.com

That is actually possible.

The case here shows what happens when you offer too much features/resouces in the free plan.

The toughest part now is deciding if it makes sense to invest more time into it. But I guess that is a general problem for startups that haven't yet found product/market fit. You can't really know if you are miles or just an inch away from that fit.

The question that made at least two recruiters sweat in my last interviews:

  "Why do you like to work for this company?"
I was quite surprised. One would assume, that they have a perfectly prepared answer for a question like that.