Ben Visness (@its_bvisness) 's Twitter Profile
Ben Visness

@its_bvisness

Follower of Jesus. Lead of the Handmade Network (@handmade_net). WASM engineer at @mozilla. Mentor for @frc2175. Mastodon: @[email protected]

ID: 390072530

linkhttps://bvisness.me calendar_today13-10-2011 12:29:45

1,1K Tweet

1,1K Followers

152 Following

Ben Visness (@its_bvisness) 's Twitter Profile Photo

Or you could just have a server that listens for HTTP requests and returns HTML. You can even have a database running on the same server, as a treat.

pikuma.com (@pikuma) 's Twitter Profile Photo

I have no issue with kids learning or focusing on the high-level ideas of a field before learning its building blocks. What I cannot really understand is old/experienced practitioners that never bother to dig deeper.

Ben Visness (@its_bvisness) 's Twitter Profile Photo

I love the genre of programmer post that is like “It might be time to consider thinking about doing something about <objectively bad thing>”

I love the genre of programmer post that is like “It might be time to consider thinking about doing something about &lt;objectively bad thing&gt;”
Ben Visness (@its_bvisness) 's Twitter Profile Photo

My new graph tool was choking on some function from our zlib benchmark...so I ran it through graphviz to figure out why this is why

My new graph tool was choking on some function from our zlib benchmark...so I ran it through graphviz to figure out why

this is why
Ben Visness (@its_bvisness) 's Twitter Profile Photo

Just to put this in perspective: my layout code can handle 1000 nodes in 10ms. The DOM can size 1000 simple tables of text in...220ms. 22x slower.

Ben Visness (@its_bvisness) 's Twitter Profile Photo

Want to get better at #react? Follow my three simple steps: 1. Write a component with useState 2. Replace everything with useRef 3. Throw everything away and rewrite it in vanilla JS

Łukasz | Wookash Podcast (@wookash_podcast) 's Twitter Profile Photo

Next week airs the discussion on an awesome series: Handmade Hero! A publicly available set of live coding sessions which Casey Muratori kicked off when streaming was becoming cool! For many (myself included) it helped demystify programming and step away from Visitor, Observer,