Richard Vasquez

@richard_vasquez@infosec.exchange
131 Followers
1.1K Following
688 Posts

To quote a meme I love, along with my addition.

- Punk: The world is fucked and I'm pissed.
- Emo: the world is fucked and I'm sad.
- Goth: The world is fucked, but there's beauty.
- Ska: The world is fucked. I have a trumpet.

I like Ska Punk. You do the math.

Also, I code. I try to prevent other code from damaging my code.

And for whatever reason, I'm writing a Mush engine from scratch in C# that I'm calling ToyMUSH.

A follow doesn't guarantee a follow back, and if you're some rando trying to get me interested in your business, I'm blocking you.

If you're a tech/political/humor/science type, then I may do a follow back.

#nobot

Githubhttps://richardvasquez.github.io
PoliticsMake Nazis Afraid Again
I pretty much wear this bucket hat anytime I go out under the Day Star.

Anyone remember TinyMush?

That was a blast back in the day. I didn't realize it at the time, but that laid some grooves in my brain for functional programming and because I do weird things, I worked out some elements of OOP from it as well. It also made me paranoid about people stealing my code, so I learned to code via messaging, so that was probably "awareness of infosec", if you recall my previous post.

I got a wild hair about 15 years ago and tried to recreate it in C#. Since my skill in C was maybe a handful of courses in my degree with C/C++, and a couple of coding contests, I was obviously a master, yeah? To say it was painful would be a significant understatement.

For some reason, I thought about that idea a couple weeks ago, and I gave myself a couple of weeks of after hours and some weekend time.

Currently, I have a toy MUSH that I can create items programmatically in C#, sure, and that's useful since I don't have a game DB yet, so I have to code a few rooms and such.

But when that's done, I can telnet into the server, and within the toymush, say things, create items, add attributes and @trigger some things. There's a small parser, and functions and commands are in a registry using interfaces.

I am nowhere even near to this being a thing, but it's turning out to be kind of fun. Gonna need to do some major refactoring from this PoC, but the hooks are there, so yay!

Just thought I'd share something positive.

So I was reminded of this post from @hacks4pancakes , and I started highlighting those that I found applying to me over the years, and the Ralph Wiggum meme came to mind.

I guess I'm safe since I haven't slipped into the quartenary stages of infosec.

I know better. That needs a "Yet." at the end, doesn't it?

In case anyone needs a copy.