-=|Big_Bang|=-
Main Menu
Blog
About Me
Projects
Resume
Book Reviews
Gallery
GPG
Search
Contact
Latest Posts
I recommend
Open Source Spot
Open Peru Planet
Debian GNU/LINUX
Blogs
Mod Lost
Mapix
Veli64
Železničná Stanica
Routerman
Dennis Blog
Adeene
Albert's Blog
Archives
Syndicate
Practices of an Agile Developer
Book Reviews - Programming and Development
Written by Martin Kenneth Lopez   
Saturday, 14 July 2007




Title: Practices of an Agile Developer -  Working in the Real World
Language: English
Author(s): Venkat Subramaniam and Andy Hunt
Published: 2006
Edition: 1st

This an essential book for anyone that want to develop software doesn’t matter if you are only a developer or an architect, this book will help you a lot, will teach you many new things about how to improve your software development process.

You'll see how to:
•    Establish and maintain an agile working environment
•    Deliver what users really want
•    Use personal agile techniques for better coding and debugging
•    Use effective collaborative techniques for better teamwork
•    Move to an agile approach

I really recommend that anyone read this book, will open your eyes to many new things and new paradigms.

 
Paradigms
Book Reviews - Misc
Written by Martin Kenneth Lopez   
Saturday, 14 July 2007




Title: Paradigmas – El negocio de descubrir el futuro
Language: Spanish
Author(s): Joel Arthur Barker
Published: 2001
Edition: 6th
Editorial: McGraw-Hill

This books is a translation from PARADIGMS the business of discovering the future from Joel Arthur Baker, this book brings a really nice perspective about the paradigms, first of all explain what is a paradigm, how is the life of a paradigm and everything related to it.

How the humans think about problems? How we solve some problems and how the new problems became the key for new paradigms? All this questions have their answers on this book, a very good book to read

 
La primera Revolución Mundial
Book Reviews - Philosophy
Written by Martin Kenneth Lopez   
Saturday, 14 July 2007




Title: La primera Revolución Mundial
Language: Spanish
Author(s): Alexander King and Bertrand Schneider
Published: 2001
Editorial: Fondo de Cultura Economica

This book talks about the first world revolution, in other words talks about the changes on the political, social and economical scene from the past years, where we can read about the cold war, the growing economies, the new political groups, and all this focused on the earth and in our life, because all this changes are affecting the way that earth operates to provide us what we need to live. 
 
Una Sola Tierra (One Only Earth)
Book Reviews - Philosophy
Written by Martin Kenneth Lopez   
Saturday, 14 July 2007




Title: Una Sola Tierra (One Only Earth)
Language: Spanish
Author(s): Barbara Ward y Rene Dubos
Published: 2002
Editorial: Fondo de Cultura Economica

A very interesting book to read, it’s about the human history along the time, and how we change during all this journey, focused on earth, and how we treat it along the time, and how is affecting that to our life on earth and what will happened if we don’t change our way of life.

For many time the people though that the planet earth was a dumpster that can hold everything, and that our actions doesn’t have any consequences, well that is wrong after you read this book, you will have a better understanding of this problem.
 
How to read and write ntfs partition using ntfs-3g
Blog - Experiments
Written by Martin Kenneth Lopez   
Tuesday, 26 June 2007
This is a small how-to of how to read and write ntfs partition using ntfs-3g

First of all this is really an experiment… write on ntfs partitions works.. but I don’t recommend its up to you if anyone want to use it, I was testing to see if it works… well… lets start.

Installation

My box is a Debian Etch, 120gb Sata Hard Drive.

First, download NTFS-3g. and the dependencies, because we want to do it for stable and not for testing, just download this files:

$ wget http://ftp.uk.debian.org/debian/pool/main/t/tzdata/tzdata_2007f-3_all.deb
$ wget http://ftp.uk.debian.org/debian/pool/main/n/ntfs-3g/libntfs-3g2_1.516-1_i386.deb
$ wget http://ftp.es.debian.org/debian/pool/main/g/glibc/libc6_2.5-7_i386.deb
$ wget http://ftp.fr.debian.org/debian/pool/main/n/ntfs-3g/libntfs-3g0_1.328-2_i386.deb
$ wget http://ftp.uk.debian.org/debian/pool/main/n/ntfs-3g/ntfs-3g_1.516-1_i386.deb
$ wget http://ftp.fr.debian.org/debian/pool/main/f/fuse/libfuse2_2.6.3-2_i386.deb
$ wget http://ftp.fr.debian.org/debian/pool/main/f/fuse/fuse-utils_2.6.3-2_i386.deb

I will try to upload all the files here so you don’t have to download all over again, the url’s are examples many of those versions are really old you only have to search in the directory and download the latest version.
Read more...
 
Dell Inspiron 1505 with Debian Etch (Part II - Wifi)
Blog - Linux
Written by Martin Kenneth Lopez   
Monday, 25 June 2007

 

Now is the turn of the wireless, on Debian Etch 4 the developers made a big effort to implement new tools for the wifi, now looks like pretty much like windows :S (this is good and the same time bad) The Inspiron 1505 comes with the Broadcom Corporation Dell Wireless 1390 WLAN Mini-PCI Card, this card will only work with ndiswrappers, the setup for this card is really easy just follow the steps:


Download the driver from: LINK

You need the files from the exe that you just download, so you will need winbug and then copy those files to Linux to your folder.

apt-get install ndiswrapper-utils-1.9 // wireless-tools #1.9 is the current version, just search/get the latest one

ndiswrapper -l <- nothing yet
ndiswrapper -i /where_you_download_the_file/bcmwl5.inf
ndiswrapper -l
Installed drivers:
bcmwl5 driver installed, hardware present

#build and install the module:

apt-get install ndiswrapper-source module-assistant
m-a prepare
m-a a-i ndiswrapper
modprobe ndiswrapper
Read more...
 
Dell Inspiron 1505 with Debian Etch (Part I - Screen Resolution)
Blog - Linux
Written by Martin Kenneth Lopez   
Saturday, 23 June 2007

I was installing Debian Etch on my laptop (DELL Inspiron E-1505) the installation was fine without any problems.... the only thing that was the screen resolution, by default the resolution was setup to 1024x768, then I was trying to change to 1200x800 the max resolution supoorted by the video card (Intel 945) after a few trys using the preferences from the GNOME, nothing.. then I try to change the xorg.conf manually the same...


Google was the answer, after a couple of minutes I foud the answer, I will detail how to make it work.

To get our resolution we are going to install the following program : 915resolution(click the link download the latest .deb version) . Now to install it ! :

http://ftp.de.debian.org/debian/pool/main/9/915resolution/

or # apt-get install 915resolution

cd /tmp (i put the package into /tmp so thats why im in /tmp)
sudo dpkg -i 915resolution*.deb

Package installed, now to setup the resolution, first open up the following file :

sudo vi /etc/init.d/bootmisc.sh

Scroll all the way down and before the EXIT >> type the following :

915resolution 58 1280 800

Save the file and restart X (or reboot) , now the resolution should be set if you still have the 1024x768 then setup the following step (only if it doesnt work)

sudo vi /etc/X11/xorg.conf

Edit the "Monitor" part and the "Screen" part in the xorg.conf so that it shows 1280x800 and no other resolutions

Read more...
 
Programming paradigm
Blog - Paradigms
Written by Martin Kenneth Lopez   
Tuesday, 19 June 2007

I will be writing about paradigms from now one in some of my post…. First of all lets understand what is a paradigm, for this task Wikipedia will help. From Wikipedia, the free encyclopedia

“Since the late 1960s, the word paradigm has referred to a thought pattern in any scientific discipline or other epistemological context. Initially the word was specific to grammar: the 1900 Merriam-Webster dictionary defines its technical use only in the context of grammar or, in rhetoric, as a term for an illustrative parable or fable. In linguistics, Ferdinand de Saussure used paradigm to refer to a class of elements with similarities.”

Ok we just saw how Wikipedia defines the word paradigm I’m going to center on a specific field in my case Programming paradigm, is really interesting how the programming can be understand is we use paradigms… here a small definition one more time from Wikipedia

“A programming paradigm is a fundamental style of programming regarding how problems solutions are to be formulated in a programming language. (Compare with a methodology, which is a style of solving specific software engineering problems).

A programming paradigm provides (and determines) the view that the programmer has of the execution of the program. For instance, in object-oriented programming, programmers can think of a program as a collection of interacting objects, while in functional programming a program can be thought of as a sequence of stateless function evaluations. When programming computers or systems with many processors, process oriented programming allows programmers to think about applications as sets of processes acting upon logically shared data structures.”


This post is just for give a small introduction about programming paradigms next week I will be writing more about this and others paradigms like education and culture.

May the force be with you

 
<< Start < Prev 1 2 3 4 5 6 7 8 Next > End >>


© 2006 -=|Big_Bang|=-