rocktronica | 1 year ago | on: Ask HN: Recommend resources that helped your game dev journey?
rocktronica's comments
rocktronica | 3 years ago | on: Ask HN-Beginner Arduino Kits
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 | 5 years ago | on: Ask HN: What's your quarantine side project?
https://blog.tommy.sh/posts/adventures-in-self-watering-plan...
rocktronica | 8 years ago | on: Timelapse video with an iPhone and CLI
rocktronica | 8 years ago | on: Amazon Echo Spot
rocktronica | 8 years ago | on: Show HN: Logo Crunch – Multi-resolution logo maker
rocktronica | 8 years ago | on: Show HN: Logo Crunch – Multi-resolution logo maker
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: Bunnie Huang’s “Hardware Hacker” book is in print
rocktronica | 8 years ago | on: Facebook says it sold political ads to Russian company during 2016 election
rocktronica | 8 years ago | on: Al Gore's Home Energy Use Surges Up to 34 Times the National Average
Regardless of its veracity, I'd rather not have ExxonMobil-funded propaganda on HN.
rocktronica | 8 years ago | on: Ghost 1.0
https://blog.ghost.org/content/images/2017/07/DJI_0006-Edit....
rocktronica | 8 years ago | on: Ask HN: Share Your Raspberry Pi Project
1) Internet radio w/ an amplifier in a cigar box. It was a gift for my gf and only plays the station she listened to in college. https://github.com/rocktronica/curpi
2) Timed camera and GIF maker for my cat feeder. https://github.com/rocktronica/feedergif
3) OctoPrint server for my 3D printer http://octoprint.org/
[edit: formatting]
rocktronica | 8 years ago | on: Older fathers have 'geekier sons'
Older fathers are more likely to have established careers, establishing higher socioeconomic status, affording a lifestyle that engenders "geekiness".
rocktronica | 8 years ago | on: Show HN: Monica, an open-source CRM to manage friends and family
May I ask what made you settle on the name "Monica" instead of something more gender-neutral?
rocktronica | 8 years ago | on: Show HN: EE Concierge – Custom Hardware Parts On-Demand
rocktronica | 13 years ago | on: JQuery Transit - CSS3 animations for jQuery
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...)
rocktronica | 14 years ago | on: Dotfiles.github.com - A guide to dotfiles on GitHub
rocktronica | 14 years ago | on: Crockford on Bootstrap's semicolon omission: “insanely stupid code”
Ideally, your goal as a hacker is to make cool shit. Your goal is not syntax.
rocktronica | 14 years ago | on: Evolution of a Web Developer: From PHP Newbie To Python Ninja
rocktronica | 14 years ago | on: Tmpltr - jsFiddle clone for realtime JSON templating
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.