Giancarlo
bellido.us
Giancarlo
@bellido.us
"This is our world now... the world of the electron and the switch, the beauty of the baud."
Pinned
Hello World! tune in for transformative insights on leveraging AI-driven cloud-based solutions for scalable synergies... making the world a better place!
Still rough, but the new WebGPU pipeline for my graphics engine is now running.
September 29, 2025 at 7:16 PM
The challenge with vibe coding is that AI will confidently hand you a ‘solution’ even when it’s totally hallucinating, or plain wrong. Reminds me of a few people I’ve worked with though…
September 19, 2025 at 8:09 PM
Attempting to draw lines with webgl2 shaders... turns out handling caps and joins is surprisingly tricky.
September 19, 2025 at 6:31 PM
Sometimes chrome devtools debugger randomly ignores my breakpoints, Is this normal? firefox it is I guess.
August 21, 2025 at 2:44 PM
Working on a new web component: an image reveal slider for before/after comparisons. Built with css clip-path. Fully keyboard accessible.
August 14, 2025 at 3:44 PM
Can’t switch to Typescript Go until it supports --build mode + project references. I thought these would be top priority, but maybe not enough people use them?
August 12, 2025 at 9:12 PM
Build a new supercomputer, or spend time tuning my typescript build... tough call.
August 12, 2025 at 2:58 PM
I want something like Delphi, but for the web.

Web Components instead of VCL
TypeScript instead of Pascal
WYSIWYG HTML builder in the browser

Make a change, hit F9, app compiles and runs instantly.
August 5, 2025 at 3:22 PM
Working on a tool to manage my UI web components. It pulls docs directly from the typescript source using jsdoc tags. It also lets you select elements and edit their attributes interactively.
August 4, 2025 at 4:36 PM
Spent some time working on the graphics engine for my chart components. Webgl2 + OffscreenCanvas = cubes that spin
July 29, 2025 at 6:35 PM
AI form generation is working beautifully. Next: experimenting with structured output and json schema to generate diffs.
July 27, 2025 at 4:33 PM
I feel like Finch training the Machine... teaching my AI code generation tool how to use my UI library.
June 30, 2025 at 5:58 PM
Maybe I'm late to the party, but I’ve started coding a web AI assistant. Only entertaining $1B+ acquisition offers, for now.
June 26, 2025 at 1:13 PM
Migrated a SPA from AWS CloudFront + S3 to Cloudflare Workers. Took just a few minutes, awesome dev experience ...so far.
June 2, 2025 at 4:21 PM
I think it's time to rethink bundlers. With ES6 modules, HTTP2/3, and dynamic imports, I can just ship js files directly. No need for tree-shaking, inlining assets, or chunks. The cdn can handle minification and compression.
April 24, 2025 at 5:02 PM
color-mix() is handy to get masks from existing colors, like `color-mix(in srgb, var(--cxl-color-on-surface) 8%, transparent)` gives you 8% blend, no need for extra css vars or dom elements.
April 24, 2025 at 1:08 PM
I used to avoid typescript, mostly because of the extra build step and honestly, the compiler felt painfully slow back then. Now I write nothing but strict typescript, figuring out the right types is actually kind of fun.
April 23, 2025 at 3:47 PM
Working on input validation for my web component library. It needs to handle everything: basic rules, async checks, native DOM compatibility, custom logic, and styled error states. Simple right?...
April 3, 2025 at 7:33 PM
Experimenting with the DOM Animation API to handle motion within my web components, looking solid. Need to tweak performance a bit though.
March 25, 2025 at 8:01 PM
The popover API makes life so much easier, especially with web components, it even works with slot elements.
March 18, 2025 at 8:32 PM
Knocked out checkboxes and text inputs over the weekend, now I just have to figure out select boxes without losing my sanity. #webdev #webcomponents
March 17, 2025 at 6:35 PM
Oh wow, native typescript, finally. I need to figure out how to run this in the browser now... github.com/microsoft/ty...
GitHub - microsoft/typescript-go: Staging repo for development of native port of TypeScript
Staging repo for development of native port of TypeScript - microsoft/typescript-go
github.com
March 11, 2025 at 3:16 PM
Material Design 3 Tabs, done. Next up, Tooltips and Snackbars. #webdev #webcomponents
March 11, 2025 at 3:08 PM
The goal of my UI library is to achieve as much as possible with plain HTML. No build steps, no overhead, no javascript spaghetti.
March 10, 2025 at 6:22 PM
We could solve world hunger, but here we are running doom with typescript types.
March 7, 2025 at 4:29 PM