HackerTrans
トップ新着トレンドコメント過去質問紹介求人

bryanbraun

no profile record

投稿

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

bryanbraun.com
936 ポイント·投稿者 bryanbraun·2 年前·188 コメント

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

bryanbraun.com
1 ポイント·投稿者 bryanbraun·3 年前·0 コメント

Scratch is a big deal

bryanbraun.com
1,017 ポイント·投稿者 bryanbraun·4 年前·296 コメント

Sliderland – Creative coding with 64 HTML sliders

sliderland.blinry.org
228 ポイント·投稿者 bryanbraun·4 年前·38 コメント

Show HN: A webcam made out of HTML checkboxes

bryanbraun.com
202 ポイント·投稿者 bryanbraun·5 年前·41 コメント

A minimalist front end development workflow using ES modules and esinstall

bryanbraun.com
1 ポイント·投稿者 bryanbraun·5 年前·0 コメント

Breaking down a ripple animation in JavaScript

bryanbraun.com
68 ポイント·投稿者 bryanbraun·5 年前·43 コメント

Breaking down a ripple animation in JavaScript

bryanbraun.com
1 ポイント·投稿者 bryanbraun·5 年前·0 コメント

コメント

bryanbraun
·2 年前·議論
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 年前·議論
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 年前·議論
Yep, more details here: https://archive.org/about/dmca.php
bryanbraun
·3 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
Oh wow, great find! Gonna put this on the calendar.

That "Hacking apps with Makey Makey & Scratch" session looks particularly interesting.
bryanbraun
·5 年前·議論
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 年前·議論
Good callout... I updated the post to link this one.
bryanbraun
·5 年前·議論
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 年前·議論
Good catch. I posted an issue: https://github.com/bryanbraun/checkboxland/issues/16
bryanbraun
·5 年前·議論
This is giving me ideas. Thanks for sharing!
bryanbraun
·5 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
pretty accurate tbh
bryanbraun
·5 年前·議論
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 年前·議論
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.