Zack Williams
banner
boatbomber.com
Zack Williams
@boatbomber.com
Creator of @lualearning.org • Founder of @torpedosoftware.llc • 5x SWE Intern @ Roblox • 5x Bloxy Nominee & 3x Bloxy Winner • 2x RDC Gamejam Winner
This popped into my head and I had to make it
April 7, 2025 at 4:01 PM
This work would have wasted over an hour of my time, and now it took 2 minutes to generate plus another 10 to check the work.

Anyone still doing grunt work is wasting their time. LLMs are absolutely good enough to do the grunt work (at least in popular languages like JS and Python).
March 10, 2025 at 12:02 AM
I've become a daily Claude Extended user. I write quick+messy code until I've proven my idea, then I have Claude turn it into neat classes and unit tests.

This allows me to focus on the real logic and ideas, instead of focusing on writing clean+performant code. Huge velocity boost.
March 9, 2025 at 11:59 PM
The funniest part of this project was trying to convince models to output reasoning that links the prompt to the existing code from the original dataset. My solution is to gaslight them and tell the model that it already wrote it but it needs to be rewritten.
February 22, 2025 at 9:02 PM
I'm building a synthetic reasoning dataset using the open Luau corpus from Roblox! I want to fine tune reasoning models to generate Luau code. I will open source this dataset, the code used to build it, and the model weights if I get a good fine tune model.
February 22, 2025 at 8:55 PM
"I hope they play Hot To Go"
"This is a Hank Green post?"
:
January 12, 2025 at 10:24 PM
Benchmarker v7.3.0 is out! #RobloxDev

- Adds BeforeAll, AfterAll, BeforeEach, and AfterEach functions
- Profiler usage inside of iterations will now display meaningfully in the flamegraph
December 15, 2024 at 11:05 PM
The first release candidate for CullThrottle is now available to try! #RobloxDev
Please send me any feedback or bug reports!

Github: github.com/boatbomber/C...
Wally: wally.run/package/boat...
December 8, 2024 at 6:24 AM
CullThrottle now has dynamic render distance! #RobloxDev
(Can be disabled if you want specific control)

It will adjust the distance to ensure you're staying within the allocated time budget and desired refresh rates!
November 30, 2024 at 11:54 AM
CullThrottle will find the optimal balance of visuals/perf in the current scene for your hardware.
Give it a budget (ms) + a minimum & target refresh rate, and it determines what to update each frame for the best visuals in the budget. It'll even go above your target if it's in budget.
November 28, 2024 at 12:32 AM
it's true, i'm 6'9"

here's a pic of us for reference
November 16, 2024 at 1:23 AM
Make a change, get roasted.
November 2, 2024 at 9:26 PM
You work your hardest when trying to prove someone wrong- so I made Roastjo, a Rojo fork that roasts your changes as you sync them. #RobloxDev #Roblox

🔊
November 2, 2024 at 9:20 PM
I'm having fun though, solid game. It's pretty much exactly what you expect from a CoD BO game
October 28, 2024 at 2:37 AM
Decided to attempt a dynamic fluid simulation! It's far from perfect (or even correct, tbh) but I still enjoyed making and playing with it.
Fun weekend project! #RobloxDev #Roblox
(Arrows are flow, color is pressure, black arrow is obstacle)

(Originally posted Apr 9, 2023)
October 20, 2024 at 6:41 PM
I love open source. I needed AWS header signing in Lua so I looked around to see if someone else made it- they did, and credited me.

Something I open sourced years ago enabled others to build things that came full circle to help me now. What a beautiful ecosystem. #RobloxDev
October 20, 2024 at 6:33 PM
Fun fact: @lualearning.org is in the 0th percentile for monetization. You're damn right we are.
(Source: new Roblox analytics dashboard)
October 20, 2024 at 6:30 PM
I'll give you a bonus: the worst (best?) timed photo of my panel
October 20, 2024 at 6:29 PM
I waited a few days to post my #RDC24 photos so that they can lift you from the post-convention-depression ❤️
October 20, 2024 at 6:28 PM
RDC Red Carpet photos are the best thing they've added to RDC 😍
October 20, 2024 at 6:28 PM
I got in too deep- I was reading archived mathematicians' email threads from the 1980s & barely legible scanned textbook PDFs.

The result of all that effort was totally worth it. I could watch this all day. It's so fast, this entire demo is a few hundred microseconds per frame.
October 20, 2024 at 6:17 PM
Added support to CullThrottle for getting objects in view, without distance throttling. #RobloxDev

Super useful in many cases, like object pooling where you release objects into the pool when they go out of view.
October 20, 2024 at 6:17 PM
I'm working on CullThrottle, a system for efficiently handling updates to thousands of objects. #RobloxDev

Built on the tech that makes WindShake possible, it makes it easy to run your effects at high FPS by managing which objects you should update each frame.

(Originally posted Jul 28, 2024)
October 20, 2024 at 6:16 PM
You can also do non-spherical shapes if you want something truly bizarre!
October 20, 2024 at 6:14 PM
There's so much tuning you can do! The curvature of the glass, the transparency level, the placement of the blue/red layers, etc.

Go wild! It can get pretty trippy, just make sure to avoid getting motion sick!
October 20, 2024 at 6:13 PM