I thought I won the AI coding game by switching to a micro service architechture in my large app. Turns out Claude code is also very good at creating a complete mess with less than 200 lines of code. Half of the services are EOL pretty much already before shipping. #AI #claude
Posts by
Did a little Chip8 project this year instead of advent of code. #blazor #chip8 #dotnet #webl chip8.apptelope.com?name=Pong%20...
Press run to play game in link. #chip8
I used Google Antigravity to create a site with Hugo. Impressive at first. But then:
* Broke dark mode
* Corrupted a CSS file by inserting random tabs in keywords
* Created a huge amount of incorrect curl commands
* Changed the font back to one with serifs
* Quit responding
#google #antigravity
Added support for generating code that uses regular expression source generators. xregex.com #blazor #dotnet #wasm
Just remembered I did this demo. Find the cat! www.chemistrycityno4.com/cat (Yep, I sometimes buy domain names like Pokemon cards.) #WebDev
Picture of a method that returns a calculated int hashcode as string.
Claude suggested this for key generation in my dictionary-based memoization class. When were developers supposed to be obsolete again? #dotnet
Kallocain. Old book but still relevant today when totalitarianism is on the rise again.
If you don't know what to search for in the quick reference. Here is a pro tip. Search for a space. xregex.com #blazor #wasm
So, I did it again. Writing a new game engine while recommending everyone else to use an existing one.
Played around with mouse inputs today with Blazor. Click the balls. Guess this can be turned into a frustrating game. input.ballsdemo.pages.dev #blazor #dotnet #webgl
Btw, this is running at 1000Hz with brute-force collision detection. It can easily be optimized...
Testing out WebGL and Blazor a bit more. With AOT it actually seems to be working fine. collisions.ballsdemo.pages.dev #blazor #dotnet #webgl
Correction #webgl Thank you Cloudflare for the generous hosting options btw.
Playing around with Blazor and WebGL. Maybe the performance is good enough to get some old stuff working. First demo. 34def151.ballsdemo.pages.dev #blazor #dotnet #webl