Tweet
Unpopular take : I use exclusively @tailwindcss in my stylesheet with apply rule.

It keep Tailwind uncoupled from my markup and enables me to write CSS like it's still 2005.

#buildinpublic
Hey Twitter, how can I #optimize this data transfer in #javascript? The `arrayBuffer` is expected to be of the right size before the method call.

I'm curious if there's some magic trick I can do to help the engine optimize the bound check.

#buildinpublic #programming
After a few bumps on the road, about the new uniformity analysis that prevents from conditionally sampling a texture, I was finally able to port my old experiment from 2012 on GPU tiles twitter.com/grenierdev/sta…

Here's a tilemap where every 3 tiles are zeroed.

#buildinpublic
Added a export-to-gpu option in my tile-painter using blog.tojicode.com/2012/08/more-g… via @Tojiro #unity3d #gamedev
WebGPU instancing is pretty simple and elegant once you figure out the pipeline layout.

One render pass to draw 4 instances of quad.

#buildinpublic #webapp #webgpu
Going from WebGL to WebGPU is easier than people make it sound.

I was able to draw my first quad in a few minutes using wgpu-rs tutorial by translating rust code to typescript.

Can't wait for WebGPU to be launched this year!

#buildinpublic #webapp #webgpu
Been staring at my side project for the day, wondering how to properly manage my app's state with #react.

twitter.com/grenierdev/sta…

What do the cool kid these days use?

I'm still using a custom immutable structure and a dispatch-like (Redux-ish) to mutate data.

#buildinpublic
I've worked hard on my side project these past few days. Finished implementing components for my menu, popup and dialog.

#buildinpublic #react #headlessui
I've worked hard on my side project these past few days. Finished implementing components for my menu, popup and dialog.

#buildinpublic #react #headlessui
Thanks to @manuel_joswig I think I nailed my login screen.

Now onto the actual implementation!

#buildinpublic #indiehacker
Given the chance to sign in with e-mail + MFA, with oauth or anonymously, which one would you use?

#buildinpublic #oauth #infosec
Now that I'm done with my OSCP training I can get back to my side project.

I'm working on the auth configuration of my BaaS.

#indiehacker #buildinpublic