Hacker News new | past | comments | ask | show | jobs | submit login

I really love that idea of pruning unused and redundant usage of endpoints. You could take that functionality and apply to to whole application features in the UI too for example.

It’s inspired me a lot. I assume this axeman had to integrate with either logs or analytics to get the usage counts?

I’m not sure such an idea would even work these days at large organisations following the Big Agile TM nonsense, imagine trying to explain that to a dozen or so product owners and scrum masters…




This shows you how wild and wooly the "early" days of rails was - I forget whether it ran its own instance of sqlite, or was just a completely in-memory hash of hit counts ala counts[controller][action] += 1 that you had to retrieve. Either way it was extremely primitive, predating really what we think of as monitoring and analytics data being its own process and pipeline. But that was also part of the genius of it - as you say, you'd be hard pressed to hack something together that solved a real problem for customers in an afternoon that way these days.

I do think it would be a great thing to incorporate into a monitoring and observability tool - my day job at the moment is related and I hope to work in that area of research a bit. Necessary Disclaimer time: my opinions are my own personal opinions, not professional opinions or those of my employer or anyone else.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: