• Home
  • PFC
  • Computer
  • General
  • Personal
  • Posts RSS
  • Comments RSS
Blue Orange Green Pink Purple

Featured content

¡Ves a http://elfiberhabla.net para seguir mi blog! Esta web ya no es activa!
Showing posts with label Computer. Show all posts
Showing posts with label Computer. Show all posts

HOWTO: Be a good FPS player

Being the fucking God in any First-Person Shooter isn't an easy task; of course, it requires skill, practice and motivation to carry on playing and improve yourself every day.

Nevertheless, some playing strategy and some options can help you to achieve this task and be a good player, wining more or being more frequently the best player on the field. Let's see some strategy made by Davigetto. I'm taking as example AssaultCube, a free FPS -> Recommended!!!!

  1. Weapons: Any FPS which deserves some acceptance should have several kind of weapons, among them:
    • A submachine gun with fast fire rate for those who don't aim very well at first. Good for finishing off those badly damaged enemies or spreading around. The counterpart is that every bullet does a low amount of damage (at fast rate, of course) and while you are firing on your target, you are showing yourself, exposed to be fired by the enemy. Shotguns are good avoiding this last disadvantatge (you can shot and hide), but aim is needed.
    • A sniper rifle for long distance and players who love playing FPS games with strategy (hide, shot&run, support the team...), have a good accuracy and can kill an enemy in only 1 shot. They are good defending short-ranged team members from other snipers too, or shooting targets which are far away.
    • Shotgun: shotguns are simply fantastic and massive. The have a medium fire rate, but in every shot they usually spread up to ten or more bullets. In long distances the are useless. In short distances they become mortal if all bullets hit the target. Nevertheless it requires acuraccy, unlike submachine guns, but they do more damage in less time. They should defend enemies from snipers.

These are the three minimal weapons for any good FPS (more pistol and a knife).

More advices:

  1. Have some knowledge of the maps you're usually playing.
  2. If you are in a well-organised clan, then make fireteams mixing the previous weapons and keep together.
  3. Use Teamspeak for communicating. This will ensure you more fun and an enjoyable gaming.
  4. Keep always moving and jumping when battling, unless you are a sniper with strategic purposes
  5. The most important for improving your own aim: adjust the mouse sensibility. This will give you more freedom when moving the aiming point (crosshair) with mouse, aiming better and faster if it is well-adjusted. In AssaultCube a sensibility of 5 is rather good, but you must find your own way, testing and looking for the suitable sensibility.

To sum up, aiming, strategy and team-play are the key to maximise the enjoyment in FPS games. Try my advices, you won't be disappointed!

Read More 1 Comment | Posted by Davigetto | edit post

FICS and Battle for Wesnoth

As someone know, one of my favorite games style are strategy games. I have always loved these kind of games (my curriculum can talk alone: Worms Armageddon, Age of Empires II, Warcraft III -the best game I've ever played-, etc.). I've played another game genres that sticked me on my chair (Final Fantasy series, Need for Speed...).

However, I have lot of work in the university, and now I can't play all games I played in the past.

Nevertheless,I want to mention two GNU Games that you can enjoy a lot (I've enjoyed them): One of these is chess and the other, Battle for Wesnoth.

Everyone knows what is chess. However, there is some people who doesn't have a partner for playing it every time he wants. 1 GNU chess server exists, called FICS, where you can play for free with other players (or your friends). This server has his website in http://www.freechess.org.

For playing on this server, you need a chess client. Lots of interfaces/clients are avaible for all platforms (the most used is Jin, an interface you can you on the web or in your PC, written in Java and is compatible with all platforms). However, as a Linux user, I use eboard.

Regardless the interface you choose, you have to create a FICS account to play on the server in the main website. (It's quite easy and it's free), or playing as guest.

Once you connect to FICS, you will be ready to play chess with other people. Interfaces often has a “seek graph” where you can see all people that want a match. If you want to play with someone, write the command “seek 2 12” (for example, for a 2 minutes and 12 increment game). Read the help for more help (or ask me).

If you want to talk on a chat channel or to an user, use the command “tell user/channel text to say”.

Ahhh, also, write the following command to add me to friends: “+notify davigetto”. I will be notified if you add me to friends and if you wish, we can play some matches :)

The following game is Battle for Wesnoth. The main website is http://www.wesnoth.org. Again, this game can be played in all platforms. It's a turn-based strategy game with a fantasy theme (with orcs, elves, dwarfs...) where the main objective is “destroy the opponent”. It's quite easy to play this game, and when you catch “the feeling of the game” you can be attracted strongly, so be careful :)

Once again, if you want to play with me at this game, send me an email or a comment to this post. However, in this game, opposite to Warcraft III, matches often are very long, so often I prefer playing the campaign mode.

Also, if you wish, I can play with you to the mythical Warcraft III... for remembering oldies purposes :)

Read More 1 Comment | Posted by Davigetto | edit post

My PROP project: Restaurant

Well, I've uploaded my PROP project. Compilation an execution instructions are included in the tar.gz. The program is written in Java, so it works in all OS platforms.

Enjoy playing with it :D: Restaurant Project

Read More 0 comments | Posted by Davigetto | edit post

My experience among Java, C, C++ and PHP: How to learn a language?

Learning a programming language is easier than it seems. But if you claim to learn any language without spending lot of time, you need a good scheduling and a little organization.

It's logical, a building can't start from the roof: We need a solid base where we can begin to build a house; However, the methods I learnt from my University 3 years ago were not the best method to begin.

I begin learning Java, a full Object Oriented programming language. Omg, that was horrible for me! OO languages are great, fantastic, but are horribly for beginners, especially if you've never programmed before. In OO, there are lots of concepts that at first, they may be "innocuous" (Inheritance, Polymorph, Encapsulation...).

When I began, teacher spoke to us about unknown words: class??? method??? (I understood the word method like 'methodology', not 'function'!), and bad explanations about that... I was really disappointed and I lose my heart.

  • If you really like programming, and you want to do great things, be patient, keep going, the world was not made in seven days!
  • If you are a really beginner, please, don't start with a full oriented programming language like Java. Begin with something simpler, like C or PHP, where you don't need to apply the object oriented concepts (reserve memory space with news, pointers, class, attributes... more complex concepts for a beginner).
  • Read! Read! Read! Be used to read! For your mother, read! For you, read lots of manuals and tutorials until you understand the concepts! You can find them around de WWW!

All programming languages have little examples for testing. The most popular and simplest example in all programming languages is "Hello World" (or "Goodbye, cruel World" xD). This example will give you a simple and basic concept about how the language works.

  • Practice, practice a lot, it's the most effective way to learn a programming language!

Doing this, you will get some notions about language syntax, but it's pretty harder to be a good programmer. Making programs requires lot of logic, a heavy and solid mental structure (where I must put a while? Where I must put a condition?). For me, acquiring this mentality required more than 1 year (omg! you could say). Well, be a good programmer requires a lot of time, a lot of reading and a lot of acknowledge (practice, too) for acquire this mentality. But there are strategies to accomplish this.

Programs can be crazy for you: you open a program, and usually, you will ask yourself: How has this program been made? You must divide the problem in more little parts: Which operations are hidden? Which data must be shown? Which parts is this part of the program composed? Here we enter in a basic and, maybe, the most important word in programming world:

ABSTRACTION

Abstraction, in simple words, means "Divide a problem in less difficult problems that you can solve easily".

EDIT 20:34

Read tutorials and manuals about how to be a great programmer (It's easy, the only requirement is motivation).

My counsels:

  1. Begin programming with a language like PHP or C (in his single form, without touching OO).
  2. After that, try to do any interesting program, or be practiced.
  3. After that, try an object orientate language, like C++ or Java. Learn the meaning of inheritance, polymorph, software changeability... You can find lots of manuals about these languages, but if you want to understand the benefits from Object Oriented languages (I can't live without them) read Software Engineering books, and understand the design patterns.

In the future, I will enter harder with this theme through my project (probably), but I love Software Engineering and sure I will write lots of articles about this world.

Read More 1 Comment | Posted by Davigetto | edit post

Some screens of my ArchLinux with KDEmod

I put there some screenshots I have made in ArchLinux with KDEmod, for people feels curiosity about this distribution and how is his look&feel. Enjoy them, I will make some explanations in every screenshot:

Here we have my Desktop clear. From top left corner to top right corner:

  • Kmenu, Home, Show Desktop, an applet for docking apps for fast accessing, Desktop switcher, Taskbar, a CPU/Memory/Swap monitor, and opened apps, clock and close session/shutdown button. Preety, right? :D

Also we can see the links in the desktop. Don't you like the icon Style? :D


Here, the same Desktop with Konqueror opened and Yakuake dropped down. Yakuake is a very beautiful Console for me, and look at konqueror: windows colors fit with background without any problems, and the icon theme Tango is the most beautiful icon theme I've ever seen.





Well, this is my Desktop, and also, the default theme of ArchLinux's KDEmod. Try it!!! You will not be disappointed with him!

I hope you'll try it and you will email me saying you've successfully installed it :D

Read More 3 comments | Posted by Davigetto | edit post

The Cathedral and the Bazaar

I put here an e-book with GNU rights, called "The Cathedral and the Bazaar". Recommended reading for all this people that love computer world and want to learn more about GNU world. I am reading it now, it seems interesting :)
The Cathedral and the Bazaar - Upload a doc
Read this doc on Scribd: The Cathedral and the Bazaar
Read More 2 comments | Posted by Davigetto | edit post

The Information Systems

Well, in this society, information is the base of advance. Without communication, humans couldn't establish basic relationships to follow and get an objective (we are not alone in this world, you know?).

In this days, we have a lot of media communication: Television, radio, Internet, Messenger, mobile phones... Specially I want to remark internet. Internet allow everyone to see the world through a computer o something that can have Internet connection (who knows if in the future even a sandwich can have Internet...).

I will focus on enterprise (not necessary) projects. Internet has become a great media to coordinate and administrate teams. The well-known web 2.0 is a very useful utility to achieve it. Wikis, Forums, Blogs... They make this task easier. So my post is for convince people to use them.

I will begin with Blog: If you don't have lot of time to expend, maybe it will be boring writing a blog (many people take blog as a personal journal. Yes, it is, but not at force). Blogs are useful to diffuse information and having a corner in Internet for you, your feelings, your ideals... All you want!

There are many types of blogs, blogs for all people: Sports, Communication, Software Development, Tutorials made by people... In general as I said, for introduce information to the world, making this info being commented by users.

Look at this video:

As soon as I begin the Moodle Development project, I will have a kind of "logbook" in this blog, a memory for remember TO-DO things, for example, or simply, "what I did in any day?" Organitzation... Planification... etc.

Let's talk about forums. Forum are amazing, impressive, are a great way for transmit information: Usually, forums are located in a web community. They are used mostly for discussing: A user post a thread about something, and the rest of users comment the thread making posts. The information can be, from technical discussing about computers (for example), or making a date with your friends (or simply, foro-chat xD).

In forums of computers usually there are tutorials or manuals, and often posts question-answer (A user has a problem with his computer, and users try to resolve it). Also there are threads for discussing about news (for example, for commenting new software that has been released).

In few words, forums typically are like a lot of persons sit close, and talking about a theme, but online, making large distances closer.

Let's talk about wikis. Wikis are fantastic. Wikipedia is the media used for having information, where that information can be added/modified by users. A person writes an article about NASA, for example, and another user can edit that article to improve it. It's really easy to maintain a wiki.

They are also used for organization. Teammates can make a list of tasks achieved, and TODO tasks. A concrete user can edit the page and add to the achieved list a task that was on the "TODO" tasks, because he has done it.

In these times, the technological world is being improved in a exponential way thanks to the Information Systems and the Society of Information. I thank to them because they make the world more perfect.

Read More 0 comments | Posted by Davigetto | edit post

Recommended Linux Program List for an undefeteable Desktop

I put there a list of programs (with their use) for having a fast Desktop, and at the same time, this programs offer the maximum benefits as possible:

  • Desktop Environment: XFCE4
  • Web Navigator: Firefox
  • Instantant Messaging: Pidgin (multiprotocol), Emesene (for MSN), Skype (VoIP, for talk with voice)
  • Music: There are some alternatives. In my desktop XFCE I use quodlibet. You can try also Exaile (or amarok if you want to have some QT apps).
  • Video: VLC or Kaffeine if you use KDE libraries.
  • Burning software: Here is, or K3b, or K3b (xD) any other gtk app will be much worst.
  • Imaging: GIMP (is there any other that can offer the same that it can? Krita doesn't like to me).
  • Image Viewer: You can choose between Gthumb (GTK), GQview (very light) or Gwenview (KDE).
  • PDF Viewer: You can use Evince or KPDF (for KDE). Please, never user Acroread, is a resource sucker!
  • Office suite: Openoffice (I am not convinced by koffice, OOO is better).
  • Text Editor: I use gVim because I am used to use it, but if you need something more user-friendly, kate or gedit are not bad.
  • Develop Environment: I use Eclipse.

Well, I hope that list will be useful for anyone that cannot be decided about what programs he must install in his Linux.

Read More 0 comments | Posted by David | edit post
Older Posts Home

The FIBer Talks

  • About
      I'm using this blog as logbook for my PFC
  • facebook

    Facebook

    Who is Davigetto?

    My photo
    Davigetto
    View my complete profile

    Blog Archive

    • ▼  2009 (7)
      • ▼  May (1)
        • Nos trasladamos a un Wordpress!
      • ►  March (3)
      • ►  February (2)
      • ►  January (1)
    • ►  2008 (37)
      • ►  December (1)
      • ►  October (6)
      • ►  September (7)
      • ►  August (2)
      • ►  July (7)
      • ►  June (7)
      • ►  May (4)
      • ►  February (3)
    • ►  2007 (12)
      • ►  December (1)
      • ►  September (1)
      • ►  August (2)
      • ►  July (2)
      • ►  June (3)
      • ►  March (3)

    Labels

    • Computer (8)
    • database (1)
    • Diary Life (1)
    • General (6)
    • Information Systems (1)
    • Me quejo (2)
    • Miscelanea (1)
    • moodle (4)
    • opensyllabus (1)
    • Personal (7)
    • PFC (26)
    • php (2)
    • Poetry (6)
    • restore (1)
    • Testing (1)
    • Web (1)
    • xml (1)
    • xslt (2)
    • zip (1)

    Last Comments

    Loading...




    • Home
    • Posts RSS
    • Comments RSS
    • PFC

    © Copyright El FIBer Habla. All rights reserved.

    Back to Top