aaronetz's comments

aaronetz | 1 year ago | on: Direct-Drive Bicycle

It looks like you should be able to fit two baskets under the seat. The question remains whether it would interfere with your riding or reduce ground clearance too much. Using larger wheels could help.

aaronetz | 1 year ago | on: Direct-Drive Bicycle

Not affiliated in any way --- I was just wondering whether a direct-drive bicycle with gears was practical, and found this.

aaronetz | 11 years ago | on: The rise of fake engine noise

In a hypothetical future where all city vehicles are electric, tire noise would be much more noticeable (whereas now it is drowning in engine noise).

aaronetz | 11 years ago | on: Java 8: No more loops

In the last example's "for" loop, a Set would probably be clearer and more efficient than a List for gathering distinct elements, at least for large data sets. I haven't tried the functional Java yet, but I wonder if using Collectors.toSet() and skipping the distinct() stage would be better?

aaronetz | 11 years ago | on: Ten seconds of math

Thanks for the feedback! If the hard level is pretty hard, wouldn't adding more operations make it even harder? I kept the number range small because I felt it would be too hard to do mentally otherwise, but I'm definitely open to extending it. The idea was novel for me but I was quite certain it has been done before in one way or another.

aaronetz | 11 years ago | on: John Carmack on Inlined Code

As a fellow game developer, I have to agree. I find that inheritance is a form of abstraction which sounds nice on paper and may work well within some domains, but in large and diverse code bases (like in games), it makes code harder to reason about and harder to safely modify (e.g. changing a base class can have a lot of subtle effects on subclasses that are hard to detect). The same goes for operator overloading, implicit constructors... Basically almost anything implicit that is done by the compiler for you and isn't immediately obvious from reading the code.

aaronetz | 11 years ago | on: It's not too late to ditch the ad-based business model and build a better web

I've just thought of a crazy idea: what if there was a subscription service, like Netflix for websites, where you'd pay a fixed monthly amount and get unlimited access to premium websites / webapps, with guaranteed privacy and no advertising? The said service would then pay royalties to the participating websites, depending on the usage.

aaronetz | 11 years ago | on: OpenStreetMap Then and Now

I've been using OSM for some time for offline navigation on my tablet but never made an edit, because I thought it would be difficult to do. After reading your comment, I signed up and marked my street one-way (which it wasn't on OSM). It was so easy - thank you!
page 1