-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|310|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




Afr0

PMC in the Guardian

25th January 2012

This is that TeknoTeacher again... since when did teachers get to write in The Guardian? o_O


Afr0

Beware of the Wardens

22nd January 2012

(Image.jpg)


Afr0

Website ideas

21st January 2012

[quote]I didn't mean change hosts, GitHub will provide hosting the code, bug tracker, and the option to discuss stuff issues.[/quote]
What do you mean? Right now the code is hosted at Assembla, that's what I tried to say. But GitHub's model sounds really *snip*


Afr0

Website ideas

21st January 2012

[quote]If you want to have somewhere to talk about the project, why not host it on Github, and then use their in-built stuff to handle the project management? You might also find more contributors that way.[/quote]
I'm already hosting the project on Assem*snip*


Afr0

Website ideas

21st January 2012

Right... I just paid for another year of GoDaddy hosting, and just realized I haven't posted on my blog for ages (mainly cos I started a Norwegian blog elsewhere where I write about my life and politics).
Considering Afr0 Games doesn't really exist anymo*snip*


Afr0

A few more questions about porting

21st January 2012

Ugh, I gave up and decided to just do it using PInvoke instead. If anyone's interested, here are the function definitions:
[code]using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
namespace SimsLib*snip*


Afr0

Move Your Feet

20th January 2012

[quote]This video contains content from WMG, who has blocked it in your country on copyright grounds.[/quote]
Quite frankly, I'm not sure I understand why Google are so opposed to SOPA. They're already responsible for implementing many of its features int*snip*


Afr0

A few more questions about porting

18th January 2012

I have some more questions about porting from C to C#, so I'm just going to throw 'em all in here.
[code] //memset(&Window[0], 0, 5*sizeof(float));
Array.Clear(Window, 0, 5);
//memset(&Window[113], 0, 5 * sizeof(float)*snip*


Afr0

English Wikipedia blacked out!

17th January 2012

Stop Online Piracy Act


Afr0

X-- vs X>0

17th January 2012

Thanks!


Afr0

X-- vs X>0

17th January 2012

I ended up porting it (and all other implicit boolean statements) as such:
[code] do
{
Window = 0;
i += Interval;
*snip*


Afr0

X-- vs X>0

17th January 2012

Is while(x--) in C equal to while(x > 0) in C#?


Afr0

C# Bool vs Int

16th January 2012

Ah, right.
Thanks!


Afr0

C# Bool vs Int

16th January 2012

[quote]I don't know why you're storing a boolean in an integer value. Even in C where you can do this without a problem, it's probably a logical error to give a value two meanings in that way.[/quote]
Because the original source does it! I still haven't b*snip*


Afr0

C# Bool vs Int

16th January 2012

The C# compiler is whinging because it cannot convert a boolean expression to an integral value :|


Afr0

TVShack Extradition

16th January 2012

Come to think of it... if this extradition is what it takes for the UK court system to avoid being infected by the insanity laws in the US, then it might actually be a good thing!


Afr0

TVShack Extradition

16th January 2012

[quote]He is being extradited.[/quote]
Yes, but he couldn't have been without a UK court order. Just because someone makes a decision in one country doesn't automagically make it valid in another country, is what I was trying to get at.


Afr0

TVShack Extradition

16th January 2012

[quote]is that if you do something in your own country that is perfectly legal, no other country should have any right to have you extradited to their own country to face charges for the same act.[/quote]
Obviously they do. Like I said, the american court*snip*


Afr0

TVShack Extradition

16th January 2012

So completely retarded. One thing is what the american court system rules (the american court system is bat fuck insane), but when the european courts are following up... this needs to stop.


Afr0

Development speed...

15th January 2012

Just for the sake of comparison I will post my ported code for decompressing UTK (UTalk) files once I've confirmed it's working.
In this case, he'll have spent much more time than me anyways because he was the one who actually documented the format by rev*snip*


Afr0

Development speed...

15th January 2012

[quote]But it's not all about language either. If I want to build a GUI, lets say a calculator, it'll take me much longer to build it in Java then with JavaScript/HTML/CSS. That is because Swing, the library for building GUIs in Java, is much more time con*snip*


Afr0

Development speed...

14th January 2012

I really doubt that. The difference would probably be smaller from say, BlitzMax to C# and XNA, but right now the Project Dollhouse client is around 14,000 lines (including comments), and I would not be surprised if it would take at least 20,000 lines (inc*snip*


Afr0

Development speed...

14th January 2012

So, I've been chatting with a fanboy on Facebook and trying to explain to him the futility of trying to rebuild the work of 52 (I counted!) programmers (not including Technical Directors) in C++ and OpenGL. One of the programmers who broke off from TSO-R, *snip*


Afr0

Shoutbox Topic - 680

14th January 2012

There's lots of context there though; Payroll tax, Corporate tax, the GDP, revenue to GDP ratio, state revenue, local revenue ++


Afr0

Poking with Plastic Printers

13th January 2012

[quote]You're forgetting MATERIALS. These printers don't print goods out of thin air[/quote]
Theoretically. You're forgetting that air isn't "thin", and also consists of atoms like everything else - in this case, nitrogen (78%) and oxygen (21%).
But I'l*snip*

Newer Posts More - Older Posts