Forgot your password?
typodupeerror

Comment Re:On the other hand, Spanish has (Score 1) 1183

The digraph elimination took me quite young so I've no problem looking up stuff in dictionaries. I do however still have one at home which lists these digraphs as separate entries. I'm not completely sure of the resons for the elimination of digraphs, but I wouln't agree to make it more like other languages. Each language has its own differences. AFAIK, Spanish is the only language with 'ñ' in its alphabet. The fact that it doesn't really break much by deleting digraphs (after all, they are written as two letters anyway) shouldn't be an excuse for imitating others.

The 'x' and 'j' conversion makes sense depending on how you look at it. Before the conversion, 'j' had the same sound as it has in most other languages (English, French and German for sure, probably others) and the 'x' had the Greek chi sound. Now we have the 'j' and the 'g' with that sound (which in some sounds overlap and there are only general rules as to usage) and the 'x' is now 'cs'.
Some of the

'Ç' had a sound similar to the 'z' in Italian or German which in most cases changed into the modern 'z' sound.

According to the Panamerican Doubt Dictionary (Diccionario panamérico de dudas), México is the recommended way to write the country name and the derived words as is the one used there and most if not all of southamerica. Méjico is an accepted form and used to be the normal way of writing in Spain.

Y/ll does indeed overlap in most places but some still use the pure 'll' sound. B/v are a remnant from Latin. There has never been a difference and both are pronounced 'b'. During the 18th Century reform, and effort was made to use whichever was used in the Latin form, but some words slipped so we now have more inconsistencies.

The 'h' at the beginning of words is kept mainly as a way to differenciate words and as a signal that there was something else there before. In English, you keep the 'k' in knock, kneee et al. In french you the circunflex accent (ê) where in the Latin form there was an 's' after it (Fenêtre - Fenestra).
Programming

Journal Journal: Code, code, code!

I'm reading the guide to writing unmantainable code, and it reminded me of a function I wrote. After getting a look at it about a month later, I saw this:

bool exit_ncurses(void)
{
if(NCURSES_MODE)
endwin();//finish ncurses mode
return !(NCURSES_MODE = false);
}

User Journal

Journal Journal: Long week-end

This has been a 3-day week-end, so I've had a lot of time to play. A magazine my brother bought came with a free game (a bit old, but you can find it here, flash required though) and I've been playing it for the last week so no progress has been made on any of the projects I'm working on (except the CJ mailing list, but that was mainly copying some database code from bugger.
So, today is monday, and most of
User Journal

Journal Journal: Keep on crashing

Ok, I've managed to break Linux again, and this time it's just the kernel. I didn't feel like trying to rescue the system so I just did a reinstall. Luckly for me, I always keep my home dir on a different partiton, just in case.
This time, I was trying to install Linux-2.6.2 and I didn't quite finish installing it, so when I booted the new kernel, nothing showed on the screen, so I rebooted into the old one, and it just kept rebooting over and over, so I decided to reinstall it.
Now I ha
KDE

Journal Journal: The new versions

Ah, the smell (or look rather) of a newly installed desktop. I had to download it over the course of two days, as the Internet connection over here is not what you could call optimal. Somehow my dad understood that I hadn't been able to download it when I told him I managed to install it (?) so he downloaded it again from school (his), which took around 20 mins because they have something like a 2Mbps connection and nobody uses it.
So, in case you've not guessed yet, I've managed to install
Upgrades

Journal Journal: Kernel scares

Well, I compiled the linux-2.6.1 kernel, but it won't boot properly. Maybe those two apps that need to be updated too...
Annyhow, I booted back into the old kernel (2.4.23) and I can't connect to the Internet, furthermore, in WinXP, it's giving me a lot of DNS errors! It's just crazy.
Dad is going to see about those two-way satelite Internet connections they wanna put cheap here (at the texpayers' expense of course) and maybe we'll get lucky. Off to do homework...

Programming

Journal Journal: The start

Well, I'm now a slashdot registered member. Wohoo!
I'm in GNU/Linux right now, so I'm just gonna head back to WinXP and finish a program for sending fake messages around in the NetBIOS messenger. I'll update as soon as it's on the 'net.

Slashdot Top Deals

"Of course power tools and alcohol don't mix. Everyone knows power tools aren't soluble in alcohol..." -- Crazy Nigel

Working...