News and Opinion

Posted by Astryl on Jan. 22, 2014, 3:27 a.m.

Yesterday, I started using Rescuetime on RC's recommendation.

My productivity instantly increased, since it felt like I had a smug bastard standing behind my back watching my every move. So I was productive 75% of the time between 11AM and 6PM yesterday. Much code was written.

I was specifically beginning to work on my biggest project again: Exile. Because Exile needs to be 'finished'.

I moved over most of the assets to the newer engine:

Not that you can see that there… I'm just showing off my engine's ability for nice lighting. :3

Also found a couple of tracks I didn't use in the original Exile, that I'm definitely using now:

https://dl.dropboxusercontent.com/u/11942397/unused_track_1.mp3

https://dl.dropboxusercontent.com/u/11942397/unused_track_2.mp3

https://dl.dropboxusercontent.com/u/11942397/unused_track_4.mp3

Not to mention that I have three new enemies with sprites sitting there from my last bit of 'work'.

Anyway, on the engine front… I integrated LUA yesterday, and spent two hours last night trying to figure out why my LUA scripts where terminating whenever I called an Engine function….

Turns out I derped by making a RegisterBindings() method, and forgetting to call it.

I've set the entire system up in such a way that you don't have to touch the game's main source code in order to add new entities to the game; you simple add two lines to the asset list:

# Test entity
SCRIPTEDENTITY 5 ./scripts/test/test_init.lua ./scripts/test/test_destroy.lua ./scripts/test/test_update.lua
# Editor entity.
EENT THING ./editor/eent_thing.png

Each entity has three scripts associated with it; the init, update and destroy scripts. They're pretty simple to figure out :P

About the blog title

I guess some of my blog could be treated as 'news', but I was actually wanting to show what Rescuetime thought of 64digits:

Apparently, we somehow classify as 'News and Opinion' while the GMC is somehow 'Software Development'. And time on 64digits is considered 'wasteful', while time on the GMC is considered 'productive'.

Fortunately for my OCD, I can change this. >:{

EDIT: Fix'd

Comments

panzercretin 10 years, 8 months ago

aaaaaaand now I've got rescuetime too. Thanks!

Toast 10 years, 8 months ago

Me too

You're kidding yourself if you think 64digits is in any way productive. But yes, the gmc as "software development" is laughable

Astryl 10 years, 8 months ago

I wish there was a 'bullshit' category. That's the only missing feature in this thing.

Josea 10 years, 8 months ago

That Rescuetime thing looks interesting, I'll give it a shot.

Pirate-rob 10 years, 8 months ago

Shoot, I'm not the only one to get it as well? :S

Toast 10 years, 8 months ago

16:34pm, so far today I've wasted an hour doing absolutely fuck all

this thing is informative. However the fact it is tracking every single website I visit is even more unsettling than Facebook and Google's services.

Castypher 10 years, 8 months ago

I tried RescueTime a few months ago just to gauge my daily productivity and, well, it's only useful if you think you're unproductive to begin with.

My problem isn't that I'm unproductive. It's that I'm productive on the wrong things.

Charlie Carlo 10 years, 8 months ago

Yeah I know what you mean about how being monitored in some way increases productivity. There's no way I would have completed Cinders in time if I hadn't been recording a time-lapse. It felt like there was a healthy amount of pressure compelling me to work.

firestormx 10 years, 8 months ago

Quote:
However the fact it is tracking every single website I visit is even more unsettling than Facebook and Google's services.
Why is it unsettling? You've installed a program to track everything that you do on your computer, and log if it's productive or not. In order to be accurate, you can later recatagorize a particular website.

Toast 10 years, 8 months ago

Because they are collecting all of the data for the purposes of selling it on to third-parties interested in marketing and advertising.

I hate marketers and advertisers.

I try to boycott Google wherever possible but haven't found a suitable alternative for their search engine yet. Fortunately I use Ad Block so they're not exactly making money out of me.