rocktronica's comments

rocktronica | 1 year ago | on: Ask HN: Recommend resources that helped your game dev journey?

If you'd like to get out of the weeds, "The Beauty of Games" by Frank Lantz (of Universal Paperclips fame) is a thought-provoking read. The basic premise is that games are the aesthetic experience of systems and reason, cause and effect. If dancing is your body's way to explore music, games are your brain's way to explore logic. A little academic, but pretty interesting!

The other thing I want to say is that game feedback should be taken with more than a grain of salt. The worst feedback I've ever received was on a handmade, physical roll-and-write that I gave someone for free. Gamer culture is strongly opinionated and quick to hyperbole... but not always right.

rocktronica | 3 years ago | on: Ask HN-Beginner Arduino Kits

Agreed with other commenters' advice to err towards good documentation. Don't just go for cheap.

Another consideration is community: I think the Adafruit guides (https://learn.adafruit.com/) are really great, especially for folks just starting out / who are more project-focused. Poke through there with your kid and see if anything sparks interest.

Shameless self-promo, if he's into music: I make an Arduino-compatible "synth" electronics kit. It does require soldering (so maybe isn't the best choice just yet) but is a nice step towards making something that looks like a real, finished product. https://www.oskitone.com/product/scout-synth-diy-electronics...

rocktronica | 8 years ago | on: Amazon Echo Spot

Believe it or not, lots of folks use Youtube as a music player and just waste the video bandwidth

rocktronica | 8 years ago | on: Show HN: Logo Crunch – Multi-resolution logo maker

This is incredibly useful, regardless of the veracity of its "computer vision."

A technique that seems to work well for it with simple drawing style icons is to thicken and simplify as the image gets smaller, so it seems like the stroke of the drawing is consistent across sizes.

rocktronica | 8 years ago | on: Older fathers have 'geekier sons'

Sure seems like correlation to me.

Older fathers are more likely to have established careers, establishing higher socioeconomic status, affording a lifestyle that engenders "geekiness".

rocktronica | 13 years ago | on: JQuery Transit - CSS3 animations for jQuery

Lazy, sure, but not always a worse experience for the end user.

Testing w/ Modernizr _will_ use client resources, and sometimes it's faster, cheaper, and less costly to make assumptions than run those tests.

Terrible case in point: "position:fixed". It's not supported in older iOS and IE6, and CSS fallbacks don't work. Testing for it w/ JS is too costly to be worth it, so UA checking is a better compromise. (That is, if it's mandatory to degrade well...)

page 1