Hacker News new | ask | show | jobs
by don_draper 4713 days ago
Did you find a use for it at your job? One of the challenges is to make something that is new and useful to other people.
1 comments

I think whether it's applicable depends on your job. Two immediate ideas for me were modeling query cost (I work on a high performance server at work, and one of its responsibilities is to guarantee certain rates of queries to certain users) and anomaly detection (for monitoring that server). In my workplace we already have better tools for some of these things, but it's nice to know I could whip up my own if I spent a little time to think about the random variables.