Ryan Schmidt

@rms80.bsky.social

It’s Ryan from Twitter! Former Epic Games Engineering Fellow, now an intern at Gradientspace Corp (gradientspace.com). Invented Modeling Mode, Geometry Script, Autodesk Meshmixer, some other stuff. PhD in Computer Shapes. Also mastodon.gamedev.place/@rms80

Graphics / Games students: Sign up to volunteer at @i3dsymposium.org! We're looking for student volunteers for the duration of the conference. Priority will be given to students local to the bay area. DM me or email general@i3dsymposium.org .

man claude can really go down some rabbit-holes trying to "verify" weird UE C++ idioms that would have been trivial for me to just test (in this case templated Cast<> functions where the types are all predecl'd and finding the actual headers/etc is quite hard). goodbye ~10% of session tokens...

A programming lesson that's been hammered into my skull is to not try to create a general system until you've implemented AT LEAST a handful of one-offs the system is supposed to support. Otherwise you waste endless time fighting with and refactoring your "general" system.

the scale in the javascript ecosystem is mind-boggling... @zeux.io 's meshoptimizer.js npm package has 3 million weekly downloads. **weekly** (for comparison my C# geo library - which is relatively widely used, for a geo library - has total 1m nuget downloads over the past ~10 years...)

Bild

the robots ported my ModelGrid C++ library to Typescript today, and made a basic little in-browser editor. Thought this tech was going to be dead (it's trapped in an Unreal plugin) but now maybe not... (clearly some face-normal issues, though...)

You get this attitude a lot from UX/Product people and it's always mystified me. The premise is that all Engineers are lazy? They don't care about the product? Their job is to just shut up and do what they are told? But now we have robot coding... (1/3)

Robin-Yann Storm@rystorm.com · 6mo ago

Whenever an engineer says "It's not possible" always remember that what they actually mean is "I don't know how to build that" which sounds different, but means the same thing.

a significant challenge in claude-coding is just figuring out good ways to describe things in words. Abstract high-level concepts, very precisely identifying (eg) UI elements, explaining observed behaviors, giving things good unique names, etc. Perhaps time to bring back Technical Writing classes

Post nicht verfügbar.

Claude Code and I have built a client/server webapp. I ask it, could this be run locally and feel like it's a desktop app? Yes, it says it can launch Chrome in "App Mode" and run the servers in some hidden-but-attached console thing (??). Works. Now, can it be "installed" in ProgramFiles/etc? ...