Viewing profile — bryanbraun
bryanbraun
HN member- Joined
- Fri, Dec 06, 2013, 10:35 PM UTC
- HN karma
- 1,421
- Public activity
- 72 items
- HN profile
- View on Hacker News ↗
About bryanbraun
No profile information was provided.
Recent public activity
-
comment
Comment #41955308
The post talks a bit about this: In a perfect world, when your legitimately good content isn’t being surfaced by Google, it’s a failure on their part, and their problem to solve, n…
-
comment
Comment #41952238
OP here, and yes, I've been getting that same message for musicbox.fun. I thought it just needed some time but I requested a fresh index two weeks ago, and nothing seems to have ch…
- story
- story
-
comment
Comment #35056160
Yep, more details here: https://archive.org/about/dmca.php
-
comment
Comment #34642587
Yeah, just look at how balanced the design looks. Either they programmed that flight path or the pilot spent a lot of time on an etch-a-sketch growing up.
-
comment
Comment #32188340
This reminds me of Code-a-piller. It's a toy designed for pre-schoolers, so definitely not a full language, but it's physical and lets you sequence basic instructions in an intuiti…
-
comment
Comment #32123662
I've never made the Flash connection but I totally agree. On my end, I try not to worry too much on the gaming vs coding thing. I'd rather have my kids playing games on Scratch the…
-
comment
Comment #32121329
I wonder if there's a way to smooth out the transition into modding "real" games that teenagers are already playing with their friends. I'll bet it would be pretty motivating to ha…
-
comment
Comment #32120948
Oh wow, great find! Gonna put this on the calendar. That "Hacking apps with Makey Makey & Scratch" session looks particularly interesting.
- story
- story
-
comment
Comment #28865445
Andrew Healey just took a pass at this and did a great write-up about it here: https://healeycodes.com/doom-rendered-via-checkboxes It looks decent but dithering would be nice so I…
-
comment
Comment #28829800
Good callout... I updated the post to link this one.
-
comment
Comment #28828682
Also the new CSS accent-color property. My coworker hacked together a demo that's pretty wild: https://twitter.com/nathanAlan/status/1436145205019922440
-
comment
Comment #28828519
Good catch. I posted an issue: https://github.com/bryanbraun/checkboxland/issues/16
-
comment
Comment #28828432
This is giving me ideas. Thanks for sharing!
-
comment
Comment #28827745
Very clever! It kind of reminds me of this pattern I saw that someone made out of range sliders (though not as animated): https://codepen.io/xdesro/pen/dyRNqqY
-
comment
Comment #28512127
This is what I used for testing... it you try it with a bunch of different videos: https://www.bryanbraun.com/checkboxland/docs/demos/video-tes...
-
comment
Comment #28512073
I wrote up some notes about it here: https://github.com/bryanbraun/checkboxland/tree/master/src#p... In short: only updating when needed, minimizing the number of DOM queries, and …
-
comment
Comment #28512011
Yeah, the boxes are bit brighter by default in Safari, so that's the browser I tend to use for screenshots and video.
-
comment
Comment #28503320
pretty accurate tbh
-
comment
Comment #28501035
There's a better webcam demo that's kind of buried but fun to play with here: https://www.bryanbraun.com/checkboxland/docs/demos/webcam-te...
-
comment
Comment #28469516
Some background: a little while ago I built a library called "Checkboxland" at the Recurse Center for rendering stuff into a checkbox grid. I recently made an update that lets it r…
- story