HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bryanbraun

no profile record

Submissions

Before you buy a domain name, first check to see if it's haunted

bryanbraun.com
936 points·by bryanbraun·2 anni fa·188 comments

Show HN: Let's Get Creative – A collection of free online creativity tools

bryanbraun.com
1 points·by bryanbraun·3 anni fa·0 comments

Scratch is a big deal

bryanbraun.com
1,017 points·by bryanbraun·4 anni fa·296 comments

Sliderland – Creative coding with 64 HTML sliders

sliderland.blinry.org
228 points·by bryanbraun·4 anni fa·38 comments

Show HN: A webcam made out of HTML checkboxes

bryanbraun.com
202 points·by bryanbraun·5 anni fa·41 comments

A minimalist front end development workflow using ES modules and esinstall

bryanbraun.com
1 points·by bryanbraun·5 anni fa·0 comments

Breaking down a ripple animation in JavaScript

bryanbraun.com
68 points·by bryanbraun·5 anni fa·43 comments

comments

bryanbraun
·2 anni fa·discuss
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, not yours. In practice, it is your problem and you have to do a bunch of work to help them see that their current assessment of your domain name is no longer accurate.

You're right, the fault lies with the search engines, but in practice it sure feels like the domain itself is tainted somehow.
bryanbraun
·2 anni fa·discuss
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 changed. :/
bryanbraun
·3 anni fa·discuss
Yep, more details here: https://archive.org/about/dmca.php
bryanbraun
·3 anni fa·discuss
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.
bryanbraun
·4 anni fa·discuss
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 intuitive way. More here: https://www.youtube.com/watch?v=iYEKD1Befg8
bryanbraun
·4 anni fa·discuss
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 then some other place where they can't view source.

I figure, if they have some basic skills and know what's possible, they'll eventually get curious and poke around. I think that's more true for some kids then others though (even in my own house).
bryanbraun
·4 anni fa·discuss
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 have that kind of power in these online spaces where a bunch of your friends hang out.

Minecraft and Roblox support mods written in Java and Lua respectively but it's a pretty big leap from Scratch to Minecraft mods.

I was recently discovered a dedicated editor for Minecraft modding (https://bridge-core.app) and that seems pretty cool. A lot more could be done in this space though.
bryanbraun
·4 anni fa·discuss
Oh wow, great find! Gonna put this on the calendar.

That "Hacking apps with Makey Makey & Scratch" session looks particularly interesting.
bryanbraun
·5 anni fa·discuss
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 created an issue for it here: https://github.com/bryanbraun/checkboxland/issues/20
bryanbraun
·5 anni fa·discuss
Good callout... I updated the post to link this one.
bryanbraun
·5 anni fa·discuss
Also the new CSS accent-color property.

My coworker hacked together a demo that's pretty wild: https://twitter.com/nathanAlan/status/1436145205019922440
bryanbraun
·5 anni fa·discuss
Good catch. I posted an issue: https://github.com/bryanbraun/checkboxland/issues/16
bryanbraun
·5 anni fa·discuss
This is giving me ideas. Thanks for sharing!
bryanbraun
·5 anni fa·discuss
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
bryanbraun
·5 anni fa·discuss
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...
bryanbraun
·5 anni fa·discuss
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 avoiding costly CSS layouts.
bryanbraun
·5 anni fa·discuss
Yeah, the boxes are bit brighter by default in Safari, so that's the browser I tend to use for screenshots and video.
bryanbraun
·5 anni fa·discuss
pretty accurate tbh
bryanbraun
·5 anni fa·discuss
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...
bryanbraun
·5 anni fa·discuss
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 render arbitrary images and video. The video feature supports HTML MediaStream, which is what powers the webcam demo.