Lo dije!
Thursday, September 11, 2008 3:14:57 AM
Weak and Powerless
Sticky post
Friday, April 14, 2006 7:49:33 PM



Wednesday, April 22, 2009 9:05:47 PM
Sunday, June 8, 2008 9:56:16 PM
Sunday, October 28, 2007 12:12:29 AM
Saturday, October 13, 2007 8:29:43 AM
Sunday, August 13, 2006 12:57:58 AM
file temp temp: ASCII English text, with very long lines

ATI video drivers
SUSE Linux 10.1 ships with the newly revamped open source radeon driver. That may be fine for 2D rendering, but it doesn't do direct rendering for 3D graphics. To get hardware 3D acceleration (and for XGL support), you still need the proprietary ATI fglrx driver.
Go to the ATI Web site, click on Drivers & Software, then Linux Display Drivers and Software, then on the driver appropriate to your video card. 32-bit SUSE installations need the x86 drivers, and 64-bit SUSE needs the x86_64 versions. After you have clicked the link for your card, yet another link comes up. Click it, scroll down to the downloads table, then right-click the ATI Driver Installer download link and save it to your home directory. You do not need to download any of the other packages.
After the file transfer completes, close all open programs, then press ctrl-alt-F1 to switch to the first virtual terminal. You'll see a text-mode login prompt; log in as root. When you're at the command prompt, type in this command:init 3
You'll see a bunch of text scroll by, and then a message saying that runlevel 3 has been reached. Press Enter to get the command prompt back, then change directories (cd /home/username)to go to the one you downloaded the driver
Be sure to substitute "username" with your user name, in the above example. Now you need to change the ATI installer permissions so that it can be run from the command line.
For long file names, you don't have to type the whole name into a terminal window. Instead, just type the first few letters and then press the Tab key, and the file name will be automatically completed for you. This is useful in situations like the one you're in now, where there is a long and complex file name to type in. So type the following command into your terminal, and use the Tab key to complete the ATI driver file name, then press Enter to execute the command:chmod +x ./ati-driver
That will make the program executable; this must be done before you can run it. Now it's time to run the installer. Again, use tab completion instead of typing the name in. You have to add the ./ before the filename to tell the terminal program that the file you are referring to is in the current directory. If you don't specify that, the terminal will look in other places for the file. It sounds crazy, yes, but that's the way GNU/Linux is (and Unix before it). For the below example, the entire file name is typed in. Please note that this may not be the same file name that you downloaded -- it is only an example. You should use tab completion when you type this command in so that you don't accidentally mis-type the long file name. The part of the example that will not change is the switch statement after the file name (the part with the dashes). Here's the example command for the ATI driver installer for a 32-bit system:./ati-driver-installer-8.24.8-x86.run --buildpkg SuSE/SUSE101-IA32 And for a 64-bit system: ./ati-driver-installer-8.24.8-x86_64.run --buildpkg SuSE/SUSE101-AMD64
After a few dozen lines of text, a driver package will be created. Go ahead and run it with the following command (the first example is for 32-bit systems):rpm -ivh fglrx_6_9_0_SUSE101-8.24.8-1.i386.rpm And for 64-bit systems: rpm -ivh fglrx64_6_9_0_SUSE101-8.24.8-1.x86_64.rpm
Update your system environment variables with this command:ldconfig
Next, you need to tell SUSE that you want to use this driver instead of the standard one:aticonfig --initial --input=/etc/X11/xorg.conf
Lastly, you have to tell YaST which driver to load (that's a zero in the example, not a letter):sax2 -r -m 0=fglrx
Now reboot your computer by typing the following command:reboot
The next time your system starts, you'll have hardware 3D video acceleration. Please note that every time you update your kernel, you must re-install the ATI video driver.
Saturday, August 12, 2006 5:57:38 PM


but... let's face it, that's the last thing I do. I then had to use the gnome-sound-recorder, which actually records a lot better than Audacity in Windows. I like KDE, but if some gnome software works better or easier, why not use it? At least there's KDE support for Gnome applications and I thank to the KDE developers for it.
Wednesday, August 9, 2006 4:20:26 PM
make mrproper(for cleanup),
make cloneconfig(for cloning the kernel and configuring it to the current version) and
make modules_prepare(well... it's self explanatory)
rpm -ivh PACKAGEwhere the package here it's, of course, the vmware file.
ldconfig; SuSEconfigsequence, just to see how happily my PC works
tar -xz -f vmware-any-any-update.tar.gzwill do the work. Changing to the vmware-any-any-update directory (I wonder... that any-any name), and executing
./runme.plwill do the rest, even call vmware-config.pl for me. When this is done, answering a few questions it's all it's needed for completing the procedure. The default options are fine for my SuSE 10.1 so if any compilation error occurs, be sure to check this and the vmware-any-any-update version.
mount -t usbfs /dev/bus/usb /proc/bus/usb
)make mrproper(para limpiar, o eso me dijeron),
make cloneconfig(para clonar el kernel, configurándolo a la versión correcta) y
make modules_prepare(para preparar en sí la utilización de los módulos)
rpm -ivh PACKAGEdonde PACKAGE es obviamente el archivo del VMware.
ldconfig; SuSEconfig. En teoría eso actualiza las variables del sistema, entre otras cosas.
tar -xz -f vmware-any-any-update.tar.gzhace todo el trabajo. El resto se hace cambiando al directorio creado por tar para vmware y ejecutando
./runme.pl. Esto inclusive llama vmware-config.pl por mi. Cuando todo haya pasado, solo falta responder unas preguntas. Las opciones preseleccionadas que trae el script funcionan perfecto en mi SuSE 10.1, así que si algo falla (como errores de compilación, yo supongo), este es el primer sitio a revisar, junto con la versión del any-any-update.
mount -t usbfs /dev/bus/usb /proc/bus/usb
Thursday, May 25, 2006 9:17:15 PM

# modprobe usbserial vendor=0x6547 product=0x0232
Friday, April 14, 2006 8:46:01 PM
Well... ok, ok, not "a little". WAY behind schedule. I realized the first project is not very difficult, but has a lot of little details that have been keeping me busy for a lot of time. I noticed that one of my main weak points is that I lack of that capacity for designing the system and keeping the structure. I have changed twice the main design, the first time because the original design had a terrible flaw with the communications logic. The second time because my classmates told me that the teacher (who is a VB fan) likes those fancy but useless GUI, yet all the program is designed to work as a command line program. I hope I find a way to communicate the programs via stdIO, creating the GUI with Visual Basic; Tkinter has not a very nice appeareance.Saturday, January 21, 2006 1:19:09 AM
Sin duda alguna, una de las más interesantes experiencias de mi vida académica ha sido el contacto con el sistema operativo Linux. Tal vez sea por la novedad, o porque se siente como un aire fresco entre todo el mundo visto desde Windows. Incluso puede que solo sea esa necesidad innata de pensar diferente al común de la gente. Cualquiera sea la razón, la experiencia ha sido bastante gratificante durante el poco tiempo que he podido trabajar y divertirme con este sistema operativo. Mi experiencia con Windows ha sido variada y relativamente extensa (desde la versión 95 hasta la XP) y antes de eso la experiencia con D.O.S. fue aún mayor. Sin embargo, comenzar a trabajar con Linux ha exigido una apertura mental que antes no existía. El cambio debía ser tan fundamental que era la filosofía lo que cambiaba, es decir, los cambios eran de fondo, no solo de forma. Al leer el artículo me encuentro entonces, a grandes rasgos, con una persona, o un grupo de personas que tienen arraigados en sus mentes la filosofía Microsoft, aquella filosofía del ocultar, esconder complejidad, casi mentir, al decir que algo es fácil, cuando no lo es. Linux, por otro lado, intenta ser como esas corazas transparentes con las que se ven algunos dispositivos electrónicos. Es obvio que la inclinación del autor, implícita y explícita en todo el texto, deja con poco crédito al esfuerzo y el tiempo dedicado a la creación y mejora de Linux y ese es el sabor concreto de toda la lectura, sin embargo, hay ciertos puntos en los que considero hay una falta grande de información por parte del MVP. En orden de aparición en la lectura, las cosas serían más o menos así: Se dice claramente que por windows se paga una sola vez, pero una sola vez por cada equipo, debería hacerse la aclaración. Las grandes distribuciones que cobran por el soporte, lo hacen para cualquier número de máquinas, sea la versión para estaciones de trabajo como para servidores, mientras que cada licencia windows por estación de trabajo aumenta los costos netos para la empresa. Luego se habla de las características gráficas de Linux contra Windows y se critica duramente que Linux no cumple lo que promete, al decir que corre en un 386. Obviamente un procesador de tan atrasada tecnología no puede cumplir las exigencias de ningún sistema de Interfaz de usuario, ni siquiera Windows, a menos que sea Windows 3.1 (obsoleto desde hace mucho). Sin embargo, el kernel de Linux (incluso las versiones 2.4 que aún tienen actualizaciones) pueden correr sin problemas, y con un poco de memoria se pueden cargar interfaces tan útiles como KDE o GNOME. (Personalmente trabajo en un Pentium II - 266 con 32 MB en RAM y mi Linux funciona perfectamente). Habría que preguntarle al señor si alguna vez intentó cargar una memoria USB con Windows 3.1 en un 486 o un pentium. Hay otro punto aquí con las interfaces gráficas que me gustaría aclarar. Volviendo a la filosofía Microsoft de ocultar la complejidad, vale la pena comentar que las UI, desde mi punto de vista, no se hicieron para hacer fácil lo difícil. Se crearon para satisfacer a los usuarios poco exigentes, desinteresados en el mundo de las computadoras y que se tornan en un riesgo para ellos mismos y para otras computadoras. Carl Sagan decía: "We live in a society exquisitely dependent on science and technology, in which hardly anyone knows anything about science and technology. We have also arranged things so that almost no one understands science and technology. This is a prescription for disaster. We might get away with it for a while, but sooner or later this combustible mixture of ignorance and power is going to blow up in our faces." Los resultados de ello lo estamos viendo lentamente, pero con mucha claridad: la rápida expansión de virus por las redes de computadoras es el ejemplo más claro que me llega a la mente en este momento. Mucha de esa expansión se debe en gran medida a la falta de educación e interés de los usuarios hacia las computadoras, a esa combinación de "ignorancia y poder". Luego de todo esto, se empieza a considerar qué tan serio es Linux como Sistema Operativo. El autor argumenta que Windows es más fácil de configurar. En parte tiene razón, pero volvemos a la filosofía adoptada por su creador: Windows toma muchas situaciones por "pre-establecidas" y deja solo las configuraciones más superficiales al usuario. Es muy difícil (lo he intentado) configurar el sistema operativo en determinados casos en los que se desea cierto comportamiento específico. En otras palabras, Windows toma muchas decisiones por el usuario. En mi punto satírico del día, que no va a ser muy largo, leo con afán que cuando llegó Windows 2000, Microsoft había tomado "otra filosofía, otra potencia de software", y luego cita un comentario irónico sobre la desfachatez con la que antes se presentaban los productos basados en Windows NT. Mi pregunta-comentario irónico es: ¿Cuál fue la razón para Microsoft de cambiar su filosofía? Obviamente, el mercado, sería la respuesta. Unix y lentamente Linux han estado muy fuertes en el campo de servidores, que es un área bastante importante, así que Windows tenía que (al menos) alcanzar lo que había alcanzado UNIX y Linux. Eso sí, se le abona a Microsoft, que hizo un buen trabajo. Luego vienen los consabidos comentarios sobre virus y seguridad. Ha sido un caballito de batalla (de ambas partes) desde hace mucho tiempo. La defensa del autor para Windows se basa casi exlusivamente en Windows 2003 Server, para lo cual diserta durante muchos párrafos, en los cuales dedica en total 4 líneas en nombrar a Linux, diciendo que tampoco es seguro. Un comentario un poco sesgado y algo precario. Defiende también a Windows diciendo que la base de usuarios es mucho mayor. Claro que es mayor, pero lo es en Windows XP, no en Windows 2003 Server y aunque ambos están basado en la misma tecnología (NT), la versión server tiene énfasis en seguridad. XP es como las ingenierías: un mar de conocimientos de 5 cm de profundidad. Ahora, cuando el autor habla de que la base de Windows Update es mejor que cualquiera de Linux, en parte tiene razón, pero se debe a que su Knowledge Base es mucho más extensa, también debido a que la cantidad de usuarios es mayor, por lo que así mismo, la cantidad que reportan errores es también mayor. Aún así, las grandes distribuciones, o por lo menos la mía utiliza el YOU (YaST Online Update) que permite mantener el sistema actualizado con facilidad. Algo con lo que ahora está luchando Microsoft, dado su temor a los usuarios con copias ilegales del sistema XP instalado en muchos equipos del mundo. La discusión sobre la cantidad de programadores dedicados a un sistema operativo no es un argumento para decidir qué tan bueno es el producto porque: 1. Nadie tiene datos con los que se pueda comparar naturalmente la situación. 2. Con menos precisión se sabe la calidad de los programadores ni de uno ni de otro lado del espectro. Lo único que se podría decir es que tal vez sea cierto que la jerarquía que se lleva en Microsoft con los programadores, puede ser un elemento que contribuya a un mejor control del progreso del sistema operativo, pero Linux también tiene su contraparte: personas dedicadas 100% (por dinero o por placer) a Linux, organizadas en comités de desarrollo que proyectan y diseñan las partes más sensibles del sistema. Incluso, si el desarrollo se hace dentro de una compañía, como RedHat o SuSE, a estos les es más fácil adoptar proyectos actuales, posiblemente GPL o LGPL y desarrollar a partir de ahí, que ponerse a desarrollar sus propias herramientas, como hace microsoft. Yo sospecho que esto también colabora en el hecho que un producto Microsoft rara vez es lanzado el día que se había acordado al comienzo. En cuanto a la estabilidad de Linux, tengo que aceptarle al autor que cuando Linux se cae, queda totalmente bloqueado, sin embargo, debo aclarar que en el 98% de estas situaciones el problema ha sido de hardware. En un ambiente casero (real) nunca se me ha caído Linux. Lo máximo que se ha caído por software es el KDE (que por cierto, con un Ctrl + Alt + BackSpace se soluciona). En el siguiente punto se aclara que como servidor de Bases de Datos, Windows es mejor porque tiene el SQL Server y su relación Precio - Prestaciones. Pero ambos productos hay que comprarlos por aparte, y pagar licencias separadas. Ciertamente las bases como MySQL y PostgreSQL aún tienen mucho por mejorar (aparte de los comentarios irónicos sobre las formas normales), pero son una buena opción para un PyME con necesidades básicas de rendimiento y confiabilidad, es decir, para el 80% de los casos. Luego llegan a criticar la experiencia de Java en Linux y Windows. Pero Java y su JVM son cosas aparte del mundo Linux. Otro comentario que se cae por su propio peso. Sin embargo, cabe aclarar que algo de perspicacia le faltó al autor: En Linux casi no hay IDE avanzadas de desarrollo porque la base de los programadores es C y C++, por lo que mucho del trabajo se realiza con editores sencillos y no complejísimas herramientas, no solo por simplicidad y flexibilidad, sino por preferencia personal de los programadores. Para finalizar el autor coloca los tan ansiados resultados de la experiencia: Sin embargo, aclara débilmente, que la población de muestra ha tenido, al menos, 4 años (académicos) de experiencia en Windows, y ni uno solo en Linux. La desventaja es clara contra Linux, pues no se trata solo de instalar un servidor web, base de datos y otras arandelas, sino de aprender Linux en el proceso. Además de eso, la población claramente sufrió de un síntoma típico (que yo también sufrí) de la transición: intentar hacer las cosas en Linux, de la misma forma que se hacen en Windows. Estoy seguro que más de uno intentó buscar un Panel de Control.
Who sold the world?
Total: 8 votes
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
|
| ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | ||||
El periodico de la O. A must read for understanding why our president is such a bad choice. Spanish only.
Although I do not read this paper a lot, I like to do it from time to time. It's very nice to be aware of all the stupid rubbish the NorthAmerican president is doing
The Independent Media Centre. One of the most radical sites of politics and news. But if it's read carefully, gives a lot of clarifying answers and raises more questions about whow bad our world is taking important decisions.
A nice flash animation, and of course a big web site telling why not to join the northamerican army. Of course, I'm not from that country, neither I would like to, but Iraq war it's not right and also affects the rest of the world, incluiding me, so
Forum site for my questions about computers and Internet. Spanish Only
Who in the computer world doesn't know what the ACM is? As a student member of this organizarion, I have a lot to be grateful for.
Where would I be without such source of infromation?
A nice and complete resource for more and more information.
The one and only source to get most of LaTeX stuff. No need for presentations.
My first place to search for torrents
Like old games? Check this DB. Nice and clean
The site to put code snippets
Where openoffice to get cliparts
Some more of OOExtras
My DVD Ripper. Very easy to use, and a good show of unix philosophy (programs are filters)
Nice place to start with LateX, apart from Ctan, of course
A nice place to look for basic info on LaTeX... although I am still learning.
Not a flame against Mac. Instead, I found a really good and non fanatic analysis of that system
First place to look for computer security related stuff, among other things
Formerly Gameversity. One of the sites I want to take a game programming online course
One of my favourite programming languages. It's incredible after almost losing my eyes because of Java
One very interesting site to visit. Guidelines and tips for almost every C++ problem. Most of all I like the fresh language they use.
I have to say that learn to use this library it's one of my unfinished tasks. But I will. I WILL!
Source Code for Visual C++, C#, .NET and Visual Basic Developers.
To be honest, I've never read this site, but for some reason I like it. I hope in the future can be helpful
I rarely use this site, as I rarely program in Windows. However, it's never a bad idea to have some references and this one is not bad.
Now this is a really GOOD reference when learning about pointers and linked lists and all that cool stuff. Please visit.
One of the worst places to look for code in internet HAHAHAHA... this is a WARNING link!
It's not a bad place, but I rarely use it. my first try it's always sourceforge.
Now this is quite interesting. A very nice collection of algorithms.
Inverse Reality contains over 40 tutorials on many aspects of Game Programming. Webmaster is also available for questions. Source code available for DJGPP, some include inline assembly
Very simple introduction to Data Structures
Nice lectures notes using Modula as the programming Language
I've never really used the STL, but it seems good enough to have it as a bookmark in case of need.
Definitions of algorithms, data structures, and classical Computer Science problems. Some entries have links to implementations and more information.
The Free On-line Dictionary of Computing is a searchable dictionary of terms from computing and related fields.
The college study group I belong
A good starting point to ABAP programming. Part of the SAPDomain.com site. Lots of questions and tests for... OMG the certification!!! T_T. Time to study...
One of the biggest places in internet for car racing stuff. i like it, but it have been a while since my last visit
The former Crack Smilies, now called MySmilies, a big resource on icons for forums and chatting in general. Most are very nice collections, others are very rough or disgusting
Once one of the best forums in latinamerica about formula 1 and racing. Now it's almost dead, but some of us are still there, faithful to the original passion. Spanish only
Another Forum I used to visit for a little while a long time ago. Spanish only
A quite interesting forum. I normally do not participate, but a little bit of reading from time to time I certainly do.
Once my main source of infromation about formula 1, now it's more a pay-per-news site. Still, the info is not bad
Of course, the main site for official info. Not press pass yet, but when looking for regulation stuff, there's no better place!
A very good DataBase for formula 1 drivers statistics. Updating was closed a looong time ago, but still very interesting as a source for historical stats
A very good start point for understanding Forumla One
One very, very good, but normally biased news source for F1 (mainly). It's articles are quite interesting, also because they are somehow critical into F1 management (bernie et al)
e-Tracks: World Motor Racing Circuits Guide Directory of motor racing circuits around the world. A-Z listing of tracks including every Formula 1, CART, NASCAR, IRL, MotoGP, World Superbike and ALMS circuit, from Monza to Indianapolis.
F1 Tipping is a free online Formula One prediction competition for fans. Predict the outcome of each Grand Prix as we follow the Formula 1 GP season to each race. Join in the game instantly, anytime.
A MUST for every race. Requires Subscription to the Official F1 site but it's quite interesting to watch a race and also follow times =) At least for a follower like me
Again Atlas, but this one should be a news source. Also a payment site, but I've been thinking about subscribing.
My main internet source for F1 information. I like the style. Very nice.
I have not been here for a long, long time. I changed it for WRC.com but still think it's very nice source, although not very often updated
The best source for rally info, news and everything. I've been very tempted to buy the WRC+ package, but... man.. stupid money =P
What? Hi? are you there? Who am I?
Tow truck service in Bogotá Colombia
OXIMORON. Web de práctica literaria. Lista de oximorons en español. Libros y literatura. Visita los blogs de nuestros autores. Escritura y escritores. Novelas, cuentos, poesias, etc...
One of my favourite places to post about almost everything. unfortunately not visited often after the host show (La silla electrica) ended.
Just another place to llok for books. Not here very often, as I use more Amazon
Nuestra buena imagen en VillegasEditores.com: descubra el fascinante horizonte llamado Colombia. En este lugar, las selvas amazónicas se funden con dos océanos, las cordilleras son parques y las sabanas y ríos tienen la textura de selvas y nevados
VoIP - Que me recomiendan? Internet y Redes - I haven't used it yet, but it seems very good
A not very nice Ranma page. Colors and design are dreadful, but has some interesting info.
Very nice page about Carlos Martinez Rivas... almost the only one.
Who in the internet world doesn't know about IMDB? If you are one of those few, start browsing now!
I first saw this guy in a video of La fitta sassaiola dell'ingiuria (don not ask what does that mean because I have no answer to that). they seem to be very crazy, but I do not follow them much.
A collection of free internet radio stations. Very good indeed. Nice music, although my favourite station, Onomatopoeia, died some time ago. Still there are very good stuff in here. Check it out!! hahaha
One of those good places to start looking when interested in languages. not been here much, but it's very nice to take a look
Spanish only reference / introductory web site for greek Mithology.
A nice place to search for free books. BUT the design is one of the worst ever web page design I have EVER seen
Hehehe... I have bought once a chinese-like outfit to my ceremonious practices, but I had to do the knots myself. Great place to start knotting!!!
Tutorials for learning ancient greek. Have been here some times... it looks pretty interesting, but or I am quite slow, or ancient greek is not easy to learn... I suppose a tutor would help me, but this is not one of my priorities.
Un lugar obligatorio para toda persona que hable español. Definitivamente hay que probar el diccioniario. Siempre lo tengo a la mano
Who does not know about Wikipedia? It's a very nice project. You will not find detailed or deep information, but it's enough to get started.
El catálogo de la Biblioteca Luis Angel Arango, Bogotá, Colombia. Siempre lo uso para recurrir a aquellos libros que no tengo en mi biblioteca
A lipsum generator. Very handy when writing something and you only want to fill spaces
THE reference page for Tolkien's world
Another reference point in the internet for general reading. Most of the books here are classical masterpieces, so it should be a MUST for everyone, including me ;)
One of my favourite pages to look when anxious of car design news... oops...
I have to admit, most of the Quran is really enjoyable to read. Not that I'm muslim, but I like this page
The best Ranma ½ information on the internet
Some very cool pictures about Torino.
Along with Allegro, one of the best places to learn simple games programming
Gamasutra - The Art & Science of Making Games
Gamedev.net is the leading resource for game developers, featuring daily news updates, over 1500 featured articles and tutorials, and the most active game development forums anywhere!
I know it's already somewhere, but his place it's unique.
Nice and free (FOSS) game. It's of course not a high-end graphics game, but it's quite enjoyable.
A new server for lineage 2 I am playing at.
One of the best games I have ever played. Better than Eternal lands in many aspects, but lacks the free spirit
Nice site to continue the work in linux ;-) not so hard, as the name implies
The phylosophical start of this wonderful OS
An excellent place to look as a guide to look for open source software
Something I want to do when I have more knowledge in this OS
Trying to run Linux on your laptop? Look here for some reference.
I don't care if some think that worriyng about the earth is rubbish or not. I know it is the right thing to do, and as such, it is time to be concious of our mark on her face.