14 Followers
37 Following
199 Posts
A satyr, writer, artist, programmer, and all around pornographer. (Pansexual - He/Him)
Development Bloghttps://maldrasen.blogspot.com/
Mage Spacehttps://www.mage.space/u/maldrasen
GitHubhttps://github.com/maldrasen
More Lewdhttps://thicc.horse/@maldrasen

So, for anyone into web novels, I've just published chapter 12 of the book I've been writing.

It's an rather lewd fantasy adventure novel, but unlike most books in the genre the protagonist is a fox and a bisexual polyamorist.

https://www.scribblehub.com/series/682102/rhysh-azalons-tale/

With this latest chapter I feel there's finally enough content to allow myself a bit of self promotion.

Nice walk today.

That’s it. No jokes or clever comments. Just a nice walk in nice scenery.

Happy Friday everyone! 💙

People aren't pro Bernie because they want things handed to them.

They are pro Bernie because after doing what previous generations have told them, work hard, put in the time. We still don't have the lives we were told we would have. We shouldn't have to work two jobs just to cover basic expenses. We shouldn't have lifelong college debt.

We were promised a dream that is unobtainable through the means you told us would lead to it.

Meme :)

Shuttle PC + Putty under W2K used as a serial terminal!

NVRAM chip replaced and programmed!

SD card SCSI emulator installed with a time period appropriate SunOS 4.1.3 HD image!

Restoration is now complete :3

One of the many reasons I'm thinking of getting the fuck out of this country.
It's goat time!

So after a couple weeks of intense C++ training, I've decided I hate it.

It's not the language so much as everything else surrounding and supporting it. Adding a dependency to a project just feels like pure chaos. I feel like even if I knew the language well, everything is going to take ten times longer than it should.

Looks like I'll be learning Rust and doing everything in that instead. I might even be able to build libraries with Rust and convince Unreal Engine they were written in C.

@huxley Got a question for you (and any other C++ furs out there)

I've got a template function, and I'm calling it from main(). This works fine, however when I move formatArray() into print.cpp and add a matching prototype to print.h, it can no longer find the function. I can put other functions in print.h and the compiler finds them, there's just something odd about including a header with a template function I'm not getting.