programmers only

Here's an example of terrible structure, but fine denotation:

global int i, j;
for(j=0; j < 10; j++)
{
    i = j;
    for(j=0; < 10; j++)
        print( my_array[i][j] )
    j = i;
}

Elliot Temple | Permalink | Message (1)

hex editors

So i needed a hex editor. (for war3 modding stuffz) (modding is modifying). but i didn't know that. see, someone had the bright idea of naming it a hex editor. hex means six. hex editors, i knew, had something to do with hexidecimal (base 16). i wanted to edit raw data. ya know, 1s and 0s. aka binary, not hex.

once you use one, the name does make sense. 1s and 0s are generally arranged into blocks of 8 with 256 possible values. you can write 256 possible values in 2 digits of hexidecimal. so displaying binary files in hex makes sense (they show the binary versions too) (and the ASCII aka text version too) (and various other versions like what integer the selected bit would be, if it was representing an integer).

anyway, hex editors are cool. cause now i can, for example, open a war3map.w3e file and find the integer near the start saying how many tiles the map has (which is written as a string of 32 1s and 0s), and change it to 16 (well, the 1s and 0s that mean 16). this could not be done with a text editor. this means i can do something really important to my map without using someone else's buggy program that i'm very afraid might break other stuff.

oh hey, wanna see specs on war3 files? no? well, here they are.

PS there's quite a lack of ez to find hex tutorials on google. feh


Elliot Temple | Permalink | Messages (0)

good info (amateur level)

link

have i ever mentioned my knowledge of programming has random gaps that are sometimes a bitch to fill in? most of the day stuff that looked like 0x0400 or 0xA447F was being really confusing. wtf is that!? yes i can see the second half looks like hex, but it still appears kinda random. well turns out 0x is a special code in C that means the numbers after it are in hexidecimal. that's it. so those are really saying HEX0040 and HEXA447F. oh. and now it makes perfect sense.


Elliot Temple | Permalink | Messages (0)

aim rocks

Camille (1:54:54 PM): I happen to enjoy physical comedy
curi42 (1:55:49 PM): so if i kick you, you'll laugh?
Camille (1:56:07 PM): only after I kick you back
curi42 (1:56:14 PM): LOL


Elliot Temple | Permalink | Messages (0)

damn title field

curi42 (2:24:59 PM): boredom is when a cow eats your keyboard
Anonymous (2:27:17 PM): Then don't have a cow, man.


Elliot Temple | Permalink | Messages (0)

Elliot Temple | Permalink | Messages (10)

The Jacksonian Tradition is Largely Good

This is a very good essay about the Jacksonian tradition in the USA.

Although on the whole it's good, it does have an error I'd like to complain about. Basically the author doesn't understand libertarianism. So he writes:

Jacksonians are civil libertarians

But Jacksonians are not civil libertarians, unless libertarians suddenly took a liking to MEDICARE and no one told me...

Suspicious of untrammeled federal power (Waco), skeptical about the prospects for domestic and foreign do-gooding (welfare at home, foreign aid abroad), opposed to federal taxes but obstinately fond of federal programs seen as primarily helping the middle class (Social Security and Medicare, mortgage interest subsidies), Jacksonians constitute a large political interest.

IN FAVOR OF SOCIAL SECURITY AND MEDICARE? GOD FUCKING DAMN THOSE COMMIES TO HELL!


Elliot Temple | Permalink | Messages (7)

mmmm movies

curi42 (5:02:35 PM): we put mail outside, and leave it there for hours. and no one steals it. not even if it's bright red and says NETFLIX on it.
WotyFree (5:02:52 PM): that's cool
curi42 (5:02:56 PM): yeah


Elliot Temple | Permalink | Messages (2)

Exile

I just beat Exile: Escape From The Pit (Mac Version | PC Version)

There are three ways to win, actually. I finished all of them today. I'm proud. :-)


Elliot Temple | Permalink | Messages (2)

spidweb software has r0xx0r customer service

spiderweb software makes the exile games. i originally registered exile 2 and 3 for windows. i wrote them 2day asking for mac registration codes. 71 minutes later they sent them, no questions asked, no hassle. and this is for a very old game (if it was a big company, they'd probably have discontinued everything to do with it by now). so i wanted to share how cool they are and encourage you to buy their games (well at least the exile ones -- i don't like the others so much)


Elliot Temple | Permalink | Messages (0)