Aug
21
2007
0

Damn Spam!

Not only is spam omnipresent in everyone’s email inbox these days, even this very site is target of hundreds of spambots which try posting thousands of comments on our news entries. To prevent this, comments have been disabled for a while. Now, we are using Akismet in the hopes to get rid of spam, whilst allowing our users to comment on entries.

Written by georg in: Site |
Aug
14
2007
0

Free Software

In modern computing, you are likely to be using GPL or MIT licensed programs, especially as a developer. While huge companies are propagating digital rights management, software patents, and are inforcing copyrights, free software represents the spirit of the early days in computing: sharing information free of charge and royalties.
Free Software gives everyone the right to look at program source code, to use and modify it, for as long as the “rights” are retained. It is an extremely intimidating concept, especially for developers wanting to add content to already available programs, without the need to request features and go through a long line of support lines. This enables hundreds of developers to work together, share and modify each others ideas, and create applications for all major operating systems.

Sounds like a coders’ dream come true. There is just one major drawback: ease of use. Not the ease of use for the end user, but of the development tools.

On Windows, Microsoft’s own Visual Studio is one of the major development platforms, or integrated development environments (IDE). Nowadays, C# or Visual Basic are available for rapid application development (RAD) with the .NET Framework. This is where Visual Studio truly lives up to the marketing fuzz: hardly any development environment is so comfortable to use and yet powerful in features. Dead easy visual designers for data sets and dialogs along with templates. Comfortable text editing, indenting and formatting inclusive. Even Stop-Edit-Run debugging in the case of Visual Basic, without the need to recompile the whole project. A invaluable time saver for the average developer.

The popular development environment for software created with “free” tools which are portable mostly consists of a whole bunch of tools: vi/vim/emacs for editing, gcc for compiling, gdb for debugging. This so called toolchain is then complemented by a host of libraries, such as zlib, and a toolkit such as GTK+, wxWidgets, etc. Each one of them is highly configurable and highly flexible, cross-compiling and other features not even mentioned. But they are incredibly difficult to get started with! vi probably has more keyboard commands and shortcuts than the average human brain can store, gcc compilers ship without any infrastructure to actually create a program (libraries, headers, examples), and gdb is very difficult to set up and use.
This is not to speak of the wealth of libraries and dependencies one needs to create something meaningful, all of which have to be gathered seperately. Different versions of libraries may not work with different versions of executables, patching headers to make specific versions work with new compilers or recent code bases is common practice.

In my humble opinion, a lot of users would love to support the Free Software movement. Everyone involved with this very project here at vware would love to give back to the community. If it was not for all the time you lose getting into it, where you could do something meaningful (like actually developing an application).

Written by georg in: Development,IT |
Aug
07
2007
0

10th Anniversary

10 years ago, the first code I wrote on PCs was published on the Internet. Sadly moving away from the dead Amiga platform, GFA-BASIC helped to find the way to Windows 16/32 programming. Some geeks were just about starting with the internet about a year before that, and so was I, finding a small but very active and helpful community for GFA. What a nice time it was when companies such as Google were not yet founded and the term “spam” did not even exist. Nobody had to worry about DRM or other so-called improvements to using computers back then…
Long live the past, although we need to take care of the future… for now.

Written by georg in: Nostalgia |

Copyright © 2010 by Georg Veichtlbauer | Powered by WordPress