rlt3's comments

rlt3 | 9 years ago

The problem is that most programmers today aren't apart of either of those groups but apart of a third, totally separate group: programmers who pick and prod and then glue lines of code together.

rlt3 | 10 years ago

>Is the need to bench then add an actor the only way you "allow" transfer of children between parent actors?

Currently, yes. Since this is sort of an entity component system and that actors can always create more children anytime they want, I suppose I just always assumed that actors could be "spun-up" with any sort of functionality and then deleted when not used.

Benching/Joining an actor is more for handling errors at runtime or for debugging ("If I temporarily remove this actor will it solve my issue?").

rlt3 | 10 years ago

>I'm guessing the author is using "traditional" in the sense of what is traditionally taught

This is correct and it's my mistake for not making this more clear.

rlt3 | 10 years ago

>The approach to the missing "message" functionality would be either to create a class

Yeah, I explicitly covered this. I don't feel like piling some 'controller' object on top of other objects necessarily accomplishes what I'm after.

But it does work and I've used the pattern plenty.

rlt3 | 10 years ago

I should have a tutorial out very soon. The documentation is not yet complete but does have a few examples.

Also, of course it's object-oriented. The article is titled a "healthy" hatred for a reason.

rlt3 | 10 years ago

>I'm guessing your comments are based on seeing a lot of poor practices masquerading as OOP which affects what you think OOP actually is

I personally feel that the current OOP model eventually devolves into the bullet points you listed given enough complexity.

One reason why I think this occurs is that there is no concept of a 'message' in OOP, only methods or functions of a class. There's explicit coupling even when calling a method with no arguments because you know the method is valid for that object.

Contrast this with the example of the 'listener' in the room. A speaker broadcasts his message but the independent agents ultimately decide what to do with that message.

The OOP approach calls "object->listen" on each listener. My approach simply broadcasts the message and lets the objects determine how to handle it themselves.

rlt3 | 10 years ago

His point was that sometimes business owners can get used to applying a template. It's a bookstore so it gets the bookstore template -- 4000 books and a coffee shop, right? Instead of applying this template, an owner with a pulse on the business can see what their customers are doing/buying/wanting and can change accordingly rather than apply a template.

rlt3 | 11 years ago

"non-phallic" implies all other first-person shooters are phallic. The word phallic implies many things.

Yeah, the phrase is from someone else, but it certainly wasn't included by accident.

Certainly not out-of-context.

rlt3 | 11 years ago

Is this about appreciating female game pioneers or about bashing the fact that games are a male dominated hobby?

"phallic first-person shooter."

rlt3 | 12 years ago

Am I a great programmer if I can write a really good "Hello World" in C?

rlt3 | 12 years ago

Was Michael Jordon considered good because he beat a lot of high school kids?

rlt3 | 12 years ago

Living in a society is about being able to reason with others.

Instead of trying to skirt issues and involve authorities in hopes to solve problems, it usually is better to confront the person themselves.

Your example went straight to an extreme. It doesn't have to be theft, or murder, or an assault that makes you "upset" at them. Maybe you feel wronged because they said something in public that you wanted private.

Authorities have their place, but many problems can be solved by not involving them. I'd also say that many more problems are caused because people didn't want to confront one another.

rlt3 | 12 years ago

I'd say it probably has something to do with Google penalizing them.

A lot of people get new albums from the holidays and would want to look up lyrics.

rlt3 | 12 years ago

Are you trying to say that it's not real and that it's a publicity stunt for cyber monday?

Or are you saying that unmanned flying machines which deliver products in under 30 minutes is not noteworthy enough for people to take seriously?

rlt3 | 12 years ago

I'm pretty sure there was more to it than rounded corners.

rlt3 | 12 years ago

I always figured that you wouldn't explode, but simply 'disassemble'. It was my understanding that the human body is held together under of the pressure of the atmosphere. So, if you remove the atmosphere, what is holding the body together?

rlt3 | 12 years ago

There's absolutely no reason to believe Dread Pirate Roberts isn't the third party you mention.

rlt3 | 12 years ago

I used to use bookmarks when they were simple to use.

I'd find a page and click `add bookmark' and then I would go back to it later. Somehow bookmarks regressed even though they were fine as they were. If I bookmark a page now, it just goes somewhere.

If I click the `Bookmarks' menu, I don't see any bookmarks. I don't understand what happened, all I see are a bunch of folders of stuff I never added and don't care about.

Anyway, since bookmarks are worthless now, I just have like 50 tabs open at all times now. I periodically go through them and get any code snippets I want or just close them if I read what I wanted.

rlt3 | 12 years ago

I don't really know why, but I like the imperfectness of our calendar system now.

Stupid stuff like February having only 29 days is pretty funny and those 7 days of December 25th to January 1st is perfect because its an exact week.

It would be too boring if every month was the same.

Could we have fun stuff like `April Showers Bring may Flowers' if every month was just the same 28 days? I'm sure we could, but everything would be the same and that's boring.

rlt3 | 12 years ago

isn't that the point?
page 1