mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.4K
active users

#ruby

73 posts53 participants13 posts today

rubyists: what do you think is the output of this little program?

```ruby
class A
def foo = puts "A"
alias_method :bar, :foo
end

class B < A
def foo = puts "B"
end

a = A.new
a.foo
a.bar

b = B.new
b.foo
b.bar
```

“So with music, it was only natural for me to try every single genre I could think of, just to get it out of my system... I wanted to make sure to tap into everything to find out what makes sense for me. I’ve never been so dedicated to myself—I’m used to being out there, not inside and talking to me. I needed to find me, then decide what I wanted to tell the world.” 
complex.com/music/a/yj-lee/thi

ComplexJennie Is Finally Centering Herself: Jennie Cover StoryComplex March 2025 cover story interview profile

Happy Birthday Bridgetown! 🎉

Five years ago today, a project was born to create a new kind of web framework—certainly one unlike any previously seen in the #Ruby community.

(And yes, we're still working on getting v2.0 final out the door—soon, #WebDev friends, soon!)

bridgetownrb.com/news/bridgeto

Bridgetown · Bridgetown, the Hybrid Ruby Web Framework, Turns Five TodayAstonishingly, we’re still the only game in (our) town.

Hey fellow developers!

If you've ever accidentally caused a security incident, or been part of a team that did, I'd like to hear about it (privately if you want).

I have a few of my own, I'm not just hoping to laugh at others.

I'm writing a presentation about how security incidents come about, from a dev and product perspective. For our learning, but mostly for security people who are flummoxed as to why we would do the things we do.

#dev#devlife#django