maynman's comments

maynman | 4 years ago | on: Ask HN: Share your side project

Thanks! I like those ideas. Definitely been pondering better ways to filter the links and ensure the most relevant ones rise in prominence.

maynman | 5 years ago | on: Graphics for JVM

For sure. In the case of IntelliJ resource usage, you get what you pay for.

maynman | 5 years ago | on: Graphics for JVM

I use IntelliJ for work every day and I agree, so many of its features make work so much better.

maynman | 5 years ago | on: The Problem of Legacy IT Systems

One definition I've heard before (and like) is "code without tests". I don't think that's the only factor, but it's a pretty common indicator.

maynman | 5 years ago | on: Building a Crossword Puzzle Generator with JavaScript

That sounds pretty cool. I also found it difficult to optimize for both performance and word density with the approach I took. Maxing out on one seemed to negatively affect the other. I'm sure there have to be some better algorithms out there to do this sort of thing.
page 1