ทวีตที่ปักหมุด
Jamis Buck
9.7K posts

Jamis Buck
@jamis
Also posting at [email protected], @jamisbuck.bsky.social
Smithfield, UT เข้าร่วม Mayıs 2007
43 กำลังติดตาม6.9K ผู้ติดตาม

Check it out on itch.io (jamisbuck.itch.io/totwsam) and DriveThruRPG (drivethrurpg.com/en/product/556…). Currently on sale for half off -- just $5!
English

@kamens Lovely write-up, and fascinating solution. Thank you for sharing!
English

@jamis I learned a ton from your book+blog when building this, thank you!
English

One of my goals when building @elbobooks was to be able to generate beautiful custom mazes based on any theme a kid might dream up.
But mazes are a pathologically difficult case for AI image generation. I learned a ton about mazes and wrote about our solution (link in reply)

English

You can get half off all e-books at pragprog.com through Dec 1. This includes "Mazes for Programmers" and "The Ray Tracer Challenge", by yours truly. Use code "save50" 🧠💕
English

Joseph Grosso posted a very thorough (and glowing!) review of my book, "The Ray Tracer Challenge": @jogrosso/the-ray-tracer-challenge-learning-c-through-computer-graphics-e45a68fb7cd5" target="_blank" rel="nofollow noopener">medium.com/@jogrosso/the-… -- includes tips for troubleshooting and optimizing your renderer!
English

Sentinel Comics RPG is an amazing system. I made a random character generator for it: jamisbuck.org/scrpg (repo: github.com/jamis/scrpg-ch…).
English
Jamis Buck รีทวีตแล้ว

Playing with maze generation in Swift & SwiftUI, with the great book "Mazes for Programmers" by @jamis!

English
Jamis Buck รีทวีตแล้ว

Just finished converting an ancient cvs repo of mine to git, finally. Thread on BlueSky: bsky.app/profile/jamisb…
English

@farsi_mehdi I remember that! I’m so glad I could be a part of your journey. ❤️
English

@jpcamara I’ll check yours out too! I’d never used fibers before this solution, and I’m eager to learn more about practical applications
English

@neerajsingh0101 It was fantastic to chat with you! So fun to remember the SwitchTower days 👍
English

When capistrano was released I was blown away was how simple it was to deploy a Rails application. Before Capistrano I used to have a long cheat sheet listing step by step process.
I was very curious to know how Capistrano worked and I looked over every single line of code.
Imagine my surprise when I found myself standing next to @jamis . I was so happy to meet him.
That’s was #RailsWorld is all about. Meeting wonderful people accidentally.
Another thing about @jamis I should mention that his blog about “skinny controller fat model” weblog.jamisbuck.org/2006/10/18/ski… I shared with everyone joining @BigBinary those days. That practice itself removed lots of unnecessary debates.
We talked about how initially capistrano was named “switch tower”. And later that company went bust. May be @dhh should have named Kamal “switch tower” to pay homage to the old times.
All in all it was good talking about old days. Also I referred to Capistrano code a lot to see how to write good Ruby code.

English
Jamis Buck รีทวีตแล้ว

At @MongoDB, they wanted to add a tighter integration between #Rails and #Mongoid (their ODM), so they created their our own CLI tool that extends the Rails CLI, adding the additional functionality they sought. Join former Rails core alumnus and Capistrano-creator @jamis at #RailsWorld to see how they did it, and how you can do it yourself. rubyonrails.org/world/2024/day…

English

@rtkimz Walter Pullen talks about this algorithm on his "Think Labyrinth" website: puzzleu.com/class/mazes.ht… -- I'm afraid I don't know of any others (though I'm sure they exist).
English

@rtkimz Hey Robin, I'm afraid I only know of one algorithm for generating labyrinths, and it comes with a few caveats. Generate a perfect maze, first. Add a single exit. Then bisect every passage; you'll wind up with a single unbranching path.
English



