Racist English
2010 Apr 23 04:40 PM MDT | English5 [2010]4 | Estimated 2-min read

ANGELS ARE WHITE: DEVILS ARE BLACK

You know what I think? That statement is false. I’ve thought about the word “whitelist” and “blacklist” from webmasters’ IP control vocabulary. The English language is very racist.

Whitelist: List of allowed IPs (nobody is allowed except these when used alone), which sometimes takes precedence over the blacklist

Blacklist: List of disallowed IPs (everyone is allowed except these)

Black-hat: Someone that hacks to cause trouble; a virus or malware creator.

White-hat: Someone that hacks to prevent Black-hats from doing; A black-hat that reports and fixes instead of infecting.

Some more examples that I thought are good from thepatrioticvanguard.com/racism-in-the-english-language:

Black Art/Magic: magic involving the supposed invocation of evil spirits for evil purposes.

Black Flag: ( Historical ): a flag hoisted outside a prison to announce an execution

Blackmail: an action of demanding money from a person in return for not revealing discreditable information or the use of threat or unfair manipulation in an attempt to influence someone’s actions.

Black Market: an illegal trade in officially controlled or scarce goods

Blackout: a sudden failure of electricity or loss of consciousness

Black Money: income obtained illegally or not declared for tax purposes

Now, some more from that site with the opposite effect:

White Collar: relating to work done or people who work in an office or other professional environment [NOTE: heavy labor jobs are actually blue collar, not black]

White Hope: a person expected to bring much success to a team or organization

White Knight: a person or thing that comes to somebody’s aid

White Information: positive information about a person

White Lie: a harmless lie

White Magic: magic used only for good purposes

White Flag: symbolises a desire for peace or dialogue, ceasing hostilities

Wii Backup Problems -- Mario Kart
2009 Nov 20 02:17 PM MST | Gaming7 Nintendo8 Nintendo-Wii8 [2009]7 | Estimated 1-min read

I just tried to play Mario Kart but it would not work. I got the An error has occurred, please eject the disc... message but it is not Error #002.

cIOScorp 3.5 has cIOS36 as IOS36 v3094 with rev1**3** DIP + ES\_**Identify** Patch + NAND Permissions Patch

cIOScorp 3.4 has cIOS36 as IOS36 v3094 with rev1**2** DIP + ES\_**DiVerify** Patch + NAND Permissions Patch

As you can see, the difference is the DIP and the patch. Mario Kart needs ES_DiVerify (Disc Verify) to function, but I do not know what ES_Identify does, except allow you to identify as the Super User or something

I wish cIOScorp 3.6 will have both patches, the ES_Identify and ES_DiVerify.

Eject Channel Lite
2009 Jul 20 01:23 PM MDT | C3 C++3 Nintendo8 Nintendo-Wii8 Programming18 [2009]7 | Estimated 1-min read

I finished a lite version of my Eject Channel for the Nintendo Wii using devKitPro.

It uses the command line interface console display.

Press `A`: Eject Disc
Press `B`: Shutdown (Auto)
Press Home: Return to System Menu
Press and hold `Power`: Shutdown-Red
Press + or -: Re-write Instructions
Press 1: Reboot
Press 2: Shutdown-Yellow

EDIT: I am no longer giving out copies of this channel, so too bad!

Eject Channel Idea
2009 Jul 16 02:13 PM MDT | C3 C++3 Nintendo8 Nintendo-GC2 Nintendo-Wii8 Programming18 [2009]7 | Estimated 1-min read

I’m going to create a new channel for my Wii. It will allow you to use all four Wii remotes, and maybe the GameCube controllers!

Read more…
How to play backups on a Wii
2009 Jul 16 01:59 PM MDT | Gaming7 Hacks9 Nintendo8 Nintendo-Wii8 [2009]7 | Estimated 2-min read

DISCLAIMER: I am not responsible for your bricked Wii(s). Also, this article is very old now.

I will tell you how to play backups on a Nintendo Wii. For some things, I will provide a link, and for some, I will not, so find it yourself if necessary.

Read more…
Fork Bombs
2009 Mar 27 12:21 PM MDT | Hacks9 Linux1 Programming18 Windows5 Windows-Advanced4 Windows-Basic1 [2009]7 | Estimated 1-min read

_WARNING: Trying some of these can crash your system!_

I’ll explain a fork bomb to you in simple words:

A fork bomb duplicates itself, eventually killing and shutting the system down by overloading it.

Here are some explained examples:

Read more…
VB Encryption Project Finished
2009 Mar 27 11:36 AM MDT | Programming18 VB.NET2 Windows5 Windows-Advanced4 [2009]7 | Estimated 1-min read

There is a bug for the trial version: when you start it up, because of my special encoding (to prevent reverse engineering), you need to click `Continue`; however, if you click Quit, you need to start the program again. Just click continue!

Download at: (not available anymore)

If it doesn’t run, because you don’t have the .NET Framework, either [download the framework](https://www.microsoft.com/en-us/download/details.aspx?id=22), or download one without framework.

VB Encryption Project
2009 Mar 24 01:42 PM MDT | Programming18 VB.NET2 Windows5 Windows-Advanced4 [2009]7 | Estimated 1-min read

I started a program, coded in VB .NET, that will let you encrypt stuff (text and files) It comes with a bonus pack, with MD5 hashing, SHA, a Luhn algorithm checker, and more. It should be finished in a few days. I’m working on the AES file and text encryption.